Index: testutils.inc
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/mips/testutils.inc,v
retrieving revision 1.3
diff -u -p -r1.3 testutils.inc
--- testutils.inc 9 Jan 2007 17:59:20 -0000 1.3
+++ testutils.inc 27 Aug 2007 23:58:16 -0000
@@ -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 . */
# $1, $4, $5, %6, are used as temps by the macros defined here.
Index: utils-dsp.inc
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/mips/utils-dsp.inc,v
retrieving revision 1.3
diff -u -p -r1.3 utils-dsp.inc
--- utils-dsp.inc 20 Feb 2007 13:28:56 -0000 1.3
+++ utils-dsp.inc 27 Aug 2007 23:58:16 -0000
@@ -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 . */
# $4, $5, $6, $7, $ac0, $ac1, $ac2, $ac3 are used as temps by the macros
# defined here.
Index: utils-fpu.inc
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/mips/utils-fpu.inc,v
retrieving revision 1.3
diff -u -p -r1.3 utils-fpu.inc
--- utils-fpu.inc 9 Jan 2007 17:59:20 -0000 1.3
+++ utils-fpu.inc 27 Aug 2007 23:58:16 -0000
@@ -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 . */
.macro enable_fpu fr
mfc0 $20, $12
Index: utils-mdmx.inc
===================================================================
RCS file: /cvs/src/src/sim/testsuite/sim/mips/utils-mdmx.inc,v
retrieving revision 1.3
diff -u -p -r1.3 utils-mdmx.inc
--- utils-mdmx.inc 9 Jan 2007 17:59:20 -0000 1.3
+++ utils-mdmx.inc 27 Aug 2007 23:58:16 -0000
@@ -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 . */
.include "utils-fpu.inc"