summaryrefslogtreecommitdiff
path: root/oldXMenu
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2005-08-16 10:34:51 +0000
committerThien-Thi Nguyen <ttn@gnuvola.org>2005-08-16 10:34:51 +0000
commit37f19c330353a802396cf839d506ddf00309fa9a (patch)
tree5630570d5c2e7b0600448a852bdc2f0168156457 /oldXMenu
parentb05047077300b35e759c5316198c7de8809cdcb7 (diff)
downloademacs-37f19c330353a802396cf839d506ddf00309fa9a.tar.gz
Update years in copyright notice; nfc.
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/Activate.c1
-rw-r--r--oldXMenu/AddPane.c1
-rw-r--r--oldXMenu/AddSel.c1
-rw-r--r--oldXMenu/ChangeLog4
-rw-r--r--oldXMenu/ChgPane.c1
-rw-r--r--oldXMenu/ChgSel.c1
-rw-r--r--oldXMenu/Create.c1
-rw-r--r--oldXMenu/DelPane.c1
-rw-r--r--oldXMenu/DelSel.c1
-rw-r--r--oldXMenu/Destroy.c1
-rw-r--r--oldXMenu/Error.c1
-rw-r--r--oldXMenu/EvHand.c1
-rw-r--r--oldXMenu/FindPane.c1
-rw-r--r--oldXMenu/FindSel.c1
-rw-r--r--oldXMenu/InsPane.c1
-rw-r--r--oldXMenu/InsSel.c1
-rw-r--r--oldXMenu/Internal.c1
-rw-r--r--oldXMenu/Locate.c1
-rw-r--r--oldXMenu/Post.c1
-rw-r--r--oldXMenu/Recomp.c1
-rw-r--r--oldXMenu/SetAEQ.c1
-rw-r--r--oldXMenu/SetFrz.c1
-rw-r--r--oldXMenu/SetPane.c1
-rw-r--r--oldXMenu/SetSel.c1
-rw-r--r--oldXMenu/X10.h1
-rw-r--r--oldXMenu/XCrAssoc.c1
-rw-r--r--oldXMenu/XDelAssoc.c1
-rw-r--r--oldXMenu/XDestAssoc.c1
-rw-r--r--oldXMenu/XLookAssoc.c1
-rw-r--r--oldXMenu/XMakeAssoc.c1
-rw-r--r--oldXMenu/XMenu.h1
-rw-r--r--oldXMenu/XMenuInt.h1
-rw-r--r--oldXMenu/copyright.h2
-rw-r--r--oldXMenu/insque.c2
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 @@
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
#include "copyright.h"
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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
;; coding: iso-2022-7bit-unix
;; End:
- Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001
- Free Software Foundation, Inc.
+ Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001,
+ 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.
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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
#include "copyright.h"
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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
*
*/
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
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 @@
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
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 @@
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
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 @@
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
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 @@
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
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 @@
#include "copyright.h"
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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 @@
/* Copyright Massachusetts Institute of Technology 1985 */
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
/*
* 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.
*/
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
+
/* arch-tag: c689b1bc-a3ba-41a1-baa0-a3622b5445b2
(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 @@
+/* Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc. */
+
/* This file implements the emacs_insque and emacs_remque functions,
copies of the insque and remque functions of BSD. They and all
their callers have been renamed to emacs_mumble to allow us to