diff options
| author | Glenn Morris | 2009-01-05 00:53:04 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-05 00:53:04 +0000 |
| commit | b433a991042518aca7f9a10a76dcb416e0104681 (patch) | |
| tree | 7861872d924074457a570a7b87ab91388c93f54f /lib-src/rcs2log | |
| parent | 32c4b970984f4bfc60a138a64c551bde4f2bf4ed (diff) | |
| download | emacs-b433a991042518aca7f9a10a76dcb416e0104681.tar.gz emacs-b433a991042518aca7f9a10a76dcb416e0104681.zip | |
(Copyright): Update copyright for 2009.
Diffstat (limited to 'lib-src/rcs2log')
| -rwxr-xr-x | lib-src/rcs2log | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib-src/rcs2log b/lib-src/rcs2log index 72818ecb0c7..6c9aee3d964 100755 --- a/lib-src/rcs2log +++ b/lib-src/rcs2log | |||
| @@ -3,7 +3,8 @@ | |||
| 3 | # RCS to ChangeLog generator | 3 | # RCS to ChangeLog generator |
| 4 | 4 | ||
| 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, | 5 | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, |
| 6 | # 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 6 | # 2004, 2005, 2006, 2007, 2008, 2009 |
| 7 | # Free Software Foundation, Inc. | ||
| 7 | 8 | ||
| 8 | # This program is free software: you can redistribute it and/or modify | 9 | # This program is free software: you can redistribute it and/or modify |
| 9 | # it under the terms of the GNU General Public License as published by | 10 | # it under the terms of the GNU General Public License as published by |
| @@ -19,7 +20,7 @@ | |||
| 19 | # along with this program. If not, see <http://www.gnu.org/licenses/>. | 20 | # along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 20 | 21 | ||
| 21 | 22 | ||
| 22 | Copyright='Copyright (C) 2008 Free Software Foundation, Inc. | 23 | Copyright='Copyright (C) 2009 Free Software Foundation, Inc. |
| 23 | This program comes with NO WARRANTY, to the extent permitted by law. | 24 | This program comes with NO WARRANTY, to the extent permitted by law. |
| 24 | You may redistribute copies of this program | 25 | You may redistribute copies of this program |
| 25 | under the terms of the GNU General Public License. | 26 | under the terms of the GNU General Public License. |