diff options
| author | Thien-Thi Nguyen | 2005-08-16 10:34:51 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2005-08-16 10:34:51 +0000 |
| commit | b398a621cb643f8c86dc71b86ea8afdbba41646f (patch) | |
| tree | 0d85d34c9f7c74b912059e07ae4a1a3f5b12751d /oldXMenu | |
| parent | f95e8d9759f32877a7011d089bd05766bf94ee90 (diff) | |
| download | emacs-b398a621cb643f8c86dc71b86ea8afdbba41646f.tar.gz emacs-b398a621cb643f8c86dc71b86ea8afdbba41646f.zip | |
Update years in copyright notice; nfc.
Diffstat (limited to 'oldXMenu')
34 files changed, 37 insertions, 2 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c index 2f81299cbb6..d03534e144a 100644 --- a/oldXMenu/Activate.c +++ b/oldXMenu/Activate.c | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 2 | 3 | ||
| 3 | #include "copyright.h" | 4 | #include "copyright.h" |
| 4 | 5 | ||
diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c index b7b52c0f642..4bb16c8d573 100644 --- a/oldXMenu/AddPane.c +++ b/oldXMenu/AddPane.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/AddSel.c b/oldXMenu/AddSel.c index 40bbbde704c..a063b63f557 100644 --- a/oldXMenu/AddSel.c +++ b/oldXMenu/AddSel.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog index 31a786cc23a..afe7607115a 100644 --- a/oldXMenu/ChangeLog +++ b/oldXMenu/ChangeLog | |||
| @@ -443,8 +443,8 @@ | |||
| 443 | ;; coding: iso-2022-7bit-unix | 443 | ;; coding: iso-2022-7bit-unix |
| 444 | ;; End: | 444 | ;; End: |
| 445 | 445 | ||
| 446 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001 | 446 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, |
| 447 | Free Software Foundation, Inc. | 447 | 2002, 2003, 2004, 2005 Free Software Foundation, Inc. |
| 448 | Copying and distribution of this file, with or without modification, | 448 | Copying and distribution of this file, with or without modification, |
| 449 | are permitted provided the copyright notice and this notice are preserved. | 449 | are permitted provided the copyright notice and this notice are preserved. |
| 450 | 450 | ||
diff --git a/oldXMenu/ChgPane.c b/oldXMenu/ChgPane.c index 123f18dec5a..7c8ff91f88c 100644 --- a/oldXMenu/ChgPane.c +++ b/oldXMenu/ChgPane.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/ChgSel.c b/oldXMenu/ChgSel.c index 7dce694c410..e0fcb224f3e 100644 --- a/oldXMenu/ChgSel.c +++ b/oldXMenu/ChgSel.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c index bac3f079f60..d4b32f2e937 100644 --- a/oldXMenu/Create.c +++ b/oldXMenu/Create.c | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 2 | 3 | ||
| 3 | #include "copyright.h" | 4 | #include "copyright.h" |
| 4 | 5 | ||
diff --git a/oldXMenu/DelPane.c b/oldXMenu/DelPane.c index bdb084b36f3..6d042e757f8 100644 --- a/oldXMenu/DelPane.c +++ b/oldXMenu/DelPane.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/DelSel.c b/oldXMenu/DelSel.c index 78b73113162..7f14aa74fa6 100644 --- a/oldXMenu/DelSel.c +++ b/oldXMenu/DelSel.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c index 8d904a53872..b0b9ed77569 100644 --- a/oldXMenu/Destroy.c +++ b/oldXMenu/Destroy.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c index 1eb521b1642..0bd4fcc8782 100644 --- a/oldXMenu/Error.c +++ b/oldXMenu/Error.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c index 073d0ab90b4..c9e8b36c873 100644 --- a/oldXMenu/EvHand.c +++ b/oldXMenu/EvHand.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c index 945d4595cab..c886d6f7b7a 100644 --- a/oldXMenu/FindPane.c +++ b/oldXMenu/FindPane.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c index 1fed1114732..5a91faf0f8f 100644 --- a/oldXMenu/FindSel.c +++ b/oldXMenu/FindSel.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/InsPane.c b/oldXMenu/InsPane.c index 682423a4a05..805a978bb74 100644 --- a/oldXMenu/InsPane.c +++ b/oldXMenu/InsPane.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/InsSel.c b/oldXMenu/InsSel.c index f3e2c4d7fb0..103081ac446 100644 --- a/oldXMenu/InsSel.c +++ b/oldXMenu/InsSel.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c index f1367a07351..0fea995a899 100644 --- a/oldXMenu/Internal.c +++ b/oldXMenu/Internal.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Locate.c b/oldXMenu/Locate.c index 47db7fa1103..90fad2c7b2a 100644 --- a/oldXMenu/Locate.c +++ b/oldXMenu/Locate.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Post.c b/oldXMenu/Post.c index 3b39d796823..2be31aebe39 100644 --- a/oldXMenu/Post.c +++ b/oldXMenu/Post.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c index b4bc4da3f72..a10c380427e 100644 --- a/oldXMenu/Recomp.c +++ b/oldXMenu/Recomp.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/SetAEQ.c b/oldXMenu/SetAEQ.c index daddc1aa946..9124561dcbe 100644 --- a/oldXMenu/SetAEQ.c +++ b/oldXMenu/SetAEQ.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/SetFrz.c b/oldXMenu/SetFrz.c index 243cc64e0ed..8e778a66760 100644 --- a/oldXMenu/SetFrz.c +++ b/oldXMenu/SetFrz.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c index 39a87ac5ce3..907dba3b233 100644 --- a/oldXMenu/SetPane.c +++ b/oldXMenu/SetPane.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/SetSel.c b/oldXMenu/SetSel.c index 4fe0c82a131..06e2c76069f 100644 --- a/oldXMenu/SetSel.c +++ b/oldXMenu/SetSel.c | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h index e1abcbbe6c5..63bf90f38d2 100644 --- a/oldXMenu/X10.h +++ b/oldXMenu/X10.h | |||
| @@ -15,6 +15,7 @@ | |||
| 15 | * | 15 | * |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 18 | 19 | ||
| 19 | /* | 20 | /* |
| 20 | * X10.h - Header definition and support file for the C subroutine | 21 | * X10.h - Header definition and support file for the C subroutine |
diff --git a/oldXMenu/XCrAssoc.c b/oldXMenu/XCrAssoc.c index 67239a26d31..0c8203579e8 100644 --- a/oldXMenu/XCrAssoc.c +++ b/oldXMenu/XCrAssoc.c | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 2 | 3 | ||
| 3 | /* | 4 | /* |
| 4 | Permission to use, copy, modify, distribute, and sell this software and its | 5 | Permission to use, copy, modify, distribute, and sell this software and its |
diff --git a/oldXMenu/XDelAssoc.c b/oldXMenu/XDelAssoc.c index 1c72447f931..286353f46cf 100644 --- a/oldXMenu/XDelAssoc.c +++ b/oldXMenu/XDelAssoc.c | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 2 | 3 | ||
| 3 | /* | 4 | /* |
| 4 | Permission to use, copy, modify, distribute, and sell this software and its | 5 | Permission to use, copy, modify, distribute, and sell this software and its |
diff --git a/oldXMenu/XDestAssoc.c b/oldXMenu/XDestAssoc.c index 137c49f613d..eab0511bb66 100644 --- a/oldXMenu/XDestAssoc.c +++ b/oldXMenu/XDestAssoc.c | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 2 | 3 | ||
| 3 | /* | 4 | /* |
| 4 | Permission to use, copy, modify, distribute, and sell this software and its | 5 | Permission to use, copy, modify, distribute, and sell this software and its |
diff --git a/oldXMenu/XLookAssoc.c b/oldXMenu/XLookAssoc.c index ea7303bad61..b1b53d9dd6a 100644 --- a/oldXMenu/XLookAssoc.c +++ b/oldXMenu/XLookAssoc.c | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 2 | 3 | ||
| 3 | /* | 4 | /* |
| 4 | Permission to use, copy, modify, distribute, and sell this software and its | 5 | Permission to use, copy, modify, distribute, and sell this software and its |
diff --git a/oldXMenu/XMakeAssoc.c b/oldXMenu/XMakeAssoc.c index ffe19adc410..d749ec8d04c 100644 --- a/oldXMenu/XMakeAssoc.c +++ b/oldXMenu/XMakeAssoc.c | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | /* Copyright Massachusetts Institute of Technology 1985 */ | 1 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 2 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 2 | 3 | ||
| 3 | /* | 4 | /* |
| 4 | Permission to use, copy, modify, distribute, and sell this software and its | 5 | Permission to use, copy, modify, distribute, and sell this software and its |
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h index 46e390d3b0a..84bf72a5df9 100644 --- a/oldXMenu/XMenu.h +++ b/oldXMenu/XMenu.h | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | #include "copyright.h" | 1 | #include "copyright.h" |
| 2 | 2 | ||
| 3 | /* Copyright Massachusetts Institute of Technology 1985 */ | 3 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 4 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 4 | 5 | ||
| 5 | /* | 6 | /* |
| 6 | * XMenu: MIT Project Athena, X Window system menu package | 7 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/XMenuInt.h b/oldXMenu/XMenuInt.h index e96dfb1e910..fd272300c60 100644 --- a/oldXMenu/XMenuInt.h +++ b/oldXMenu/XMenuInt.h | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | 1 | ||
| 2 | /* Copyright Massachusetts Institute of Technology 1985 */ | 2 | /* Copyright Massachusetts Institute of Technology 1985 */ |
| 3 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 3 | 4 | ||
| 4 | /* | 5 | /* |
| 5 | * XMenu: MIT Project Athena, X Window system menu package | 6 | * XMenu: MIT Project Athena, X Window system menu package |
diff --git a/oldXMenu/copyright.h b/oldXMenu/copyright.h index c5a4316043d..dffc63ac63e 100644 --- a/oldXMenu/copyright.h +++ b/oldXMenu/copyright.h | |||
| @@ -16,5 +16,7 @@ without express or implied warranty. | |||
| 16 | 16 | ||
| 17 | */ | 17 | */ |
| 18 | 18 | ||
| 19 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 20 | |||
| 19 | /* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2 | 21 | /* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2 |
| 20 | (do not change this comment) */ | 22 | (do not change this comment) */ |
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c index 2b1f52bb02a..2395e4ea2d3 100644 --- a/oldXMenu/insque.c +++ b/oldXMenu/insque.c | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | /* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ | ||
| 2 | |||
| 1 | /* This file implements the emacs_insque and emacs_remque functions, | 3 | /* This file implements the emacs_insque and emacs_remque functions, |
| 2 | copies of the insque and remque functions of BSD. They and all | 4 | copies of the insque and remque functions of BSD. They and all |
| 3 | their callers have been renamed to emacs_mumble to allow us to | 5 | their callers have been renamed to emacs_mumble to allow us to |