From: Gerd Moellmann Date: Tue, 20 Feb 2001 11:00:55 +0000 (+0000) Subject: Add copyright notice. X-Git-Tag: emacs-pretest-21.0.99~274 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e3efab9cbe0dc6688b979dae0df6111489a725e7;p=emacs.git Add copyright notice. --- diff --git a/msdos/sed1.inp b/msdos/sed1.inp index ca5c81840b0..a780fc31e92 100644 --- a/msdos/sed1.inp +++ b/msdos/sed1.inp @@ -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). diff --git a/src/.gdbinit b/src/.gdbinit index d9600338edc..ef7100f892f 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -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 diff --git a/src/s/freebsd.h b/src/s/freebsd.h index a405113a4bb..5bb75cc2273 100644 --- a/src/s/freebsd.h +++ b/src/s/freebsd.h @@ -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. */ diff --git a/update-subdirs b/update-subdirs index 4e0182adf93..fa66a2b05db 100755 --- a/update-subdirs +++ b/update-subdirs @@ -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