From 502b941f76e534203ce68f5e40d9923da5c43c0c Mon Sep 17 00:00:00 2001 From: Jeffrey A Law Date: Wed, 9 Sep 1998 20:35:49 +0000 Subject: [PATCH] * Add library exception clause to the copyright notice for all .c and .h files. From-SVN: r22365 --- libchill/ChangeLog | 5 +++++ libchill/abstime.c | 7 +++++++ libchill/allgmem.c | 7 +++++++ libchill/allmem.c | 7 +++++++ libchill/allocate.c | 7 +++++++ libchill/andps.c | 7 +++++++ libchill/auxtypes.h | 7 +++++++ libchill/basicio.c | 7 +++++++ libchill/bitstring.h | 7 +++++++ libchill/cardps.c | 7 +++++++ libchill/cause.c | 7 +++++++ libchill/checkcycle.c | 7 +++++++ libchill/chillrt0.c | 7 +++++++ libchill/chillstdio.c | 7 +++++++ libchill/concatps.c | 7 +++++++ libchill/concatstr.c | 7 +++++++ libchill/continue.c | 7 +++++++ libchill/convdurrtstime.c | 7 +++++++ libchill/copyps.c | 7 +++++++ libchill/delaycase.c | 7 +++++++ libchill/delete.c | 7 +++++++ libchill/diffps.c | 7 +++++++ libchill/eoln.c | 7 +++++++ libchill/eqps.c | 7 +++++++ libchill/eqstr.c | 7 +++++++ libchill/exh.c | 8 ++++++++ libchill/exhstack.c | 7 +++++++ libchill/existing.c | 7 +++++++ libchill/ffsetclrps.c | 7 +++++++ libchill/ffsetps.c | 7 +++++++ libchill/fileio.h | 7 +++++++ libchill/flsetclrps.c | 7 +++++++ libchill/flsetps.c | 7 +++++++ libchill/format.c | 7 +++++++ libchill/format.h | 7 +++++++ libchill/getassoc.c | 7 +++++++ libchill/gettextaccess.c | 7 +++++++ libchill/gettextindex.c | 7 +++++++ libchill/gettextrecord.c | 7 +++++++ libchill/getusage.c | 7 +++++++ libchill/inbitstr.c | 7 +++++++ libchill/indexable.c | 7 +++++++ libchill/inps.c | 7 +++++++ libchill/inttime.c | 7 +++++++ libchill/ioerror.c | 7 +++++++ libchill/ioerror.h | 7 +++++++ libchill/iomodes.h | 7 +++++++ libchill/isassociated.c | 7 +++++++ libchill/leps.c | 7 +++++++ libchill/ltps.c | 7 +++++++ libchill/ltstr.c | 7 +++++++ libchill/memmove.c | 7 +++++++ libchill/neps.c | 7 +++++++ libchill/notps.c | 7 +++++++ libchill/orps.c | 7 +++++++ libchill/outoffile.c | 7 +++++++ libchill/powerset.h | 7 +++++++ libchill/printbuffer.c | 7 +++++++ libchill/printevent.c | 7 +++++++ libchill/queuelength.c | 7 +++++++ libchill/readable.c | 7 +++++++ libchill/readrecord.c | 7 +++++++ libchill/remaintime.c | 7 +++++++ libchill/retmem.c | 7 +++++++ libchill/rtltypes.h | 27 +++++++++++++++++++++++++++ libchill/rts.c | 7 +++++++ libchill/rts.h | 7 +++++++ libchill/rtsdummy.c | 7 +++++++ libchill/sendbuffer.c | 7 +++++++ libchill/sequencible.c | 7 +++++++ libchill/setbitps.c | 7 +++++++ libchill/setbits.c | 7 +++++++ libchill/settextaccess.c | 7 +++++++ libchill/settextindex.c | 7 +++++++ libchill/settextrecord.c | 7 +++++++ libchill/sliceps.c | 7 +++++++ libchill/terminate.c | 7 +++++++ libchill/unhex.c | 7 +++++++ libchill/unhex1.c | 7 +++++++ libchill/variable.c | 7 +++++++ libchill/waitbuffer.c | 7 +++++++ libchill/waituntil.c | 7 +++++++ libchill/writeable.c | 7 +++++++ libchill/writerecord.c | 7 +++++++ libchill/xorps.c | 7 +++++++ 85 files changed, 614 insertions(+) diff --git a/libchill/ChangeLog b/libchill/ChangeLog index b41b3a4e9356..17da549074b9 100644 --- a/libchill/ChangeLog +++ b/libchill/ChangeLog @@ -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. diff --git a/libchill/abstime.c b/libchill/abstime.c index 2933fa83e9d5..1a2567260263 100644 --- a/libchill/abstime.c +++ b/libchill/abstime.c @@ -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 #include "rtltypes.h" diff --git a/libchill/allgmem.c b/libchill/allgmem.c index 9c7cf865f5db..ba165ea3893f 100644 --- a/libchill/allgmem.c +++ b/libchill/allgmem.c @@ -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 #include "rtltypes.h" diff --git a/libchill/allmem.c b/libchill/allmem.c index 50dbfc961ae9..c80f3fd240a5 100644 --- a/libchill/allmem.c +++ b/libchill/allmem.c @@ -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 diff --git a/libchill/allocate.c b/libchill/allocate.c index 863eaf48d8a6..5d6b678fe213 100644 --- a/libchill/allocate.c +++ b/libchill/allocate.c @@ -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 diff --git a/libchill/andps.c b/libchill/andps.c index 877f666aba25..f8783e2b4d88 100644 --- a/libchill/andps.c +++ b/libchill/andps.c @@ -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 diff --git a/libchill/auxtypes.h b/libchill/auxtypes.h index 627da113eea0..5d6f32067274 100644 --- a/libchill/auxtypes.h +++ b/libchill/auxtypes.h @@ -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_ diff --git a/libchill/basicio.c b/libchill/basicio.c index b13b0b8debfd..7b71a084c1dc 100644 --- a/libchill/basicio.c +++ b/libchill/basicio.c @@ -18,6 +18,13 @@ 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 #include #include diff --git a/libchill/bitstring.h b/libchill/bitstring.h index 0a8ce629c5d2..873dab11eee4 100644 --- a/libchill/bitstring.h +++ b/libchill/bitstring.h @@ -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_ diff --git a/libchill/cardps.c b/libchill/cardps.c index 2eb002823820..8b3dbecaa06d 100644 --- a/libchill/cardps.c +++ b/libchill/cardps.c @@ -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 diff --git a/libchill/cause.c b/libchill/cause.c index bc10470f3e0c..352e8a4b455d 100644 --- a/libchill/cause.c +++ b/libchill/cause.c @@ -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__ /* diff --git a/libchill/checkcycle.c b/libchill/checkcycle.c index 571884a01960..2b757915eed4 100644 --- a/libchill/checkcycle.c +++ b/libchill/checkcycle.c @@ -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" diff --git a/libchill/chillrt0.c b/libchill/chillrt0.c index b549602907a5..29f8cb239504 100644 --- a/libchill/chillrt0.c +++ b/libchill/chillrt0.c @@ -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 #include #include diff --git a/libchill/chillstdio.c b/libchill/chillstdio.c index a7e2a7bc12f4..209151b7ceeb 100644 --- a/libchill/chillstdio.c +++ b/libchill/chillstdio.c @@ -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 #include #include diff --git a/libchill/concatps.c b/libchill/concatps.c index 4dacda650296..1a3cfd801cfe 100644 --- a/libchill/concatps.c +++ b/libchill/concatps.c @@ -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" diff --git a/libchill/concatstr.c b/libchill/concatstr.c index e4105d6b4ee3..3565916fa54b 100644 --- a/libchill/concatstr.c +++ b/libchill/concatstr.c @@ -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); diff --git a/libchill/continue.c b/libchill/continue.c index 76d457dfd031..9bc392913715 100644 --- a/libchill/continue.c +++ b/libchill/continue.c @@ -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" diff --git a/libchill/convdurrtstime.c b/libchill/convdurrtstime.c index f56fc3a94eb5..bd129a6aa3ab 100644 --- a/libchill/convdurrtstime.c +++ b/libchill/convdurrtstime.c @@ -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" /* diff --git a/libchill/copyps.c b/libchill/copyps.c index 788e4cdde3a2..f22cde527cb8 100644 --- a/libchill/copyps.c +++ b/libchill/copyps.c @@ -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 diff --git a/libchill/delaycase.c b/libchill/delaycase.c index 22db5343d673..299ec9b90d1a 100644 --- a/libchill/delaycase.c +++ b/libchill/delaycase.c @@ -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" diff --git a/libchill/delete.c b/libchill/delete.c index 3945a829743b..c53563c7f018 100644 --- a/libchill/delete.c +++ b/libchill/delete.c @@ -18,6 +18,13 @@ 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 #include "fileio.h" diff --git a/libchill/diffps.c b/libchill/diffps.c index fde0edd77d65..a68b51692bf7 100644 --- a/libchill/diffps.c +++ b/libchill/diffps.c @@ -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 diff --git a/libchill/eoln.c b/libchill/eoln.c index 60bb0f064811..8562e1b1e534 100644 --- a/libchill/eoln.c +++ b/libchill/eoln.c @@ -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 diff --git a/libchill/eqps.c b/libchill/eqps.c index edf9118a14c7..be222e02e891 100644 --- a/libchill/eqps.c +++ b/libchill/eqps.c @@ -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 diff --git a/libchill/eqstr.c b/libchill/eqstr.c index 0b946654358d..9be9b6aae3f2 100644 --- a/libchill/eqstr.c +++ b/libchill/eqstr.c @@ -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); /* diff --git a/libchill/exh.c b/libchill/exh.c index 76d685deb309..e0812682a385 100644 --- a/libchill/exh.c +++ b/libchill/exh.c @@ -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 diff --git a/libchill/exhstack.c b/libchill/exhstack.c index aa6a575d29fc..b4730d78bc5d 100644 --- a/libchill/exhstack.c +++ b/libchill/exhstack.c @@ -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 diff --git a/libchill/existing.c b/libchill/existing.c index 93d9eb543cdb..3a0439710336 100644 --- a/libchill/existing.c +++ b/libchill/existing.c @@ -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 diff --git a/libchill/ffsetclrps.c b/libchill/ffsetclrps.c index 2dc320ac1386..5728fb5b9b98 100644 --- a/libchill/ffsetclrps.c +++ b/libchill/ffsetclrps.c @@ -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 diff --git a/libchill/ffsetps.c b/libchill/ffsetps.c index e025998c76e5..4db0ac69fbc9 100644 --- a/libchill/ffsetps.c +++ b/libchill/ffsetps.c @@ -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 diff --git a/libchill/fileio.h b/libchill/fileio.h index fb15b8f6eb2f..38e233137ceb 100644 --- a/libchill/fileio.h +++ b/libchill/fileio.h @@ -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_ diff --git a/libchill/flsetclrps.c b/libchill/flsetclrps.c index ac59a8fba7b4..c87b74679ff4 100644 --- a/libchill/flsetclrps.c +++ b/libchill/flsetclrps.c @@ -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 diff --git a/libchill/flsetps.c b/libchill/flsetps.c index 8ae03aca47f5..e2bcb434aaef 100644 --- a/libchill/flsetps.c +++ b/libchill/flsetps.c @@ -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 diff --git a/libchill/format.c b/libchill/format.c index b0d70af4460c..22226f07b512 100644 --- a/libchill/format.c +++ b/libchill/format.c @@ -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 #include #include diff --git a/libchill/format.h b/libchill/format.h index 8b554f4c2092..7ab97e04f8c0 100644 --- a/libchill/format.h +++ b/libchill/format.h @@ -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_ diff --git a/libchill/getassoc.c b/libchill/getassoc.c index 1bc92aacef42..3818f04cd8be 100644 --- a/libchill/getassoc.c +++ b/libchill/getassoc.c @@ -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* diff --git a/libchill/gettextaccess.c b/libchill/gettextaccess.c index 28f976d6a27d..0f68bcae77ad 100644 --- a/libchill/gettextaccess.c +++ b/libchill/gettextaccess.c @@ -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* diff --git a/libchill/gettextindex.c b/libchill/gettextindex.c index 60fa703a7d20..ec1730b734d8 100644 --- a/libchill/gettextindex.c +++ b/libchill/gettextindex.c @@ -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 diff --git a/libchill/gettextrecord.c b/libchill/gettextrecord.c index 16934f581faf..a0ef6ae54e27 100644 --- a/libchill/gettextrecord.c +++ b/libchill/gettextrecord.c @@ -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* diff --git a/libchill/getusage.c b/libchill/getusage.c index 2fcaf77dd80f..5e81ddf349a5 100644 --- a/libchill/getusage.c +++ b/libchill/getusage.c @@ -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 diff --git a/libchill/inbitstr.c b/libchill/inbitstr.c index cb3b1a4d259c..c83c13411eb2 100644 --- a/libchill/inbitstr.c +++ b/libchill/inbitstr.c @@ -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 diff --git a/libchill/indexable.c b/libchill/indexable.c index dde2604379a9..22fe63dee832 100644 --- a/libchill/indexable.c +++ b/libchill/indexable.c @@ -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 diff --git a/libchill/inps.c b/libchill/inps.c index af1a1f054040..0f958ff8d5c8 100644 --- a/libchill/inps.c +++ b/libchill/inps.c @@ -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 diff --git a/libchill/inttime.c b/libchill/inttime.c index b82c5ec8ff30..4b469a142709 100644 --- a/libchill/inttime.c +++ b/libchill/inttime.c @@ -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 typedef struct diff --git a/libchill/ioerror.c b/libchill/ioerror.c index 8c9fad469d72..d557c11f3cc4 100644 --- a/libchill/ioerror.c +++ b/libchill/ioerror.c @@ -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 /* define names of IO-exceptions */ diff --git a/libchill/ioerror.h b/libchill/ioerror.h index e2ddfe57c1ec..3dc73df4b615 100644 --- a/libchill/ioerror.h +++ b/libchill/ioerror.h @@ -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_ diff --git a/libchill/iomodes.h b/libchill/iomodes.h index 8e254e25b000..2d78f54d805e 100644 --- a/libchill/iomodes.h +++ b/libchill/iomodes.h @@ -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_ diff --git a/libchill/isassociated.c b/libchill/isassociated.c index a3a4d4996105..15cbb894c868 100644 --- a/libchill/isassociated.c +++ b/libchill/isassociated.c @@ -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 diff --git a/libchill/leps.c b/libchill/leps.c index ab69295be638..b4114b0f05e4 100644 --- a/libchill/leps.c +++ b/libchill/leps.c @@ -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 diff --git a/libchill/ltps.c b/libchill/ltps.c index a2c3c49740ac..03fec86a586f 100644 --- a/libchill/ltps.c +++ b/libchill/ltps.c @@ -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 diff --git a/libchill/ltstr.c b/libchill/ltstr.c index 683a94745416..223857abb823 100644 --- a/libchill/ltstr.c +++ b/libchill/ltstr.c @@ -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)) /* diff --git a/libchill/memmove.c b/libchill/memmove.c index 7622428423ba..a9fc3887ffe4 100644 --- a/libchill/memmove.c +++ b/libchill/memmove.c @@ -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)) diff --git a/libchill/neps.c b/libchill/neps.c index 1bbe94fd97fe..6c39aa9b3552 100644 --- a/libchill/neps.c +++ b/libchill/neps.c @@ -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 diff --git a/libchill/notps.c b/libchill/notps.c index 5fe689baa381..2c84d9806055 100644 --- a/libchill/notps.c +++ b/libchill/notps.c @@ -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 diff --git a/libchill/orps.c b/libchill/orps.c index 46d119555815..3844199387f9 100644 --- a/libchill/orps.c +++ b/libchill/orps.c @@ -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 diff --git a/libchill/outoffile.c b/libchill/outoffile.c index d81e95578f0b..acd673c2c7dc 100644 --- a/libchill/outoffile.c +++ b/libchill/outoffile.c @@ -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 diff --git a/libchill/powerset.h b/libchill/powerset.h index ade9ec3e89ef..bf22c6dbb61b 100644 --- a/libchill/powerset.h +++ b/libchill/powerset.h @@ -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 diff --git a/libchill/printbuffer.c b/libchill/printbuffer.c index 9dd9617de194..883f15d58337 100644 --- a/libchill/printbuffer.c +++ b/libchill/printbuffer.c @@ -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 #include "rtltypes.h" #include "rts.h" diff --git a/libchill/printevent.c b/libchill/printevent.c index c491a2c781d2..b01b518d1174 100644 --- a/libchill/printevent.c +++ b/libchill/printevent.c @@ -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 #include "rtltypes.h" #include "rts.h" diff --git a/libchill/queuelength.c b/libchill/queuelength.c index 417d17553678..0d2dd8930773 100644 --- a/libchill/queuelength.c +++ b/libchill/queuelength.c @@ -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" diff --git a/libchill/readable.c b/libchill/readable.c index ffed8417b014..c2cf2a913092 100644 --- a/libchill/readable.c +++ b/libchill/readable.c @@ -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 diff --git a/libchill/readrecord.c b/libchill/readrecord.c index 03641f9178eb..eeb57096149d 100644 --- a/libchill/readrecord.c +++ b/libchill/readrecord.c @@ -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 #include #include diff --git a/libchill/remaintime.c b/libchill/remaintime.c index 548911bb346a..0b6750e3fda0 100644 --- a/libchill/remaintime.c +++ b/libchill/remaintime.c @@ -18,6 +18,13 @@ 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" /* diff --git a/libchill/retmem.c b/libchill/retmem.c index ad4242be47ca..8a87e3181b08 100644 --- a/libchill/retmem.c +++ b/libchill/retmem.c @@ -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 diff --git a/libchill/rtltypes.h b/libchill/rtltypes.h index ed994f33ccbc..f4f060121b21 100644 --- a/libchill/rtltypes.h +++ b/libchill/rtltypes.h @@ -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__ diff --git a/libchill/rts.c b/libchill/rts.c index b7602e970cce..352d0a99380e 100644 --- a/libchill/rts.c +++ b/libchill/rts.c @@ -17,6 +17,13 @@ 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 #include #include diff --git a/libchill/rts.h b/libchill/rts.h index f4c21fa0b26f..c741ac5122b7 100644 --- a/libchill/rts.h +++ b/libchill/rts.h @@ -17,6 +17,13 @@ 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_ diff --git a/libchill/rtsdummy.c b/libchill/rtsdummy.c index 24182e9f4105..8ecccd007b0e 100644 --- a/libchill/rtsdummy.c +++ b/libchill/rtsdummy.c @@ -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 diff --git a/libchill/sendbuffer.c b/libchill/sendbuffer.c index 2c2cc3ecceca..4b6d97c603b8 100644 --- a/libchill/sendbuffer.c +++ b/libchill/sendbuffer.c @@ -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" diff --git a/libchill/sequencible.c b/libchill/sequencible.c index 94166ff9cb81..1087ab8f427a 100644 --- a/libchill/sequencible.c +++ b/libchill/sequencible.c @@ -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 diff --git a/libchill/setbitps.c b/libchill/setbitps.c index dcd9e6125624..d6930986a3c9 100644 --- a/libchill/setbitps.c +++ b/libchill/setbitps.c @@ -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 diff --git a/libchill/setbits.c b/libchill/setbits.c index 2048cd3a9cf6..a79caac467dd 100644 --- a/libchill/setbits.c +++ b/libchill/setbits.c @@ -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 diff --git a/libchill/settextaccess.c b/libchill/settextaccess.c index 014db4a68229..a730595ec8a9 100644 --- a/libchill/settextaccess.c +++ b/libchill/settextaccess.c @@ -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 diff --git a/libchill/settextindex.c b/libchill/settextindex.c index 94b9266d1b7a..ce0ffd0a7660 100644 --- a/libchill/settextindex.c +++ b/libchill/settextindex.c @@ -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 diff --git a/libchill/settextrecord.c b/libchill/settextrecord.c index 34a2643990b3..5af3bd7a9aae 100644 --- a/libchill/settextrecord.c +++ b/libchill/settextrecord.c @@ -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 diff --git a/libchill/sliceps.c b/libchill/sliceps.c index 1501d357fa6e..d7d418d85dfb 100644 --- a/libchill/sliceps.c +++ b/libchill/sliceps.c @@ -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 diff --git a/libchill/terminate.c b/libchill/terminate.c index 8a94e715172c..da75072d6722 100644 --- a/libchill/terminate.c +++ b/libchill/terminate.c @@ -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 diff --git a/libchill/unhex.c b/libchill/unhex.c index 7943e9315453..e9077c014538 100644 --- a/libchill/unhex.c +++ b/libchill/unhex.c @@ -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 diff --git a/libchill/unhex1.c b/libchill/unhex1.c index d042b49718fb..c584737c3b33 100644 --- a/libchill/unhex1.c +++ b/libchill/unhex1.c @@ -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 diff --git a/libchill/variable.c b/libchill/variable.c index 69810b3f0762..eb7996700a77 100644 --- a/libchill/variable.c +++ b/libchill/variable.c @@ -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 diff --git a/libchill/waitbuffer.c b/libchill/waitbuffer.c index 05b0151f0fe4..2e9d1583076a 100644 --- a/libchill/waitbuffer.c +++ b/libchill/waitbuffer.c @@ -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" diff --git a/libchill/waituntil.c b/libchill/waituntil.c index dfe57be8a64a..abbb9afad052 100644 --- a/libchill/waituntil.c +++ b/libchill/waituntil.c @@ -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" diff --git a/libchill/writeable.c b/libchill/writeable.c index cf0f5cdb9c5e..4cc837a28c77 100644 --- a/libchill/writeable.c +++ b/libchill/writeable.c @@ -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 diff --git a/libchill/writerecord.c b/libchill/writerecord.c index 7e88322bd55d..7434406e738d 100644 --- a/libchill/writerecord.c +++ b/libchill/writerecord.c @@ -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 #include #include diff --git a/libchill/xorps.c b/libchill/xorps.c index 7a1d453a23dd..4f6870e9d3b1 100644 --- a/libchill/xorps.c +++ b/libchill/xorps.c @@ -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