diff options
author | Glenn Morris <rgm@gnu.org> | 2009-01-08 03:20:38 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-01-08 03:20:38 +0000 |
commit | bb892cdec70b2f937e6b7f7597c5f1c7f467c9ea (patch) | |
tree | 3eadc922337300f86dd87fb00693dab433f7117d /oldXMenu | |
parent | 29b3066a1d5e94c83ba99a159e033931c9f416f4 (diff) | |
download | emacs-bb892cdec70b2f937e6b7f7597c5f1c7f467c9ea.tar.gz |
Add 2009 to copyright years.
Diffstat (limited to 'oldXMenu')
-rw-r--r-- | oldXMenu/Activate.c | 2 | ||||
-rw-r--r-- | oldXMenu/ChangeLog | 3 | ||||
-rw-r--r-- | oldXMenu/Create.c | 4 | ||||
-rw-r--r-- | oldXMenu/Internal.c | 2 | ||||
-rw-r--r-- | oldXMenu/Makefile.in | 2 | ||||
-rw-r--r-- | oldXMenu/insque.c | 5 |
6 files changed, 10 insertions, 8 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index 4de752c8404..2b4257e1ac3 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c @@ -3,7 +3,7 @@ #include "copyright.h" /* -Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 7a14a1313b7..ce0ec44c78a 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog @@ -483,7 +483,8 @@ ;; End: Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, - 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Free Software Foundation, Inc. This file is part of GNU Emacs. diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c index ca18093f11b..f8525a71615 100644 --- a/oldXMenu/Create.c +++ b/oldXMenu/Create.c @@ -3,8 +3,8 @@ #include "copyright.h" /* -Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 Free Software Foundation, Inc. +Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, + 2008, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c index 83a97d82afe..619acfe724e 100644 --- a/oldXMenu/Internal.c +++ b/oldXMenu/Internal.c @@ -4,7 +4,7 @@ /* Copyright (C) 1993, 1996, 2001, 2002, 2003, 2004, 2005, 2006, - 2007, 2008 Free Software Foundation, Inc. + 2007, 2008, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/oldXMenu/Makefile.in b/oldXMenu/Makefile.in index 6db94500454..8251fded9b1 100644 --- a/oldXMenu/Makefile.in +++ b/oldXMenu/Makefile.in @@ -15,7 +15,7 @@ ## without express or implied warranty. -## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +## Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 ## Free Software Foundation, Inc. ## This program is free software: you can redistribute it and/or modify diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c index aebee231344..2e90e9a80b2 100644 --- a/oldXMenu/insque.c +++ b/oldXMenu/insque.c @@ -1,5 +1,6 @@ -/* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, - 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. +/* +Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, + 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |