aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
authorGlenn Morris2007-01-21 04:57:37 +0000
committerGlenn Morris2007-01-21 04:57:37 +0000
commit4e6835dbc4e02adcca7770c555963a37ad7fb8b9 (patch)
treed0dfc151ddbdd61ef968f2294b2e717dd03809f2 /oldXMenu
parentd7a0267c8d6be2a9885de797b25ec8f4a61b8895 (diff)
downloademacs-4e6835dbc4e02adcca7770c555963a37ad7fb8b9.tar.gz
emacs-4e6835dbc4e02adcca7770c555963a37ad7fb8b9.zip
Add 2007 to copyright years.
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/Activate.c2
-rw-r--r--oldXMenu/AddPane.c2
-rw-r--r--oldXMenu/AddSel.c2
-rw-r--r--oldXMenu/ChangeLog2
-rw-r--r--oldXMenu/ChgPane.c2
-rw-r--r--oldXMenu/ChgSel.c2
-rw-r--r--oldXMenu/Create.c2
-rw-r--r--oldXMenu/DelPane.c2
-rw-r--r--oldXMenu/DelSel.c2
-rw-r--r--oldXMenu/Destroy.c2
-rw-r--r--oldXMenu/Error.c2
-rw-r--r--oldXMenu/EvHand.c2
-rw-r--r--oldXMenu/FindPane.c2
-rw-r--r--oldXMenu/FindSel.c2
-rw-r--r--oldXMenu/InsPane.c2
-rw-r--r--oldXMenu/InsSel.c2
-rw-r--r--oldXMenu/Internal.c2
-rw-r--r--oldXMenu/Locate.c2
-rw-r--r--oldXMenu/Post.c2
-rw-r--r--oldXMenu/Recomp.c2
-rw-r--r--oldXMenu/SetAEQ.c2
-rw-r--r--oldXMenu/SetFrz.c2
-rw-r--r--oldXMenu/SetPane.c2
-rw-r--r--oldXMenu/SetSel.c2
-rw-r--r--oldXMenu/X10.h2
-rw-r--r--oldXMenu/XCrAssoc.c2
-rw-r--r--oldXMenu/XDelAssoc.c2
-rw-r--r--oldXMenu/XDestAssoc.c2
-rw-r--r--oldXMenu/XLookAssoc.c2
-rw-r--r--oldXMenu/XMakeAssoc.c2
-rw-r--r--oldXMenu/XMenu.h2
-rw-r--r--oldXMenu/XMenuInt.h2
-rw-r--r--oldXMenu/copyright.h2
-rw-r--r--oldXMenu/insque.c2
34 files changed, 34 insertions, 34 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c
index ad29bd6e8c5..840fe6d8d07 100644
--- a/oldXMenu/Activate.c
+++ b/oldXMenu/Activate.c
@@ -1,6 +1,6 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */ 3 2006, 2007 Free Software Foundation, Inc. */
4 4
5#include "copyright.h" 5#include "copyright.h"
6 6
diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c
index 35d85a863b7..d80f1633077 100644
--- a/oldXMenu/AddPane.c
+++ b/oldXMenu/AddPane.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 dca0e4be88b..0d1085bb3d5 100644
--- a/oldXMenu/AddSel.c
+++ b/oldXMenu/AddSel.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 07c4654b278..b44c310165a 100644
--- a/oldXMenu/ChangeLog
+++ b/oldXMenu/ChangeLog
@@ -445,7 +445,7 @@
445;; End: 445;; End:
446 446
447 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 447 Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
448 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 448 2002, 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
449 Copying and distribution of this file, with or without modification, 449 Copying and distribution of this file, with or without modification,
450 are permitted provided the copyright notice and this notice are preserved. 450 are permitted provided the copyright notice and this notice are preserved.
451 451
diff --git a/oldXMenu/ChgPane.c b/oldXMenu/ChgPane.c
index ce9b8b8b3e8..463b57151ed 100644
--- a/oldXMenu/ChgPane.c
+++ b/oldXMenu/ChgPane.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 9e80240cd51..4249982d7d1 100644
--- a/oldXMenu/ChgSel.c
+++ b/oldXMenu/ChgSel.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 679f5b84183..52560d01a68 100644
--- a/oldXMenu/Create.c
+++ b/oldXMenu/Create.c
@@ -1,6 +1,6 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */ 3 2006, 2007 Free Software Foundation, Inc. */
4 4
5#include "copyright.h" 5#include "copyright.h"
6 6
diff --git a/oldXMenu/DelPane.c b/oldXMenu/DelPane.c
index 7680cb65de7..fa300d91142 100644
--- a/oldXMenu/DelPane.c
+++ b/oldXMenu/DelPane.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 bae42c21572..dd63b1c49ee 100644
--- a/oldXMenu/DelSel.c
+++ b/oldXMenu/DelSel.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 082de8872a4..f673ed9fcad 100644
--- a/oldXMenu/Destroy.c
+++ b/oldXMenu/Destroy.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 d05cabc2d56..35f5920e34a 100644
--- a/oldXMenu/Error.c
+++ b/oldXMenu/Error.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 84836c92e1c..d0d2b8efa91 100644
--- a/oldXMenu/EvHand.c
+++ b/oldXMenu/EvHand.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 4f354562d6c..1ac74ef2b43 100644
--- a/oldXMenu/FindPane.c
+++ b/oldXMenu/FindPane.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 cf14656aad1..56bb177d68d 100644
--- a/oldXMenu/FindSel.c
+++ b/oldXMenu/FindSel.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 063b811a7da..980694f4cc4 100644
--- a/oldXMenu/InsPane.c
+++ b/oldXMenu/InsPane.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 540787f7b21..f4f615b430d 100644
--- a/oldXMenu/InsSel.c
+++ b/oldXMenu/InsSel.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 8a656ebcfe9..f569c6d24df 100644
--- a/oldXMenu/Internal.c
+++ b/oldXMenu/Internal.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 156d75762b1..f419ba2a0bb 100644
--- a/oldXMenu/Locate.c
+++ b/oldXMenu/Locate.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 b4a2a0966ac..281c1197c62 100644
--- a/oldXMenu/Post.c
+++ b/oldXMenu/Post.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 ad20508fbf3..e985ee3e2a8 100644
--- a/oldXMenu/Recomp.c
+++ b/oldXMenu/Recomp.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 0b431ec712b..49ff6646a24 100644
--- a/oldXMenu/SetAEQ.c
+++ b/oldXMenu/SetAEQ.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 a9a0ca6a712..e6444551951 100644
--- a/oldXMenu/SetFrz.c
+++ b/oldXMenu/SetFrz.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 98a028e32c2..61759e3793d 100644
--- a/oldXMenu/SetPane.c
+++ b/oldXMenu/SetPane.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 2aaf354b598..e6f57bd0104 100644
--- a/oldXMenu/SetSel.c
+++ b/oldXMenu/SetSel.c
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 e6ac3433620..cc592525a81 100644
--- a/oldXMenu/X10.h
+++ b/oldXMenu/X10.h
@@ -16,7 +16,7 @@
16 */ 16 */
17 17
18/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 18/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
19 2006 Free Software Foundation, Inc. */ 19 2006, 2007 Free Software Foundation, Inc. */
20 20
21/* 21/*
22 * 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 7e022ce566b..c24928c9a3e 100644
--- a/oldXMenu/XCrAssoc.c
+++ b/oldXMenu/XCrAssoc.c
@@ -1,6 +1,6 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */ 3 2006, 2007 Free Software Foundation, Inc. */
4 4
5/* 5/*
6Permission 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 3e111dceacd..1d69cf8c138 100644
--- a/oldXMenu/XDelAssoc.c
+++ b/oldXMenu/XDelAssoc.c
@@ -1,6 +1,6 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */ 3 2006, 2007 Free Software Foundation, Inc. */
4 4
5/* 5/*
6Permission 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 8cb1faa2d69..706fa680f89 100644
--- a/oldXMenu/XDestAssoc.c
+++ b/oldXMenu/XDestAssoc.c
@@ -1,6 +1,6 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */ 3 2006, 2007 Free Software Foundation, Inc. */
4 4
5/* 5/*
6Permission 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 4f3892800d5..d275137e57d 100644
--- a/oldXMenu/XLookAssoc.c
+++ b/oldXMenu/XLookAssoc.c
@@ -1,6 +1,6 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */ 3 2006, 2007 Free Software Foundation, Inc. */
4 4
5/* 5/*
6Permission 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 443c1f447e6..b6b0e470764 100644
--- a/oldXMenu/XMakeAssoc.c
+++ b/oldXMenu/XMakeAssoc.c
@@ -1,6 +1,6 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */ 3 2006, 2007 Free Software Foundation, Inc. */
4 4
5/* 5/*
6Permission 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 b3933211199..ef94cf0a07a 100644
--- a/oldXMenu/XMenu.h
+++ b/oldXMenu/XMenu.h
@@ -2,7 +2,7 @@
2 2
3/* Copyright Massachusetts Institute of Technology 1985 */ 3/* Copyright Massachusetts Institute of Technology 1985 */
4/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 4/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
5 2006 Free Software Foundation, Inc. */ 5 2006, 2007 Free Software Foundation, Inc. */
6 6
7/* 7/*
8 * 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 683ed14e778..9bf976ccc6b 100644
--- a/oldXMenu/XMenuInt.h
+++ b/oldXMenu/XMenuInt.h
@@ -1,6 +1,6 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 2/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
3 2006 Free Software Foundation, Inc. */ 3 2006, 2007 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 7f4208bce85..c61632b3818 100644
--- a/oldXMenu/copyright.h
+++ b/oldXMenu/copyright.h
@@ -17,7 +17,7 @@ without express or implied warranty.
17*/ 17*/
18 18
19/* Copyright (C) 2001, 2002, 2003, 2004, 2005, 19/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
20 2006 Free Software Foundation, Inc. */ 20 2006, 2007 Free Software Foundation, Inc. */
21 21
22/* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2 22/* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2
23 (do not change this comment) */ 23 (do not change this comment) */
diff --git a/oldXMenu/insque.c b/oldXMenu/insque.c
index 2ee8556cdb6..66b442ea29b 100644
--- a/oldXMenu/insque.c
+++ b/oldXMenu/insque.c
@@ -1,5 +1,5 @@
1/* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003, 1/* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 2001, 2002, 2003,
2 2004, 2005, 2006 Free Software Foundation, Inc. 2 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
3 3
4This program is free software; you can redistribute it and/or modify 4This program is free software; you can redistribute it and/or modify
5it under the terms of the GNU General Public License as published by 5it under the terms of the GNU General Public License as published by