aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJoseph Arceneaux1989-10-31 16:00:17 +0000
committerJoseph Arceneaux1989-10-31 16:00:17 +0000
commit93320c238655cab9c300e06fe4c01343d545d8e1 (patch)
treec59e02443cf22543f7a061fb4479d6e26fc50d45 /lib-src
parent518dd7224679f6c48ff331d8b304d2f7f784f96b (diff)
downloademacs-93320c238655cab9c300e06fe4c01343d545d8e1.tar.gz
emacs-93320c238655cab9c300e06fe4c01343d545d8e1.zip
*** empty log message ***
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/make-docfile.c24
-rw-r--r--lib-src/movemail.c24
2 files changed, 24 insertions, 24 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index 3701af8b10b..bd6829365f2 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -3,19 +3,19 @@
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 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 1, or (at your option)
9any later version.
10
6GNU Emacs is distributed in the hope that it will be useful, 11GNU Emacs is distributed in the hope that it will be useful,
7but without any warranty. No author or distributor 12but WITHOUT ANY WARRANTY; without even the implied warranty of
8accepts responsibility to anyone for the consequences of using it 13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9or for whether it serves any particular purpose or works at all, 14GNU General Public License for more details.
10unless he says so in writing. 15
11 16You should have received a copy of the GNU General Public License
12Everyone is granted permission to copy, modify and redistribute 17along with GNU Emacs; see the file COPYING. If not, write to
13GNU Emacs, but only under the conditions described in the 18the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
14document "GNU Emacs copying permission notice". An exact copy
15of the document is supposed to have been given to you along with
16GNU Emacs so that you can know how you may redistribute it all.
17It should be in a file named COPYING. Among other things, the
18copyright notice and this notice must be preserved on all copies. */
19 19
20/* The arguments given to this program are all the C and Lisp source files 20/* The arguments given to this program are all the C and Lisp source files
21 of GNU Emacs. .elc and .el and .c files are allowed. 21 of GNU Emacs. .elc and .el and .c files are allowed.
diff --git a/lib-src/movemail.c b/lib-src/movemail.c
index b0a3a1df32d..269b3b6b64f 100644
--- a/lib-src/movemail.c
+++ b/lib-src/movemail.c
@@ -4,19 +4,19 @@
4 4
5This file is part of GNU Emacs. 5This file is part of GNU Emacs.
6 6
7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation; either version 1, or (at your option)
10any later version.
11
7GNU Emacs is distributed in the hope that it will be useful, 12GNU Emacs is distributed in the hope that it will be useful,
8but without any warranty. No author or distributor 13but WITHOUT ANY WARRANTY; without even the implied warranty of
9accepts responsibility to anyone for the consequences of using it 14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10or for whether it serves any particular purpose or works at all, 15GNU General Public License for more details.
11unless he says so in writing. 16
12 17You should have received a copy of the GNU General Public License
13Everyone is granted permission to copy, modify and redistribute 18along with GNU Emacs; see the file COPYING. If not, write to
14GNU Emacs, but only under the conditions described in the 19the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
15document "GNU Emacs copying permission notice". An exact copy
16of the document is supposed to have been given to you along with
17GNU Emacs so that you can know how you may redistribute it all.
18It should be in a file named COPYING. Among other things, the
19copyright notice and this notice must be preserved on all copies. */
20 20
21/* 21/*
22 * Modified January, 1986 by Michael R. Gretzinger (Project Athena) 22 * Modified January, 1986 by Michael R. Gretzinger (Project Athena)