aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTE4
-rw-r--r--INSTALL.CVS6
-rw-r--r--README6
-rw-r--r--etc/ERC-NEWS5
-rw-r--r--lisp/calc/README5
-rw-r--r--lispintro/README6
-rw-r--r--lispref/README6
-rw-r--r--src/README6
8 files changed, 44 insertions, 0 deletions
diff --git a/CONTRIBUTE b/CONTRIBUTE
index d5d3b77d142..97af1c44418 100644
--- a/CONTRIBUTE
+++ b/CONTRIBUTE
@@ -1,3 +1,7 @@
1Copyright (C) 2006, 2007 Free Software Foundation, Inc.
2Copying and distribution of this file, with or without modification,
3are permitted provided the copyright notice and this notice are preserved.
4
1 5
2 Contributing to Emacs 6 Contributing to Emacs
3 7
diff --git a/INSTALL.CVS b/INSTALL.CVS
index 2903835deb0..2294e754c22 100644
--- a/INSTALL.CVS
+++ b/INSTALL.CVS
@@ -1,3 +1,9 @@
1Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007
2 Free Software Foundation, Inc.
3Copying and distribution of this file, with or without modification,
4are permitted provided the copyright notice and this notice are preserved.
5
6
1 Building and Installing Emacs from CVS 7 Building and Installing Emacs from CVS
2 8
3Some of the files that are included in the Emacs tarball, such as 9Some of the files that are included in the Emacs tarball, such as
diff --git a/README b/README
index 640596312e2..79423492b44 100644
--- a/README
+++ b/README
@@ -1,3 +1,9 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
2 Free Software Foundation, Inc.
3Copying and distribution of this file, with or without modification,
4are permitted provided the copyright notice and this notice are preserved.
5
6
1This directory tree holds version 22.0.93 of GNU Emacs, the extensible, 7This directory tree holds version 22.0.93 of GNU Emacs, the extensible,
2customizable, self-documenting real-time display editor. 8customizable, self-documenting real-time display editor.
3 9
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS
index d2dcb0b00a1..16b3d5eb161 100644
--- a/etc/ERC-NEWS
+++ b/etc/ERC-NEWS
@@ -1,5 +1,10 @@
1ERC NEWS -*- outline -*- 1ERC NEWS -*- outline -*-
2 2
3Copyright (C) 2006, 2007 Free Software Foundation, Inc.
4Copying and distribution of this file, with or without modification,
5are permitted provided the copyright notice and this notice are preserved.
6
7
3* Changes in ERC 5.2 (stable pre-release for Emacs 22) 8* Changes in ERC 5.2 (stable pre-release for Emacs 22)
4 9
5** M-x erc RET now starts ERC. 10** M-x erc RET now starts ERC.
diff --git a/lisp/calc/README b/lisp/calc/README
index 0920f73eb34..0606fba9acf 100644
--- a/lisp/calc/README
+++ b/lisp/calc/README
@@ -1,3 +1,8 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
2 Free Software Foundation, Inc.
3Copying and distribution of this file, with or without modification,
4are permitted provided the copyright notice and this notice are preserved.
5
1 6
2This directory contains Calc, an advanced desk calculator for GNU 7This directory contains Calc, an advanced desk calculator for GNU
3Emacs. 8Emacs.
diff --git a/lispintro/README b/lispintro/README
index 76cf71af156..3aed4f1d8be 100644
--- a/lispintro/README
+++ b/lispintro/README
@@ -1,3 +1,9 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
2 Free Software Foundation, Inc.
3Copying and distribution of this file, with or without modification,
4are permitted provided the copyright notice and this notice are preserved.
5
6
1This directory contains the source of the "Introduction to Programming 7This directory contains the source of the "Introduction to Programming
2in Emacs Lisp" written by Robert J. Chassell, bob@gnu.org. This 8in Emacs Lisp" written by Robert J. Chassell, bob@gnu.org. This
3manual is an elementary introduction to programming in Emacs Lisp for 9manual is an elementary introduction to programming in Emacs Lisp for
diff --git a/lispref/README b/lispref/README
index c9a49f8693b..6502229dbd1 100644
--- a/lispref/README
+++ b/lispref/README
@@ -1,3 +1,9 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
2 Free Software Foundation, Inc.
3Copying and distribution of this file, with or without modification,
4are permitted provided the copyright notice and this notice are preserved.
5
6
1README for Edition 2.9 of the Emacs Lisp Reference Manual. 7README for Edition 2.9 of the Emacs Lisp Reference Manual.
2 8
3* This directory contains the texinfo source files for the Reference 9* This directory contains the texinfo source files for the Reference
diff --git a/src/README b/src/README
index 87b3ed7e1ad..205a2ca5bc2 100644
--- a/src/README
+++ b/src/README
@@ -1,3 +1,9 @@
1Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007
2 Free Software Foundation, Inc.
3Copying and distribution of this file, with or without modification,
4are permitted provided the copyright notice and this notice are preserved.
5
6
1This directory contains the source files for the C component of GNU Emacs. 7This directory contains the source files for the C component of GNU Emacs.
2Nothing in this directory is needed for using Emacs once it is built 8Nothing in this directory is needed for using Emacs once it is built
3and installed, if the dumped Emacs (on Unix systems) or the Emacs 9and installed, if the dumped Emacs (on Unix systems) or the Emacs