changeset 36219:f440b9766968

Add copyright notice.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 20 Feb 2001 11:00:55 +0000
parents 24ded05f613e
children f9a70f278391
files msdos/sed1.inp src/.gdbinit src/s/freebsd.h update-subdirs
diffstat 4 files changed, 82 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/msdos/sed1.inp	Tue Feb 20 10:56:15 2001 +0000
+++ b/msdos/sed1.inp	Tue Feb 20 11:00:55 2001 +0000
@@ -2,6 +2,26 @@
 # Configuration script for src/makefile
 # ----------------------------------------------------------------------
 #
+# Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000
+#   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.
+
 # In case src/Makefile needs to rebuild `make-doc.exe' (might happen under
 # Windows 95), make sure it gets built with commands that DOS
 # understands (one command per line).
--- a/src/.gdbinit	Tue Feb 20 10:56:15 2001 +0000
+++ b/src/.gdbinit	Tue Feb 20 11:00:55 2001 +0000
@@ -1,3 +1,23 @@
+# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 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.
+
 # Force loading of symbols, enough to give us gdb_valbits etc.
 set main
 
--- a/src/s/freebsd.h	Tue Feb 20 10:56:15 2001 +0000
+++ b/src/s/freebsd.h	Tue Feb 20 11:00:55 2001 +0000
@@ -1,4 +1,25 @@
-/* s/ file for freebsd system.  */
+/* System description header for FreeBSD systems.
+   This file describes the parameters that system description files
+   should define or not.
+   Copyright (C) 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.  */
 
 /* Get the correct __FreeBSD_version, even if this is before that was
    defined. */
--- a/update-subdirs	Tue Feb 20 10:56:15 2001 +0000
+++ b/update-subdirs	Tue Feb 20 11:00:55 2001 +0000
@@ -1,5 +1,25 @@
 #!/bin/sh
 # Write into $1/subdirs.el a list of subdirs of directory $1.
+
+# Copyright (C) 1994, 1995, 1997, 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, Inc., 59 Temple Place - Suite 330,
+# Boston, MA 02111-1307, USA.
+
 cd $1
 for file in *; do
     case $file in