diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-08-28 16:08:00 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-08-28 16:08:00 +0000 |
commit | d5ce5596bf611b65e4fc93b4e90df67359f4cba5 (patch) | |
tree | 05005aadb99dfb4b2d87cbb4493bafbd9a52b8ed /sim | |
parent | * config/tc-m68k.c (mcf52235_ctrl): Add cache registers. (diff) | |
download | binutils-gdb-d5ce5596bf611b65e4fc93b4e90df67359f4cba5.tar.gz binutils-gdb-d5ce5596bf611b65e4fc93b4e90df67359f4cba5.tar.bz2 binutils-gdb-d5ce5596bf611b65e4fc93b4e90df67359f4cba5.zip |
* compare_igen_models: Change license to GPL version 3.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/igen/ChangeLog | 4 | ||||
-rwxr-xr-x | sim/igen/compare_igen_models | 13 |
2 files changed, 10 insertions, 7 deletions
diff --git a/sim/igen/ChangeLog b/sim/igen/ChangeLog index 10b7688c7cc..43fe4d3e3db 100644 --- a/sim/igen/ChangeLog +++ b/sim/igen/ChangeLog @@ -1,3 +1,7 @@ +2008-08-28 Joel Brobecker <brobecker@adacore.com> + + * compare_igen_models: Change license to GPL version 3. + 2007-08-27 Joel Brobecker <brobecker@adacore.com> * lf.c (lf_print__gnu_copyleft): Change license to GPL version 3. diff --git a/sim/igen/compare_igen_models b/sim/igen/compare_igen_models index 2d6b2b3778e..ca8c0bbe7f7 100755 --- a/sim/igen/compare_igen_models +++ b/sim/igen/compare_igen_models @@ -8,17 +8,16 @@ # # 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, or (at your option) -# any later version. -# +# 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, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License along -# with this program; if not, write to the Free Software Foundation, Inc., -# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. # This is a simple-minded script to compare the functions and instructions # listed for two different models in one or more .igen files. |