changeset 36226:c8fb06423da0

Add copyright notice.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 20 Feb 2001 13:36:21 +0000
parents 2a73e688d635
children aced2f7101b9
files Makefile.in lib-src/digest-doc.c lib-src/rcs-checkin lib-src/sorted-doc.c lib-src/test-distrib.c lib-src/vcdiff lisp/Makefile.in man/Makefile.in src/getpagesize.h src/m/ews4800.h src/m/gould-np1.h src/m/ibm370aix.h
diffstat 12 files changed, 238 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Feb 20 12:53:12 2001 +0000
+++ b/Makefile.in	Tue Feb 20 13:36:21 2001 +0000
@@ -2,6 +2,26 @@
 # DIST: make most of the changes to this file you might want, so try
 # DIST: that first.
 
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
+#  2000, 2001 Free Software Foundation, Inc.
+
+# This file is part of GNU Emacs.
+
+# GNU Emacs is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# GNU Emacs is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with GNU Emacs; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+
 # make all	to compile and build Emacs.
 # make install	to install it.
 # make TAGS	to update tags tables.
--- a/lib-src/digest-doc.c	Tue Feb 20 12:53:12 2001 +0000
+++ b/lib-src/digest-doc.c	Tue Feb 20 13:36:21 2001 +0000
@@ -1,7 +1,24 @@
-/* Give this program DOCSTR.mm.nn as standard input
-   and it outputs to standard output
-   a file of nroff output containing the doc strings.
+/* Give this program DOCSTR.mm.nn as standard input and it outputs to
+   standard output a file of nroff output containing the doc strings.
+
+   Copyright (C) 1987, 1994, 2001  Free Software Foundation Inc.
+
+   This file is part of GNU Emacs.
 
+   GNU Emacs is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   GNU Emacs is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with GNU Emacs; see the file COPYING.  If not, write to
+   the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+   
    See also sorted-doc.c, which produces similar output
    but in texinfo format and sorted by function/variable name.  */
 
--- a/lib-src/rcs-checkin	Tue Feb 20 12:53:12 2001 +0000
+++ b/lib-src/rcs-checkin	Tue Feb 20 13:36:21 2001 +0000
@@ -1,7 +1,26 @@
 #! /bin/sh
 
 # This script accepts any number of file arguments and checks them into RCS.
+
+# Copyright (C) 1993, 1994, 1995,2001 Free Software Foundation, Inc.
 #
+# This file is part of GNU Emacs.
+#
+# GNU Emacs is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# GNU Emacs is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Emacs; see the file COPYING.  If not, write to the
+# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+
 # Arguments which are detectably either RCS masters (with names ending in ,v)
 # or Emacs version files  (with names of the form foo.~<number>~) are ignored.
 # For each file foo, the script looks for Emacs version files related to it.
--- a/lib-src/sorted-doc.c	Tue Feb 20 12:53:12 2001 +0000
+++ b/lib-src/sorted-doc.c	Tue Feb 20 13:36:21 2001 +0000
@@ -1,9 +1,26 @@
-/* Give this program DOCSTR.mm.nn as standard input
-   and it outputs to standard output
-   a file of texinfo input containing the doc strings.
+/* Give this program DOCSTR.mm.nn as standard input and it outputs to
+   standard output a file of texinfo input containing the doc strings.
    
-   This version sorts the output by function name.
-   */
+   Copyright (C) 1989, 1992, 1994, 1996, 1999, 2000, 2001
+      Free Software Foundation Inc.
+
+   This file is part of GNU Emacs.
+
+   GNU Emacs is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   GNU Emacs is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with GNU Emacs; see the file COPYING.  If not, write to
+   the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+   
+   This version sorts the output by function name.  */
 
 #include "config.h"
 #include <stdio.h>
--- a/lib-src/test-distrib.c	Tue Feb 20 12:53:12 2001 +0000
+++ b/lib-src/test-distrib.c	Tue Feb 20 13:36:21 2001 +0000
@@ -1,3 +1,24 @@
+/* test-distrib.c --- testing distribution of nonprinting chars
+
+   Copyright (C) 1987, 1993, 1994, 1995, 1999, 2001
+      Free Software Foundation Inc.
+
+   This file is part of GNU Emacs.
+
+   GNU Emacs is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2, or (at your option)
+   any later version.
+
+   GNU Emacs is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with GNU Emacs; see the file COPYING.  If not, write to
+   the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
--- a/lib-src/vcdiff	Tue Feb 20 12:53:12 2001 +0000
+++ b/lib-src/vcdiff	Tue Feb 20 13:36:21 2001 +0000
@@ -3,7 +3,27 @@
 # Enhanced sccs diff utility for use with vc mode.
 # This version is more compatible with rcsdiff(1).
 #
-#	$Id: vcdiff,v 1.5 1995/07/07 22:47:57 eggert Exp $
+# Copyright (C) 1992, 1993, 1995, 1997, 2001
+#   Free Software Foundation, Inc.
+#
+# This file is part of GNU Emacs.
+#
+# GNU Emacs is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# GNU Emacs is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GNU Emacs; see the file COPYING.  If not, write to the
+# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+#
+#	$Id: vcdiff,v 1.6 1997/01/01 05:33:42 eggert Exp $
 #
 
 DIFF="diff"
--- a/lisp/Makefile.in	Tue Feb 20 12:53:12 2001 +0000
+++ b/lisp/Makefile.in	Tue Feb 20 13:36:21 2001 +0000
@@ -1,6 +1,22 @@
-#
 # Maintenance productions for the Lisp directory
-#
+# Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+
+# This file is part of GNU Emacs.
+
+# GNU Emacs is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# GNU Emacs is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with GNU Emacs; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
 
 SHELL = /bin/sh
 
--- a/man/Makefile.in	Tue Feb 20 12:53:12 2001 +0000
+++ b/man/Makefile.in	Tue Feb 20 13:36:21 2001 +0000
@@ -1,5 +1,25 @@
 #### Makefile for the Emacs Manual and other documentation.
 
+# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001
+#  Free Software Foundation, Inc.
+
+# This file is part of GNU Emacs.
+
+# GNU Emacs is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+
+# GNU Emacs is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+
+# You should have received a copy of the GNU General Public License
+# along with GNU Emacs; see the file COPYING.  If not, write to
+# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+
 # Where to find the source code.  The source code for Emacs's C kernel is
 # expected to be in ${srcdir}/src, and the source code for Emacs's
 # utility programs is expected to be in ${srcdir}/lib-src.  This is
--- a/src/getpagesize.h	Tue Feb 20 12:53:12 2001 +0000
+++ b/src/getpagesize.h	Tue Feb 20 13:36:21 2001 +0000
@@ -1,4 +1,22 @@
-/* Emulate getpagesize on systems that lack it.  */
+/* Emulate getpagesize on systems that lack it.
+   Copyright (C) 1986, 1992, 1995, 2001 Free Software Foundation, Inc.
+
+This file is part of GNU Emacs.
+
+GNU Emacs is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Emacs is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 #ifndef HAVE_GETPAGESIZE
 
--- a/src/m/ews4800.h	Tue Feb 20 12:53:12 2001 +0000
+++ b/src/m/ews4800.h	Tue Feb 20 13:36:21 2001 +0000
@@ -1,4 +1,23 @@
-/* m- file for NEC EWS4800 RISC series. */
+/* m- file for NEC EWS4800 RISC series.
+   Copyright (C) 1998, 2000, 2001 Free Software Foundation, Inc.
+
+This file is part of GNU Emacs.
+
+GNU Emacs is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Emacs is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
+
 #undef LIB_STANDARD
 #undef C_DEBUG_SWITCH
 #define INHIBIT_BSD_TIME
--- a/src/m/gould-np1.h	Tue Feb 20 12:53:12 2001 +0000
+++ b/src/m/gould-np1.h	Tue Feb 20 13:36:21 2001 +0000
@@ -1,4 +1,22 @@
-/* machine description file for Gould NP1 with UTX/32 3.0 (first release for NP1). */
+/* machine description file for Gould NP1 with UTX/32 3.0 (first release for NP1)
+   Copyright (C) 1986 Free Software Foundation, Inc.
+
+This file is part of GNU Emacs.
+
+GNU Emacs is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Emacs is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 /* The following line tells the configuration script what sort of 
    operating system this machine is likely to run.
--- a/src/m/ibm370aix.h	Tue Feb 20 12:53:12 2001 +0000
+++ b/src/m/ibm370aix.h	Tue Feb 20 13:36:21 2001 +0000
@@ -1,4 +1,22 @@
-/* m/ file for IBM 370 running AIX.  */
+/* m/ file for IBM 370 running AIX.
+   Copyright (C) 1993, 1994, 2001 Free Software Foundation, Inc.
+
+This file is part of GNU Emacs.
+
+GNU Emacs is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Emacs is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
 
 #include "ibmps2-aix.h"