diff options
author | Glenn Morris <rgm@gnu.org> | 2007-02-27 03:04:22 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-02-27 03:04:22 +0000 |
commit | 2cd3138f59fe1862b30fa548ed6bb19e04d99834 (patch) | |
tree | 80200cfaef4b6e7a3cf08704cbe9471da92ada1f /oldXMenu | |
parent | e4187bb0dee6c7f1773d0f9393474428f8cbf5b9 (diff) | |
download | emacs-2cd3138f59fe1862b30fa548ed6bb19e04d99834.tar.gz |
Remove FSF copyright since file does not differ significantly from X11
version.
Diffstat (limited to 'oldXMenu')
-rw-r--r-- | oldXMenu/AddPane.c | 6 | ||||
-rw-r--r-- | oldXMenu/AddSel.c | 5 | ||||
-rw-r--r-- | oldXMenu/ChgPane.c | 5 | ||||
-rw-r--r-- | oldXMenu/ChgSel.c | 5 | ||||
-rw-r--r-- | oldXMenu/DelPane.c | 5 | ||||
-rw-r--r-- | oldXMenu/DelSel.c | 5 | ||||
-rw-r--r-- | oldXMenu/Destroy.c | 5 | ||||
-rw-r--r-- | oldXMenu/Error.c | 5 | ||||
-rw-r--r-- | oldXMenu/EvHand.c | 5 | ||||
-rw-r--r-- | oldXMenu/FindPane.c | 5 | ||||
-rw-r--r-- | oldXMenu/InsPane.c | 5 | ||||
-rw-r--r-- | oldXMenu/InsSel.c | 5 | ||||
-rw-r--r-- | oldXMenu/Locate.c | 5 | ||||
-rw-r--r-- | oldXMenu/Post.c | 5 | ||||
-rw-r--r-- | oldXMenu/Recomp.c | 5 | ||||
-rw-r--r-- | oldXMenu/SetAEQ.c | 5 | ||||
-rw-r--r-- | oldXMenu/SetFrz.c | 5 | ||||
-rw-r--r-- | oldXMenu/SetPane.c | 5 | ||||
-rw-r--r-- | oldXMenu/SetSel.c | 5 | ||||
-rw-r--r-- | oldXMenu/X10.h | 2 | ||||
-rw-r--r-- | oldXMenu/XCrAssoc.c | 3 | ||||
-rw-r--r-- | oldXMenu/XDelAssoc.c | 2 | ||||
-rw-r--r-- | oldXMenu/XDestAssoc.c | 2 | ||||
-rw-r--r-- | oldXMenu/XLookAssoc.c | 2 | ||||
-rw-r--r-- | oldXMenu/XMakeAssoc.c | 2 | ||||
-rw-r--r-- | oldXMenu/XMenu.h | 5 |
26 files changed, 40 insertions, 74 deletions
diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c index d80f1633077..54b55a150c9 100644 --- a/oldXMenu/AddPane.c +++ b/oldXMenu/AddPane.c @@ -1,8 +1,6 @@ -#include "copyright.h" - /* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ + +#include "copyright.h" /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/AddSel.c b/oldXMenu/AddSel.c index 0d1085bb3d5..e38b3404b56 100644 --- a/oldXMenu/AddSel.c +++ b/oldXMenu/AddSel.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/ChgPane.c b/oldXMenu/ChgPane.c index 463b57151ed..35caf0917c9 100644 --- a/oldXMenu/ChgPane.c +++ b/oldXMenu/ChgPane.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/ChgSel.c b/oldXMenu/ChgSel.c index 4249982d7d1..4d246f7bdbc 100644 --- a/oldXMenu/ChgSel.c +++ b/oldXMenu/ChgSel.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/DelPane.c b/oldXMenu/DelPane.c index fa300d91142..e7568cff56e 100644 --- a/oldXMenu/DelPane.c +++ b/oldXMenu/DelPane.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/DelSel.c b/oldXMenu/DelSel.c index dd63b1c49ee..e7b6ace3845 100644 --- a/oldXMenu/DelSel.c +++ b/oldXMenu/DelSel.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c index f673ed9fcad..117f04ed1c5 100644 --- a/oldXMenu/Destroy.c +++ b/oldXMenu/Destroy.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c index 35f5920e34a..6f43cbdbf9b 100644 --- a/oldXMenu/Error.c +++ b/oldXMenu/Error.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c index d0d2b8efa91..41ba49bcbca 100644 --- a/oldXMenu/EvHand.c +++ b/oldXMenu/EvHand.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c index 1ac74ef2b43..fa71c6b39a1 100644 --- a/oldXMenu/FindPane.c +++ b/oldXMenu/FindPane.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/InsPane.c b/oldXMenu/InsPane.c index 980694f4cc4..0aa43935ea2 100644 --- a/oldXMenu/InsPane.c +++ b/oldXMenu/InsPane.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/InsSel.c b/oldXMenu/InsSel.c index f4f615b430d..08a0370868c 100644 --- a/oldXMenu/InsSel.c +++ b/oldXMenu/InsSel.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/Locate.c b/oldXMenu/Locate.c index f419ba2a0bb..edd94369e6e 100644 --- a/oldXMenu/Locate.c +++ b/oldXMenu/Locate.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/Post.c b/oldXMenu/Post.c index 281c1197c62..c51f23e7146 100644 --- a/oldXMenu/Post.c +++ b/oldXMenu/Post.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c index e985ee3e2a8..230db9e3a13 100644 --- a/oldXMenu/Recomp.c +++ b/oldXMenu/Recomp.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/SetAEQ.c b/oldXMenu/SetAEQ.c index 49ff6646a24..0e81ed55a49 100644 --- a/oldXMenu/SetAEQ.c +++ b/oldXMenu/SetAEQ.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/SetFrz.c b/oldXMenu/SetFrz.c index e6444551951..be9f76f7d80 100644 --- a/oldXMenu/SetFrz.c +++ b/oldXMenu/SetFrz.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c index 61759e3793d..b9ecb7e8706 100644 --- a/oldXMenu/SetPane.c +++ b/oldXMenu/SetPane.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/SetSel.c b/oldXMenu/SetSel.c index e6f57bd0104..aae161322eb 100644 --- a/oldXMenu/SetSel.c +++ b/oldXMenu/SetSel.c @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h index cc592525a81..e1abcbbe6c5 100644 --- a/oldXMenu/X10.h +++ b/oldXMenu/X10.h @@ -15,8 +15,6 @@ * */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 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 36b77ce1bdf..874ed81d31f 100644 --- a/oldXMenu/XCrAssoc.c +++ b/oldXMenu/XCrAssoc.c @@ -1,7 +1,4 @@ /* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ - #include "copyright.h" diff --git a/oldXMenu/XDelAssoc.c b/oldXMenu/XDelAssoc.c index 53192a54bf3..11e8c35a774 100644 --- a/oldXMenu/XDelAssoc.c +++ b/oldXMenu/XDelAssoc.c @@ -1,6 +1,4 @@ /* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ #include "copyright.h" diff --git a/oldXMenu/XDestAssoc.c b/oldXMenu/XDestAssoc.c index b625ab6c1c3..fee53eb756f 100644 --- a/oldXMenu/XDestAssoc.c +++ b/oldXMenu/XDestAssoc.c @@ -1,6 +1,4 @@ /* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ #include "copyright.h" diff --git a/oldXMenu/XLookAssoc.c b/oldXMenu/XLookAssoc.c index c1756d5bafa..0ab71c3e78b 100644 --- a/oldXMenu/XLookAssoc.c +++ b/oldXMenu/XLookAssoc.c @@ -1,6 +1,4 @@ /* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ #include "copyright.h" diff --git a/oldXMenu/XMakeAssoc.c b/oldXMenu/XMakeAssoc.c index e9af85c1e59..d443084ac13 100644 --- a/oldXMenu/XMakeAssoc.c +++ b/oldXMenu/XMakeAssoc.c @@ -1,6 +1,4 @@ /* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ #include "copyright.h" diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h index ef94cf0a07a..2589ae68cca 100644 --- a/oldXMenu/XMenu.h +++ b/oldXMenu/XMenu.h @@ -1,8 +1,7 @@ +/* Copyright Massachusetts Institute of Technology 1985 */ + #include "copyright.h" -/* Copyright Massachusetts Institute of Technology 1985 */ -/* Copyright (C) 2001, 2002, 2003, 2004, 2005, - 2006, 2007 Free Software Foundation, Inc. */ /* * XMenu: MIT Project Athena, X Window system menu package |