Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2cd3138f
Commit
2cd3138f
authored
Feb 27, 2007
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove FSF copyright since file does not differ significantly from X11
version.
parent
e4187bb0
Changes
26
Hide whitespace changes
Inline
Side-by-side
Showing
26 changed files
with
40 additions
and
74 deletions
+40
-74
oldXMenu/AddPane.c
oldXMenu/AddPane.c
+2
-4
oldXMenu/AddSel.c
oldXMenu/AddSel.c
+2
-3
oldXMenu/ChgPane.c
oldXMenu/ChgPane.c
+2
-3
oldXMenu/ChgSel.c
oldXMenu/ChgSel.c
+2
-3
oldXMenu/DelPane.c
oldXMenu/DelPane.c
+2
-3
oldXMenu/DelSel.c
oldXMenu/DelSel.c
+2
-3
oldXMenu/Destroy.c
oldXMenu/Destroy.c
+2
-3
oldXMenu/Error.c
oldXMenu/Error.c
+2
-3
oldXMenu/EvHand.c
oldXMenu/EvHand.c
+2
-3
oldXMenu/FindPane.c
oldXMenu/FindPane.c
+2
-3
oldXMenu/InsPane.c
oldXMenu/InsPane.c
+2
-3
oldXMenu/InsSel.c
oldXMenu/InsSel.c
+2
-3
oldXMenu/Locate.c
oldXMenu/Locate.c
+2
-3
oldXMenu/Post.c
oldXMenu/Post.c
+2
-3
oldXMenu/Recomp.c
oldXMenu/Recomp.c
+2
-3
oldXMenu/SetAEQ.c
oldXMenu/SetAEQ.c
+2
-3
oldXMenu/SetFrz.c
oldXMenu/SetFrz.c
+2
-3
oldXMenu/SetPane.c
oldXMenu/SetPane.c
+2
-3
oldXMenu/SetSel.c
oldXMenu/SetSel.c
+2
-3
oldXMenu/X10.h
oldXMenu/X10.h
+0
-2
oldXMenu/XCrAssoc.c
oldXMenu/XCrAssoc.c
+0
-3
oldXMenu/XDelAssoc.c
oldXMenu/XDelAssoc.c
+0
-2
oldXMenu/XDestAssoc.c
oldXMenu/XDestAssoc.c
+0
-2
oldXMenu/XLookAssoc.c
oldXMenu/XLookAssoc.c
+0
-2
oldXMenu/XMakeAssoc.c
oldXMenu/XMakeAssoc.c
+0
-2
oldXMenu/XMenu.h
oldXMenu/XMenu.h
+2
-3
No files found.
oldXMenu/AddPane.c
View file @
2cd3138f
#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
...
...
oldXMenu/AddSel.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/ChgPane.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/ChgSel.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/DelPane.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/DelSel.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/Destroy.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/Error.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/EvHand.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/FindPane.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/InsPane.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/InsSel.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/Locate.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/Post.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/Recomp.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/SetAEQ.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/SetFrz.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/SetPane.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/SetSel.c
View file @
2cd3138f
/* 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
...
...
oldXMenu/X10.h
View file @
2cd3138f
...
...
@@ -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
...
...
oldXMenu/XCrAssoc.c
View file @
2cd3138f
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
2006, 2007 Free Software Foundation, Inc. */
#include "copyright.h"
...
...
oldXMenu/XDelAssoc.c
View file @
2cd3138f
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
2006, 2007 Free Software Foundation, Inc. */
#include "copyright.h"
...
...
oldXMenu/XDestAssoc.c
View file @
2cd3138f
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
2006, 2007 Free Software Foundation, Inc. */
#include "copyright.h"
...
...
oldXMenu/XLookAssoc.c
View file @
2cd3138f
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
2006, 2007 Free Software Foundation, Inc. */
#include "copyright.h"
...
...
oldXMenu/XMakeAssoc.c
View file @
2cd3138f
/* Copyright Massachusetts Institute of Technology 1985 */
/* Copyright (C) 2001, 2002, 2003, 2004, 2005,
2006, 2007 Free Software Foundation, Inc. */
#include "copyright.h"
...
...
oldXMenu/XMenu.h
View file @
2cd3138f
/* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment