diff options
| author | Kenichi Handa | 2010-01-14 12:54:04 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-01-14 12:54:04 +0900 |
| commit | 35fb32880c99aa7cd41b835dc17b8639b544dc69 (patch) | |
| tree | b5465223c8909d17356f5f4b98ac65dcef439634 /oldXMenu | |
| parent | d9a7c14092befb75995e75dc66d050af514443e6 (diff) | |
| parent | 38bee10234558578f3f1c4cdc4614afe1ef15cf8 (diff) | |
| download | emacs-35fb32880c99aa7cd41b835dc17b8639b544dc69.tar.gz emacs-35fb32880c99aa7cd41b835dc17b8639b544dc69.zip | |
from trunk
Diffstat (limited to 'oldXMenu')
| -rw-r--r-- | oldXMenu/Activate.c | 2 | ||||
| -rw-r--r-- | oldXMenu/ChangeLog | 2 | ||||
| -rw-r--r-- | oldXMenu/Create.c | 2 | ||||
| -rw-r--r-- | oldXMenu/FindSel.c | 2 | ||||
| -rw-r--r-- | oldXMenu/Internal.c | 2 | ||||
| -rw-r--r-- | oldXMenu/Makefile.in | 2 | ||||
| -rw-r--r-- | oldXMenu/insque.c | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index 2b4257e1ac3..2e1996e7287 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c | |||
| @@ -3,7 +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 | 6 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 7 | Free Software Foundation, Inc. | 7 | Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | 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 |
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index d7e3e7da6ce..bdf0957ef9d 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -487,7 +487,7 @@ | |||
| 487 | ;; End: | 487 | ;; End: |
| 488 | 488 | ||
| 489 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, | 489 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, |
| 490 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 | 490 | 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 491 | Free Software Foundation, Inc. | 491 | Free Software Foundation, Inc. |
| 492 | 492 | ||
| 493 | This file is part of GNU Emacs. | 493 | This file is part of GNU Emacs. |
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c index f8525a71615..628ab89a678 100644 --- a/oldXMenu/Create.c +++ b/oldXMenu/Create.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 6 | Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
| 7 | 2008, 2009 Free Software Foundation, Inc. | 7 | 2008, 2009, 2010 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | 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 |
| 10 | 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 |
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c index 9ef0e348c6e..fcb66eb851c 100644 --- a/oldXMenu/FindSel.c +++ b/oldXMenu/FindSel.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, | 6 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, |
| 7 | 2009 Free Software Foundation, Inc. | 7 | 2009, 2010 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | 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 |
| 10 | 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 |
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c index 619acfe724e..b00841b0cc3 100644 --- a/oldXMenu/Internal.c +++ b/oldXMenu/Internal.c | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | /* | 5 | /* |
| 6 | Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006, | 6 | Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006, |
| 7 | 2007, 2008, 2009 Free Software Foundation, Inc. | 7 | 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 8 | 8 | ||
| 9 | 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 |
| 10 | 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 |
diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in index 8251fded9b1..a4a2d52b156 100644 --- a/oldXMenu/Makefile.in +++ b/oldXMenu/Makefile.in | |||
| @@ -15,7 +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, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
| 19 | ## Free Software Foundation, Inc. | 19 | ## Free Software Foundation, Inc. |
| 20 | 20 | ||
| 21 | ## This program is free software: you can redistribute it and/or modify | 21 | ## This program is free software: you can redistribute it and/or modify |
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c index 2e90e9a80b2..16b194d88d3 100644 --- a/oldXMenu/insque.c +++ b/oldXMenu/insque.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* | 1 | /* |
| 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, | 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, |
| 3 | 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. | 3 | 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This program is free software: you can redistribute it and/or modify | 5 | 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 | 6 | it under the terms of the GNU General Public License as published by |