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
This commit is contained in:
Christian Stimming 2010-09-04 20:00:15 +00:00
parent 8c4fa3a192
commit a4bb22b23c
22 changed files with 66 additions and 47 deletions

View File

@ -1,13 +1,12 @@
This software is provided under a mutually-compatible set of licenses. This software is provided under a mutually-compatible set of licenses.
The software, for most intents and purposes, is licensed under the GNU The software, for most intents and purposes, is licensed under the GNU
General Public License, Version 2. General Public License, Version 2, or (at your option) Version 3.
Almost all of the source files are licensed under the GNU GPL, Version Almost all of the source files are licensed under the GNU GPL, Version
2, "or (at your option) any later version". Some of the source files 2, "or (at your option) any later version". Some of the source files
are licensed under "Version 2 and/or Version 3" of the GNU GPL, and are licensed under "Version 2 and/or Version 3" of the GNU GPL
very few other source files are licensed under "Version 2" of the GNU specifically.
GPL specifically.
Some of the source files have an exception for linking against OpenSSL, as Some of the source files have an exception for linking against OpenSSL, as
per the following language: per the following language:

View File

@ -6,8 +6,9 @@
* Copyright (c) 2006 David Hampton <hampton@employees.org> * Copyright (c) 2006 David Hampton <hampton@employees.org>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,9 @@
* Authors: Derek Atkins <warlord@MIT.EDU> * Authors: Derek Atkins <warlord@MIT.EDU>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -8,9 +8,9 @@
* Derek Atkins <warlord@MIT.EDU> * Derek Atkins <warlord@MIT.EDU>
* *
* Gnucash is free software; you can redistribute it and/or * Gnucash is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public License * modify it under the terms of the GNU General Public License as
* as published by the Free Software Foundation; either version 2 of the * published by the Free Software Foundation; either version 2 of
* License, or (at your option) any later version. * the License, or (at your option) any later version.
* *
* Gnucash is distributed in the hope that it will be useful, * Gnucash is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -6,8 +6,9 @@
* Copyright (c) 2006 David Hampton <hampton@employees.org> * Copyright (c) 2006 David Hampton <hampton@employees.org>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,9 @@
* Authors: Derek Atkins <warlord@MIT.EDU> * Authors: Derek Atkins <warlord@MIT.EDU>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -6,8 +6,9 @@
* Copyright (c) 2006 David Hampton <hampton@employees.org> * Copyright (c) 2006 David Hampton <hampton@employees.org>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,9 @@
* Authors: Derek Atkins <warlord@MIT.EDU> * Authors: Derek Atkins <warlord@MIT.EDU>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,9 @@
* Authors: Derek Atkins <warlord@MIT.EDU> * Authors: Derek Atkins <warlord@MIT.EDU>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,9 @@
* Authors: Derek Atkins <warlord@MIT.EDU> * Authors: Derek Atkins <warlord@MIT.EDU>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -6,8 +6,9 @@
* Copyright (c) 2006 David Hampton <hampton@employees.org> * Copyright (c) 2006 David Hampton <hampton@employees.org>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,9 @@
* Authors: Derek Atkins <warlord@MIT.EDU> * Authors: Derek Atkins <warlord@MIT.EDU>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -6,8 +6,9 @@
* Copyright (c) 2006 David Hampton <hampton@employees.org> * Copyright (c) 2006 David Hampton <hampton@employees.org>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,9 @@
* Authors: Derek Atkins <warlord@MIT.EDU> * Authors: Derek Atkins <warlord@MIT.EDU>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -6,8 +6,9 @@
* Copyright (c) 2006 David Hampton <hampton@employees.org> * Copyright (c) 2006 David Hampton <hampton@employees.org>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,9 @@
* Authors: Derek Atkins <warlord@MIT.EDU> * Authors: Derek Atkins <warlord@MIT.EDU>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -6,8 +6,9 @@
* Copyright (c) 2006 David Hampton <hampton@employees.org> * Copyright (c) 2006 David Hampton <hampton@employees.org>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,9 @@
* Authors: Derek Atkins <warlord@MIT.EDU> * Authors: Derek Atkins <warlord@MIT.EDU>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -6,8 +6,9 @@
* Copyright (c) 2006 David Hampton <hampton@employees.org> * Copyright (c) 2006 David Hampton <hampton@employees.org>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,9 @@
* Authors: Derek Atkins <warlord@MIT.EDU> * Authors: Derek Atkins <warlord@MIT.EDU>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -6,8 +6,9 @@
* Copyright (c) 2006 David Hampton <hampton@employees.org> * Copyright (c) 2006 David Hampton <hampton@employees.org>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of

View File

@ -4,8 +4,9 @@
* Authors: Derek Atkins <warlord@MIT.EDU> * Authors: Derek Atkins <warlord@MIT.EDU>
* *
* 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 version 2 of the GNU General Public * modify it under the terms of the GNU General Public License as
* License as published by the Free Software Foundation. * 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, * This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of * but WITHOUT ANY WARRANTY; without even the implied warranty of