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 | 70a26599275acb83cec5a7434ab24860cb13a898 (patch) | |
tree | 0406655ced110e4533fac73d98c3deb6961c5b81 /sim/m32r | |
parent | dddfaf14ad6eaef908aac8593645bc953204d484 (diff) | |
download | gdb-70a26599275acb83cec5a7434ab24860cb13a898.tar.gz |
Switch the license of all files explicitly copyright the FSF
to GPLv3.
Diffstat (limited to 'sim/m32r')
-rw-r--r-- | sim/m32r/Makefile.in | 7 | ||||
-rw-r--r-- | sim/m32r/arch.c | 9 | ||||
-rw-r--r-- | sim/m32r/arch.h | 9 | ||||
-rw-r--r-- | sim/m32r/cpu.c | 9 | ||||
-rw-r--r-- | sim/m32r/cpu.h | 9 | ||||
-rw-r--r-- | sim/m32r/cpu2.c | 9 | ||||
-rw-r--r-- | sim/m32r/cpu2.h | 9 | ||||
-rw-r--r-- | sim/m32r/cpuall.h | 9 | ||||
-rw-r--r-- | sim/m32r/cpux.c | 9 | ||||
-rw-r--r-- | sim/m32r/cpux.h | 9 | ||||
-rw-r--r-- | sim/m32r/decode.c | 9 | ||||
-rw-r--r-- | sim/m32r/decode.h | 9 | ||||
-rw-r--r-- | sim/m32r/decode2.c | 9 | ||||
-rw-r--r-- | sim/m32r/decode2.h | 9 | ||||
-rw-r--r-- | sim/m32r/decodex.c | 9 | ||||
-rw-r--r-- | sim/m32r/decodex.h | 9 | ||||
-rw-r--r-- | sim/m32r/devices.c | 9 | ||||
-rw-r--r-- | sim/m32r/m32r-sim.h | 9 | ||||
-rw-r--r-- | sim/m32r/m32r.c | 9 | ||||
-rw-r--r-- | sim/m32r/m32r2.c | 9 | ||||
-rw-r--r-- | sim/m32r/m32rx.c | 9 | ||||
-rw-r--r-- | sim/m32r/mloop.in | 9 | ||||
-rw-r--r-- | sim/m32r/mloop2.in | 9 | ||||
-rw-r--r-- | sim/m32r/mloopx.in | 9 | ||||
-rw-r--r-- | sim/m32r/model.c | 9 | ||||
-rw-r--r-- | sim/m32r/model2.c | 9 | ||||
-rw-r--r-- | sim/m32r/modelx.c | 9 | ||||
-rw-r--r-- | sim/m32r/sem-switch.c | 9 | ||||
-rw-r--r-- | sim/m32r/sem.c | 9 | ||||
-rw-r--r-- | sim/m32r/sem2-switch.c | 9 | ||||
-rw-r--r-- | sim/m32r/semx-switch.c | 9 | ||||
-rw-r--r-- | sim/m32r/sim-if.c | 9 | ||||
-rw-r--r-- | sim/m32r/traps-linux.c | 9 | ||||
-rw-r--r-- | sim/m32r/traps.c | 9 |
34 files changed, 135 insertions, 169 deletions
diff --git a/sim/m32r/Makefile.in b/sim/m32r/Makefile.in index 8941e951246..90815ff20cd 100644 --- a/sim/m32r/Makefile.in +++ b/sim/m32r/Makefile.in @@ -7,7 +7,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, @@ -15,9 +15,8 @@ # 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/>. ## COMMON_PRE_CONFIG_FRAG diff --git a/sim/m32r/arch.c b/sim/m32r/arch.c index cbdcfba897e..383507e2c41 100644 --- a/sim/m32r/arch.c +++ b/sim/m32r/arch.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/arch.h b/sim/m32r/arch.h index a544d47a913..6e427723430 100644 --- a/sim/m32r/arch.h +++ b/sim/m32r/arch.h @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/cpu.c b/sim/m32r/cpu.c index 197ea43c180..966b96b0540 100644 --- a/sim/m32r/cpu.c +++ b/sim/m32r/cpu.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/cpu.h b/sim/m32r/cpu.h index a5ecbe39b2c..de7575bee6d 100644 --- a/sim/m32r/cpu.h +++ b/sim/m32r/cpu.h @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/cpu2.c b/sim/m32r/cpu2.c index 174988078db..358a01b080e 100644 --- a/sim/m32r/cpu2.c +++ b/sim/m32r/cpu2.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/cpu2.h b/sim/m32r/cpu2.h index 8ae49e4926b..10f06fc8bfa 100644 --- a/sim/m32r/cpu2.h +++ b/sim/m32r/cpu2.h @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/cpuall.h b/sim/m32r/cpuall.h index 1985846c147..5ba3374ad9e 100644 --- a/sim/m32r/cpuall.h +++ b/sim/m32r/cpuall.h @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/cpux.c b/sim/m32r/cpux.c index f46096128cc..a6326a03c7e 100644 --- a/sim/m32r/cpux.c +++ b/sim/m32r/cpux.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/cpux.h b/sim/m32r/cpux.h index 1f0390c8870..70dc20d92e9 100644 --- a/sim/m32r/cpux.h +++ b/sim/m32r/cpux.h @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/decode.c b/sim/m32r/decode.c index 0831af48a7c..3fdea46518f 100644 --- a/sim/m32r/decode.c +++ b/sim/m32r/decode.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/decode.h b/sim/m32r/decode.h index 00a411c05d1..3b095a74808 100644 --- a/sim/m32r/decode.h +++ b/sim/m32r/decode.h @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/decode2.c b/sim/m32r/decode2.c index d98db5e8557..53e929d84e6 100644 --- a/sim/m32r/decode2.c +++ b/sim/m32r/decode2.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/decode2.h b/sim/m32r/decode2.h index 280247e1fdb..ef49292b15e 100644 --- a/sim/m32r/decode2.h +++ b/sim/m32r/decode2.h @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/decodex.c b/sim/m32r/decodex.c index 893abc95023..8f6ba67e5ef 100644 --- a/sim/m32r/decodex.c +++ b/sim/m32r/decodex.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/decodex.h b/sim/m32r/decodex.h index e8de9a81786..646205cbd44 100644 --- a/sim/m32r/decodex.h +++ b/sim/m32r/decodex.h @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/devices.c b/sim/m32r/devices.c index d3948ae95e2..6fb28ca5fdc 100644 --- a/sim/m32r/devices.c +++ b/sim/m32r/devices.c @@ -6,17 +6,16 @@ This file is part of GDB, the GNU debugger. 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/>. */ #include "sim-main.h" diff --git a/sim/m32r/m32r-sim.h b/sim/m32r/m32r-sim.h index 6c8687e1ba9..4fbba0cfd25 100644 --- a/sim/m32r/m32r-sim.h +++ b/sim/m32r/m32r-sim.h @@ -6,17 +6,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/>. */ #ifndef M32R_SIM_H #define M32R_SIM_H diff --git a/sim/m32r/m32r.c b/sim/m32r/m32r.c index c4a9b772d39..bdafb08196b 100644 --- a/sim/m32r/m32r.c +++ b/sim/m32r/m32r.c @@ -6,17 +6,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/>. */ #define WANT_CPU m32rbf #define WANT_CPU_M32RBF diff --git a/sim/m32r/m32r2.c b/sim/m32r/m32r2.c index 3b308224141..1831221cd67 100644 --- a/sim/m32r/m32r2.c +++ b/sim/m32r/m32r2.c @@ -6,17 +6,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/>. */ #define WANT_CPU m32r2f #define WANT_CPU_M32R2F diff --git a/sim/m32r/m32rx.c b/sim/m32r/m32rx.c index fd6e742407f..6ee807d7b7d 100644 --- a/sim/m32r/m32rx.c +++ b/sim/m32r/m32rx.c @@ -6,17 +6,16 @@ This file is part of GDB, the GNU debugger. 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/>. */ #define WANT_CPU m32rxf #define WANT_CPU_M32RXF diff --git a/sim/m32r/mloop.in b/sim/m32r/mloop.in index 02ee88b8f95..cfc93517da4 100644 --- a/sim/m32r/mloop.in +++ b/sim/m32r/mloop.in @@ -5,17 +5,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/>. # Syntax: # /bin/sh mainloop.in command diff --git a/sim/m32r/mloop2.in b/sim/m32r/mloop2.in index 347e72a1937..bbdb22b3bd7 100644 --- a/sim/m32r/mloop2.in +++ b/sim/m32r/mloop2.in @@ -6,17 +6,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/>. # Syntax: # /bin/sh mainloop.in command diff --git a/sim/m32r/mloopx.in b/sim/m32r/mloopx.in index f05aea949e4..8f4db7547a3 100644 --- a/sim/m32r/mloopx.in +++ b/sim/m32r/mloopx.in @@ -6,17 +6,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/>. # Syntax: # /bin/sh mainloop.in command diff --git a/sim/m32r/model.c b/sim/m32r/model.c index c94e34986d7..2e20191c20b 100644 --- a/sim/m32r/model.c +++ b/sim/m32r/model.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/model2.c b/sim/m32r/model2.c index 7328ea4a6ff..4408ed64926 100644 --- a/sim/m32r/model2.c +++ b/sim/m32r/model2.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/modelx.c b/sim/m32r/modelx.c index 8e0250c81db..c0388b08920 100644 --- a/sim/m32r/modelx.c +++ b/sim/m32r/modelx.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/sem-switch.c b/sim/m32r/sem-switch.c index b3780101ad6..3ed38d1e7b5 100644 --- a/sim/m32r/sem-switch.c +++ b/sim/m32r/sem-switch.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/sem.c b/sim/m32r/sem.c index b06c9f00d47..a4d91108545 100644 --- a/sim/m32r/sem.c +++ b/sim/m32r/sem.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/sem2-switch.c b/sim/m32r/sem2-switch.c index 82af4cdc730..090880ecee2 100644 --- a/sim/m32r/sem2-switch.c +++ b/sim/m32r/sem2-switch.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/semx-switch.c b/sim/m32r/semx-switch.c index d1d6abba1c5..fa95074c8e1 100644 --- a/sim/m32r/semx-switch.c +++ b/sim/m32r/semx-switch.c @@ -8,17 +8,16 @@ This file is part of the GNU simulators. 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/>. */ diff --git a/sim/m32r/sim-if.c b/sim/m32r/sim-if.c index 830b4392050..b8493c40471 100644 --- a/sim/m32r/sim-if.c +++ b/sim/m32r/sim-if.c @@ -7,17 +7,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/>. */ #include "sim-main.h" #include "sim-options.h" diff --git a/sim/m32r/traps-linux.c b/sim/m32r/traps-linux.c index bd2a9e4fa34..475337a8707 100644 --- a/sim/m32r/traps-linux.c +++ b/sim/m32r/traps-linux.c @@ -6,17 +6,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/>. */ #include "sim-main.h" #include "syscall.h" diff --git a/sim/m32r/traps.c b/sim/m32r/traps.c index fdd6c117548..099e58a2d9a 100644 --- a/sim/m32r/traps.c +++ b/sim/m32r/traps.c @@ -6,17 +6,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/>. */ #include "sim-main.h" #include "targ-vals.h" |