aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-04-07 02:21:52 +0000
committerKarl Heuer1995-04-07 02:21:52 +0000
commitf8c25f1b67876b23e6fee7e252ad9bd6783a0993 (patch)
treee40d9fb5b606a47eb6d56eedb3a7c9f1239844a3
parent732be46569e11c446abb92a0fe9664fff94be875 (diff)
downloademacs-f8c25f1b67876b23e6fee7e252ad9bd6783a0993.tar.gz
emacs-f8c25f1b67876b23e6fee7e252ad9bd6783a0993.zip
Update copyright.
-rw-r--r--lisp/emacs-lisp/lucid.el2
-rw-r--r--lisp/gud.el2
-rw-r--r--lisp/indent.el2
-rw-r--r--lisp/isearch.el4
-rw-r--r--lisp/macros.el2
-rw-r--r--lisp/mail/rnewspost.el2
-rw-r--r--lisp/menu-bar.el2
-rw-r--r--lisp/mouse.el2
-rw-r--r--lisp/msb.el2
-rw-r--r--lisp/progmodes/pascal.el2
-rw-r--r--lisp/scroll-bar.el2
-rw-r--r--lisp/server.el2
-rw-r--r--lisp/simple.el2
-rw-r--r--lisp/sort.el2
-rw-r--r--lisp/tempo.el4
-rw-r--r--lisp/textmodes/ispell.el2
-rw-r--r--lisp/textmodes/paragraphs.el2
-rw-r--r--lisp/textmodes/tex-mode.el2
-rw-r--r--src/Makefile.in2
-rw-r--r--src/buffer.h2
-rw-r--r--src/callproc.c2
-rw-r--r--src/cm.c2
-rw-r--r--src/cmds.c2
-rw-r--r--src/dispnew.c2
-rw-r--r--src/editfns.c2
-rw-r--r--src/emacs.c2
-rw-r--r--src/fileio.c2
-rw-r--r--src/fns.c2
-rw-r--r--src/insdel.c2
-rw-r--r--src/intervals.c2
-rw-r--r--src/keymap.c2
-rw-r--r--src/lread.c2
-rw-r--r--src/print.c2
-rw-r--r--src/process.c2
-rw-r--r--src/region-cache.c2
-rw-r--r--src/region-cache.h2
-rw-r--r--src/syswait.h2
-rw-r--r--src/term.c2
-rw-r--r--src/unexsni.c2
-rw-r--r--src/window.c2
-rw-r--r--src/xfns.c2
-rw-r--r--src/xselect.c2
-rw-r--r--src/xterm.c2
43 files changed, 45 insertions, 45 deletions
diff --git a/lisp/emacs-lisp/lucid.el b/lisp/emacs-lisp/lucid.el
index c0e8a6551fc..cf99004c237 100644
--- a/lisp/emacs-lisp/lucid.el
+++ b/lisp/emacs-lisp/lucid.el
@@ -1,5 +1,5 @@
1;;; lucid.el --- Emulate some Lucid Emacs functions. 1;;; lucid.el --- Emulate some Lucid Emacs functions.
2;; Copyright (C) 1993 Free Software Foundation, Inc. 2;; Copyright (C) 1993, 1995 Free Software Foundation, Inc.
3 3
4;; This file is part of GNU Emacs. 4;; This file is part of GNU Emacs.
5 5
diff --git a/lisp/gud.el b/lisp/gud.el
index 45518dd57f6..94daa423404 100644
--- a/lisp/gud.el
+++ b/lisp/gud.el
@@ -5,7 +5,7 @@
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: unix, tools 6;; Keywords: unix, tools
7 7
8;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. 8;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
diff --git a/lisp/indent.el b/lisp/indent.el
index 59112846d79..76744c4d6c0 100644
--- a/lisp/indent.el
+++ b/lisp/indent.el
@@ -1,6 +1,6 @@
1;;; indent.el --- indentation commands for Emacs 1;;; indent.el --- indentation commands for Emacs
2 2
3;; Copyright (C) 1985 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1995 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6 6
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 013e4b11c32..3dca2454b25 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -1,10 +1,10 @@
1;;; isearch.el --- incremental search minor mode. 1;;; isearch.el --- incremental search minor mode.
2 2
3;; Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
5;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu> 5;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
6 6
7;; |$Date: 1995/03/18 18:10:21 $|$Revision: 1.85 $ 7;; |$Date: 1995/03/23 02:25:55 $|$Revision: 1.86 $
8 8
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
diff --git a/lisp/macros.el b/lisp/macros.el
index 0fe325aadd3..a8f9648af7f 100644
--- a/lisp/macros.el
+++ b/lisp/macros.el
@@ -1,6 +1,6 @@
1;;; macros.el --- non-primitive commands for keyboard macros. 1;;; macros.el --- non-primitive commands for keyboard macros.
2 2
3;; Copyright (C) 1985, 1986, 1987, 1992, 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 86, 87, 92, 94, 95 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: abbrev 6;; Keywords: abbrev
diff --git a/lisp/mail/rnewspost.el b/lisp/mail/rnewspost.el
index ee43281366c..122d64d3e86 100644
--- a/lisp/mail/rnewspost.el
+++ b/lisp/mail/rnewspost.el
@@ -1,6 +1,6 @@
1;;; rnewspost.el --- USENET news poster/mailer for GNU Emacs 1;;; rnewspost.el --- USENET news poster/mailer for GNU Emacs
2 2
3;; Copyright (C) 1985, 1986, 1987 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 1986, 1987, 1995 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: mail, news 6;; Keywords: mail, news
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 01c65a07c67..83947623bd8 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -3,7 +3,7 @@
3;; Author: RMS 3;; Author: RMS
4;; Keywords: internal 4;; Keywords: internal
5 5
6;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. 6;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
7 7
8;; This file is part of GNU Emacs. 8;; This file is part of GNU Emacs.
9 9
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 4ed6d634c2a..d75ee90b40c 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -1,6 +1,6 @@
1;;; mouse.el --- window system-independent mouse support. 1;;; mouse.el --- window system-independent mouse support.
2 2
3;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. 3;;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: hardware 6;; Keywords: hardware
diff --git a/lisp/msb.el b/lisp/msb.el
index 1d7657b3e47..88c2a6408b6 100644
--- a/lisp/msb.el
+++ b/lisp/msb.el
@@ -1,5 +1,5 @@
1;;; msb.el --- Customizable buffer-selection with multiple menus. 1;;; msb.el --- Customizable buffer-selection with multiple menus.
2;; Copyright (C) 1993, 1994 Lars Lindberg <Lars.Lindberg@sypro.cap.se> 2;; Copyright (C) 1993, 1994, 1995 Lars Lindberg <Lars.Lindberg@sypro.cap.se>
3;; 3;;
4;; Author: Lars Lindberg <Lars.Lindberg@sypro.cap.se> 4;; Author: Lars Lindberg <Lars.Lindberg@sypro.cap.se>
5;; Created: 8 Oct 1993 5;; Created: 8 Oct 1993
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el
index dc5a7505c7b..b7b2fa70c84 100644
--- a/lisp/progmodes/pascal.el
+++ b/lisp/progmodes/pascal.el
@@ -1,6 +1,6 @@
1;;; pascal.el - Major mode for editing pascal source in emacs. 1;;; pascal.el - Major mode for editing pascal source in emacs.
2 2
3;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. 3;;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
5;;; Author: Espen Skoglund (espensk@stud.cs.uit.no) 5;;; Author: Espen Skoglund (espensk@stud.cs.uit.no)
6;;; Keywords: languages 6;;; Keywords: languages
diff --git a/lisp/scroll-bar.el b/lisp/scroll-bar.el
index 0a01a1dd7e9..4193241e6ff 100644
--- a/lisp/scroll-bar.el
+++ b/lisp/scroll-bar.el
@@ -1,6 +1,6 @@
1;;; scroll-bar.el --- window system-independent scroll bar support. 1;;; scroll-bar.el --- window system-independent scroll bar support.
2 2
3;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. 3;;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: hardware 6;; Keywords: hardware
diff --git a/lisp/server.el b/lisp/server.el
index e62d4affbfc..09de0528313 100644
--- a/lisp/server.el
+++ b/lisp/server.el
@@ -1,6 +1,6 @@
1;;; server.el --- Lisp code for GNU Emacs running as server process. 1;;; server.el --- Lisp code for GNU Emacs running as server process.
2 2
3;; Copyright (C) 1986, 1987, 1992, 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1986, 1987, 1992, 1994, 1995 Free Software Foundation, Inc.
4 4
5;; Author: William Sommerfeld <wesommer@athena.mit.edu> 5;; Author: William Sommerfeld <wesommer@athena.mit.edu>
6;; Keywords: processes 6;; Keywords: processes
diff --git a/lisp/simple.el b/lisp/simple.el
index 20a1d9fc4e7..7b4969953da 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1,6 +1,6 @@
1;;; simple.el --- basic editing commands for Emacs 1;;; simple.el --- basic editing commands for Emacs
2 2
3;; Copyright (C) 1985, 1986, 1987, 1993, 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 86, 87, 93, 94, 95 Free Software Foundation, Inc.
4 4
5;; This file is part of GNU Emacs. 5;; This file is part of GNU Emacs.
6 6
diff --git a/lisp/sort.el b/lisp/sort.el
index af7eb37fa9b..392ea938860 100644
--- a/lisp/sort.el
+++ b/lisp/sort.el
@@ -1,6 +1,6 @@
1;;; sort.el --- commands to sort text in an Emacs buffer. 1;;; sort.el --- commands to sort text in an Emacs buffer.
2 2
3;; Copyright (C) 1986, 1987, 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1986, 1987, 1994, 1995 Free Software Foundation, Inc.
4 4
5;; Author: Howie Kaye 5;; Author: Howie Kaye
6;; Maintainer: FSF 6;; Maintainer: FSF
diff --git a/lisp/tempo.el b/lisp/tempo.el
index 43f1ff177d9..276a67657cc 100644
--- a/lisp/tempo.el
+++ b/lisp/tempo.el
@@ -1,11 +1,11 @@
1;;; tempo.el --- Flexible template insertion 1;;; tempo.el --- Flexible template insertion
2;; Copyright (C) 1994 Free Software Foundation, Inc. 2;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
3 3
4;; Author: David K}gedal <davidk@lysator.liu.se > 4;; Author: David K}gedal <davidk@lysator.liu.se >
5;; Created: 16 Feb 1994 5;; Created: 16 Feb 1994
6;; Version: 1.2.2 6;; Version: 1.2.2
7;; Keywords: extensions, languages, tools 7;; Keywords: extensions, languages, tools
8;; $Revision: 1.6 $ 8;; $Revision: 1.7 $
9 9
10;; This file is part of GNU Emacs. 10;; This file is part of GNU Emacs.
11 11
diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el
index cd85f19f3b3..bc74401c21d 100644
--- a/lisp/textmodes/ispell.el
+++ b/lisp/textmodes/ispell.el
@@ -2,7 +2,7 @@
2;;; GNU EMACS interface for International Ispell Version 3.1 by Geoff Kuenning. 2;;; GNU EMACS interface for International Ispell Version 3.1 by Geoff Kuenning.
3;;; 3;;;
4;;; 4;;;
5;;; Copyright (C) 1994 Free Software Foundation, Inc. 5;;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
6;;; 6;;;
7;;; 7;;;
8;;; Authors : Ken Stevens <k.stevens@ieee.org> 8;;; Authors : Ken Stevens <k.stevens@ieee.org>
diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index 530a4be4652..2fc46f6991b 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -1,6 +1,6 @@
1;;; paragraphs.el --- paragraph and sentence parsing. 1;;; paragraphs.el --- paragraph and sentence parsing.
2 2
3;; Copyright (C) 1985, 86, 87, 91, 94 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 86, 87, 91, 94, 95 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: wp 6;; Keywords: wp
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el
index 2f399aaf99a..14e8576d609 100644
--- a/lisp/textmodes/tex-mode.el
+++ b/lisp/textmodes/tex-mode.el
@@ -1,6 +1,6 @@
1;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands. 1;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands.
2 2
3;; Copyright (C) 1985, 1986, 1989, 1992, 1994 Free Software Foundation, Inc. 3;; Copyright (C) 1985, 86, 89, 92, 94, 95 Free Software Foundation, Inc.
4 4
5;; Maintainer: FSF 5;; Maintainer: FSF
6;; Keywords: tex 6;; Keywords: tex
diff --git a/src/Makefile.in b/src/Makefile.in
index e4f433b375a..c2505537451 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,5 +1,5 @@
1# Makefile for GNU Emacs. 1# Makefile for GNU Emacs.
2# Copyright (C) 1985, 1987, 1988, 1993, 1994 Free Software Foundation, Inc. 2# Copyright (C) 1985, 87, 88, 93, 94, 95 Free Software Foundation, Inc.
3 3
4# This file is part of GNU Emacs. 4# This file is part of GNU Emacs.
5 5
diff --git a/src/buffer.h b/src/buffer.h
index e9c7d56f6a4..1949bf35d68 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -1,5 +1,5 @@
1/* Header file for the buffer manipulation primitives. 1/* Header file for the buffer manipulation primitives.
2 Copyright (C) 1985, 1986, 1993, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986, 1993, 1994, 1995 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/callproc.c b/src/callproc.c
index 563bc5d5de6..aff272aae0b 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1,5 +1,5 @@
1/* Synchronous subprocess invocation for GNU Emacs. 1/* Synchronous subprocess invocation for GNU Emacs.
2 Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1985, 86, 87, 88, 93, 94, 95 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/cm.c b/src/cm.c
index 5d18e812e5a..555c97c5500 100644
--- a/src/cm.c
+++ b/src/cm.c
@@ -1,5 +1,5 @@
1/* Cursor motion subroutines for GNU Emacs. 1/* Cursor motion subroutines for GNU Emacs.
2 Copyright (C) 1985 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1995 Free Software Foundation, Inc.
3 based primarily on public domain code written by Chris Torek 3 based primarily on public domain code written by Chris Torek
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
diff --git a/src/cmds.c b/src/cmds.c
index 104667d497e..ca7e4f2127b 100644
--- a/src/cmds.c
+++ b/src/cmds.c
@@ -1,5 +1,5 @@
1/* Simple built-in editing commands. 1/* Simple built-in editing commands.
2 Copyright (C) 1985, 1993, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1993, 1994, 1995 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/dispnew.c b/src/dispnew.c
index 7bf46a2a969..d2864d44481 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -1,5 +1,5 @@
1/* Updating of data structures for redisplay. 1/* Updating of data structures for redisplay.
2 Copyright (C) 1985, 86, 87, 88, 93, 94 Free Software Foundation, Inc. 2 Copyright (C) 1985, 86, 87, 88, 93, 94, 95 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/editfns.c b/src/editfns.c
index 41afda29a6d..21e20485980 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -1,5 +1,5 @@
1/* Lisp functions pertaining to editing. 1/* Lisp functions pertaining to editing.
2 Copyright (C) 1985,86,87,89,93,94 Free Software Foundation, Inc. 2 Copyright (C) 1985,86,87,89,93,94,95 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/emacs.c b/src/emacs.c
index a4c69c3c8d3..49e1f359cae 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1,5 +1,5 @@
1/* Fully extensible Emacs, running on Unix, intended for GNU. 1/* Fully extensible Emacs, running on Unix, intended for GNU.
2 Copyright (C) 1985, 1986, 1987, 1993, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1985, 86, 87, 93, 94, 95 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/fileio.c b/src/fileio.c
index 8f81cb921bf..c90e4c98e7d 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -1,5 +1,5 @@
1/* File IO for GNU Emacs. 1/* File IO for GNU Emacs.
2 Copyright (C) 1985, 1986, 1987, 1988, 1993, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1985, 86, 87, 88, 93, 94, 95 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/fns.c b/src/fns.c
index ede57ac6089..4213b170b6a 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1,5 +1,5 @@
1/* Random utility Lisp functions. 1/* Random utility Lisp functions.
2 Copyright (C) 1985, 1986, 1987, 1993, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1985, 86, 87, 93, 94, 95 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/insdel.c b/src/insdel.c
index f6101e86e27..8d2f1b08bce 100644
--- a/src/insdel.c
+++ b/src/insdel.c
@@ -1,5 +1,5 @@
1/* Buffer insertion/deletion and gap motion for GNU Emacs. 1/* Buffer insertion/deletion and gap motion for GNU Emacs.
2 Copyright (C) 1985, 1986, 1993, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986, 1993, 1994, 1995 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/intervals.c b/src/intervals.c
index 343e01681f3..80b7333491c 100644
--- a/src/intervals.c
+++ b/src/intervals.c
@@ -1,5 +1,5 @@
1/* Code for doing intervals. 1/* Code for doing intervals.
2 Copyright (C) 1993, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/keymap.c b/src/keymap.c
index e5890f59a2b..a0915f625b7 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -1,5 +1,5 @@
1/* Manipulation of keymaps 1/* Manipulation of keymaps
2 Copyright (C) 1985, 86, 87, 88, 93, 94 Free Software Foundation, Inc. 2 Copyright (C) 1985, 86, 87, 88, 93, 94, 95 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/lread.c b/src/lread.c
index 62a57675d6b..4d20873255f 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1,6 +1,6 @@
1/* Lisp parsing and input streams. 1/* Lisp parsing and input streams.
2 Copyright (C) 1985, 1986, 1987, 1988, 1989, 2 Copyright (C) 1985, 1986, 1987, 1988, 1989,
3 1993, 1994 Free Software Foundation, Inc. 3 1993, 1994, 1995 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/print.c b/src/print.c
index d5d1e358b06..83db0d69782 100644
--- a/src/print.c
+++ b/src/print.c
@@ -1,5 +1,5 @@
1/* Lisp object printing and output streams. 1/* Lisp object printing and output streams.
2 Copyright (C) 1985, 1986, 1988, 1993, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1985, 86, 88, 93, 94, 95 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/process.c b/src/process.c
index bfc3621f5b7..6304ddc7125 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1,5 +1,5 @@
1/* Asynchronous subprocess control for GNU Emacs. 1/* Asynchronous subprocess control for GNU Emacs.
2 Copyright (C) 1985, 86, 87, 88, 93, 94 Free Software Foundation, Inc. 2 Copyright (C) 1985, 86, 87, 88, 93, 94, 95 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/region-cache.c b/src/region-cache.c
index b852e2ae7a7..2ab6624ae86 100644
--- a/src/region-cache.c
+++ b/src/region-cache.c
@@ -1,5 +1,5 @@
1/* Caching facts about regions of the buffer, for optimization. 1/* Caching facts about regions of the buffer, for optimization.
2 Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993 2 Copyright (C) 1985, 1986, 1987, 1988, 1989, 1993, 1995
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
diff --git a/src/region-cache.h b/src/region-cache.h
index b9f20fc4f58..8d7552af6e6 100644
--- a/src/region-cache.h
+++ b/src/region-cache.h
@@ -1,5 +1,5 @@
1/* Header file: Caching facts about regions of the buffer, for optimization. 1/* Header file: Caching facts about regions of the buffer, for optimization.
2 Copyright (C) 1985, 1986, 1993 Free Software Foundation, Inc. 2 Copyright (C) 1985, 1986, 1993, 1995 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/syswait.h b/src/syswait.h
index 435b47ecfb4..f83989bf2df 100644
--- a/src/syswait.h
+++ b/src/syswait.h
@@ -1,5 +1,5 @@
1/* Define wait system call interface for Emacs. 1/* Define wait system call interface for Emacs.
2 Copyright (C) 1993, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/term.c b/src/term.c
index b7a7105375a..b97205bf8f0 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1,5 +1,5 @@
1/* terminal control module for terminals described by TERMCAP 1/* terminal control module for terminals described by TERMCAP
2 Copyright (C) 1985, 1986, 1987, 1993, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1985, 86, 87, 93, 94, 95 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/unexsni.c b/src/unexsni.c
index 4820ca433f1..77bdd3b100e 100644
--- a/src/unexsni.c
+++ b/src/unexsni.c
@@ -1,5 +1,5 @@
1/* Unexec for Siemens machines running Sinix (modified SVR4). 1/* Unexec for Siemens machines running Sinix (modified SVR4).
2 Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1993, 1994 2 Copyright (C) 1985, 1986, 1987, 1988, 1990, 1992, 1993, 1994, 1995
3 Free Software Foundation, Inc. 3 Free Software Foundation, Inc.
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
diff --git a/src/window.c b/src/window.c
index f9c8fe933ed..4401261012b 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1,6 +1,6 @@
1/* Window creation, deletion and examination for GNU Emacs. 1/* Window creation, deletion and examination for GNU Emacs.
2 Does not include redisplay. 2 Does not include redisplay.
3 Copyright (C) 1985, 1986, 1987, 1993, 1994 Free Software Foundation, Inc. 3 Copyright (C) 1985, 86, 87, 93, 94, 95 Free Software Foundation, Inc.
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
diff --git a/src/xfns.c b/src/xfns.c
index 6b323e580b3..3c48cd4705d 100644
--- a/src/xfns.c
+++ b/src/xfns.c
@@ -1,5 +1,5 @@
1/* Functions for the X window system. 1/* Functions for the X window system.
2 Copyright (C) 1989, 1992, 1993, 1994 Free Software Foundation. 2 Copyright (C) 1989, 1992, 1993, 1994, 1995 Free Software Foundation.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/xselect.c b/src/xselect.c
index 0400574d1b9..04141e0e99c 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -1,5 +1,5 @@
1/* X Selection processing for Emacs. 1/* X Selection processing for Emacs.
2 Copyright (C) 1993, 1994 Free Software Foundation. 2 Copyright (C) 1993, 1994, 1995 Free Software Foundation.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
diff --git a/src/xterm.c b/src/xterm.c
index a9cf2d4e98b..2eec0b4ddaa 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -1,5 +1,5 @@
1/* X Communication module for terminals which understand the X protocol. 1/* X Communication module for terminals which understand the X protocol.
2 Copyright (C) 1989, 1993, 1994 Free Software Foundation, Inc. 2 Copyright (C) 1989, 1993, 1994, 1995 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5