This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Licensing fixes for libgcc


I'm not subscribed to this list, so please CC me on replies. I've
noticed a few files which I think are included in part in GCC output,
but which don't have general linking exceptions.  I've added them.  This
is a patch against 3.2 from ftp.gnu.org.  Richard Stallman authorized me
to make these exceptions.



-- 
-Dave Turner
GPL Compliance Engineer
Support my work: http://svcs.affero.net/rm.php?r=novalis&p=FSF
diff -ur gcc-3.2-orig/gcc/gbl-ctors.h gcc-3.2/gcc/gbl-ctors.h
--- gcc-3.2-orig/gcc/gbl-ctors.h	Wed Aug 22 10:35:12 2001
+++ gcc-3.2/gcc/gbl-ctors.h	Thu Apr 10 15:43:14 2003
@@ -23,6 +23,13 @@
 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.  */
+
 /*	This file contains definitions and declarations of things
 	relating to the normal start-up-time invocation of C++
 	file-scope static object constructors.  These declarations
diff -ur gcc-3.2-orig/gcc/libgcc2.h gcc-3.2/gcc/libgcc2.h
--- gcc-3.2-orig/gcc/libgcc2.h	Wed Aug 22 10:35:22 2001
+++ gcc-3.2/gcc/libgcc2.h	Thu Apr 10 15:42:34 2003
@@ -19,6 +19,14 @@
 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.  */
+
+
 #ifndef GCC_LIBGCC2_H
 #define GCC_LIBGCC2_H
 
diff -ur gcc-3.2-orig/gcc/tsystem.h gcc-3.2/gcc/tsystem.h
--- gcc-3.2-orig/gcc/tsystem.h	Tue Oct  9 10:03:13 2001
+++ gcc-3.2/gcc/tsystem.h	Thu Apr 10 15:42:43 2003
@@ -19,6 +19,14 @@
 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.  */
+
+
 #ifndef GCC_TSYSTEM_H
 #define GCC_TSYSTEM_H
 

Attachment: signature.asc
Description: This is a digitally signed message part


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]