Fix copyright problems reported by Doug Evans.
authorJames E Wilson <wilson@tuliptree.org>
Mon, 9 Jun 2003 19:31:12 +0000 (12:31 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 9 Jun 2003 19:31:12 +0000 (12:31 -0700)
* config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
Add libgcc exception.

From-SVN: r67672

gcc/ChangeLog
gcc/config/frv/cmovd.c
gcc/config/frv/cmovh.c
gcc/config/frv/cmovw.c
gcc/config/frv/frvbegin.c
gcc/config/frv/frvend.c
gcc/config/frv/lib1funcs.asm

index ac969be79840a71cbd0418053cba9c1b2c7aae2d..388cbccb10e30e1d1e5268cb068364c60a3997ff 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-09  James E Wilson  <wilson@tuliptree.org>
+
+       * config/frv/cmovc.c, config/frv/cmovh.c, config/frv/cmovw.c,
+       config/frv/frvbegin.c, config/frv/frvend.c, config/frv/lib1funcs.asm:
+       Add libgcc exception.
+
 2003-06-09  David Edelsohn  <edelsohn@gnu.org>
            Ayal Zaks  <gcchaifa@us.ibm.com>
 
index 11b50ba0dcc4c890fef63581c0cfb84a71520951..b4521738671af0cd4d1fb400c7c48d9c2f98fac1 100644 (file)
@@ -1,5 +1,5 @@
 /* Move double-word library function.
-   Copyright (C) 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
   
    This file is part of GNU CC.
    the Free Software Foundation, 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+/* As a special exception, if you link this library with other files,
+   some of which are compiled with GCC, to produce an executable,
+   this library does not by itself cause the resulting executable
+   to be covered by the GNU General Public License.
+   This exception does not however invalidate any other reasons why
+   the executable file might be covered by the GNU General Public License.  */
+
 void
 __cmovd (long long *dest, const long long *src, unsigned len)
 {
index 018a0b448ac1fa4765c42a8bb964b84c902a56de..d2a0dec0c09f33cb0efb7cffe233b90f650af09b 100644 (file)
@@ -1,5 +1,5 @@
 /* Move half-word library function.
-   Copyright (C) 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
   
    This file is part of GNU CC.
    the Free Software Foundation, 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+/* As a special exception, if you link this library with other files,
+   some of which are compiled with GCC, to produce an executable,
+   this library does not by itself cause the resulting executable
+   to be covered by the GNU General Public License.
+   This exception does not however invalidate any other reasons why
+   the executable file might be covered by the GNU General Public License.  */
+
 void
 __cmovh (short *dest, const short *src, unsigned len)
 {
index 5509e068e41197d4df0dce55b59e43ae7da1e3b2..d8784e20d3913a29bd9620bd3a92611a57502f5d 100644 (file)
@@ -1,5 +1,5 @@
 /* Move word library function.
-   Copyright (C) 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
   
    This file is part of GNU CC.
    the Free Software Foundation, 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+/* As a special exception, if you link this library with other files,
+   some of which are compiled with GCC, to produce an executable,
+   this library does not by itself cause the resulting executable
+   to be covered by the GNU General Public License.
+   This exception does not however invalidate any other reasons why
+   the executable file might be covered by the GNU General Public License.  */
+
 void
 __cmovw (int *dest, const int *src, unsigned len)
 {
index a5f5b1fa93e7bf2cedb572f376dd8898c8711c36..d9215ecf0a61525f9f8d23be85c975310670971e 100644 (file)
@@ -1,5 +1,5 @@
 /* Frv initialization file linked before all user modules
-   Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
     Contributed by Red Hat, Inc.
   
    This file is part of GNU CC.
    This file was originally taken from the file crtstuff.c in the
    main compiler directory, and simplified. */
 
+/* As a special exception, if you link this library with other files,
+   some of which are compiled with GCC, to produce an executable,
+   this library does not by itself cause the resulting executable
+   to be covered by the GNU General Public License.
+   This exception does not however invalidate any other reasons why
+   the executable file might be covered by the GNU General Public License.  */
+
 #include "defaults.h"
 #include <stddef.h>
 #include "unwind-dw2-fde.h"
index f1635cc10497e3ca74257bc02ca78097259f2633..a3124baf9a5666a06ea62b4a9a99059cfc624da9 100644 (file)
@@ -1,5 +1,5 @@
 /* Frv initialization file linked after all user modules
-   Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2003 Free Software Foundation, Inc.
     Contributed by Red Hat, Inc.
   
    This file is part of GNU CC.
    the Free Software Foundation, 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA. */
 
+/* As a special exception, if you link this library with other files,
+   some of which are compiled with GCC, to produce an executable,
+   this library does not by itself cause the resulting executable
+   to be covered by the GNU General Public License.
+   This exception does not however invalidate any other reasons why
+   the executable file might be covered by the GNU General Public License.  */
+
 #include "defaults.h"
 #include <stddef.h>
 #include "unwind-dw2-fde.h"
index 18a814235e02e1f5b3240915b2c2ae4bcec6d9f0..5c5cac44077e60a389bbb3dba1f832bfff08de33 100644 (file)
@@ -1,5 +1,5 @@
 /* Library functions.
-   Copyright (C) 2000 Free Software Foundation, Inc.
+   Copyright (C) 2000, 2003 Free Software Foundation, Inc.
    Contributed by Red Hat, Inc.
   
    This file is part of GNU CC.
    the Free Software Foundation, 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+/* As a special exception, if you link this library with other files,
+   some of which are compiled with GCC, to produce an executable,
+   this library does not by itself cause the resulting executable
+   to be covered by the GNU General Public License.
+   This exception does not however invalidate any other reasons why
+   the executable file might be covered by the GNU General Public License.  */
+
 #include <frv-asm.h>
 
 \f