diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 8 | ||||
| -rwxr-xr-x | lib-src/rcs2log | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 36929ebc24a..fea0048466e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2008-01-04 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * ebrowse.c (version) <emacs_copyright>: New variable. Just use | ||
| 4 | current year for copyright. | ||
| 5 | |||
| 6 | * etags.c (print_version): | ||
| 7 | * rcs2log (Copyright): Update to 2008. | ||
| 8 | |||
| 1 | 2007-11-28 Jason Rumney <jasonr@gnu.org> | 9 | 2007-11-28 Jason Rumney <jasonr@gnu.org> |
| 2 | 10 | ||
| 3 | * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled. | 11 | * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled. |
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index c81f51d4d60..474ef64bcaa 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -72,7 +72,7 @@ Id='$Id$' | |||
| 72 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, | 72 | # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| 73 | # Boston, MA 02110-1301, USA. | 73 | # Boston, MA 02110-1301, USA. |
| 74 | 74 | ||
| 75 | Copyright='Copyright (C) 2007 Free Software Foundation, Inc. | 75 | Copyright='Copyright (C) 2008 Free Software Foundation, Inc. |
| 76 | This program comes with NO WARRANTY, to the extent permitted by law. | 76 | This program comes with NO WARRANTY, to the extent permitted by law. |
| 77 | You may redistribute copies of this program | 77 | You may redistribute copies of this program |
| 78 | under the terms of the GNU General Public License. | 78 | under the terms of the GNU General Public License. |