aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-04-15 04:56:39 +0000
committerRichard M. Stallman1997-04-15 04:56:39 +0000
commitb745025d2dbc36f613af59982f3b0f590756f91c (patch)
tree2a39a30cd49b6a1523aedb70baab0c1ac71b2791
parent5eea1c5ad6e6f3636feb09b6f7c693b11958ed31 (diff)
downloademacs-b745025d2dbc36f613af59982f3b0f590756f91c.tar.gz
emacs-b745025d2dbc36f613af59982f3b0f590756f91c.zip
Update copyright year.
-rw-r--r--src/intervals.c2
-rw-r--r--src/syntax.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/intervals.c b/src/intervals.c
index 744128b84dc..e93c2b495a5 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, 1995 Free Software Foundation, Inc. 2 Copyright (C) 1993, 1994, 1995, 1997 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/syntax.c b/src/syntax.c
index 3cf575b71eb..a259aafeede 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -1,5 +1,5 @@
1/* GNU Emacs routines to deal with syntax tables; also word and list parsing. 1/* GNU Emacs routines to deal with syntax tables; also word and list parsing.
2 Copyright (C) 1985, 1987, 1993, 1994, 1995 Free Software Foundation, Inc. 2 Copyright (C) 1985, 87, 93, 94, 95, 1997 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5