Skip to content

Commit 3efee9b

Browse files
committed
Fix inconsistent licensing in file headers
1 parent 6db9c70 commit 3efee9b

12 files changed

+24
-24
lines changed

libinstpatch/IpatchState.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) 1999-2014 Element Green <[email protected]>
66
*
77
* This program is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU General Public License
8+
* modify it under the terms of the GNU Lesser General Public License
99
* as published by the Free Software Foundation; version 2.1
1010
* of the License only.
1111
*

libinstpatch/IpatchState.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) 1999-2014 Element Green <[email protected]>
66
*
77
* This program is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU General Public License
8+
* modify it under the terms of the GNU Lesser General Public License
99
* as published by the Free Software Foundation; version 2.1
1010
* of the License only.
1111
*

libinstpatch/IpatchStateGroup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) 1999-2014 Element Green <[email protected]>
66
*
77
* This program is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU General Public License
8+
* modify it under the terms of the GNU Lesser General Public License
99
* as published by the Free Software Foundation; version 2.1
1010
* of the License only.
1111
*

libinstpatch/IpatchStateGroup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) 1999-2014 Element Green <[email protected]>
66
*
77
* This program is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU General Public License
8+
* modify it under the terms of the GNU Lesser General Public License
99
* as published by the Free Software Foundation; version 2.1
1010
* of the License only.
1111
*

libinstpatch/IpatchStateItem.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) 1999-2014 Element Green <[email protected]>
66
*
77
* This program is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU General Public License
8+
* modify it under the terms of the GNU Lesser General Public License
99
* as published by the Free Software Foundation; version 2.1
1010
* of the License only.
1111
*

libinstpatch/IpatchStateItem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) 1999-2014 Element Green <[email protected]>
66
*
77
* This program is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU General Public License
8+
* modify it under the terms of the GNU Lesser General Public License
99
* as published by the Free Software Foundation; version 2.1
1010
* of the License only.
1111
*

libinstpatch/IpatchState_types.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) 1999-2014 Element Green <[email protected]>
66
*
77
* This program is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU General Public License
8+
* modify it under the terms of the GNU Lesser General Public License
99
* as published by the Free Software Foundation; version 2.1
1010
* of the License only.
1111
*

libinstpatch/IpatchState_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (C) 1999-2014 Element Green <[email protected]>
66
*
77
* This program is free software; you can redistribute it and/or
8-
* modify it under the terms of the GNU General Public License
8+
* modify it under the terms of the GNU Lesser General Public License
99
* as published by the Free Software Foundation; version 2.1
1010
* of the License only.
1111
*

libinstpatch/libinstpatch.h.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
* This program is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU General Public License for more details.
15+
* GNU Lesser General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU General Public License
17+
* You should have received a copy of the GNU Lesser General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
20-
* 02111-1307, USA or point your web browser to http://www.gnu.org.
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20+
* 02110-1301, USA or on the web at http://www.gnu.org.
2121
*/
2222
#ifndef __LIB_INST_PATCH_H__
2323
#define __LIB_INST_PATCH_H__

libinstpatch/version.h.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
* This program is distributed in the hope that it will be useful,
1313
* but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-
* GNU General Public License for more details.
15+
* GNU Lesser General Public License for more details.
1616
*
17-
* You should have received a copy of the GNU General Public License
17+
* You should have received a copy of the GNU Lesser General Public License
1818
* along with this program; if not, write to the Free Software
19-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
20-
* 02111-1307, USA or point your web browser to http://www.gnu.org.
19+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
20+
* 02110-1301, USA or on the web at http://www.gnu.org.
2121
*/
2222
#ifndef __IPATCH_VERSION_H__
2323
#define __IPATCH_VERSION_H__

tests/sample_list_test.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
* This program is distributed in the hope that it will be useful,
2323
* but WITHOUT ANY WARRANTY; without even the implied warranty of
2424
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
25-
* GNU General Public License for more details.
25+
* GNU Lesser General Public License for more details.
2626
*
27-
* You should have received a copy of the GNU General Public License
27+
* You should have received a copy of the GNU Lesser General Public License
2828
* along with this program; if not, write to the Free Software
29-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
30-
* 02111-1307, USA or point your web browser to http://www.gnu.org.
29+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
30+
* 02110-1301, USA or on the web at http://www.gnu.org.
3131
*/
3232
#include <libinstpatch/libinstpatch.h>
3333
#include <math.h>

tests/sample_test.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
* This program is distributed in the hope that it will be useful,
1919
* but WITHOUT ANY WARRANTY; without even the implied warranty of
2020
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21-
* GNU General Public License for more details.
21+
* GNU Lesser General Public License for more details.
2222
*
23-
* You should have received a copy of the GNU General Public License
23+
* You should have received a copy of the GNU Lesser General Public License
2424
* along with this program; if not, write to the Free Software
25-
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
26-
* 02111-1307, USA or point your web browser to http://www.gnu.org.
25+
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
26+
* 02110-1301, USA or on the web at http://www.gnu.org.
2727
*/
2828
#include <libinstpatch/libinstpatch.h>
2929

0 commit comments

Comments
 (0)