diff --git a/src/gpc/gpc.cpp b/src/gpc/gpc.cpp index 63fa715cd7b91318e8498a950a184327f7dc8e95..2f84b985022bfef3c11d2d4184c25d408b197a27 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 c524309e9a03ceffc2fd0de56e2523033a36b07a..f1db8fa42fc3cb27448ba40f694b9c46cad21def 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