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/mips | |
parent | b0b8c9e07a7ee9e5d6d4c6d2757da921071add7f (diff) | |
download | gdb-4744ac1bb0d2f2294c7762577262fdcafb67883b.zip gdb-4744ac1bb0d2f2294c7762577262fdcafb67883b.tar.gz gdb-4744ac1bb0d2f2294c7762577262fdcafb67883b.tar.bz2 |
Switch the license of all files explicitly copyright the FSF
to GPLv3.
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/cp1.c | 9 | ||||
-rw-r--r-- | sim/mips/cp1.h | 9 | ||||
-rw-r--r-- | sim/mips/dsp.c | 9 | ||||
-rw-r--r-- | sim/mips/dsp.igen | 12 | ||||
-rw-r--r-- | sim/mips/dsp2.igen | 8 | ||||
-rw-r--r-- | sim/mips/dv-tx3904cpu.c | 9 | ||||
-rw-r--r-- | sim/mips/dv-tx3904irc.c | 9 | ||||
-rw-r--r-- | sim/mips/dv-tx3904sio.c | 9 | ||||
-rw-r--r-- | sim/mips/dv-tx3904tmr.c | 9 | ||||
-rw-r--r-- | sim/mips/m16e.igen | 13 | ||||
-rw-r--r-- | sim/mips/mdmx.c | 9 | ||||
-rw-r--r-- | sim/mips/mdmx.igen | 13 | ||||
-rw-r--r-- | sim/mips/mips3264r2.igen | 13 | ||||
-rw-r--r-- | sim/mips/mips3d.igen | 13 | ||||
-rw-r--r-- | sim/mips/sb1.igen | 13 | ||||
-rw-r--r-- | sim/mips/sim-main.h | 9 | ||||
-rw-r--r-- | sim/mips/smartmips.igen | 13 |
17 files changed, 80 insertions, 99 deletions
diff --git a/sim/mips/cp1.c b/sim/mips/cp1.c index d8ee00e..66a5d04 100644 --- a/sim/mips/cp1.c +++ b/sim/mips/cp1.c @@ -10,17 +10,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/>. */ /* XXX: The following notice should be removed as soon as is practical: */ /* Floating Point Support for gdb MIPS simulators diff --git a/sim/mips/cp1.h b/sim/mips/cp1.h index 953fce5..927537a 100644 --- a/sim/mips/cp1.h +++ b/sim/mips/cp1.h @@ -9,17 +9,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/>. */ #ifndef CP1_H #define CP1_H diff --git a/sim/mips/dsp.c b/sim/mips/dsp.c index 19201ae..f2664df 100644 --- a/sim/mips/dsp.c +++ b/sim/mips/dsp.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/mips/dsp.igen b/sim/mips/dsp.igen index 491cfb0..ac58826 100644 --- a/sim/mips/dsp.igen +++ b/sim/mips/dsp.igen @@ -8,18 +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 GAS; see the file COPYING. If not, write to the Free -// Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA -// 02110-1301, USA. +// along with this program. If not, see <http://www.gnu.org/licenses/>. // op: 0 = ADD, 1 = SUB, 2 = MUL diff --git a/sim/mips/dsp2.igen b/sim/mips/dsp2.igen index afea077..da9108f 100644 --- a/sim/mips/dsp2.igen +++ b/sim/mips/dsp2.igen @@ -9,8 +9,8 @@ // // 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 @@ -18,9 +18,7 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with GAS; see the file COPYING. If not, write to the Free -// Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA -// 02110-1301, USA. +// along with this program. If not, see <http://www.gnu.org/licenses/>. // op: 0 = ADD, 1 = SUB diff --git a/sim/mips/dv-tx3904cpu.c b/sim/mips/dv-tx3904cpu.c index f831149..4cb7d82 100644 --- a/sim/mips/dv-tx3904cpu.c +++ b/sim/mips/dv-tx3904cpu.c @@ -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 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, 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/mips/dv-tx3904irc.c b/sim/mips/dv-tx3904irc.c index bbc059b..9821c70 100644 --- a/sim/mips/dv-tx3904irc.c +++ b/sim/mips/dv-tx3904irc.c @@ -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 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, 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/mips/dv-tx3904sio.c b/sim/mips/dv-tx3904sio.c index 24b96c0..981e3d1 100644 --- a/sim/mips/dv-tx3904sio.c +++ b/sim/mips/dv-tx3904sio.c @@ -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 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, 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/mips/dv-tx3904tmr.c b/sim/mips/dv-tx3904tmr.c index 3d2158d..44b4414 100644 --- a/sim/mips/dv-tx3904tmr.c +++ b/sim/mips/dv-tx3904tmr.c @@ -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 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, 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. + along with this program. If not, see <http://www.gnu.org/licenses/>. */ diff --git a/sim/mips/m16e.igen b/sim/mips/m16e.igen index 8808906..918483b 100644 --- a/sim/mips/m16e.igen +++ b/sim/mips/m16e.igen @@ -9,17 +9,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/>. 11101,3.RX,100,10001:RR:16::SEB diff --git a/sim/mips/mdmx.c b/sim/mips/mdmx.c index 31fb29c..7810758 100644 --- a/sim/mips/mdmx.c +++ b/sim/mips/mdmx.c @@ -7,17 +7,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 <stdio.h> diff --git a/sim/mips/mdmx.igen b/sim/mips/mdmx.igen index d8edcd7..e7c3a7a 100644 --- a/sim/mips/mdmx.igen +++ b/sim/mips/mdmx.igen @@ -9,17 +9,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/>. // Reference: MIPS64 Architecture Volume IV-b: // The MDMX Application-Specific Extension diff --git a/sim/mips/mips3264r2.igen b/sim/mips/mips3264r2.igen index bfd2980..6e6ef4b 100644 --- a/sim/mips/mips3264r2.igen +++ b/sim/mips/mips3264r2.igen @@ -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/>. 011111,5.RS,5.RT,5.SIZE,5.LSB,000011::64::DEXT diff --git a/sim/mips/mips3d.igen b/sim/mips/mips3d.igen index d24a06c..edfeb98 100644 --- a/sim/mips/mips3d.igen +++ b/sim/mips/mips3d.igen @@ -9,17 +9,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/>. // Reference: MIPS64 Architecture for Programmers Volume IV-c: // The MIPS-3D Application-Specific Extension to the diff --git a/sim/mips/sb1.igen b/sim/mips/sb1.igen index b6534cb..869f802 100644 --- a/sim/mips/sb1.igen +++ b/sim/mips/sb1.igen @@ -9,17 +9,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/>. // Helper: diff --git a/sim/mips/sim-main.h b/sim/mips/sim-main.h index a86f2e0..f8640e1 100644 --- a/sim/mips/sim-main.h +++ b/sim/mips/sim-main.h @@ -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/>. */ #ifndef SIM_MAIN_H #define SIM_MAIN_H diff --git a/sim/mips/smartmips.igen b/sim/mips/smartmips.igen index 31d3a4b..655728b 100644 --- a/sim/mips/smartmips.igen +++ b/sim/mips/smartmips.igen @@ -9,17 +9,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/>. 011100,5.BASE,5.INDEX,5.RD,00010,001000:SPECIAL:32::LWXS "lwxs r<RD>, <INDEX>(r<BASE>)" |