diff options
| author | Glenn Morris | 2011-01-24 20:08:28 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-01-24 20:08:28 -0800 |
| commit | 73b0cd50031a714347109169ceb8bacae338612a (patch) | |
| tree | fa3788cbc3259b8e67c53220e414a0f45bf1c41e /oldXMenu | |
| parent | 0b5c5d8291f82556c149013f10372234b0df9bc2 (diff) | |
| download | emacs-73b0cd50031a714347109169ceb8bacae338612a.tar.gz emacs-73b0cd50031a714347109169ceb8bacae338612a.zip | |
Convert consecutive FSF copyright years to ranges.
Diffstat (limited to 'oldXMenu')
| -rw-r--r-- | oldXMenu/Activate.c | 4 | ||||
| -rw-r--r-- | oldXMenu/ChangeLog | 6 | ||||
| -rw-r--r-- | oldXMenu/Create.c | 3 | ||||
| -rw-r--r-- | oldXMenu/FindSel.c | 3 | ||||
| -rw-r--r-- | oldXMenu/Internal.c | 3 | ||||
| -rw-r--r-- | oldXMenu/Makefile.in | 3 | ||||
| -rw-r--r-- | oldXMenu/insque.c | 3 |
7 files changed, 7 insertions, 18 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index d523492bfcf..42eb33d208a 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c | |||
| @@ -3,8 +3,7 @@ | |||
| 3 | #include "copyright.h" | 3 | #include "copyright.h" |
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | 6 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 7 | Free Software Foundation, Inc. | ||
| 8 | 7 | ||
| 9 | This program is free software: you can redistribute it and/or modify | 8 | This program is free software: you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 9 | it under the terms of the GNU General Public License as published by |
| @@ -607,4 +606,3 @@ XMenuActivate( | |||
| 607 | return(ret_val); | 606 | return(ret_val); |
| 608 | 607 | ||
| 609 | } | 608 | } |
| 610 | |||
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index b94ecb7c4fa..8a4b4eaba9f 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -569,12 +569,9 @@ | |||
| 569 | 569 | ||
| 570 | ;; Local Variables: | 570 | ;; Local Variables: |
| 571 | ;; coding: utf-8 | 571 | ;; coding: utf-8 |
| 572 | ;; add-log-time-zone-rule: t | ||
| 573 | ;; End: | 572 | ;; End: |
| 574 | 573 | ||
| 575 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, | 574 | Copyright (C) 1993-1999, 2001-2011 Free Software Foundation, Inc. |
| 576 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 | ||
| 577 | Free Software Foundation, Inc. | ||
| 578 | 575 | ||
| 579 | This file is part of GNU Emacs. | 576 | This file is part of GNU Emacs. |
| 580 | 577 | ||
| @@ -590,4 +587,3 @@ | |||
| 590 | 587 | ||
| 591 | You should have received a copy of the GNU General Public License | 588 | You should have received a copy of the GNU General Public License |
| 592 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. | 589 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
| 593 | |||
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c index b5f814a6ec3..8354208773f 100644 --- a/oldXMenu/Create.c +++ b/oldXMenu/Create.c | |||
| @@ -3,8 +3,7 @@ | |||
| 3 | #include "copyright.h" | 3 | #include "copyright.h" |
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 6 | Copyright (C) 1993-1994, 2001-2011 Free Software Foundation, Inc. |
| 7 | 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 8 | 7 | ||
| 9 | This program is free software: you can redistribute it and/or modify | 8 | This program is free software: you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 9 | it under the terms of the GNU General Public License as published by |
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c index e85368a607e..72ee142dc80 100644 --- a/oldXMenu/FindSel.c +++ b/oldXMenu/FindSel.c | |||
| @@ -3,8 +3,7 @@ | |||
| 3 | #include "copyright.h" | 3 | #include "copyright.h" |
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 6 | Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 7 | 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 8 | 7 | ||
| 9 | This program is free software: you can redistribute it and/or modify | 8 | This program is free software: you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 9 | it under the terms of the GNU General Public License as published by |
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c index 7f66033b95d..23b54493e23 100644 --- a/oldXMenu/Internal.c +++ b/oldXMenu/Internal.c | |||
| @@ -3,8 +3,7 @@ | |||
| 3 | #include "copyright.h" | 3 | #include "copyright.h" |
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006, | 6 | Copyright (C) 1993, 1996, 2001-2011 Free Software Foundation, Inc. |
| 7 | 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 8 | 7 | ||
| 9 | This program is free software: you can redistribute it and/or modify | 8 | This program is free software: you can redistribute it and/or modify |
| 10 | it under the terms of the GNU General Public License as published by | 9 | it under the terms of the GNU General Public License as published by |
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in index 3caa3935105..51ee4cd207c 100644 --- a/oldXMenu/Makefile.in +++ b/oldXMenu/Makefile.in | |||
| @@ -15,8 +15,7 @@ | |||
| 15 | ## without express or implied warranty. | 15 | ## without express or implied warranty. |
| 16 | 16 | ||
| 17 | 17 | ||
| 18 | ## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, | 18 | ## Copyright (C) 2001-2011 Free Software Foundation, Inc. |
| 19 | ## 2010, 2011 Free Software Foundation, Inc. | ||
| 20 | 19 | ||
| 21 | ## This program is free software: you can redistribute it and/or modify | 20 | ## This program is free software: you can redistribute it and/or modify |
| 22 | ## it under the terms of the GNU General Public License as published by | 21 | ## it under the terms of the GNU General Public License as published by |
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c index 47ea19a8d83..b324ade1d55 100644 --- a/oldXMenu/insque.c +++ b/oldXMenu/insque.c | |||
| @@ -1,6 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, | 2 | Copyright (C) 1993-1998, 2001-2011 Free Software Foundation, Inc. |
| 3 | 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. | ||
| 4 | 3 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 4 | This program is free software: you can redistribute it and/or modify |
| 6 | it under the terms of the GNU General Public License as published by | 5 | it under the terms of the GNU General Public License as published by |