From 41b536e134c746126562a4711e12fbc8d29812d1 Mon Sep 17 00:00:00 2001 From: Christoph Sprunk <sprunkc@informatik.uni-freiburg.de> Date: Mon, 30 Sep 2013 18:15:30 +0200 Subject: [PATCH] removing GPL licence header from gpc.cpp and gpc.h --- src/gpc/gpc.cpp | 14 -------------- src/gpc/gpc.h | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/src/gpc/gpc.cpp b/src/gpc/gpc.cpp index 63fa715..2f84b98 100644 --- a/src/gpc/gpc.cpp +++ b/src/gpc/gpc.cpp @@ -1,19 +1,5 @@ /* GPC: A library for the solution of General Point Correspondence problems. Copyright (C) 2006 Andrea Censi (andrea at censi dot org) - - 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 2 - 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, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <math.h> diff --git a/src/gpc/gpc.h b/src/gpc/gpc.h index c524309..f1db8fa 100644 --- a/src/gpc/gpc.h +++ b/src/gpc/gpc.h @@ -1,20 +1,6 @@ /* // GPC: A library for the solution of General Point Correspondence problems. // Copyright (C) 2006 Andrea Censi (andrea at censi dot org) - -// 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 2 -// 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, write to the Free Software -// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef H_GENERAL_POINT_CORRESPONDENCE -- GitLab