diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-20 05:01:54 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-20 05:01:54 +0000 |
commit | 048a61aa6bf0c9b9c260e1edbeac7400c8bb7026 (patch) | |
tree | 76384330b2d2e1c0f741ec4047d5119fcc4531d2 | |
parent | d2cec11135426bd0828f1362ba4a660ab18cf20c (diff) | |
download | gdb-048a61aa6bf0c9b9c260e1edbeac7400c8bb7026.zip gdb-048a61aa6bf0c9b9c260e1edbeac7400c8bb7026.tar.gz gdb-048a61aa6bf0c9b9c260e1edbeac7400c8bb7026.tar.bz2 |
Revert GPL version change in sim/bfin/aclocal.m4
sim/bfin/ChangeLog:
* aclocal.m4: Revert the previous change changing
the license from GPL v2 or later to GPL v3 or later
(this file was generated).
-rw-r--r-- | sim/bfin/ChangeLog | 6 | ||||
-rw-r--r-- | sim/bfin/aclocal.m4 | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog index 4c37829..5026a60 100644 --- a/sim/bfin/ChangeLog +++ b/sim/bfin/ChangeLog @@ -1,5 +1,11 @@ 2012-12-20 Joel Brobecker <brobecker@adacore.com> + * aclocal.m4: Revert the previous change changing + the license from GPL v2 or later to GPL v3 or later + (this file was generated). + +2012-12-20 Joel Brobecker <brobecker@adacore.com> + * linux-fixed-code.s: Revert the previous change changing the license from GPL v2 or later to GPL v3 or later. diff --git a/sim/bfin/aclocal.m4 b/sim/bfin/aclocal.m4 index 1e0db3b..1b2d293 100644 --- a/sim/bfin/aclocal.m4 +++ b/sim/bfin/aclocal.m4 @@ -19,7 +19,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 3 of the License, or +# 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 |