aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-22 11:55:40 +0000
committerGerd Moellmann2001-02-22 11:55:40 +0000
commit2bb58df3ab063106ca0dd091e6b499e3fcf0b775 (patch)
tree0668210b45d5fc7f33e183d3fcd28a58f3f53ff8
parentc224f70be54de9209dd98bf0fdd7030e7414a756 (diff)
downloademacs-2bb58df3ab063106ca0dd091e6b499e3fcf0b775.tar.gz
emacs-2bb58df3ab063106ca0dd091e6b499e3fcf0b775.zip
Add copyright notice.
-rw-r--r--src/ChangeLog2
-rw-r--r--src/epaths.in18
2 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ae5187457d6..59630f5b615 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12001-02-22 Gerd Moellmann <gerd@gnu.org> 12001-02-22 Gerd Moellmann <gerd@gnu.org>
2 2
3 * unexencap.c, unexfx2800.c: Files removed.
4
3 * dispnew.c (direct_output_for_insert): Give up if we are showing 5 * dispnew.c (direct_output_for_insert): Give up if we are showing
4 a message or just cleared the message because we might need to 6 a message or just cleared the message because we might need to
5 resize the echo area window or display an empty echo area. 7 resize the echo area window or display an empty echo area.
diff --git a/src/epaths.in b/src/epaths.in
index b17734f5948..db486ac15fb 100644
--- a/src/epaths.in
+++ b/src/epaths.in
@@ -1,4 +1,22 @@
1/* Hey Emacs, this is -*- C -*- code! */ 1/* Hey Emacs, this is -*- C -*- code! */
2/* Copyright (C) 1999, 2001 Free Software Foundation, Inc.
3
4This file is part of GNU Emacs.
5
6GNU Emacs is free software; you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation; either version 2, or (at your option)
9any later version.
10
11GNU Emacs is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with GNU Emacs; see the file COPYING. If not, write to
18the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19Boston, MA 02111-1307, USA. */
2 20
3/* The default search path for Lisp function "load". 21/* The default search path for Lisp function "load".
4 This sets load-path. */ 22 This sets load-path. */