From 62820f4ece4e642e8bad5b4d6f55067df5aeb2ba Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Sat, 14 Sep 2013 17:32:04 +0200 Subject: [PATCH] Add a license header --- perspective-transform/opencv-perspective-transform.c | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/perspective-transform/opencv-perspective-transform.c b/perspective-transform/opencv-perspective-transform.c index 672795a..55d8c24 100644 --- a/perspective-transform/opencv-perspective-transform.c +++ b/perspective-transform/opencv-perspective-transform.c @@ -1,3 +1,22 @@ +/* + * opencv-perspective-transform - Example program for cvWarpPerspective() + * + * Copyright (C) 2013 Antonio Ospite + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include #include #include -- 2.1.4