aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-06-22 06:13:57 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1997-06-22 06:13:57 -0400
commit8458d268d21eecd9c45e4c380ec78a51b6858bd1 (patch)
tree877bb4ce4b6a7c7891584b0467e6d0fc87f20f99 /gcc/objc
parentc15648f7aad6227b4fd2f3b91f08f45bc2ef552a (diff)
downloadgcc-8458d268d21eecd9c45e4c380ec78a51b6858bd1.zip
gcc-8458d268d21eecd9c45e4c380ec78a51b6858bd1.tar.gz
gcc-8458d268d21eecd9c45e4c380ec78a51b6858bd1.tar.bz2
Add special exception to copyright notice.
From-SVN: r14285
Diffstat (limited to 'gcc/objc')
-rw-r--r--gcc/objc/NXConstStr.h6
-rw-r--r--gcc/objc/NXConstStr.m6
2 files changed, 12 insertions, 0 deletions
diff --git a/gcc/objc/NXConstStr.h b/gcc/objc/NXConstStr.h
index 6899c74..b2c013e 100644
--- a/gcc/objc/NXConstStr.h
+++ b/gcc/objc/NXConstStr.h
@@ -19,6 +19,12 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+/* As a special exception, if you link this library with files
+ compiled with GCC to produce an executable, this does not 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 __nxconstantstring_INCLUDE_GNU
#define __nxconstantstring_INCLUDE_GNU
diff --git a/gcc/objc/NXConstStr.m b/gcc/objc/NXConstStr.m
index d3b2117..d4db768 100644
--- a/gcc/objc/NXConstStr.m
+++ b/gcc/objc/NXConstStr.m
@@ -19,6 +19,12 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+/* As a special exception, if you link this library with files
+ compiled with GCC to produce an executable, this does not 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 "objc/NXConstStr.h"
@implementation NXConstantString