* Add library exception clause to the copyright notice for all
authorJeffrey A Law <law@cygnus.com>
Wed, 9 Sep 1998 20:35:49 +0000 (20:35 +0000)
committerJeff Law <law@gcc.gnu.org>
Wed, 9 Sep 1998 20:35:49 +0000 (14:35 -0600)
         .c and .h files.

From-SVN: r22365

85 files changed:
libchill/ChangeLog
libchill/abstime.c
libchill/allgmem.c
libchill/allmem.c
libchill/allocate.c
libchill/andps.c
libchill/auxtypes.h
libchill/basicio.c
libchill/bitstring.h
libchill/cardps.c
libchill/cause.c
libchill/checkcycle.c
libchill/chillrt0.c
libchill/chillstdio.c
libchill/concatps.c
libchill/concatstr.c
libchill/continue.c
libchill/convdurrtstime.c
libchill/copyps.c
libchill/delaycase.c
libchill/delete.c
libchill/diffps.c
libchill/eoln.c
libchill/eqps.c
libchill/eqstr.c
libchill/exh.c
libchill/exhstack.c
libchill/existing.c
libchill/ffsetclrps.c
libchill/ffsetps.c
libchill/fileio.h
libchill/flsetclrps.c
libchill/flsetps.c
libchill/format.c
libchill/format.h
libchill/getassoc.c
libchill/gettextaccess.c
libchill/gettextindex.c
libchill/gettextrecord.c
libchill/getusage.c
libchill/inbitstr.c
libchill/indexable.c
libchill/inps.c
libchill/inttime.c
libchill/ioerror.c
libchill/ioerror.h
libchill/iomodes.h
libchill/isassociated.c
libchill/leps.c
libchill/ltps.c
libchill/ltstr.c
libchill/memmove.c
libchill/neps.c
libchill/notps.c
libchill/orps.c
libchill/outoffile.c
libchill/powerset.h
libchill/printbuffer.c
libchill/printevent.c
libchill/queuelength.c
libchill/readable.c
libchill/readrecord.c
libchill/remaintime.c
libchill/retmem.c
libchill/rtltypes.h
libchill/rts.c
libchill/rts.h
libchill/rtsdummy.c
libchill/sendbuffer.c
libchill/sequencible.c
libchill/setbitps.c
libchill/setbits.c
libchill/settextaccess.c
libchill/settextindex.c
libchill/settextrecord.c
libchill/sliceps.c
libchill/terminate.c
libchill/unhex.c
libchill/unhex1.c
libchill/variable.c
libchill/waitbuffer.c
libchill/waituntil.c
libchill/writeable.c
libchill/writerecord.c
libchill/xorps.c

index b41b3a4e935613ed143cf0d77ec579b437611569..17da549074b968cb78db165b5dcb3c23916804b1 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep  9 21:32:46 1998  Jeffrey A Law  (law@cygnus.com)
+
+       * Add library exception clause to the copyright notice for all
+        .c and .h files.
+
 Tue Sep  8 10:41:38 1998  Jeffrey A Law  (law@cygnus.com)
 
        * rts.h: Update with missing code.
index 2933fa83e9d56555d0798c6a1edea20f9edf73b8..1a25672602639f6d0d07f4dcc4ff555c91999599 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <time.h>
 #include "rtltypes.h"
 
index 9c7cf865f5dbe97a25c035aedc7ce6621776d5a9..ba165ea3893f875e5304856a32e78705317e910d 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <stdlib.h>
 #include "rtltypes.h"
 
index 50dbfc961ae929ea04d80b82ae9b1c5fd4a2673b..c80f3fd240a568f23dcb54bf5f7d2e25d94c55f0 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdlib.h>
index 863eaf48d8a67c60be229ad19ba1e7d54d7f903b..5d6b678fe2136168d4f496f2d0007ee25b86dca0 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdlib.h>
index 877f666aba25e9b84bfd87b5a470d8ea730b5cc4..f8783e2b4d8873a581393355a01dc0fabc0ecbe4 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index 627da113eea03b2611a9fb5f95b5d62df38c9aaf..5d6f32067274db4bcb8ad616b48e8e0445740888 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 _auxtypes_h_
 #define _auxtypes_h_
 
index b13b0b8debfdfec4c7feaebfd021c679affd41e8..7b71a084c1dcf8fd1dbbff4e11576838c407ecb7 100644 (file)
    along with GNU CC; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
index 0a8ce629c5d2b96fced15b547d4234e1f303924b..873dab11eee40e7c830357da21287d261cf15912 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 _bitstring_h_
 #define _bitstring_h_
 
index 2eb002823820447b286652b59aeb086cc1e0afd0..8b3dbecaa06d409ed1b2818e8334fb4697875664 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index bc10470f3e0cba04b0f89ebece776763793d102d..352e8a4b455d6027542cc46c2c9acae09711b3cd 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 /*
index 571884a01960cb43ba1acd90503bb75794dafe15..2b757915eed49d74ac63a9f52e8b28e5c963e69f 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "rtltypes.h"
 #include "rts.h"
 
index b549602907a5952ecadd8450044335e313ab695c..29f8cb23950463cf727b4a2de601d4ee383a5605 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
index a7e2a7bc12f49101d0a2987dc94dde4aed3a4079..209151b7ceeb7cbff37ea130d29283f8e5f662a1 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
index 4dacda650296d2ff5c772e12b3ab80040fa6c98e..1a3cfd801cfe0df0dbdc68ea1c786d1a4ac8bd31 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include "powerset.h"
index e4105d6b4ee328820ec692ee088c941f895d9510..3565916fa54b58c7d79b4a14ef77091894b03b6a 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define MIN(a, b)  ((a) < (b) ? (a) : (b))
 
 extern void cause_exception (char *exname, char *file, int lineno);
index 76d457dfd031fe35d64d23198fced78e11eb721d..9bc3929137154bc6860bf80b8f6018894417eefb 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "rtltypes.h"
 #include "rts.h"
 
index f56fc3a94eb5ab6fdb15c4759a0944b8ce861296..bd129a6aa3aba716d397a7defaa7147cd1d94d38 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "rts.h"
 
 /*
index 788e4cdde3a280b2ebcc79910279880cd176e9a4..f22cde527cb8e4e2fee7a4d9032445e06a1ace08 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index 22db5343d673979b96f7f9330538c92cd869376b..299ec9b90d1a0c6d030c2be59bf937cae62af35c 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "rtltypes.h"
 #include "rts.h"
 
index 3945a829743b00692c0d6b4417ed90bdfd8ea5e4..c53563c7f018c87102767dd81d36097f238c82f7 100644 (file)
    along with GNU CC; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <unistd.h>
 
 #include "fileio.h"
index fde0edd77d65cf77ab266056f2629d0d0303da4e..a68b51692bf7431fafe9ec076ec3edb547cc35c0 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index 60bb0f0648114f8b30392ffd2d1c4050addfc7af..8562e1b1e5348b8cc48f82d09c8e2131e05c60c9 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 Boolean
index edf9118a14c7adda6e6c944c2063a02ba4f49755..be222e02e891dbd839d4b27fae8fc5aa43d4d7ef 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index 0b946654358dd11e82e702e6b91cc3cf25c830b0..9be9b6aae3f244e6e93bea4b0e4d603e61cac23e 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 extern void cause_exception (char *exname, char *file, int lineno);
 
 /*
index 76d685deb30969698d2fd7744694e54f025d1397..e0812682a3853189ba364b77e0e6e4f64e93d9b8 100644 (file)
@@ -18,6 +18,14 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index aa6a575d29fcdbc63992bb124567991934c82204..b4730d78bc5d26b6a1167feee1509a61b4b59dbe 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <setjmp.h>
index 93d9eb543cdb8f01f7fdccb6d898c9a1a8254fb9..3a0439710336c2426500e2fffda0a77b22fa4c18 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 Boolean
index 2dc320ac1386ea67f7f4075b656ed24f5d82f625..5728fb5b9b98e3e9b9f10e1e225f8962b8cafb88 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index e025998c76e53c7cdfde4027403d9fdf89313486..4db0ac69fbc9032518e56eb53607cdd89e7729a4 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index fb15b8f6eb2fb2d41e24faa8e961fc9e7255822b..38e233137ceb052ded61474f7c869df4205e8130 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 _fileio_h_
 #define _fileio_h_
 
index ac59a8fba7b4403b93e9c28a387e63f296b44d2e..c87b74679ff43a4ec4b4fe66377c17a8d4d0d660 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index 8ae03aca47f5b9b994579e98b707d5435b5b02a4..e2bcb434aaefd986d2261285cd6caaa91337d215 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index b0d70af4460c6aa22abaf673bffe6a396d1acc43..22226f07b512a9b7626bee6ccbace374f1fe2e74 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <limits.h>
 #include <string.h>
 #include <ctype.h>
index 8b554f4c20921bae2e05dcf4a9e10c445bb5f9d3..7ab97e04f8c0d3239bb4d4a2d637b56a616f5b20 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 _format_h_
 #define _format_h_
 
index 1bc92aacef42d35e2c23f8f289754e87dd8b5082..3818f04cd8be374b9a271b65bd215bfb74dd5150 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 Association_Mode*
index 28f976d6a27d1fe6794b540b8b6627fd92360fdb..0f68bcae77ada6d24241ea4ff1ab8baf6b866678 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 Access_Mode*
index 60fa703a7d207ed36ece4a51dccf6d717a611a52..ec1730b734d892dde59abd9ade1655093ce7a882 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 unsigned long
index 16934f581faf60a00715151b6927c17b40584503..a0ef6ae54e277a1085def9482727f981de889250 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 VarString*
index 2fcaf77dd80f1f4f82da1ea970097e5c638287fc..5e81ddf349a566df15fd9459de21f7c1c12e3bc8 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 Usage_Mode
index cb3b1a4d259c1ea7f54087a870fa1a5331cc87de..c83c13411eb27859f810e1c680fed79863e8e6c5 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index dde2604379a9de3be74065863159937591910413..22fe63dee832c7442f3de80f62f4915e0b15344f 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 Boolean
index af1a1f054040a073c38cb496cc5194e8c7e5fc19..0f958ff8d5c8edb65e5e59055092a5d80bc6d303 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index b82c5ec8ff305619d8c1e277b09a6ff04c9b44cf..4b469a14270948c19a521da8eb6422c8e05897df 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <time.h>
 
 typedef struct
index 8c9fad469d72bfea8b5ff9b396579f11cf0e690b..d557c11f3cc44c3f9135736987bf43f063aad30a 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <setjmp.h>
 
 /* define names of IO-exceptions */
index e2ddfe57c1ec56497aa42c4b1922d1c8b06b0dd6..3dc73df4b615032f8d7a8ccfbde79e6b5fd4e2ab 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 _ioerror_h_
 #define _ioerror_h_
 
index 8e254e25b0009cdac2cfd44471ece7d65a341d75..2d78f54d805e86612df1423c587c18803d9dad12 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 _iomodes_h_
 #define _iomodes_h_
 
index a3a4d4996105899e9bbf47c6808f171190f116b1..15cbb894c86869b385c2044bd2f56be54e9429ff 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 Boolean
index ab69295be638ec8446325c3b6f6c4dd2a057598b..b4114b0f05e47bf55e02b036e022939c10325140 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index a2c3c49740ac88cf88a9692ba4bf5c8e3cfdfbf3..03fec86a586f9198ad0dd857868b660035388fcd 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index 683a94745416c8d2bdfd4beac0c75c629a71bf6a..223857abb8232bb829289f919f030532f333129e 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define MIN(a, b)  ((a) < (b) ? (a) : (b))
 
 /*
index 7622428423ba9e5ef325aede20958c89cf1a5b9d..a9fc3887ffe4ba36c07b700c783a526aa6167775 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define MIN(a, b)  ((a) < (b) ? (a) : (b))
 
 
index 1bbe94fd97fe2384fb545d5337a5e2ccbbe32bab..6c39aa9b3552500b8f32577af2c57fa86d801d5a 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index 5fe689baa3810999f8b31375d47833847fe521de..2c84d9806055c197e5aafdcd877a167aea21250b 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index 46d119555815fc215cd04938bcb048c72b0303d3..3844199387f9c5cefc0a3fb4589df1b555320c8a 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index d81e95578f0b7c2ae08d8d32612ca4a5a3b7b17c..acd673c2c7dc34d93ef1d1f5693389eb57497ac6 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 Boolean
index ade9ec3e89efca81d479abd6c62ac8588d3c8759..bf22c6dbb61ba1f90fe69f222097e5cf4db51182 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 _POWERSET_H
 #define _POWERSET_H
 
index 9dd9617de19479a95da86aea3ae962ea0d1ae787..883f15d58337937bde5a4d320a337229ebb32594 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <stdio.h>
 #include "rtltypes.h"
 #include "rts.h"
index c491a2c781d2fa21aaac6cc469d50ed66d3792c1..b01b518d1174329aa2431f8e92b6e5f161fa43dc 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <stdio.h>
 #include "rtltypes.h"
 #include "rts.h"
index 417d17553678bb065e4980a2cc555943bb717cae..0d2dd8930773dae0e820e7cd23e6e1819ef91e9f 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "rtltypes.h"
 #include "rts.h"
 
index ffed8417b014001d5c765207b1bf6f425b4e233c..c2cf2a913092f2222fde0055feb956c890d38b2d 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 Boolean
index 03641f9178ebcf689dc3d14a696287783a294a07..eeb57096149d4adc448625eb00cf3ff481ac4ef2 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <setjmp.h>
 #include <stdlib.h>
 #include <errno.h>
index 548911bb346af5340f02ce1758c17ab7100fe936..0b6750e3fda01089b06eb7dffa693701c44b1144 100644 (file)
    along with GNU CC; see the file COPYING.  If not, write to
    the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "rts.h"
 
 /*
index ad4242be47ca126b2760f384fb2865350e02bd10..8a87e3181b086344ae5d52eb70c804ac57433ac5 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdlib.h>
index ed994f33ccbc1bb87650968dcbdff7b9d80c33e9..f4f060121b210ab65387a4e12e552499371db802 100644 (file)
@@ -1,3 +1,30 @@
+/* Implement timing-related runtime actions for CHILL.
+   Copyright (C) 1992,1993 Free Software Foundation, Inc.
+   Author: Wilfried Moser
+
+This file is part of GNU CC.
+
+GNU CC 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.
+
+GNU CC 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 GNU CC; see the file COPYING.  If not, write to
+the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 __rtltypes_h__
 #define __rtltypes_h__
 
index b7602e970cce44a2b8d17eaba82ec3d8c61665e4..352d0a99380e46eb49e8a57888daa6a1244a4f95 100644 (file)
  along with GNU CC; see the file COPYING.  If not, write to
  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <stdio.h>
 #include <string.h>
 #include <stdlib.h>
index f4c21fa0b26fc7ac86468d530039bae5628519c8..c741ac5122b74003351a60db6fb793ba3f1ab15b 100644 (file)
  along with GNU CC; see the file COPYING.  If not, write to
  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 __rts_h_
 #define __rts_h_
 
index 24182e9f4105e188839c90c374e328a799723eb0..8ecccd007b0eabc012a46d7229793541e91f8cfa 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index 2c2cc3eccecac00dfebd3e2f8721be24c77e7f55..4b6d97c603b8c83022f81239b92bcee0f9799b37 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "rtltypes.h"
 #include "rts.h"
 
index 94166ff9cb81346d1df5a27ca96860efc75a8048..1087ab8f427a7165b4656972f506462c97571e62 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 Boolean
index dcd9e6125624065e1e6f99a1916cab3c84717160..d6930986a3c94a6b5a05de298ee11d38ff405a30 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index 2048cd3a9cf682ab407f852b4850268f7cd803d1..a79caac467dd6a74ae5a744e0d701f02bf32f8da 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index 014db4a6822962944159e6b1f5a785a58def49e3..a730595ec8a9bbad13a9917ca9d5875047085720 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 void
index 94b9266d1b7a7ae7647814dd4a51ca96bd8203a5..ce0ffd0a7660614889e5cc8f5d19e9dac4257b7d 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 void
index 34a2643990b382dfc96550a4c64352984381903a..5af3bd7a9aae0d840c493af73dbae6f099aa081e 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 void
index 1501d357fa6ea3fa2841ea0aedefd453a1e8435d..d7d418d85dfb5318c1d7ec14cfd5a5f3c0a4a7fe 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index 8a94e715172c24db382f66bf9904587f25c1e62a..da75072d67220c562838b04df68b2e23305edd7f 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdlib.h>
index 7943e9315453953acefce4bcb564a5d0c665bda8..e9077c014538c2929898850e0235d33e6acb5e3c 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index d042b49718fb96bf426e9feb3d7763cfefa1e73c..c584737c3b33cba434cef38db2c34af85bcf974b 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>
index 69810b3f076299a4fc15fdc9ecbef46bac1236e0..eb7996700a770e607d83eb5794b7ed35d9451cdf 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 Boolean
index 05b0151f0fe48a787af52aff75a65e64a241b175..2e9d1583076a08ae43713641d63b058d03132cda 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "rtltypes.h"
 #include "rts.h"
 
index dfe57be8a64a00319d7daf5b83b79137450d16f0..abbb9afad0524f90c3193e8d8e87bf5ef5389f96 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "rtltypes.h"
 #include "rts.h"
 
index cf0f5cdb9c5efad6cda20677e7b53346a060c8eb..4cc837a28c773cb7537fed64c80a46b3876546df 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 "fileio.h"
 
 Boolean
index 7e88322bd55dc44580187056af17ff86b1716e81..7434406e738d403ad4a6d5d9935a006cfd1078b2 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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 <setjmp.h>
 #include <errno.h>
 #include <string.h>
index 7a1d453a23dd0d6ae38c3b229c478ff0ad8d4e84..4f6870e9d3b1464e0058c079c16be8a314880883 100644 (file)
@@ -18,6 +18,13 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, 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.  */
+
 #define __CHILL_LIB__
 
 #include <stdio.h>