aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-20 11:00:55 +0000
committerGerd Moellmann2001-02-20 11:00:55 +0000
commite3efab9cbe0dc6688b979dae0df6111489a725e7 (patch)
tree88aad6e9abeded243e66b2d1fd300ac5f658a061
parent2ff864e0b39e0b73d75cc1266f906b5fd117cd18 (diff)
downloademacs-e3efab9cbe0dc6688b979dae0df6111489a725e7.tar.gz
emacs-e3efab9cbe0dc6688b979dae0df6111489a725e7.zip
Add copyright notice.
-rw-r--r--msdos/sed1.inp20
-rw-r--r--src/.gdbinit20
-rw-r--r--src/s/freebsd.h23
-rwxr-xr-xupdate-subdirs20
4 files changed, 82 insertions, 1 deletions
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 @@
2# Configuration script for src/makefile 2# Configuration script for src/makefile
3# ---------------------------------------------------------------------- 3# ----------------------------------------------------------------------
4# 4#
5# Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000
6# Free Software Foundation, Inc.
7#
8# This file is part of GNU Emacs.
9#
10# GNU Emacs is free software; you can redistribute it and/or modify
11# it under the terms of the GNU General Public License as published by
12# the Free Software Foundation; either version 2, or (at your option)
13# any later version.
14#
15# GNU Emacs is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18# GNU General Public License for more details.
19#
20# You should have received a copy of the GNU General Public License
21# along with GNU Emacs; see the file COPYING. If not, write to the
22# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23# Boston, MA 02111-1307, USA.
24
5# In case src/Makefile needs to rebuild `make-doc.exe' (might happen under 25# In case src/Makefile needs to rebuild `make-doc.exe' (might happen under
6# Windows 95), make sure it gets built with commands that DOS 26# Windows 95), make sure it gets built with commands that DOS
7# understands (one command per line). 27# 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 @@
1# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001
2# Free Software Foundation, Inc.
3#
4# This file is part of GNU Emacs.
5#
6# GNU Emacs is free software; you can redistribute it and/or modify
7# it under the terms of the GNU General Public License as published by
8# the Free Software Foundation; either version 2, or (at your option)
9# any later version.
10#
11# GNU Emacs is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY; without even the implied warranty of
13# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14# GNU General Public License for more details.
15#
16# You should have received a copy of the GNU General Public License
17# along with GNU Emacs; see the file COPYING. If not, write to the
18# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19# Boston, MA 02111-1307, USA.
20
1# Force loading of symbols, enough to give us gdb_valbits etc. 21# Force loading of symbols, enough to give us gdb_valbits etc.
2set main 22set main
3 23
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 @@
1/* s/ file for freebsd system. */ 1/* System description header for FreeBSD systems.
2 This file describes the parameters that system description files
3 should define or not.
4 Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
5 Free Software Foundation, Inc.
6
7This file is part of GNU Emacs.
8
9GNU Emacs is free software; you can redistribute it and/or modify
10it under the terms of the GNU General Public License as published by
11the Free Software Foundation; either version 2, or (at your option)
12any later version.
13
14GNU Emacs is distributed in the hope that it will be useful,
15but WITHOUT ANY WARRANTY; without even the implied warranty of
16MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17GNU General Public License for more details.
18
19You should have received a copy of the GNU General Public License
20along with GNU Emacs; see the file COPYING. If not, write to
21the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
22Boston, MA 02111-1307, USA. */
2 23
3/* Get the correct __FreeBSD_version, even if this is before that was 24/* Get the correct __FreeBSD_version, even if this is before that was
4 defined. */ 25 defined. */
diff --git a/update-subdirs b/update-subdirs
index 4e0182adf93..fa66a2b05db 100755
--- a/update-subdirs
+++ b/update-subdirs
@@ -1,5 +1,25 @@
1#!/bin/sh 1#!/bin/sh
2# Write into $1/subdirs.el a list of subdirs of directory $1. 2# Write into $1/subdirs.el a list of subdirs of directory $1.
3
4# Copyright (C) 1994, 1995, 1997, 1999, 2001 Free Software Foundation, Inc.
5#
6# This file is part of GNU Emacs.
7#
8# GNU Emacs is free software; you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation; either version 2, or (at your option)
11# any later version.
12#
13# GNU Emacs is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16# GNU General Public License for more details.
17#
18# You should have received a copy of the GNU General Public License
19# along with GNU Emacs; see the file COPYING. If not, write to the
20# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21# Boston, MA 02111-1307, USA.
22
3cd $1 23cd $1
4for file in *; do 24for file in *; do
5 case $file in 25 case $file in