]> code.delx.au - gnu-emacs/commitdiff
Add copyright notice.
authorGerd Moellmann <gerd@gnu.org>
Tue, 20 Feb 2001 11:00:55 +0000 (11:00 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 20 Feb 2001 11:00:55 +0000 (11:00 +0000)
msdos/sed1.inp
src/.gdbinit
src/s/freebsd.h
update-subdirs

index ca5c81840b03a29f02e3469f75dad8a3cf991686..a780fc31e929903f3794cf34feb54f4df67bd322 100644 (file)
@@ -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).
index d9600338edca77f2118234058b50fd07743de222..ef7100f892f27f1ec0c711805d8d8f436cd1d660 100644 (file)
@@ -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
 
index a405113a4bb63fc8997484fac05f3a0165b48d22..5bb75cc227349605f1682f744ec1056d712d5ae1 100644 (file)
@@ -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. */
index 4e0182adf937fc47345643960e8e97c7fc624f6f..fa66a2b05dbd23f66232d5d9ba87bb5e720ed1a1 100755 (executable)
@@ -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