Browse Source

* lf.c (lf_print__gnu_copyleft): Change license to GPL version 3.

gdb_6_7-branch
Joel Brobecker 19 years ago
parent
commit
dfee3164ef
  1. 4
      sim/igen/ChangeLog
  2. 10
      sim/igen/lf.c

4
sim/igen/ChangeLog

@ -1,3 +1,7 @@
2007-08-27 Joel Brobecker <brobecker@adacore.com>
* lf.c (lf_print__gnu_copyleft): Change license to GPL version 3.
2006-12-21 Hans-Peter Nilsson <hp@axis.com> 2006-12-21 Hans-Peter Nilsson <hp@axis.com>
* acconfig.h: Remove. * acconfig.h: Remove.

10
sim/igen/lf.c

@ -265,22 +265,20 @@ lf_print__gnu_copyleft (lf *file)
nr += lf_printf (file, "\ nr += lf_printf (file, "\
/* This file is part of GDB.\n\ /* This file is part of GDB.\n\
\n\ \n\
Copyright 2002 Free Software Foundation, Inc.\n\ Copyright 2002, 2007 Free Software Foundation, Inc.\n\
\n\ \n\
This program is free software; you can redistribute it and/or modify\n\ This program is free software; you can redistribute it and/or modify\n\
it under the terms of the GNU General Public License as published by\n\ it under the terms of the GNU General Public License as published by\n\
the Free Software Foundation; either version 2 of the License, or\n\ the Free Software Foundation; either version 3 of the License, or\n\
(at your option) any later version.\n\ (at your option) any later version.\n\
\n\ \n\
This program is distributed in the hope that it will be useful,\n\ This program is distributed in the hope that it will be useful,\n\
but WITHOUT ANY WARRANTY; without even the implied warranty of\n\ but WITHOUT ANY WARRANTY; without even the implied warranty of\n\
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\
GNU General Public License for more details.\n\ GNU General Public License for more details.\n\
\n\ \n\
You should have received a copy of the GNU General Public License\n\ You should have received a copy of the GNU General Public License\n\
along with this program; if not, write to the Free Software\n\ along with this program. If not, see <http://www.gnu.org/licenses/>.\n\
Foundation, Inc., 59 Temple Place - Suite 330,\n\
Boston, MA 02111-1307, USA.\n\
\n\ \n\
--\n\ --\n\
\n\ \n\

Loading…
Cancel
Save