Bug 755781 - Files with copyright but no grant of license.

Fix some license mismatches.
This commit is contained in:
John Ralls 2015-10-09 10:53:17 -07:00
parent 557ec68667
commit 8d9c0d6696
4 changed files with 4 additions and 48 deletions

View File

@ -5,26 +5,6 @@
* gfec stands for 'guile fancy error catching'. * gfec stands for 'guile fancy error catching'.
* This code is in the public domain. * This code is in the public domain.
*/ */
/********************************************************************\
* 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, contact: *
* *
* Free Software Foundation Voice: +1-617-542-5942 *
* 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 *
* Boston, MA 02110-1301, USA gnu@gnu.org *
* *
\********************************************************************/
#include <assert.h> #include <assert.h>
#include <string.h> #include <string.h>
@ -261,4 +241,3 @@ gfec_try_load(gchar *fn)
} }
return FALSE; return FALSE;
} }

View File

@ -5,26 +5,6 @@
* gfec stands for 'guile fancy error catching'. * gfec stands for 'guile fancy error catching'.
* This code is in the public domain. * This code is in the public domain.
*/ */
/********************************************************************\
* 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, contact: *
* *
* Free Software Foundation Voice: +1-617-542-5942 *
* 51 Franklin Street, Fifth Floor Fax: +1-617-542-2652 *
* Boston, MA 02110-1301, USA gnu@gnu.org *
* *
\********************************************************************/
#ifndef GFEC_H #ifndef GFEC_H
#define GFEC_H #define GFEC_H

View File

@ -1,6 +1,5 @@
/* Copyright (C) 2005, Chris Shoemaker <c.shoemaker@cox.net>
* This file is free software. See COPYING for details. */
/********************************************************************\ /********************************************************************\
* Copyright (C) 2005, Chris Shoemaker <c.shoemaker@cox.net> *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as * * modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 2 of * * published by the Free Software Foundation; either version 2 of *

View File

@ -1,8 +1,6 @@
/* The following is code copied from Gnumeric 1.7.8 licensed under the
* GNU General Public License version 2 and/or version 3. It is from the file
* gnumeric/src/gui-util.c, and it has been modified slightly to work
* within GnuCash. */
/********************************************************************\ /********************************************************************\
* The following is code copied from Gnumeric 1.7.8 src/gui-util.c, *
* and it has been modified slightly to work within GnuCash. *
* This program is free software; you can redistribute it and/or * * This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License as * * modify it under the terms of the GNU General Public License as *
* published by the Free Software Foundation; either version 2 of * * published by the Free Software Foundation; either version 2 of *