diff --git a/ChangeLog b/ChangeLog index 65a79593a..fd0332c33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2005-07-15 Adam Fedor + + * ChangeLog, ChangeLog.1, ChangeLog.2, GNUmakefile, Makefile, + Makefile.postamble, config.mak.in, configure.ac, + Documentation/Base.gsdoc, Documentation/BaseAdditions.gsdoc, + Documentation/Functions.gsdoc, Documentation/GNUmakefile, + Documentation/Makefile.postamble, Documentation/ReleaseNotes.gsdoc, + Documentation/TypesAndConstants.gsdoc, Documentation/announce.texi, + Documentation/gnustep-base.texi, Documentation/install.texi, + Documentation/news.texi, Documentation/readme.texi, + Documentation/General/Debugging.gsdoc, + Documentation/General/GNUmakefile, + Documentation/General/OpenStepCompliance.gsdoc, + Documentation/HtmlNav/docs-web.html, Documentation/HtmlNav/index.html, + Documentation/manual/GNUmakefile, Documentation/manual/index.html, + Examples/GNUmakefile, Examples/Makefile.postamble, + Examples/Makefile.preamble, Examples/custom-zone.m, + Examples/dictionary.m, + Headers/Additions/GNUstepBase/unicode/*, + Source/dld-load.h, Source/hpux-load.h, Source/null-load.h, + Source/simple-load.h, Source/win32-load.h, + Testing/*, + Tools/BaseTools.gsdoc, Tools/DocMakefile, Tools/GNUmakefile, + Tools/Makefile.postamble, Tools/Makefile.preamble, Tools/autogsdoc.1, + Tools/cvtenc.1, Tools/defaults.1, Tools/gdnc.1, Tools/gdnc.h, + Tools/gdomap.c, Tools/gdomap.gsdoc, Tools/gsdoc.gsdoc, Tools/pl.m, + Tools/pldes.1, Tools/sfparse.1, Tools/xmlparse.1, + Tools/make_strings/GNUmakefile, + Tools/make_strings/GNUmakefile.preamble, + Tools/make_strings/README, Tools/make_strings/Using.txt, + config/*: Further copyright/license updates. + 2005-07-15 Richard Frith-Macdonald * Source/NSProcessInfo.m: ([+initialize]) always check to see if @@ -1043,3 +1075,9 @@ * Source/NSTimeZone.m (+abbreviationDictionary): Retain dictionary (Fixes bug #11516). +Copyright @copyright{} 2005 Free Software Foundation + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. + diff --git a/ChangeLog.1 b/ChangeLog.1 index 964cd66f3..37030687b 100644 --- a/ChangeLog.1 +++ b/ChangeLog.1 @@ -10863,3 +10863,9 @@ Fri May 21 18:52:03 1993 Andrew McCallum (mccallum@vein.cs.rochester.edu) * First alpha release announced on gnu-objc@prep.ai.mit.edu +Copyright @copyright{} 2005 Free Software Foundation + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. + diff --git a/ChangeLog.2 b/ChangeLog.2 index 0e83d6202..efcfdc40c 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -16192,3 +16192,10 @@ Tue Mar 10 17:05:00 1998 Richard Frith-Macdonald decopding of archived objects correctly. * src/include/NSValue.h: Added ([-isEqualToValue:]) + +Copyright @copyright{} 2005 Free Software Foundation + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. + diff --git a/Documentation/Base.gsdoc b/Documentation/Base.gsdoc index 48858ee13..b3db6d100 100644 --- a/Documentation/Base.gsdoc +++ b/Documentation/Base.gsdoc @@ -1,5 +1,10 @@ + GNUstep Base @@ -7,9 +12,9 @@ - 2005 Free Software Foundation, Inc. $Revision$ $Date$ + 2005 Free Software Foundation, Inc. diff --git a/Documentation/BaseAdditions.gsdoc b/Documentation/BaseAdditions.gsdoc index 0dbc6f930..7e98a883f 100644 --- a/Documentation/BaseAdditions.gsdoc +++ b/Documentation/BaseAdditions.gsdoc @@ -1,5 +1,10 @@ + GNUstep Base Additions @@ -7,9 +12,9 @@ - 2005 Free Software Foundation, Inc. $Revision$ $Date$ + 2005 Free Software Foundation, Inc. diff --git a/Documentation/Functions.gsdoc b/Documentation/Functions.gsdoc index 502c20ed2..2317ae161 100644 --- a/Documentation/Functions.gsdoc +++ b/Documentation/Functions.gsdoc @@ -1,5 +1,10 @@ + Functions diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile index bcb858b63..d865b47a6 100644 --- a/Documentation/GNUmakefile +++ b/Documentation/GNUmakefile @@ -7,16 +7,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. @@ -39,9 +39,9 @@ SUBPROJECTS = manual General # The text documents to be generated DOCUMENT_TEXT_NAME = \ -INSTALL NEWS CODING-STANDARDS README ANNOUNCE BUGS +INSTALL NEWS CODING-STANDARDS README ANNOUNCE -TOP_DOC_FILES = INSTALL NEWS README ANNOUNCE BUGS +TOP_DOC_FILES = INSTALL NEWS README ANNOUNCE gnustep-base_TEXI_FILES = \ version.texi \ @@ -53,10 +53,6 @@ coding-standards_TEXI_FILES = \ coding-standards.texi coding-standards_DOC_INSTALL_DIR = Developer/CodingStandards -BUGS_TEXI_FILES = version.texi -BUGS_TEXT_MAIN = todo.texi -BUGS_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION) - INSTALL_TEXI_FILES = version.texi INSTALL_TEXT_MAIN = install.texi INSTALL_DOC_INSTALL_DIR = Developer/Base/ReleaseNotes/$(VERSION) diff --git a/Documentation/General/Debugging.gsdoc b/Documentation/General/Debugging.gsdoc index f1055c3c2..74be69b88 100644 --- a/Documentation/General/Debugging.gsdoc +++ b/Documentation/General/Debugging.gsdoc @@ -1,5 +1,10 @@ + Debugging with GDB diff --git a/Documentation/General/GNUmakefile b/Documentation/General/GNUmakefile index 67c1e1401..c5e12f0b7 100644 --- a/Documentation/General/GNUmakefile +++ b/Documentation/General/GNUmakefile @@ -8,16 +8,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA # diff --git a/Documentation/General/OpenStepCompliance.gsdoc b/Documentation/General/OpenStepCompliance.gsdoc index 3162b21ab..49ad930ec 100644 --- a/Documentation/General/OpenStepCompliance.gsdoc +++ b/Documentation/General/OpenStepCompliance.gsdoc @@ -1,9 +1,15 @@ + OpenStep Compliance + 2005 Free Software Foundation, Inc. diff --git a/Documentation/HtmlNav/docs-web.html b/Documentation/HtmlNav/docs-web.html index 7196903d7..1adf7427e 100644 --- a/Documentation/HtmlNav/docs-web.html +++ b/Documentation/HtmlNav/docs-web.html @@ -2,6 +2,13 @@ + GNUstep.org diff --git a/Documentation/HtmlNav/index.html b/Documentation/HtmlNav/index.html index 997b3cb5e..8e866079b 100644 --- a/Documentation/HtmlNav/index.html +++ b/Documentation/HtmlNav/index.html @@ -1,4 +1,11 @@ + GNUstep System Documentation diff --git a/Documentation/Makefile.postamble b/Documentation/Makefile.postamble index 9ce09dba7..7f91a24bc 100644 --- a/Documentation/Makefile.postamble +++ b/Documentation/Makefile.postamble @@ -8,19 +8,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# If you are interested in a warranty or support for this source code, -# contact Scott Christley at scottc@net-community.com -# -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; see the file COPYING.LIB. # If not, write to the Free Software Foundation, # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/Documentation/ReleaseNotes.gsdoc b/Documentation/ReleaseNotes.gsdoc index a8267efe9..b3b42aa88 100644 --- a/Documentation/ReleaseNotes.gsdoc +++ b/Documentation/ReleaseNotes.gsdoc @@ -1,5 +1,10 @@ + GNUstep Base Release Notes @@ -7,9 +12,9 @@ - 2005 Free Software Foundation, Inc. $Revision$ $Date$ + 2005 Free Software Foundation, Inc. @@ -40,7 +45,7 @@ classes and class variables have also occurred (detailed below). - Path/Startup configurationPath/Startup configuration At the startup of any application or tool, GNUstep used to look at various environment variables in order to find diff --git a/Documentation/TypesAndConstants.gsdoc b/Documentation/TypesAndConstants.gsdoc index 1a23c1b71..30cf42d47 100644 --- a/Documentation/TypesAndConstants.gsdoc +++ b/Documentation/TypesAndConstants.gsdoc @@ -1,5 +1,10 @@ + Types and Constants diff --git a/Documentation/announce.texi b/Documentation/announce.texi index ac087caa7..b3f6c09c4 100644 --- a/Documentation/announce.texi +++ b/Documentation/announce.texi @@ -36,3 +36,12 @@ been placed at @url{ftp://@value{GNUSTEP-BASE-FTP-MACHINE}/@value{GNUSTEP-BASE-F Please log bug reports on the GNUstep project page @url{http://savannah.gnu.org/bugs/?group=gnustep} or send bug reports to @email{bug-gnustep@@gnu.org}. + +@ifinfo +Copyright @copyright{} 2005 Free Software Foundation + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. +@end ifinfo + diff --git a/Documentation/gnustep-base.texi b/Documentation/gnustep-base.texi index 55b2c3d4e..b322d017d 100644 --- a/Documentation/gnustep-base.texi +++ b/Documentation/gnustep-base.texi @@ -33,13 +33,13 @@ are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided also that the -section entitled ``GNU Library General Public License'' is included exactly as +section entitled ``GNU General Public License'' is included exactly as in the original, and provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, -except that the section entitled ``GNU Library General Public License'' and +except that the section entitled ``GNU General Public License'' and this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English. @end ifinfo diff --git a/Documentation/install.texi b/Documentation/install.texi index 7bbc6eb08..e2737c873 100644 --- a/Documentation/install.texi +++ b/Documentation/install.texi @@ -188,4 +188,12 @@ library. See the gstep-make package for more information on these options. If you can't install gstep-base as root, be sure to edit the @file{Tools/gdomap.h} file and uncomment the last line. +@ifinfo +Copyright @copyright{} 2005 Free Software Foundation + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. +@end ifinfo + @bye diff --git a/Documentation/manual/GNUmakefile b/Documentation/manual/GNUmakefile index d78760590..c254d0247 100644 --- a/Documentation/manual/GNUmakefile +++ b/Documentation/manual/GNUmakefile @@ -4,17 +4,17 @@ # Copyright (C) 2005 Free Software Foundation, Inc. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public -# License along with this library; see the file COPYING.LIB. +# You should have received a copy of the GNU General Public +# License along with this library. # If not, write to the Free Software Foundation, # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/Documentation/manual/index.html b/Documentation/manual/index.html index a295ea2a3..6a2f1bd17 100644 --- a/Documentation/manual/index.html +++ b/Documentation/manual/index.html @@ -1,5 +1,17 @@ + diff --git a/Documentation/news.texi b/Documentation/news.texi index 8483041b0..34774d82d 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -947,3 +947,12 @@ Also see the @samp{ChangeLog} file for more detail. @end ifclear @c end ifclear ANNOUNCE_ONLY + +@ifinfo +Copyright @copyright{} 2005 Free Software Foundation + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. +@end ifinfo + diff --git a/Documentation/readme.texi b/Documentation/readme.texi index 8c8f43369..4670f3642 100644 --- a/Documentation/readme.texi +++ b/Documentation/readme.texi @@ -21,17 +21,23 @@ gives instructions for installing the library. @section License -The GNUstep libraries are covered under the GNU Lesser Public License. +The GNUstep libraries and library resources are covered under the +GNU Lesser Public License. This means you can use these libraries in any program (even non-free programs). If you distribute the libraries along with your program, you must make the improvements you have made to the libraries freely available. You should read the COPYING.LIB file -for more information. +for more information. All files in the @file{Source}, @file{Headers} +@file{NSCharacterSets}, @file{NSTimeZones}, @file{Resources}, and @file{SSL} +directories and subdirectories under this are covered under the GLPL. GNUstep tools, test programs, and other files are covered under the GNU Public License. This means if you make changes to these programs, you cannot charge a fee, other than distribution fees, for others to use the program. You should read the COPYING file for more information. +All files in the @file{Documentation}, @file{Examples}, @file{Testing}, +@file{Tools}, @file{config}, and @file{macosx} directories are covered +under the GPL. With GNUstep-Base, we strongly recommend the use of the ffcall libraries, which provides stack frame handling for NSInvocation and @@ -56,3 +62,12 @@ reports to @email{bug-gnustep@@gnu.org}. @example Happy hacking! @end example + +@ifinfo +Copyright @copyright{} 2005 Free Software Foundation + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. +@end ifinfo + diff --git a/Documentation/todo.texi b/Documentation/todo.texi deleted file mode 100644 index b8775b8c9..000000000 --- a/Documentation/todo.texi +++ /dev/null @@ -1,18 +0,0 @@ -@c -*-texinfo-*- -@ifclear GLOBAL-TODO -@chapter TODO - -@ifset TEXT-ONLY -@include version.texi -@end ifset - -@end ifclear - -@itemize @bullet - -@item Some people have reported NSZone memory allocation problems. -If you encounter a problem with NSZones, switch to using the -default zone instead of creating one. Or better yet, fix the problem and -submit a patch. - -@end itemize diff --git a/Examples/GNUmakefile b/Examples/GNUmakefile index 4aae908d6..37b753e11 100644 --- a/Examples/GNUmakefile +++ b/Examples/GNUmakefile @@ -8,16 +8,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. # diff --git a/Examples/Makefile.postamble b/Examples/Makefile.postamble index 59594d0df..a4d17adf3 100644 --- a/Examples/Makefile.postamble +++ b/Examples/Makefile.postamble @@ -8,19 +8,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# If you are interested in a warranty or support for this source code, -# contact Scott Christley at scottc@net-community.com -# -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; see the file COPYING.LIB. # If not, write to the Free Software Foundation, # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/Examples/Makefile.preamble b/Examples/Makefile.preamble index 795a5e9f1..e9803a487 100644 --- a/Examples/Makefile.preamble +++ b/Examples/Makefile.preamble @@ -8,16 +8,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. # diff --git a/Examples/custom-zone.m b/Examples/custom-zone.m index 498d484c3..0c5ed7feb 100644 --- a/Examples/custom-zone.m +++ b/Examples/custom-zone.m @@ -1,5 +1,11 @@ /* Example implementation of a custom zone. + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + by Yoo C. Chung WARNING: Very little testing has been done, so there is no diff --git a/Examples/dictionary.m b/Examples/dictionary.m index 37d0ff3c3..6e446c479 100644 --- a/Examples/dictionary.m +++ b/Examples/dictionary.m @@ -1,4 +1,11 @@ /* A simple demonstration of the NSDictionary object. + + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + In this example the NSDictionary holds int's which are keyed by strings. */ diff --git a/GNUmakefile b/GNUmakefile index e0f01f730..96c1725b8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -8,16 +8,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA # diff --git a/Headers/Additions/GNUstepBase/unicode/caseconv.h b/Headers/Additions/GNUstepBase/unicode/caseconv.h index 78036b22e..b7754b9b1 100644 --- a/Headers/Additions/GNUstepBase/unicode/caseconv.h +++ b/Headers/Additions/GNUstepBase/unicode/caseconv.h @@ -1,6 +1,13 @@ #ifndef __caseconv_h_GNUSTEP_BASE_INCLUDE #define __caseconv_h_GNUSTEP_BASE_INCLUDE +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ unichar gs_casemap_empty_table[] = { 0x0, 0x0, diff --git a/Headers/Additions/GNUstepBase/unicode/cop.h b/Headers/Additions/GNUstepBase/unicode/cop.h index f543acbae..7d74be7d1 100644 --- a/Headers/Additions/GNUstepBase/unicode/cop.h +++ b/Headers/Additions/GNUstepBase/unicode/cop.h @@ -1,4 +1,12 @@ /* COP table */ +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ + struct _cop_ {unichar code; unsigned char cop;}; const unsigned int uni_cop_table_size = 355; diff --git a/Headers/Additions/GNUstepBase/unicode/cyrillic.h b/Headers/Additions/GNUstepBase/unicode/cyrillic.h index 9aca9643d..4096eb2d1 100644 --- a/Headers/Additions/GNUstepBase/unicode/cyrillic.h +++ b/Headers/Additions/GNUstepBase/unicode/cyrillic.h @@ -1,4 +1,12 @@ // ISO_8859-5,1988 to Unicode maping +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ + const unsigned int Cyrillic_conv_base = 0x80; diff --git a/Headers/Additions/GNUstepBase/unicode/decomp.h b/Headers/Additions/GNUstepBase/unicode/decomp.h index fc0448fe7..1b94a6881 100644 --- a/Headers/Additions/GNUstepBase/unicode/decomp.h +++ b/Headers/Additions/GNUstepBase/unicode/decomp.h @@ -1,4 +1,12 @@ /* decomposition table */ +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ + struct _dec_ {unichar code; unichar decomp[5];}; const unsigned int uni_dec_table_size = 1052; diff --git a/Headers/Additions/GNUstepBase/unicode/gsm0338.h b/Headers/Additions/GNUstepBase/unicode/gsm0338.h index 97759ed35..1f489cd28 100644 --- a/Headers/Additions/GNUstepBase/unicode/gsm0338.h +++ b/Headers/Additions/GNUstepBase/unicode/gsm0338.h @@ -1,4 +1,12 @@ /* Created by Richard Frith-Macdonald on 2002 Jan 24 */ +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ + // GSM0338 to Unicode maping diff --git a/Headers/Additions/GNUstepBase/unicode/latin2.h b/Headers/Additions/GNUstepBase/unicode/latin2.h index bf76e15aa..743d57e04 100644 --- a/Headers/Additions/GNUstepBase/unicode/latin2.h +++ b/Headers/Additions/GNUstepBase/unicode/latin2.h @@ -1,4 +1,12 @@ /* Created by Stefan Urbanek on 2000 Apr 6 */ +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ + // ISO_8859-2 to Unicode maping diff --git a/Headers/Additions/GNUstepBase/unicode/latin9.h b/Headers/Additions/GNUstepBase/unicode/latin9.h index 969649a43..8f3b36419 100644 --- a/Headers/Additions/GNUstepBase/unicode/latin9.h +++ b/Headers/Additions/GNUstepBase/unicode/latin9.h @@ -1,4 +1,12 @@ /* Created by Stefan Urbanek on 2000 Apr 6 */ +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ + // ISO_8859-15 to Unicode maping diff --git a/Headers/Additions/GNUstepBase/unicode/nextstep.h b/Headers/Additions/GNUstepBase/unicode/nextstep.h index d001492fd..979ae6201 100644 --- a/Headers/Additions/GNUstepBase/unicode/nextstep.h +++ b/Headers/Additions/GNUstepBase/unicode/nextstep.h @@ -1,4 +1,12 @@ // Next to Unicode maping +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ + const unsigned int Next_conv_base = 0x80; unichar Next_char_to_uni_table[] = { diff --git a/Headers/Additions/GNUstepBase/unicode/thai.h b/Headers/Additions/GNUstepBase/unicode/thai.h index c1692b92c..54b6c259a 100644 --- a/Headers/Additions/GNUstepBase/unicode/thai.h +++ b/Headers/Additions/GNUstepBase/unicode/thai.h @@ -1,4 +1,12 @@ /* ISO_8859-11 to Unicode maping */ +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ + const unsigned int Thai_conv_base = 0xA0; diff --git a/Makefile b/Makefile index 635335a58..812e42a14 100644 --- a/Makefile +++ b/Makefile @@ -8,16 +8,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA # diff --git a/Makefile.postamble b/Makefile.postamble index 86aca7c10..e477a1638 100644 --- a/Makefile.postamble +++ b/Makefile.postamble @@ -8,19 +8,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# If you are interested in a warranty or support for this source code, -# contact Scott Christley at scottc@net-community.com -# -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; see the file COPYING.LIB. # If not, write to the Free Software Foundation, # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/Source/dld-load.h b/Source/dld-load.h index 4d742966a..f9e655843 100644 --- a/Source/dld-load.h +++ b/Source/dld-load.h @@ -3,6 +3,18 @@ Copyright (C) 1995, Free Software Foundation. +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU Library General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. This program 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 Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + BUGS: - object files loaded by dld must be loaded with 'ld -r' rather than 'gcc -nostdlib', because dld can't handle multiple symbols diff --git a/Source/hpux-load.h b/Source/hpux-load.h index 6c4922ce2..22cd419c7 100644 --- a/Source/hpux-load.h +++ b/Source/hpux-load.h @@ -3,6 +3,18 @@ Copyright (C) 1995, Free Software Foundation +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU Library General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. This program 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 Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef __hpux_load_h_INCLUDE diff --git a/Source/null-load.h b/Source/null-load.h index d917cb576..f8b23bb1b 100644 --- a/Source/null-load.h +++ b/Source/null-load.h @@ -3,6 +3,18 @@ Copyright (C) 1995, Free Software Foundation, Inc. +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU Library General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. This program 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 Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef __null_load_h_INCLUDE diff --git a/Source/simple-load.h b/Source/simple-load.h index 3a9fda2b6..eb2dc9f32 100644 --- a/Source/simple-load.h +++ b/Source/simple-load.h @@ -4,6 +4,18 @@ Copyright (C) 1995, Free Software Foundation +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU Library General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. This program 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 Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + BUGS: - In SunOS 4.1, dlopen will only resolve references into the main module and not into other modules loaded earlier. dlopen will exit diff --git a/Source/win32-load.h b/Source/win32-load.h index 9b3515575..e16b5b218 100644 --- a/Source/win32-load.h +++ b/Source/win32-load.h @@ -4,6 +4,18 @@ Copyright (C) 1998, Free Software Foundation +This program is free software; you can redistribute it and/or modify +it under the terms of the GNU Library General Public License as published by +the Free Software Foundation; either version 2 of the License, or (at +your option) any later version. This program 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 Library General Public License for more details. + +You should have received a copy of the GNU Library General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. + */ #ifndef __win32_load_h_INCLUDE diff --git a/Testing/GNUmakefile b/Testing/GNUmakefile index 2ec610088..9fbc3db7a 100644 --- a/Testing/GNUmakefile +++ b/Testing/GNUmakefile @@ -8,16 +8,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02111, USA. # diff --git a/Testing/LoadMe.h b/Testing/LoadMe.h index 0edc207dd..27706c135 100644 --- a/Testing/LoadMe.h +++ b/Testing/LoadMe.h @@ -1,6 +1,10 @@ /* Test Class for NSBundle. Copyright (C) 1993,1994,1995 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + Written by: Adam Fedor Date: Jul 1995 diff --git a/Testing/LoadMe.m b/Testing/LoadMe.m index 68b933731..89e0ae1b7 100644 --- a/Testing/LoadMe.m +++ b/Testing/LoadMe.m @@ -1,6 +1,10 @@ /* Test Class for NSBundle. Copyright (C) 1993,1994,1995 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + Written by: Adam Fedor Date: Jul 1995 diff --git a/Testing/Makefile.postamble b/Testing/Makefile.postamble index a8408d739..ee357a8e7 100644 --- a/Testing/Makefile.postamble +++ b/Testing/Makefile.postamble @@ -8,19 +8,19 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # # If you are interested in a warranty or support for this source code, # contact Scott Christley at scottc@net-community.com # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; see the file COPYING.LIB. # If not, write to the Free Software Foundation, # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/Testing/Makefile.preamble b/Testing/Makefile.preamble index a02e98637..30c9ad31a 100644 --- a/Testing/Makefile.preamble +++ b/Testing/Makefile.preamble @@ -8,16 +8,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. # diff --git a/Testing/MyCategory.h b/Testing/MyCategory.h index d8adf0ab3..f3439d466 100644 --- a/Testing/MyCategory.h +++ b/Testing/MyCategory.h @@ -1,6 +1,10 @@ /* Test Category for NSBundle. Copyright (C) 1993,1994,1995 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + Written by: Adam Fedor Date: Jul 1995 diff --git a/Testing/MyCategory.m b/Testing/MyCategory.m index bfe75b620..97ad99d37 100644 --- a/Testing/MyCategory.m +++ b/Testing/MyCategory.m @@ -1,6 +1,10 @@ /* Test Category for NSBundle. Copyright (C) 1993,1994,1995 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + Written by: Adam Fedor Date: Jul 1995 diff --git a/Testing/NSData-test.m b/Testing/NSData-test.m index ecb1cc9d5..5714cda74 100644 --- a/Testing/NSData-test.m +++ b/Testing/NSData-test.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ /****************************************************************************** diff --git a/Testing/SecondClass.h b/Testing/SecondClass.h index ed177fcae..347cabd88 100644 --- a/Testing/SecondClass.h +++ b/Testing/SecondClass.h @@ -1,6 +1,10 @@ /* Test Class for NSBundle. Copyright (C) 1993,1994,1995 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + Written by: Adam Fedor Date: Jul 1995 diff --git a/Testing/SecondClass.m b/Testing/SecondClass.m index 4d7be6da8..6f0555516 100644 --- a/Testing/SecondClass.m +++ b/Testing/SecondClass.m @@ -1,6 +1,10 @@ /* Test Class for NSBundle. Copyright (C) 1993,1994,1995 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + Written by: Adam Fedor Date: Jul 1995 diff --git a/Testing/awake.m b/Testing/awake.m index f2de9de76..9d4f41cc8 100644 --- a/Testing/awake.m +++ b/Testing/awake.m @@ -1,6 +1,10 @@ /* Test use of -awakeAfterUsingCoder: Copyright (C) 2005 Free Software Foundation, Inc. + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. This file is part of the GNUstep Base Library. diff --git a/Testing/basic.m b/Testing/basic.m index c79ba8279..8e38d47f3 100644 --- a/Testing/basic.m +++ b/Testing/basic.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/benchmark.m b/Testing/benchmark.m index 0d2328e21..eb0b7fc2a 100755 --- a/Testing/benchmark.m +++ b/Testing/benchmark.m @@ -8,16 +8,16 @@ This file is part of the GNUstep Base Library. This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library 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 - Library General Public License for more details. + General Public License for more details. - You should have received a copy of the GNU Library General Public + You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. diff --git a/Testing/call.m b/Testing/call.m index 0f8b8ae84..7a587a16d 100644 --- a/Testing/call.m +++ b/Testing/call.m @@ -3,6 +3,10 @@ Copyright (C) 2002 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + Written by: Richard Frith-Macdonald Date: Jun 2002 diff --git a/Testing/coder.m b/Testing/coder.m index b7553a42d..85476e173 100644 --- a/Testing/coder.m +++ b/Testing/coder.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ /* A demonstration of writing and reading GNU Objective C objects to a file. */ diff --git a/Testing/containers.m b/Testing/containers.m index fe0fda74f..dd97ea036 100644 --- a/Testing/containers.m +++ b/Testing/containers.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/diningPhilosophers.m b/Testing/diningPhilosophers.m index 9cf5af779..0794a9442 100644 --- a/Testing/diningPhilosophers.m +++ b/Testing/diningPhilosophers.m @@ -12,19 +12,16 @@ This file is part of the GNUstep Application Kit Library. This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library 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 - Library General Public License for more details. + General Public License for more details. - If you are interested in a warranty or support for this source code, - contact Scott Christley for more information. - - You should have received a copy of the GNU Library General Public + You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. */ diff --git a/Testing/exported-strings.m b/Testing/exported-strings.m index bfc3fbcbc..fd742191c 100644 --- a/Testing/exported-strings.m +++ b/Testing/exported-strings.m @@ -6,16 +6,16 @@ This file is part of the GNUstep Base Library. This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library 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 - Library General Public License for more details. + General Public License for more details. - You should have received a copy of the GNU Library General Public + You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. */ diff --git a/Testing/fref.m b/Testing/fref.m index c634a0796..c65b45a68 100644 --- a/Testing/fref.m +++ b/Testing/fref.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ /* Test NSArchiver on encoding of self-referential forward references. */ diff --git a/Testing/gsbehavior.m b/Testing/gsbehavior.m index b2bf33d42..eae11800d 100644 --- a/Testing/gsbehavior.m +++ b/Testing/gsbehavior.m @@ -6,16 +6,16 @@ This file is part of the GNUstep Base Library. This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library 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 - Library General Public License for more details. + General Public License for more details. - You should have received a copy of the GNU Library General Public + You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. */ diff --git a/Testing/gslock.m b/Testing/gslock.m index 8cacddb5f..082ac8203 100644 --- a/Testing/gslock.m +++ b/Testing/gslock.m @@ -6,16 +6,16 @@ This file is part of the GNUstep Base Library. This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library 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 - Library General Public License for more details. + General Public License for more details. - You should have received a copy of the GNU Library General Public + You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. */ diff --git a/Testing/gstcpport-client.m b/Testing/gstcpport-client.m index a766a44d3..1359f2ea0 100644 --- a/Testing/gstcpport-client.m +++ b/Testing/gstcpport-client.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/gstcpport-server.m b/Testing/gstcpport-server.m index 5cc770e09..ce843b03e 100644 --- a/Testing/gstcpport-server.m +++ b/Testing/gstcpport-server.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/heap.m b/Testing/heap.m index f6d0b2796..aedccd341 100644 --- a/Testing/heap.m +++ b/Testing/heap.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ /* Test Heap class. */ diff --git a/Testing/nsarchiver.m b/Testing/nsarchiver.m index 09a29a0af..a63407b00 100644 --- a/Testing/nsarchiver.m +++ b/Testing/nsarchiver.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ /* A demonstration of writing and reading with NSArchiver */ diff --git a/Testing/nsarray.m b/Testing/nsarray.m index 3f0cd14e2..dfeab2765 100644 --- a/Testing/nsarray.m +++ b/Testing/nsarray.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nsattributedstring.m b/Testing/nsattributedstring.m index e6fddacf5..938f77839 100644 --- a/Testing/nsattributedstring.m +++ b/Testing/nsattributedstring.m @@ -11,19 +11,16 @@ This file is part of ... This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library 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 - Library General Public License for more details. + General Public License for more details. - If you are interested in a warranty or support for this source code, - contact Scott Christley for more information. - - You should have received a copy of the GNU Library General Public + You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. */ diff --git a/Testing/nsbundle.m b/Testing/nsbundle.m index d16677393..b704dabcf 100644 --- a/Testing/nsbundle.m +++ b/Testing/nsbundle.m @@ -1,6 +1,10 @@ /* nsbundle - Program to test out dynamic linking via NSBundle. Copyright (C) 1993,1994,1995, 1996 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + Written by: Adam Fedor Date: Jul 1995 diff --git a/Testing/nscharacterset.m b/Testing/nscharacterset.m index eff2f5b77..b71162718 100644 --- a/Testing/nscharacterset.m +++ b/Testing/nscharacterset.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nsconnection.m b/Testing/nsconnection.m index d81a924c2..591a6afde 100644 --- a/Testing/nsconnection.m +++ b/Testing/nsconnection.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #define STRICT_OPENSTEP 1 diff --git a/Testing/nsconnection_client.m b/Testing/nsconnection_client.m index b01b39c3d..402f12c42 100644 --- a/Testing/nsconnection_client.m +++ b/Testing/nsconnection_client.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nsconnection_server.m b/Testing/nsconnection_server.m index 36a535b67..930078a0e 100644 --- a/Testing/nsconnection_server.m +++ b/Testing/nsconnection_server.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nsdata.m b/Testing/nsdata.m index 722fa4a90..e926639fa 100644 --- a/Testing/nsdata.m +++ b/Testing/nsdata.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nsdate.m b/Testing/nsdate.m index 899afa6f0..46bab527c 100644 --- a/Testing/nsdate.m +++ b/Testing/nsdate.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nsdictionary.m b/Testing/nsdictionary.m index 74051e520..73e5a0ca0 100644 --- a/Testing/nsdictionary.m +++ b/Testing/nsdictionary.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nsfilehandle.m b/Testing/nsfilehandle.m index 73ba8e1c0..88c5a28e9 100644 --- a/Testing/nsfilehandle.m +++ b/Testing/nsfilehandle.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nsfilemanager.m b/Testing/nsfilemanager.m index 38ad09bdb..5707eb9a3 100644 --- a/Testing/nsfilemanager.m +++ b/Testing/nsfilemanager.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nshashtable.m b/Testing/nshashtable.m index efafc89b0..f0d90dab7 100644 --- a/Testing/nshashtable.m +++ b/Testing/nshashtable.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nshost.m b/Testing/nshost.m index e3d20c5b6..3c876729f 100644 --- a/Testing/nshost.m +++ b/Testing/nshost.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ // Fri Oct 23 03:02:52 MET DST 1998 dave@turbocat.de diff --git a/Testing/nsindexset.m b/Testing/nsindexset.m index 44e936638..c385da8a8 100644 --- a/Testing/nsindexset.m +++ b/Testing/nsindexset.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nsinvocation.m b/Testing/nsinvocation.m index 5f9bc591f..a608ae4b2 100644 --- a/Testing/nsinvocation.m +++ b/Testing/nsinvocation.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nsmaptable.m b/Testing/nsmaptable.m index 4372b2e23..02b79db53 100644 --- a/Testing/nsmaptable.m +++ b/Testing/nsmaptable.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nsmethodsignature.m b/Testing/nsmethodsignature.m index 258088934..086dd4ba8 100644 --- a/Testing/nsmethodsignature.m +++ b/Testing/nsmethodsignature.m @@ -6,16 +6,16 @@ This file is part of the GNUstep Base Library. This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library 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 - Library General Public License for more details. + General Public License for more details. - You should have received a copy of the GNU Library General Public + You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. */ diff --git a/Testing/nsnotification.m b/Testing/nsnotification.m index c3052bf8e..58db5f895 100644 --- a/Testing/nsnotification.m +++ b/Testing/nsnotification.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ /* The simplest of tests for the NSNotification and NSNotificationCenter diff --git a/Testing/nspathutilities.m b/Testing/nspathutilities.m index df39d7276..f69dd5ebb 100644 --- a/Testing/nspathutilities.m +++ b/Testing/nspathutilities.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ /* TESTING: NSPathUtilities.h ************************************************ diff --git a/Testing/nsprocessinfo.m b/Testing/nsprocessinfo.m index dcd1f4460..ff1c239c8 100644 --- a/Testing/nsprocessinfo.m +++ b/Testing/nsprocessinfo.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nsscanner.m b/Testing/nsscanner.m index eae5c0296..0a47b7391 100644 --- a/Testing/nsscanner.m +++ b/Testing/nsscanner.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ /* diff --git a/Testing/nsset.m b/Testing/nsset.m index 3eb7f34ac..3fcdaa52c 100644 --- a/Testing/nsset.m +++ b/Testing/nsset.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nstask.m b/Testing/nstask.m index 9e9a59361..e55a53024 100644 --- a/Testing/nstask.m +++ b/Testing/nstask.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nstimer.m b/Testing/nstimer.m index 3772dfeea..3d0917c2d 100644 --- a/Testing/nstimer.m +++ b/Testing/nstimer.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nstimezone.m b/Testing/nstimezone.m index dce9d35d5..8f76a6328 100644 --- a/Testing/nstimezone.m +++ b/Testing/nstimezone.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ /* Test time zone code. */ diff --git a/Testing/nsundomanager.m b/Testing/nsundomanager.m index a06f45ebb..f0018e005 100644 --- a/Testing/nsundomanager.m +++ b/Testing/nsundomanager.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ diff --git a/Testing/nsxmlparser.m b/Testing/nsxmlparser.m index 57feb8bea..c27ec24c9 100644 --- a/Testing/nsxmlparser.m +++ b/Testing/nsxmlparser.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/nxst.m b/Testing/nxst.m index 4d3a328f6..87fb4bcee 100644 --- a/Testing/nxst.m +++ b/Testing/nxst.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ /* Test NXStringTable class. */ diff --git a/Testing/oldserver.h b/Testing/oldserver.h index 17cdaea67..f2d3bb4c2 100644 --- a/Testing/oldserver.h +++ b/Testing/oldserver.h @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #ifndef _server_h diff --git a/Testing/prepend.m b/Testing/prepend.m index 5addea6e6..c33779486 100644 --- a/Testing/prepend.m +++ b/Testing/prepend.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ /* diff --git a/Testing/randoms.m b/Testing/randoms.m index 72da1281a..ab90ada90 100644 --- a/Testing/randoms.m +++ b/Testing/randoms.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ diff --git a/Testing/release.m b/Testing/release.m index b207e6671..64d794e0c 100644 --- a/Testing/release.m +++ b/Testing/release.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/server.h b/Testing/server.h index 617cb9780..26fa20f50 100644 --- a/Testing/server.h +++ b/Testing/server.h @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #ifndef _server_h diff --git a/Testing/string.m b/Testing/string.m index f9078cae0..d62f11c9a 100644 --- a/Testing/string.m +++ b/Testing/string.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/tcpport-client.m b/Testing/tcpport-client.m index dcaffe440..fbab00093 100644 --- a/Testing/tcpport-client.m +++ b/Testing/tcpport-client.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/tcpport-server.m b/Testing/tcpport-server.m index 7c7da0b90..988d9b1b7 100644 --- a/Testing/tcpport-server.m +++ b/Testing/tcpport-server.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/thread-except.m b/Testing/thread-except.m index 385848f2a..4c6884e47 100644 --- a/Testing/thread-except.m +++ b/Testing/thread-except.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ /* Test whether each thread has their own exception handlers. */ diff --git a/Testing/thread.m b/Testing/thread.m index c859d34fc..ba1c0087f 100644 --- a/Testing/thread.m +++ b/Testing/thread.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #include diff --git a/Testing/values.m b/Testing/values.m index 305a51ed5..20455491d 100644 --- a/Testing/values.m +++ b/Testing/values.m @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ /* diff --git a/Testing/wgetopt.h b/Testing/wgetopt.h index da621c2d0..a64798a13 100644 --- a/Testing/wgetopt.h +++ b/Testing/wgetopt.h @@ -2,6 +2,10 @@ Copyright (C) 2005 Free Software Foundation, Inc. + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + This file is part of the GNUstep Base Library. */ #if (defined __MINGW__) diff --git a/Tools/BaseTools.gsdoc b/Tools/BaseTools.gsdoc index b6199cc97..d3d7d6f43 100644 --- a/Tools/BaseTools.gsdoc +++ b/Tools/BaseTools.gsdoc @@ -1,5 +1,10 @@ + Base Tools diff --git a/Tools/DocMakefile b/Tools/DocMakefile index 5f466feeb..ae2075586 100644 --- a/Tools/DocMakefile +++ b/Tools/DocMakefile @@ -8,16 +8,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA # diff --git a/Tools/GNUmakefile b/Tools/GNUmakefile index a1b324b32..c7ff42665 100644 --- a/Tools/GNUmakefile +++ b/Tools/GNUmakefile @@ -7,16 +7,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. diff --git a/Tools/Makefile.postamble b/Tools/Makefile.postamble index 9904288ab..f2c996555 100644 --- a/Tools/Makefile.postamble +++ b/Tools/Makefile.postamble @@ -2,6 +2,20 @@ # # Makefile.postamble # +# Copyright (C) 2005, Free Software Foundation, Inc. +# +# This program 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 of the License, or (at +# your option) any later version. This program 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 this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. +# # Project specific makefile rules # # Uncomment the targets you want. diff --git a/Tools/Makefile.preamble b/Tools/Makefile.preamble index fd1c9f0f2..487d0bfb2 100644 --- a/Tools/Makefile.preamble +++ b/Tools/Makefile.preamble @@ -8,16 +8,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. # diff --git a/Tools/autogsdoc.1 b/Tools/autogsdoc.1 index 88b81810c..5b8206a06 100644 --- a/Tools/autogsdoc.1 +++ b/Tools/autogsdoc.1 @@ -1,6 +1,9 @@ .\"autogsdoc(1) man page .\"written by Adrian Robert .\"Copyright (C) 2005 Free Software Foundation, Inc. +.\"Copying and distribution of this file, with or without modification, +.\"are permitted in any medium without royalty provided the copyright +.\"notice and this notice are preserved. .\" .\"Process this file with .\"groff -man -Tascii autogsdoc.1 diff --git a/Tools/cvtenc.1 b/Tools/cvtenc.1 index d42c07374..289a3cd0d 100644 --- a/Tools/cvtenc.1 +++ b/Tools/cvtenc.1 @@ -1,4 +1,7 @@ .\"Copyright (C) 2005 Free Software Foundation, Inc. +.\"Copying and distribution of this file, with or without modification, +.\"are permitted in any medium without royalty provided the copyright +.\"notice and this notice are preserved. .TH CVTENC "1" "February 2004" "GNUstep" "GNUstep System Manual" .SH NAME cvtenc \- file encoding converter diff --git a/Tools/defaults.1 b/Tools/defaults.1 index 438f4bed1..3b0c4afe1 100644 --- a/Tools/defaults.1 +++ b/Tools/defaults.1 @@ -1,4 +1,7 @@ .\"Copyright (C) 2005 Free Software Foundation, Inc. +.\"Copying and distribution of this file, with or without modification, +.\"are permitted in any medium without royalty provided the copyright +.\"notice and this notice are preserved. .TH DEFAULTS "1" "February 2004" "GNUstep" "GNUstep System Manual" .SH NAME defaults - read or modify GNUstep user defaults diff --git a/Tools/gdnc.1 b/Tools/gdnc.1 index 3ab52900e..9c9e88eab 100644 --- a/Tools/gdnc.1 +++ b/Tools/gdnc.1 @@ -1,6 +1,9 @@ .\"gdnc(1) man page .\"put together by Martin Brecher .\"Copyright (C) 2005 Free Software Foundation, Inc. +.\"Copying and distribution of this file, with or without modification, +.\"are permitted in any medium without royalty provided the copyright +.\"notice and this notice are preserved. .\" .\"Process this file with .\"groff -man -Tascii gdnc.1 diff --git a/Tools/gdnc.h b/Tools/gdnc.h index b4d4dcdfa..7d6d063fe 100644 --- a/Tools/gdnc.h +++ b/Tools/gdnc.h @@ -7,16 +7,16 @@ This file is part of the GNUstep Base Library. This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library 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 - Library General Public License for more details. + General Public License for more details. - You should have received a copy of the GNU Library General Public + You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. */ diff --git a/Tools/gdomap.c b/Tools/gdomap.c index 2bddb86db..a9d59b913 100644 --- a/Tools/gdomap.c +++ b/Tools/gdomap.c @@ -7,16 +7,16 @@ This file is part of the GNUstep Base Library. This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library 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 - Library General Public License for more details. + General Public License for more details. - You should have received a copy of the GNU Library General Public + You should have received a copy of the GNU General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. */ diff --git a/Tools/gdomap.gsdoc b/Tools/gdomap.gsdoc index 36ca0393f..fd1cde749 100644 --- a/Tools/gdomap.gsdoc +++ b/Tools/gdomap.gsdoc @@ -1,5 +1,10 @@ + gdomap documentation diff --git a/Tools/gsdoc.gsdoc b/Tools/gsdoc.gsdoc index 464f51007..21aa0af6e 100644 --- a/Tools/gsdoc.gsdoc +++ b/Tools/gsdoc.gsdoc @@ -1,5 +1,10 @@ + GNUstep Documentation XML markup language (GSDoc) diff --git a/Tools/make_strings/GNUmakefile b/Tools/make_strings/GNUmakefile index b56911ad6..02dfb3d6a 100644 --- a/Tools/make_strings/GNUmakefile +++ b/Tools/make_strings/GNUmakefile @@ -7,16 +7,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. diff --git a/Tools/make_strings/GNUmakefile.preamble b/Tools/make_strings/GNUmakefile.preamble index 5796eb05d..a259e7965 100644 --- a/Tools/make_strings/GNUmakefile.preamble +++ b/Tools/make_strings/GNUmakefile.preamble @@ -8,16 +8,16 @@ # This file is part of the GNUstep Base Library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. # diff --git a/Tools/make_strings/README b/Tools/make_strings/README index e7ac9c943..dd13ba69d 100644 --- a/Tools/make_strings/README +++ b/Tools/make_strings/README @@ -1,6 +1,10 @@ make_strings ============ -copyright 2002 Alexander Malmberg +Copyright (C) 2005, Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. If you are a translator, you're probably looking for Using.txt . diff --git a/Tools/make_strings/Using.txt b/Tools/make_strings/Using.txt index 5d61ac71b..364d890e4 100644 --- a/Tools/make_strings/Using.txt +++ b/Tools/make_strings/Using.txt @@ -1,6 +1,10 @@ Translator's guide to make_strings ================================== -copyright 2002 Alexander Malmberg +Copyright (C) 2002 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is meant to be a fairly complete description of what a translator needs to do to work with make_strings. Please send comments, diff --git a/Tools/pl.m b/Tools/pl.m index 7d96cb30b..66a81aea7 100644 --- a/Tools/pl.m +++ b/Tools/pl.m @@ -11,16 +11,16 @@ This file is part of GNUstep This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This library 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 - Library General Public License for more details. + General Public License for more details. - You should have received a copy of the GNU Library General Public + You should have received a copy of the GNU General Public License along with this library; see the file COPYING.LIB. If not, write to the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. diff --git a/Tools/pldes.1 b/Tools/pldes.1 index 50a59c7ad..a44ef21b2 100644 --- a/Tools/pldes.1 +++ b/Tools/pldes.1 @@ -1,6 +1,9 @@ .\"property list tools man page .\"written by Adrian Robert (arobert@cogsci.ucsd.edu) .\"Copyright (C) 2005 Free Software Foundation, Inc. +.\"Copying and distribution of this file, with or without modification, +.\"are permitted in any medium without royalty provided the copyright +.\"notice and this notice are preserved. .\" .\"Process this file with .\"groff -man -Tascii gdnc.1 diff --git a/Tools/sfparse.1 b/Tools/sfparse.1 index bec8b9c51..f99061faf 100644 --- a/Tools/sfparse.1 +++ b/Tools/sfparse.1 @@ -1,4 +1,7 @@ .\"Copyright (C) 2005 Free Software Foundation, Inc. +.\"Copying and distribution of this file, with or without modification, +.\"are permitted in any medium without royalty provided the copyright +.\"notice and this notice are preserved. .TH SFPARSE "1" "February 2004" "GNUstep" "GNUstep System Manual" .SH NAME sfparse \- string file parse diff --git a/Tools/xmlparse.1 b/Tools/xmlparse.1 index e8c7f958f..4d6949ee9 100644 --- a/Tools/xmlparse.1 +++ b/Tools/xmlparse.1 @@ -1,4 +1,7 @@ .\"Copyright (C) 2005 Free Software Foundation, Inc. +.\"Copying and distribution of this file, with or without modification, +.\"are permitted in any medium without royalty provided the copyright +.\"notice and this notice are preserved. .TH XMLPARSE "1" "February 2004" "GNUstep" "GNUstep System Manual" .SH NAME xmlparse \- error-check and validate XML documents diff --git a/config.mak.in b/config.mak.in index 658924598..9ade89974 100644 --- a/config.mak.in +++ b/config.mak.in @@ -1,6 +1,11 @@ # # Extra make variables for base library # +# Copyright (C) 2005 Free Software Foundation +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. + WHOAMI=@WHOAMI@ diff --git a/config/config.align.c b/config/config.align.c index 36e2b6974..fc8f67911 100644 --- a/config/config.align.c +++ b/config/config.align.c @@ -1,5 +1,11 @@ /* This program will most likely crash on systems that need shorts and ints to be word aligned + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + */ int main () diff --git a/config/config.builtin_apply.c b/config/config.builtin_apply.c index 0f27beaa8..728927293 100644 --- a/config/config.builtin_apply.c +++ b/config/config.builtin_apply.c @@ -1,4 +1,10 @@ +/* + Copyright (C) 2005 Free Software Foundation + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ typedef void(*apply_t)(void); /* function pointer */ typedef union { char *arg_ptr; diff --git a/config/config.loadtest.m b/config/config.loadtest.m index 7d13f9090..a7f9f8619 100644 --- a/config/config.loadtest.m +++ b/config/config.loadtest.m @@ -1,4 +1,11 @@ /* Dummy NXConstantString impl for so libobjc that doesn't include it */ +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ #ifndef NeXT_RUNTIME #include @implementation NXConstantString diff --git a/config/config.objc.m b/config/config.objc.m index a63c6686f..1080526b5 100644 --- a/config/config.objc.m +++ b/config/config.objc.m @@ -1,4 +1,11 @@ /* Dummy NXConstantString impl for so libobjc that doesn't include it */ +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ #ifndef NeXT_RUNTIME #include @implementation NXConstantString diff --git a/config/config.printf.c b/config/config.printf.c index 3c9f6d6e6..2927893d6 100644 --- a/config/config.printf.c +++ b/config/config.printf.c @@ -1,4 +1,11 @@ /* See if we have a broken register_printf function (e.g. an old version of glibc) */ +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ #include #include #include diff --git a/config/config.proccmd.c b/config/config.proccmd.c index 365d3ddbc..b27d25a56 100644 --- a/config/config.proccmd.c +++ b/config/config.proccmd.c @@ -2,6 +2,13 @@ * Check to see if the final cmdline arg recorded in the /proc filesystem * is terminated by a nul. */ +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ #include int main() { diff --git a/config/config.retframe.c b/config/config.retframe.c index c8322d74f..b7d194bb7 100644 --- a/config/config.retframe.c +++ b/config/config.retframe.c @@ -1,6 +1,13 @@ /* Find out if __builtin_apply()'s retframe points directly at `char' and `short' return values, or if it points at an `int'-casted version of them. */ +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ /* This program exit's with status 0 if it retframe points directly at them. */ diff --git a/config/config.reuseaddr.c b/config/config.reuseaddr.c index 77ee86d18..4f33c2ac5 100644 --- a/config/config.reuseaddr.c +++ b/config/config.reuseaddr.c @@ -1,4 +1,10 @@ +/* + Copyright (C) 2005 Free Software Foundation + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ #if defined(__MINGW__) || defined(__MINGW32__) #include #include diff --git a/config/config.vasprintf.c b/config/config.vasprintf.c index f79cefb04..a3c755ec9 100644 --- a/config/config.vasprintf.c +++ b/config/config.vasprintf.c @@ -1,5 +1,12 @@ /* Exit with status 0 if vasprintf returns the length of the string printed. Some systems return a pointer to the string instead. */ +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ #include #include diff --git a/config/config.vsprintf.c b/config/config.vsprintf.c index 594f3e947..01a383d61 100644 --- a/config/config.vsprintf.c +++ b/config/config.vsprintf.c @@ -1,5 +1,12 @@ /* Exit with status 0 if vsprintf returns the length of the string printed. Some systems return a pointer to the string instead. */ +/* + Copyright (C) 2005 Free Software Foundation + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. +*/ #include #include diff --git a/config/objc-con-autoload.m4 b/config/objc-con-autoload.m4 index 9dd0c3382..6df2deaca 100644 --- a/config/objc-con-autoload.m4 +++ b/config/objc-con-autoload.m4 @@ -1,4 +1,9 @@ AC_DEFUN(OBJC_CON_AUTOLOAD, +# Copyright (C) 2005 Free Software Foundation +# +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. #-------------------------------------------------------------------- # Guess if we are using a object file format that supports automatic # loading of constructor functions. diff --git a/config/objc-sys-dynamic.m4 b/config/objc-sys-dynamic.m4 index f0fae7512..ba5faecd5 100644 --- a/config/objc-sys-dynamic.m4 +++ b/config/objc-sys-dynamic.m4 @@ -1,6 +1,10 @@ AC_DEFUN(OBJC_SYS_DYNAMIC_LINKER, [dnl AC_REQUIRE([OBJC_CON_AUTOLOAD])dnl +# Copyright (C) 2005 Free Software Foundation +# Copying and distribution of this file, with or without modification, +# are permitted in any medium without royalty provided the copyright +# notice and this notice are preserved. #-------------------------------------------------------------------- # Guess the type of dynamic linker for the system # diff --git a/config/pathxml.m4 b/config/pathxml.m4 index 18a11f31f..176fffded 100644 --- a/config/pathxml.m4 +++ b/config/pathxml.m4 @@ -1,4 +1,8 @@ dnl Code shamelessly stolen from glib-config by Sebastian Rittau +dnl Copyright (C) 2005 Free Software Foundation +dnl Copying and distribution of this file, with or without modification, +dnl are permitted in any medium without royalty provided the copyright +dnl notice and this notice are preserved. dnl AM_PATH_XML([MINIMUM-VERSION [, ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND]]]) AC_DEFUN(AM_PATH_XML,[ AC_ARG_WITH(xml-prefix, diff --git a/config/procfs-exe-link.m4 b/config/procfs-exe-link.m4 index 9f3e7ad03..1a479f395 100644 --- a/config/procfs-exe-link.m4 +++ b/config/procfs-exe-link.m4 @@ -2,6 +2,10 @@ dnl AC_SYS_PROCFS_EXE_LINK dnl This macro checks for the existence of a symlink in /proc to the executable dnl file associated with the current process, and defines PROCFS_EXE_LINK to dnl the path it finds. Currently supports Linux and FreeBSD variants. +dnl Copyright (C) 2005 Free Software Foundation +dnl Copying and distribution of this file, with or without modification, +dnl are permitted in any medium without royalty provided the copyright +dnl notice and this notice are preserved. AC_DEFUN(AC_SYS_PROCFS_EXE_LINK, [ AC_REQUIRE([AC_SYS_PROCFS]) diff --git a/config/procfs.m4 b/config/procfs.m4 index 904636146..09417ee16 100644 --- a/config/procfs.m4 +++ b/config/procfs.m4 @@ -1,6 +1,10 @@ dnl AC_SYS_PROCFS dnl This macro defines HAVE_PROCFS if either it finds a mounted /proc dnl or the user explicitly enables it for cross-compiles. +dnl Copyright (C) 2005 Free Software Foundation +dnl Copying and distribution of this file, with or without modification, +dnl are permitted in any medium without royalty provided the copyright +dnl notice and this notice are preserved. AC_DEFUN(AC_SYS_PROCFS, [ AC_ARG_ENABLE(procfs, [ --enable-procfs Use /proc filesystem (default)], diff --git a/configure.ac b/configure.ac index 5e6d12f96..6cc198c05 100644 --- a/configure.ac +++ b/configure.ac @@ -9,16 +9,16 @@ # This file is part of the GNU Objective-C library. # # This library is free software; you can redistribute it and/or -# modify it under the terms of the GNU Library General Public +# modify it under the terms of the GNU General Public # License as published by the Free Software Foundation; either # version 2 of the License, or (at your option) any later version. # # This library 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 -# Library General Public License for more details. +# General Public License for more details. # -# You should have received a copy of the GNU Library General Public +# You should have received a copy of the GNU General Public # License along with this library; if not, write to the Free # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA builtin(include, config/objc-con-autoload.m4)dnl