diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-09 20:35:49 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-09-09 20:35:49 +0000 |
commit | 5d71b04672c3b81e2d7f32248078ea50ffd24e21 (patch) | |
tree | 23074aa0177d3465b08fea8766786086fad426d1 /libchill | |
parent | f896a85ae29762825e5a1de2f46667f2ab69aa9c (diff) | |
download | gcc-5d71b04672c3b81e2d7f32248078ea50ffd24e21.tar.gz |
* Add library exception clause to the copyright notice for all
.c and .h files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@22365 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libchill')
85 files changed, 614 insertions, 0 deletions
diff --git a/libchill/ChangeLog b/libchill/ChangeLog index b41b3a4e935..17da549074b 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 2933fa83e9d..1a256726026 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 <time.h> #include "rtltypes.h" diff --git a/libchill/allgmem.c b/libchill/allgmem.c index 9c7cf865f5d..ba165ea3893 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 <stdlib.h> #include "rtltypes.h" diff --git a/libchill/allmem.c b/libchill/allmem.c index 50dbfc961ae..c80f3fd240a 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 <stdlib.h> diff --git a/libchill/allocate.c b/libchill/allocate.c index 863eaf48d8a..5d6b678fe21 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 <stdlib.h> diff --git a/libchill/andps.c b/libchill/andps.c index 877f666aba2..f8783e2b4d8 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 <stdio.h> diff --git a/libchill/auxtypes.h b/libchill/auxtypes.h index 627da113eea..5d6f3206727 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 b13b0b8debf..7b71a084c1d 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 <sys/types.h> #include <sys/stat.h> #include <unistd.h> diff --git a/libchill/bitstring.h b/libchill/bitstring.h index 0a8ce629c5d..873dab11eee 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 2eb00282382..8b3dbecaa06 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 <stdio.h> diff --git a/libchill/cause.c b/libchill/cause.c index bc10470f3e0..352e8a4b455 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 571884a0196..2b757915eed 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 b549602907a..29f8cb23950 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 <stdio.h> #include <stdlib.h> #include <errno.h> diff --git a/libchill/chillstdio.c b/libchill/chillstdio.c index a7e2a7bc12f..209151b7cee 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 <stdio.h> #include <stdlib.h> #include <errno.h> diff --git a/libchill/concatps.c b/libchill/concatps.c index 4dacda65029..1a3cfd801cf 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 e4105d6b4ee..3565916fa54 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 76d457dfd03..9bc39291371 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 f56fc3a94eb..bd129a6aa3a 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 788e4cdde3a..f22cde527cb 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 <stdio.h> diff --git a/libchill/delaycase.c b/libchill/delaycase.c index 22db5343d67..299ec9b90d1 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 3945a829743..c53563c7f01 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 <unistd.h> #include "fileio.h" diff --git a/libchill/diffps.c b/libchill/diffps.c index fde0edd77d6..a68b51692bf 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 <stdio.h> diff --git a/libchill/eoln.c b/libchill/eoln.c index 60bb0f06481..8562e1b1e53 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 edf9118a14c..be222e02e89 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 <stdio.h> diff --git a/libchill/eqstr.c b/libchill/eqstr.c index 0b946654358..9be9b6aae3f 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 76d685deb30..e0812682a38 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 <stdio.h> diff --git a/libchill/exhstack.c b/libchill/exhstack.c index aa6a575d29f..b4730d78bc5 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 <setjmp.h> diff --git a/libchill/existing.c b/libchill/existing.c index 93d9eb543cd..3a043971033 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 2dc320ac138..5728fb5b9b9 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 <stdio.h> diff --git a/libchill/ffsetps.c b/libchill/ffsetps.c index e025998c76e..4db0ac69fbc 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 <stdio.h> diff --git a/libchill/fileio.h b/libchill/fileio.h index fb15b8f6eb2..38e233137ce 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 ac59a8fba7b..c87b74679ff 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 <stdio.h> diff --git a/libchill/flsetps.c b/libchill/flsetps.c index 8ae03aca47f..e2bcb434aae 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 <stdio.h> diff --git a/libchill/format.c b/libchill/format.c index b0d70af4460..22226f07b51 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 <limits.h> #include <string.h> #include <ctype.h> diff --git a/libchill/format.h b/libchill/format.h index 8b554f4c209..7ab97e04f8c 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 1bc92aacef4..3818f04cd8b 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 28f976d6a27..0f68bcae77a 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 60fa703a7d2..ec1730b734d 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 16934f581fa..a0ef6ae54e2 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 2fcaf77dd80..5e81ddf349a 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 cb3b1a4d259..c83c13411eb 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 <stdio.h> diff --git a/libchill/indexable.c b/libchill/indexable.c index dde2604379a..22fe63dee83 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 af1a1f05404..0f958ff8d5c 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 <stdio.h> diff --git a/libchill/inttime.c b/libchill/inttime.c index b82c5ec8ff3..4b469a14270 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 <time.h> typedef struct diff --git a/libchill/ioerror.c b/libchill/ioerror.c index 8c9fad469d7..d557c11f3cc 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 <setjmp.h> /* define names of IO-exceptions */ diff --git a/libchill/ioerror.h b/libchill/ioerror.h index e2ddfe57c1e..3dc73df4b61 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 8e254e25b00..2d78f54d805 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 a3a4d499610..15cbb894c86 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 ab69295be63..b4114b0f05e 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 <stdio.h> diff --git a/libchill/ltps.c b/libchill/ltps.c index a2c3c49740a..03fec86a586 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 <stdio.h> diff --git a/libchill/ltstr.c b/libchill/ltstr.c index 683a9474541..223857abb82 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 7622428423b..a9fc3887ffe 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 1bbe94fd97f..6c39aa9b355 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 <stdio.h> diff --git a/libchill/notps.c b/libchill/notps.c index 5fe689baa38..2c84d980605 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 <stdio.h> diff --git a/libchill/orps.c b/libchill/orps.c index 46d11955581..3844199387f 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 <stdio.h> diff --git a/libchill/outoffile.c b/libchill/outoffile.c index d81e95578f0..acd673c2c7d 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 ade9ec3e89e..bf22c6dbb61 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 9dd9617de19..883f15d5833 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 <stdio.h> #include "rtltypes.h" #include "rts.h" diff --git a/libchill/printevent.c b/libchill/printevent.c index c491a2c781d..b01b518d117 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 <stdio.h> #include "rtltypes.h" #include "rts.h" diff --git a/libchill/queuelength.c b/libchill/queuelength.c index 417d1755367..0d2dd893077 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 ffed8417b01..c2cf2a91309 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 03641f9178e..eeb57096149 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 <setjmp.h> #include <stdlib.h> #include <errno.h> diff --git a/libchill/remaintime.c b/libchill/remaintime.c index 548911bb346..0b6750e3fda 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 ad4242be47c..8a87e3181b0 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 <stdlib.h> diff --git a/libchill/rtltypes.h b/libchill/rtltypes.h index ed994f33ccb..f4f060121b2 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 b7602e970cc..352d0a99380 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 <stdio.h> #include <string.h> #include <stdlib.h> diff --git a/libchill/rts.h b/libchill/rts.h index f4c21fa0b26..c741ac5122b 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 24182e9f410..8ecccd007b0 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 <stdio.h> diff --git a/libchill/sendbuffer.c b/libchill/sendbuffer.c index 2c2cc3eccec..4b6d97c603b 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 94166ff9cb8..1087ab8f427 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 dcd9e612562..d6930986a3c 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 <stdio.h> diff --git a/libchill/setbits.c b/libchill/setbits.c index 2048cd3a9cf..a79caac467d 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 <stdio.h> diff --git a/libchill/settextaccess.c b/libchill/settextaccess.c index 014db4a6822..a730595ec8a 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 94b9266d1b7..ce0ffd0a766 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 34a2643990b..5af3bd7a9aa 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 1501d357fa6..d7d418d85df 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 <stdio.h> diff --git a/libchill/terminate.c b/libchill/terminate.c index 8a94e715172..da75072d672 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 <stdlib.h> diff --git a/libchill/unhex.c b/libchill/unhex.c index 7943e931545..e9077c01453 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 <stdio.h> diff --git a/libchill/unhex1.c b/libchill/unhex1.c index d042b49718f..c584737c3b3 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 <stdio.h> diff --git a/libchill/variable.c b/libchill/variable.c index 69810b3f076..eb7996700a7 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 05b0151f0fe..2e9d1583076 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 dfe57be8a64..abbb9afad05 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 cf0f5cdb9c5..4cc837a28c7 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 7e88322bd55..7434406e738 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 <setjmp.h> #include <errno.h> #include <string.h> diff --git a/libchill/xorps.c b/libchill/xorps.c index 7a1d453a23d..4f6870e9d3b 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 <stdio.h> |