mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 755781 - Files with copyright but no grant of license.
Fix some license mismatches.
This commit is contained in:
parent
557ec68667
commit
8d9c0d6696
@ -5,26 +5,6 @@
|
||||
* gfec stands for 'guile fancy error catching'.
|
||||
* 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 <string.h>
|
||||
@ -261,4 +241,3 @@ gfec_try_load(gchar *fn)
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
@ -5,26 +5,6 @@
|
||||
* gfec stands for 'guile fancy error catching'.
|
||||
* 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
|
||||
#define GFEC_H
|
||||
|
@ -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 *
|
||||
* modify it under the terms of the GNU General Public License as *
|
||||
* published by the Free Software Foundation; either version 2 of *
|
||||
|
@ -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 *
|
||||
* modify it under the terms of the GNU General Public License as *
|
||||
* published by the Free Software Foundation; either version 2 of *
|
||||
|
Loading…
Reference in New Issue
Block a user