# HG changeset patch # User Gerd Moellmann # Date 982666855 0 # Node ID f440b97669689ddb51df62a4ab74133e40fea801 # Parent 24ded05f613e6732cee23348a88328631e85cb7d Add copyright notice. diff -r 24ded05f613e -r f440b9766968 msdos/sed1.inp --- 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). diff -r 24ded05f613e -r f440b9766968 src/.gdbinit --- 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 diff -r 24ded05f613e -r f440b9766968 src/s/freebsd.h --- 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. */ diff -r 24ded05f613e -r f440b9766968 update-subdirs --- 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