diff options
| author | Joel Brobecker <brobecker@gnat.com> | 2007-08-24 14:30:15 +0000 |
|---|---|---|
| committer | Joel Brobecker <brobecker@gnat.com> | 2007-08-24 14:30:15 +0000 |
| commit | 4744ac1bb0d2f2294c7762577262fdcafb67883b (patch) | |
| tree | af0aa81d9c4a1948c20d623e02bdc952df80b240 /sim/m32c | |
| parent | b0b8c9e07a7ee9e5d6d4c6d2757da921071add7f (diff) | |
| download | ppe42-binutils-4744ac1bb0d2f2294c7762577262fdcafb67883b.tar.gz ppe42-binutils-4744ac1bb0d2f2294c7762577262fdcafb67883b.zip | |
Switch the license of all files explicitly copyright the FSF
to GPLv3.
Diffstat (limited to 'sim/m32c')
| -rw-r--r-- | sim/m32c/Makefile.in | 24 | ||||
| -rw-r--r-- | sim/m32c/blinky.S | 20 | ||||
| -rw-r--r-- | sim/m32c/configure.in | 24 | ||||
| -rw-r--r-- | sim/m32c/cpu.h | 20 | ||||
| -rw-r--r-- | sim/m32c/gdb-if.c | 20 | ||||
| -rw-r--r-- | sim/m32c/gloss.S | 20 | ||||
| -rw-r--r-- | sim/m32c/int.c | 20 | ||||
| -rw-r--r-- | sim/m32c/int.h | 20 | ||||
| -rw-r--r-- | sim/m32c/load.c | 20 | ||||
| -rw-r--r-- | sim/m32c/load.h | 20 | ||||
| -rw-r--r-- | sim/m32c/m32c.opc | 20 | ||||
| -rw-r--r-- | sim/m32c/main.c | 20 | ||||
| -rw-r--r-- | sim/m32c/mem.c | 20 | ||||
| -rw-r--r-- | sim/m32c/mem.h | 20 | ||||
| -rw-r--r-- | sim/m32c/misc.c | 20 | ||||
| -rw-r--r-- | sim/m32c/misc.h | 20 | ||||
| -rw-r--r-- | sim/m32c/opc2c.c | 20 | ||||
| -rw-r--r-- | sim/m32c/r8c.opc | 20 | ||||
| -rw-r--r-- | sim/m32c/reg.c | 20 | ||||
| -rw-r--r-- | sim/m32c/safe-fgets.c | 20 | ||||
| -rw-r--r-- | sim/m32c/safe-fgets.h | 20 | ||||
| -rw-r--r-- | sim/m32c/sample.S | 20 | ||||
| -rw-r--r-- | sim/m32c/sample.ld | 20 | ||||
| -rw-r--r-- | sim/m32c/sample2.c | 20 | ||||
| -rw-r--r-- | sim/m32c/srcdest.c | 20 | ||||
| -rw-r--r-- | sim/m32c/syscalls.c | 20 | ||||
| -rw-r--r-- | sim/m32c/syscalls.h | 20 | ||||
| -rw-r--r-- | sim/m32c/trace.c | 20 | ||||
| -rw-r--r-- | sim/m32c/trace.h | 20 |
29 files changed, 265 insertions, 323 deletions
diff --git a/sim/m32c/Makefile.in b/sim/m32c/Makefile.in index a3df8d8bec..9bc1eeb113 100644 --- a/sim/m32c/Makefile.in +++ b/sim/m32c/Makefile.in @@ -5,20 +5,18 @@ ### ### This file is part of the GNU simulators. ### -### The GNU simulators are free software; you can redistribute them and/or -### modify them under the terms of the GNU General Public License as -### published by the Free Software Foundation; either version 2 of the -### License, or (at your option) any later version. -### -### The GNU simulators are distributed in the hope that they 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. -### +### 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 +### (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 the GNU simulators; if not, write to the Free Software -### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -### 02110-1301, USA +### along with this program. If not, see <http://www.gnu.org/licenses/>. ## COMMON_PRE_CONFIG_FRAG diff --git a/sim/m32c/blinky.S b/sim/m32c/blinky.S index c011caf06a..222e94c540 100644 --- a/sim/m32c/blinky.S +++ b/sim/m32c/blinky.S @@ -5,20 +5,18 @@ ;;; ;;; This file is part of the GNU simulators. ;;; -;;; The GNU simulators are free software; you can redistribute them -;;; and/or modify them under the terms of the GNU General Public -;;; License as published by the Free Software Foundation; either -;;; version 2 of the License, or (at your option) any later version. +;;; 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 +;;; (at your option) any later version. ;;; -;;; The GNU simulators are distributed in the hope that they 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. +;;; 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 the GNU simulators; if not, write to the Free Software -;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -;;; 02110-1301, USA +;;; along with this program. If not, see <http://www.gnu.org/licenses/>. .text diff --git a/sim/m32c/configure.in b/sim/m32c/configure.in index 97bacd88cc..962dece961 100644 --- a/sim/m32c/configure.in +++ b/sim/m32c/configure.in @@ -5,20 +5,18 @@ dnl Contributed by Red Hat, Inc. dnl dnl This file is part of the GNU simulators. dnl -dnl The GNU simulators are free software; you can redistribute them and/or -dnl modify them under the terms of the GNU General Public License as -dnl published by the Free Software Foundation; either version 2 of the -dnl License, or (at your option) any later version. -dnl -dnl The GNU simulators are distributed in the hope that they will be -dnl useful, but WITHOUT ANY WARRANTY; without even the implied warranty of -dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -dnl General Public License for more details. -dnl +dnl This program is free software; you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 3 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, +dnl but WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +dnl GNU General Public License for more details. +dnl dnl You should have received a copy of the GNU General Public License -dnl along with the GNU simulators; if not, write to the Free Software -dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -dnl 02110-1301, USA +dnl along with this program. If not, see <http://www.gnu.org/licenses/>. dnl AC_PREREQ(2.5)dnl AC_INIT(Makefile.in) diff --git a/sim/m32c/cpu.h b/sim/m32c/cpu.h index b2beb92268..d96d1bab46 100644 --- a/sim/m32c/cpu.h +++ b/sim/m32c/cpu.h @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ extern int verbose; diff --git a/sim/m32c/gdb-if.c b/sim/m32c/gdb-if.c index 7b6ed56343..5ef1487be9 100644 --- a/sim/m32c/gdb-if.c +++ b/sim/m32c/gdb-if.c @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/sim/m32c/gloss.S b/sim/m32c/gloss.S index 7190b5df2e..679ecf2506 100644 --- a/sim/m32c/gloss.S +++ b/sim/m32c/gloss.S @@ -5,20 +5,18 @@ ;;; ;;; This file is part of the GNU simulators. ;;; -;;; The GNU simulators are free software; you can redistribute them -;;; and/or modify them under the terms of the GNU General Public -;;; License as published by the Free Software Foundation; either -;;; version 2 of the License, or (at your option) any later version. +;;; 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 +;;; (at your option) any later version. ;;; -;;; The GNU simulators are distributed in the hope that they 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. +;;; 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 the GNU simulators; if not, write to the Free Software -;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -;;; 02110-1301, USA +;;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; See the 'sample2.x' target in Makefile.in. .global _exit diff --git a/sim/m32c/int.c b/sim/m32c/int.c index 797a9d3ca7..47898d10c8 100644 --- a/sim/m32c/int.c +++ b/sim/m32c/int.c @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "int.h" diff --git a/sim/m32c/int.h b/sim/m32c/int.h index 48e91a22af..d5c9afb9e0 100644 --- a/sim/m32c/int.h +++ b/sim/m32c/int.h @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ extern void trigger_fixed_interrupt (int addr); diff --git a/sim/m32c/load.c b/sim/m32c/load.c index 9e43f2db5f..b125f22b47 100644 --- a/sim/m32c/load.c +++ b/sim/m32c/load.c @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdlib.h> diff --git a/sim/m32c/load.h b/sim/m32c/load.h index 6d0eea46dc..1bc7f194fa 100644 --- a/sim/m32c/load.h +++ b/sim/m32c/load.h @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "bfd.h" diff --git a/sim/m32c/m32c.opc b/sim/m32c/m32c.opc index 330bdf254a..cb02a9ecd2 100644 --- a/sim/m32c/m32c.opc +++ b/sim/m32c/m32c.opc @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/sim/m32c/main.c b/sim/m32c/main.c index 96c0ac45f2..3b2799e59f 100644 --- a/sim/m32c/main.c +++ b/sim/m32c/main.c @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/sim/m32c/mem.c b/sim/m32c/mem.c index 6b6cbdcc64..edae7bf4df 100644 --- a/sim/m32c/mem.c +++ b/sim/m32c/mem.c @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/sim/m32c/mem.h b/sim/m32c/mem.h index 604580491f..b2f55f2a41 100644 --- a/sim/m32c/mem.h +++ b/sim/m32c/mem.h @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ void init_mem (void); diff --git a/sim/m32c/misc.c b/sim/m32c/misc.c index d1fa956ff7..276330cee3 100644 --- a/sim/m32c/misc.c +++ b/sim/m32c/misc.c @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/sim/m32c/misc.h b/sim/m32c/misc.h index 94c77c4553..59d0dad6e1 100644 --- a/sim/m32c/misc.h +++ b/sim/m32c/misc.h @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ int bcd2int (int bcd, int w); diff --git a/sim/m32c/opc2c.c b/sim/m32c/opc2c.c index 5baa7645f6..a08827240b 100644 --- a/sim/m32c/opc2c.c +++ b/sim/m32c/opc2c.c @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/sim/m32c/r8c.opc b/sim/m32c/r8c.opc index f70196c9e7..a5d947e845 100644 --- a/sim/m32c/r8c.opc +++ b/sim/m32c/r8c.opc @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/sim/m32c/reg.c b/sim/m32c/reg.c index a23971acfd..c35ebc8bde 100644 --- a/sim/m32c/reg.c +++ b/sim/m32c/reg.c @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/sim/m32c/safe-fgets.c b/sim/m32c/safe-fgets.c index 824c687a39..c1d22e4a63 100644 --- a/sim/m32c/safe-fgets.c +++ b/sim/m32c/safe-fgets.c @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/sim/m32c/safe-fgets.h b/sim/m32c/safe-fgets.h index 32432c9168..7d3edaab82 100644 --- a/sim/m32c/safe-fgets.h +++ b/sim/m32c/safe-fgets.h @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #ifndef _safe_gets_h_ diff --git a/sim/m32c/sample.S b/sim/m32c/sample.S index 18197d082b..0591f25068 100644 --- a/sim/m32c/sample.S +++ b/sim/m32c/sample.S @@ -5,20 +5,18 @@ ;;; ;;; This file is part of the GNU simulators. ;;; -;;; The GNU simulators are free software; you can redistribute them -;;; and/or modify them under the terms of the GNU General Public -;;; License as published by the Free Software Foundation; either -;;; version 2 of the License, or (at your option) any later version. +;;; 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 +;;; (at your option) any later version. ;;; -;;; The GNU simulators are distributed in the hope that they 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. +;;; 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 the GNU simulators; if not, write to the Free Software -;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -;;; 02110-1301, USA +;;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; See the 'sample.x' and sample.mot targets in Makefile.in. diff --git a/sim/m32c/sample.ld b/sim/m32c/sample.ld index 440b383955..b6c956a304 100644 --- a/sim/m32c/sample.ld +++ b/sim/m32c/sample.ld @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* See the 'sample2.x' target in Makefile.in. */ diff --git a/sim/m32c/sample2.c b/sim/m32c/sample2.c index 076d78dbfa..ce9f1a132f 100644 --- a/sim/m32c/sample2.c +++ b/sim/m32c/sample2.c @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* See the 'sample2.x' target in Makefile.in. */ void exit (int); diff --git a/sim/m32c/srcdest.c b/sim/m32c/srcdest.c index 45ad854b21..ae7d872a0a 100644 --- a/sim/m32c/srcdest.c +++ b/sim/m32c/srcdest.c @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/sim/m32c/syscalls.c b/sim/m32c/syscalls.c index 40b793c8bf..4ec2cc694c 100644 --- a/sim/m32c/syscalls.c +++ b/sim/m32c/syscalls.c @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/sim/m32c/syscalls.h b/sim/m32c/syscalls.h index 71631861ca..f3e593f7e2 100644 --- a/sim/m32c/syscalls.h +++ b/sim/m32c/syscalls.h @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ struct host_callback_struct; diff --git a/sim/m32c/trace.c b/sim/m32c/trace.c index c4cc91d650..9e526fe935 100644 --- a/sim/m32c/trace.c +++ b/sim/m32c/trace.c @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h> diff --git a/sim/m32c/trace.h b/sim/m32c/trace.h index e54bc56ac7..c970f82c97 100644 --- a/sim/m32c/trace.h +++ b/sim/m32c/trace.h @@ -5,20 +5,18 @@ Contributed by Red Hat, Inc. This file is part of the GNU simulators. -The GNU simulators are free software; you can redistribute them and/or -modify them under the terms of the GNU General Public License as -published by the Free Software Foundation; either version 2 of the -License, or (at your option) any later version. +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 +(at your option) any later version. -The GNU simulators are distributed in the hope that they 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. +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 the GNU simulators; if not, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301, USA */ +along with this program. If not, see <http://www.gnu.org/licenses/>. */ void sim_disasm_init (bfd *prog); |

