aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
authorKaroly Lorentey2006-02-06 18:44:57 +0000
committerKaroly Lorentey2006-02-06 18:44:57 +0000
commita5805c9d0240fab504f2a3e32db6449392005fb6 (patch)
treea6eba3e018d5edf0f33476dcf5d2f2ac50983307 /oldXMenu
parentfbb63435176d3614d3603b675784122bf50d22b1 (diff)
parent55495ab90ed2afd64f757e55f697d716a7c7b75c (diff)
downloademacs-a5805c9d0240fab504f2a3e32db6449392005fb6.tar.gz
emacs-a5805c9d0240fab504f2a3e32db6449392005fb6.zip
Merged from emacs@sv.gnu.org
Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-41 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-42 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-43 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-44 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-45 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-46 Merge from erc--emacs--0 * emacs@sv.gnu.org/emacs--devo--0--patch-47 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-48 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-14 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-15 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-16 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-17 Merge from emacs--devo--0 git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-507
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/Activate.c3
-rw-r--r--oldXMenu/AddPane.c3
-rw-r--r--oldXMenu/AddSel.c3
-rw-r--r--oldXMenu/ChangeLog2
-rw-r--r--oldXMenu/ChgPane.c3
-rw-r--r--oldXMenu/ChgSel.c3
-rw-r--r--oldXMenu/Create.c3
-rw-r--r--oldXMenu/DelPane.c3
-rw-r--r--oldXMenu/DelSel.c3
-rw-r--r--oldXMenu/Destroy.c3
-rw-r--r--oldXMenu/Error.c3
-rw-r--r--oldXMenu/EvHand.c3
-rw-r--r--oldXMenu/FindPane.c3
-rw-r--r--oldXMenu/FindSel.c3
-rw-r--r--oldXMenu/InsPane.c3
-rw-r--r--oldXMenu/InsSel.c3
-rw-r--r--oldXMenu/Internal.c3
-rw-r--r--oldXMenu/Locate.c3
-rw-r--r--oldXMenu/Post.c3
-rw-r--r--oldXMenu/Recomp.c3
-rw-r--r--oldXMenu/SetAEQ.c3
-rw-r--r--oldXMenu/SetFrz.c3
-rw-r--r--oldXMenu/SetPane.c3
-rw-r--r--oldXMenu/SetSel.c3
-rw-r--r--oldXMenu/X10.h3
-rw-r--r--oldXMenu/XCrAssoc.c3
-rw-r--r--oldXMenu/XDelAssoc.c3
-rw-r--r--oldXMenu/XDestAssoc.c3
-rw-r--r--oldXMenu/XLookAssoc.c3
-rw-r--r--oldXMenu/XMakeAssoc.c3
-rw-r--r--oldXMenu/XMenu.h3
-rw-r--r--oldXMenu/XMenuInt.h4
-rw-r--r--oldXMenu/copyright.h3
-rw-r--r--oldXMenu/insque.c3
34 files changed, 67 insertions, 35 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c
index d03534e144a..6809607c3dc 100644
--- a/oldXMenu/Activate.c
+++ b/oldXMenu/Activate.c
@@ -1,5 +1,6 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */
3 4
4#include "copyright.h" 5#include "copyright.h"
5 6
diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c
index 4bb16c8d573..2e122ea0ae3 100644
--- a/oldXMenu/AddPane.c
+++ b/oldXMenu/AddPane.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/AddSel.c b/oldXMenu/AddSel.c
index a063b63f557..6ddec57a525 100644
--- a/oldXMenu/AddSel.c
+++ b/oldXMenu/AddSel.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/ChangeLog b/oldXMenu/ChangeLog
index afe7607115a..a9d7c9b1279 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -444,7 +444,7 @@
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 2002, 2003, 2004, 2005 Free Software Foundation, Inc. 447 2002, 2003, 2004, 2005, 2006 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 7c8ff91f88c..20b0a949d9a 100644
--- a/oldXMenu/ChgPane.c
+++ b/oldXMenu/ChgPane.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/ChgSel.c b/oldXMenu/ChgSel.c
index e0fcb224f3e..b34a22574f2 100644
--- a/oldXMenu/ChgSel.c
+++ b/oldXMenu/ChgSel.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c
index d4b32f2e937..77115b20835 100644
--- a/oldXMenu/Create.c
+++ b/oldXMenu/Create.c
@@ -1,5 +1,6 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */
3 4
4#include "copyright.h" 5#include "copyright.h"
5 6
diff --git a/oldXMenu/DelPane.c b/oldXMenu/DelPane.c
index 6d042e757f8..e824b539cf1 100644
--- a/oldXMenu/DelPane.c
+++ b/oldXMenu/DelPane.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/DelSel.c b/oldXMenu/DelSel.c
index 7f14aa74fa6..c8b39eb03a1 100644
--- a/oldXMenu/DelSel.c
+++ b/oldXMenu/DelSel.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c
index b0b9ed77569..52ab5028546 100644
--- a/oldXMenu/Destroy.c
+++ b/oldXMenu/Destroy.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c
index 0bd4fcc8782..51d5b8fa6cb 100644
--- a/oldXMenu/Error.c
+++ b/oldXMenu/Error.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c
index c9e8b36c873..457609f4c2a 100644
--- a/oldXMenu/EvHand.c
+++ b/oldXMenu/EvHand.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c
index c886d6f7b7a..6c0be73f0fb 100644
--- a/oldXMenu/FindPane.c
+++ b/oldXMenu/FindPane.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c
index 5a91faf0f8f..777770a4706 100644
--- a/oldXMenu/FindSel.c
+++ b/oldXMenu/FindSel.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/InsPane.c b/oldXMenu/InsPane.c
index 805a978bb74..5f8f334f184 100644
--- a/oldXMenu/InsPane.c
+++ b/oldXMenu/InsPane.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/InsSel.c b/oldXMenu/InsSel.c
index 103081ac446..30e0756d8e4 100644
--- a/oldXMenu/InsSel.c
+++ b/oldXMenu/InsSel.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c
index 0fea995a899..ec11cc7d156 100644
--- a/oldXMenu/Internal.c
+++ b/oldXMenu/Internal.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Locate.c b/oldXMenu/Locate.c
index 90fad2c7b2a..59916eee979 100644
--- a/oldXMenu/Locate.c
+++ b/oldXMenu/Locate.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Post.c b/oldXMenu/Post.c
index 2be31aebe39..ca6bb5752ab 100644
--- a/oldXMenu/Post.c
+++ b/oldXMenu/Post.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c
index a10c380427e..e955323c825 100644
--- a/oldXMenu/Recomp.c
+++ b/oldXMenu/Recomp.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/SetAEQ.c b/oldXMenu/SetAEQ.c
index 9124561dcbe..437f5e2d721 100644
--- a/oldXMenu/SetAEQ.c
+++ b/oldXMenu/SetAEQ.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/SetFrz.c b/oldXMenu/SetFrz.c
index 8e778a66760..7a75dddfd59 100644
--- a/oldXMenu/SetFrz.c
+++ b/oldXMenu/SetFrz.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c
index 907dba3b233..e76b75902c3 100644
--- a/oldXMenu/SetPane.c
+++ b/oldXMenu/SetPane.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/SetSel.c b/oldXMenu/SetSel.c
index 06e2c76069f..5910354b966 100644
--- a/oldXMenu/SetSel.c
+++ b/oldXMenu/SetSel.c
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h
index 63bf90f38d2..4d7d84e8c03 100644
--- a/oldXMenu/X10.h
+++ b/oldXMenu/X10.h
@@ -15,7 +15,8 @@
15 * 15 *
16 */ 16 */
17 17
18/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ 18/* Copyright (C) 2002, 2003, 2004, 2005,
19 2006 Free Software Foundation, Inc. */
19 20
20/* 21/*
21 * X10.h - Header definition and support file for the C subroutine 22 * X10.h - Header definition and support file for the C subroutine
diff --git a/oldXMenu/XCrAssoc.c b/oldXMenu/XCrAssoc.c
index 0c8203579e8..0596b9fcee1 100644
--- a/oldXMenu/XCrAssoc.c
+++ b/oldXMenu/XCrAssoc.c
@@ -1,5 +1,6 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */
3 4
4/* 5/*
5Permission to use, copy, modify, distribute, and sell this software and its 6Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/oldXMenu/XDelAssoc.c b/oldXMenu/XDelAssoc.c
index 286353f46cf..772e9fa1b40 100644
--- a/oldXMenu/XDelAssoc.c
+++ b/oldXMenu/XDelAssoc.c
@@ -1,5 +1,6 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */
3 4
4/* 5/*
5Permission to use, copy, modify, distribute, and sell this software and its 6Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/oldXMenu/XDestAssoc.c b/oldXMenu/XDestAssoc.c
index eab0511bb66..1772321ad27 100644
--- a/oldXMenu/XDestAssoc.c
+++ b/oldXMenu/XDestAssoc.c
@@ -1,5 +1,6 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */
3 4
4/* 5/*
5Permission to use, copy, modify, distribute, and sell this software and its 6Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/oldXMenu/XLookAssoc.c b/oldXMenu/XLookAssoc.c
index b1b53d9dd6a..7e72570e2ba 100644
--- a/oldXMenu/XLookAssoc.c
+++ b/oldXMenu/XLookAssoc.c
@@ -1,5 +1,6 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */
3 4
4/* 5/*
5Permission to use, copy, modify, distribute, and sell this software and its 6Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/oldXMenu/XMakeAssoc.c b/oldXMenu/XMakeAssoc.c
index d749ec8d04c..db020c4884b 100644
--- a/oldXMenu/XMakeAssoc.c
+++ b/oldXMenu/XMakeAssoc.c
@@ -1,5 +1,6 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */
3 4
4/* 5/*
5Permission to use, copy, modify, distribute, and sell this software and its 6Permission to use, copy, modify, distribute, and sell this software and its
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h
index 84bf72a5df9..858e4a64f7b 100644
--- a/oldXMenu/XMenu.h
+++ b/oldXMenu/XMenu.h
@@ -1,7 +1,8 @@
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/* Copyright (C) 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */
5 6
6/* 7/*
7 * XMenu: MIT Project Athena, X Window system menu package 8 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/XMenuInt.h b/oldXMenu/XMenuInt.h
index fd272300c60..a2e6f56e89b 100644
--- a/oldXMenu/XMenuInt.h
+++ b/oldXMenu/XMenuInt.h
@@ -1,6 +1,6 @@
1
2/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
3/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ 2/* Copyright (C) 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */
4 4
5/* 5/*
6 * 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 dffc63ac63e..05062d856df 100644
--- a/oldXMenu/copyright.h
+++ b/oldXMenu/copyright.h
@@ -16,7 +16,8 @@ without express or implied warranty.
16 16
17*/ 17*/
18 18
19/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ 19/* Copyright (C) 2002, 2003, 2004, 2005,
20 2006 Free Software Foundation, Inc. */
20 21
21/* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2 22/* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2
22 (do not change this comment) */ 23 (do not change this comment) */
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c
index 2395e4ea2d3..fef750484a3 100644
--- a/oldXMenu/insque.c
+++ b/oldXMenu/insque.c
@@ -1,4 +1,5 @@
1/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */ 1/* Copyright (C) 2002, 2003, 2004, 2005,
2 2006 Free Software Foundation, Inc. */
2 3
3/* This file implements the emacs_insque and emacs_remque functions, 4/* This file implements the emacs_insque and emacs_remque functions,
4 copies of the insque and remque functions of BSD. They and all 5 copies of the insque and remque functions of BSD. They and all