Skip to content

Commit a4bb22b

Browse files
committed
Clarify Derek's code to be licensed "GPL v2 or later" as he has confirmed in private email.
All of his other code has been licensed this way all along anyway. After this change, all source code files are licensed under both GPL version 2 and GPL version 3, which gives us enough flexibility in case any requirements might switch to GPL v3-only. But currently we are for sure both. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19546 57a11ea4-9604-0410-9ed3-97b8803252fd
1 parent 8c4fa3a commit a4bb22b

22 files changed

+66
-47
lines changed

LICENSE

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
This software is provided under a mutually-compatible set of licenses.
22

33
The software, for most intents and purposes, is licensed under the GNU
4-
General Public License, Version 2.
4+
General Public License, Version 2, or (at your option) Version 3.
55

66
Almost all of the source files are licensed under the GNU GPL, Version
77
2, "or (at your option) any later version". Some of the source files
8-
are licensed under "Version 2 and/or Version 3" of the GNU GPL, and
9-
very few other source files are licensed under "Version 2" of the GNU
10-
GPL specifically.
8+
are licensed under "Version 2 and/or Version 3" of the GNU GPL
9+
specifically.
1110

1211
Some of the source files have an exception for linking against OpenSSL, as
1312
per the following language:

src/business/business-gnome/search-owner.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
* Copyright (c) 2006 David Hampton <[email protected]>
77
*
88
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of version 2 of the GNU General Public
10-
* License as published by the Free Software Foundation.
9+
* modify it under the terms of the GNU General Public License as
10+
* published by the Free Software Foundation; either version 2 of
11+
* the License, or (at your option) any later version.
1112
*
1213
* This program is distributed in the hope that it will be useful,
1314
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/business/business-gnome/search-owner.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* Authors: Derek Atkins <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of version 2 of the GNU General Public
8-
* License as published by the Free Software Foundation.
7+
* modify it under the terms of the GNU General Public License as
8+
* published by the Free Software Foundation; either version 2 of
9+
* the License, or (at your option) any later version.
910
*
1011
* This program is distributed in the hope that it will be useful,
1112
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/gnc-general-search.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* Derek Atkins <[email protected]>
99
*
1010
* Gnucash is free software; you can redistribute it and/or
11-
* modify it under the terms of the GNU Library General Public License
12-
* as published by the Free Software Foundation; either version 2 of the
13-
* License, or (at your option) any later version.
11+
* modify it under the terms of the GNU General Public License as
12+
* published by the Free Software Foundation; either version 2 of
13+
* the License, or (at your option) any later version.
1414
*
1515
* Gnucash is distributed in the hope that it will be useful,
1616
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-account.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
* Copyright (c) 2006 David Hampton <[email protected]>
77
*
88
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of version 2 of the GNU General Public
10-
* License as published by the Free Software Foundation.
9+
* modify it under the terms of the GNU General Public License as
10+
* published by the Free Software Foundation; either version 2 of
11+
* the License, or (at your option) any later version.
1112
*
1213
* This program is distributed in the hope that it will be useful,
1314
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-account.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* Authors: Derek Atkins <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of version 2 of the GNU General Public
8-
* License as published by the Free Software Foundation.
7+
* modify it under the terms of the GNU General Public License as
8+
* published by the Free Software Foundation; either version 2 of
9+
* the License, or (at your option) any later version.
910
*
1011
* This program is distributed in the hope that it will be useful,
1112
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-boolean.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
* Copyright (c) 2006 David Hampton <[email protected]>
77
*
88
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of version 2 of the GNU General Public
10-
* License as published by the Free Software Foundation.
9+
* modify it under the terms of the GNU General Public License as
10+
* published by the Free Software Foundation; either version 2 of
11+
* the License, or (at your option) any later version.
1112
*
1213
* This program is distributed in the hope that it will be useful,
1314
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-boolean.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* Authors: Derek Atkins <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of version 2 of the GNU General Public
8-
* License as published by the Free Software Foundation.
7+
* modify it under the terms of the GNU General Public License as
8+
* published by the Free Software Foundation; either version 2 of
9+
* the License, or (at your option) any later version.
910
*
1011
* This program is distributed in the hope that it will be useful,
1112
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-core-type.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* Authors: Derek Atkins <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of version 2 of the GNU General Public
8-
* License as published by the Free Software Foundation.
7+
* modify it under the terms of the GNU General Public License as
8+
* published by the Free Software Foundation; either version 2 of
9+
* the License, or (at your option) any later version.
910
*
1011
* This program is distributed in the hope that it will be useful,
1112
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-core-type.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* Authors: Derek Atkins <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of version 2 of the GNU General Public
8-
* License as published by the Free Software Foundation.
7+
* modify it under the terms of the GNU General Public License as
8+
* published by the Free Software Foundation; either version 2 of
9+
* the License, or (at your option) any later version.
910
*
1011
* This program is distributed in the hope that it will be useful,
1112
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-date.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
* Copyright (c) 2006 David Hampton <[email protected]>
77
*
88
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of version 2 of the GNU General Public
10-
* License as published by the Free Software Foundation.
9+
* modify it under the terms of the GNU General Public License as
10+
* published by the Free Software Foundation; either version 2 of
11+
* the License, or (at your option) any later version.
1112
*
1213
* This program is distributed in the hope that it will be useful,
1314
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-date.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* Authors: Derek Atkins <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of version 2 of the GNU General Public
8-
* License as published by the Free Software Foundation.
7+
* modify it under the terms of the GNU General Public License as
8+
* published by the Free Software Foundation; either version 2 of
9+
* the License, or (at your option) any later version.
910
*
1011
* This program is distributed in the hope that it will be useful,
1112
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-double.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
* Copyright (c) 2006 David Hampton <[email protected]>
77
*
88
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of version 2 of the GNU General Public
10-
* License as published by the Free Software Foundation.
9+
* modify it under the terms of the GNU General Public License as
10+
* published by the Free Software Foundation; either version 2 of
11+
* the License, or (at your option) any later version.
1112
*
1213
* This program is distributed in the hope that it will be useful,
1314
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-double.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* Authors: Derek Atkins <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of version 2 of the GNU General Public
8-
* License as published by the Free Software Foundation.
7+
* modify it under the terms of the GNU General Public License as
8+
* published by the Free Software Foundation; either version 2 of
9+
* the License, or (at your option) any later version.
910
*
1011
* This program is distributed in the hope that it will be useful,
1112
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-int64.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
* Copyright (c) 2006 David Hampton <[email protected]>
77
*
88
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of version 2 of the GNU General Public
10-
* License as published by the Free Software Foundation.
9+
* modify it under the terms of the GNU General Public License as
10+
* published by the Free Software Foundation; either version 2 of
11+
* the License, or (at your option) any later version.
1112
*
1213
* This program is distributed in the hope that it will be useful,
1314
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-int64.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* Authors: Derek Atkins <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of version 2 of the GNU General Public
8-
* License as published by the Free Software Foundation.
7+
* modify it under the terms of the GNU General Public License as
8+
* published by the Free Software Foundation; either version 2 of
9+
* the License, or (at your option) any later version.
910
*
1011
* This program is distributed in the hope that it will be useful,
1112
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-numeric.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
* Copyright (c) 2006 David Hampton <[email protected]>
77
*
88
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of version 2 of the GNU General Public
10-
* License as published by the Free Software Foundation.
9+
* modify it under the terms of the GNU General Public License as
10+
* published by the Free Software Foundation; either version 2 of
11+
* the License, or (at your option) any later version.
1112
*
1213
* This program is distributed in the hope that it will be useful,
1314
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-numeric.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* Authors: Derek Atkins <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of version 2 of the GNU General Public
8-
* License as published by the Free Software Foundation.
7+
* modify it under the terms of the GNU General Public License as
8+
* published by the Free Software Foundation; either version 2 of
9+
* the License, or (at your option) any later version.
910
*
1011
* This program is distributed in the hope that it will be useful,
1112
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-reconciled.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
* Copyright (c) 2006 David Hampton <[email protected]>
77
*
88
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of version 2 of the GNU General Public
10-
* License as published by the Free Software Foundation.
9+
* modify it under the terms of the GNU General Public License as
10+
* published by the Free Software Foundation; either version 2 of
11+
* the License, or (at your option) any later version.
1112
*
1213
* This program is distributed in the hope that it will be useful,
1314
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-reconciled.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* Authors: Derek Atkins <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of version 2 of the GNU General Public
8-
* License as published by the Free Software Foundation.
7+
* modify it under the terms of the GNU General Public License as
8+
* published by the Free Software Foundation; either version 2 of
9+
* the License, or (at your option) any later version.
910
*
1011
* This program is distributed in the hope that it will be useful,
1112
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-string.c

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
* Copyright (c) 2006 David Hampton <[email protected]>
77
*
88
* This program is free software; you can redistribute it and/or
9-
* modify it under the terms of version 2 of the GNU General Public
10-
* License as published by the Free Software Foundation.
9+
* modify it under the terms of the GNU General Public License as
10+
* published by the Free Software Foundation; either version 2 of
11+
* the License, or (at your option) any later version.
1112
*
1213
* This program is distributed in the hope that it will be useful,
1314
* but WITHOUT ANY WARRANTY; without even the implied warranty of

src/gnome-search/search-string.h

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
* Authors: Derek Atkins <[email protected]>
55
*
66
* This program is free software; you can redistribute it and/or
7-
* modify it under the terms of version 2 of the GNU General Public
8-
* License as published by the Free Software Foundation.
7+
* modify it under the terms of the GNU General Public License as
8+
* published by the Free Software Foundation; either version 2 of
9+
* the License, or (at your option) any later version.
910
*
1011
* This program is distributed in the hope that it will be useful,
1112
* but WITHOUT ANY WARRANTY; without even the implied warranty of

0 commit comments

Comments
 (0)