From 8458d268d21eecd9c45e4c380ec78a51b6858bd1 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 22 Jun 1997 06:13:57 -0400 Subject: [PATCH] Add special exception to copyright notice. From-SVN: r14285 --- gcc/objc/NXConstStr.h | 6 ++++++ gcc/objc/NXConstStr.m | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/gcc/objc/NXConstStr.h b/gcc/objc/NXConstStr.h index 6899c74070b..b2c013e5c38 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 d3b21174366..d4db76880cd 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 -- 2.30.2