diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-26 21:01:38 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-12-26 21:01:38 +0000 |
commit | 85eae184d6fb211c9565ee14018614562569ac62 (patch) | |
tree | 1a8e621163636a6832793b2b2b146872a347b44e | |
parent | 48be64f5a1a29ba93cee4c7ca238e8d857cad6f0 (diff) | |
download | gcc-85eae184d6fb211c9565ee14018614562569ac62.tar.gz |
2007-12-26 Sebastian Pop <sebastian.pop@amd.com>
* patch_tester.sh: Changed to GPLv3.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131185 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/patch_tester.sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index e2ec78634f2..60325b2fe1e 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,7 @@ +2007-12-26 Sebastian Pop <sebastian.pop@amd.com> + + * patch_tester.sh: Changed to GPLv3. + 2007-12-15 Sebastian Pop <sebastian.pop@amd.com> * patch_tester.sh: Don't save the script anymore. diff --git a/contrib/patch_tester.sh b/contrib/patch_tester.sh index 55a86757b3e..ab6847653c4 100755 --- a/contrib/patch_tester.sh +++ b/contrib/patch_tester.sh @@ -6,7 +6,7 @@ # 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 +# the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # This program is distributed in the hope that it will be useful, |