aboutsummaryrefslogtreecommitdiffstats
path: root/oldXMenu
diff options
context:
space:
mode:
authorEli Zaretskii2021-08-29 14:28:36 +0300
committerEli Zaretskii2021-08-29 14:28:36 +0300
commitdbec4ae06b36f2c86287f54e3417f4e5db6c7c01 (patch)
tree5fdf1a5941cd1d331a0a6ca77f91d39cbb0c6474 /oldXMenu
parentb0fe06e656209581466f60ac3b9ea98bb6acecbf (diff)
downloademacs-dbec4ae06b36f2c86287f54e3417f4e5db6c7c01.tar.gz
emacs-dbec4ae06b36f2c86287f54e3417f4e5db6c7c01.zip
; Copy contents of oldXMenu/copyright.h into oldXMenu/*.[ch] files
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/Activate.c20
-rw-r--r--oldXMenu/AddPane.c20
-rw-r--r--oldXMenu/AddSel.c20
-rw-r--r--oldXMenu/ChgPane.c20
-rw-r--r--oldXMenu/ChgSel.c20
-rw-r--r--oldXMenu/Create.c20
-rw-r--r--oldXMenu/DelPane.c20
-rw-r--r--oldXMenu/DelSel.c20
-rw-r--r--oldXMenu/Destroy.c20
-rw-r--r--oldXMenu/Error.c20
-rw-r--r--oldXMenu/EvHand.c20
-rw-r--r--oldXMenu/FindPane.c20
-rw-r--r--oldXMenu/FindSel.c20
-rw-r--r--oldXMenu/InsPane.c20
-rw-r--r--oldXMenu/InsSel.c20
-rw-r--r--oldXMenu/Internal.c20
-rw-r--r--oldXMenu/Locate.c20
-rw-r--r--oldXMenu/Post.c20
-rw-r--r--oldXMenu/Recomp.c20
-rw-r--r--oldXMenu/SetAEQ.c20
-rw-r--r--oldXMenu/SetFrz.c20
-rw-r--r--oldXMenu/SetPane.c20
-rw-r--r--oldXMenu/SetSel.c20
-rw-r--r--oldXMenu/XCrAssoc.c20
-rw-r--r--oldXMenu/XDelAssoc.c20
-rw-r--r--oldXMenu/XDestAssoc.c20
-rw-r--r--oldXMenu/XLookAssoc.c20
-rw-r--r--oldXMenu/XMakeAssoc.c20
-rw-r--r--oldXMenu/XMenu.h20
-rw-r--r--oldXMenu/XMenuInt.h20
30 files changed, 570 insertions, 30 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c
index 91439eacc2f..8ffa817f6c1 100644
--- a/oldXMenu/Activate.c
+++ b/oldXMenu/Activate.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5/* 23/*
6Copyright (C) 2001-2021 Free Software Foundation, Inc. 24Copyright (C) 2001-2021 Free Software Foundation, Inc.
diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c
index e7246f2faa0..b14b3e82e4e 100644
--- a/oldXMenu/AddPane.c
+++ b/oldXMenu/AddPane.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5/* 23/*
6 * XMenu: MIT Project Athena, X Window system menu package 24 * XMenu: MIT Project Athena, X Window system menu package
diff --git a/oldXMenu/AddSel.c b/oldXMenu/AddSel.c
index 2a52a6a6c8c..9596caed0e7 100644
--- a/oldXMenu/AddSel.c
+++ b/oldXMenu/AddSel.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/ChgPane.c b/oldXMenu/ChgPane.c
index 733f65950f5..c9c4a5e8a42 100644
--- a/oldXMenu/ChgPane.c
+++ b/oldXMenu/ChgPane.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/ChgSel.c b/oldXMenu/ChgSel.c
index 5a46b5cf587..c26781b014d 100644
--- a/oldXMenu/ChgSel.c
+++ b/oldXMenu/ChgSel.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c
index e209bbeceeb..2077a718482 100644
--- a/oldXMenu/Create.c
+++ b/oldXMenu/Create.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5/* 23/*
6Copyright (C) 1993-1994, 2001-2021 Free Software Foundation, Inc. 24Copyright (C) 1993-1994, 2001-2021 Free Software Foundation, Inc.
diff --git a/oldXMenu/DelPane.c b/oldXMenu/DelPane.c
index 10234e02902..37a2095c55d 100644
--- a/oldXMenu/DelPane.c
+++ b/oldXMenu/DelPane.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/DelSel.c b/oldXMenu/DelSel.c
index ca2ea28c4bd..47cc1685f06 100644
--- a/oldXMenu/DelSel.c
+++ b/oldXMenu/DelSel.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c
index 7f0f6146316..fdaa69b8d1c 100644
--- a/oldXMenu/Destroy.c
+++ b/oldXMenu/Destroy.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c
index 01738458b6a..b49e172f0e9 100644
--- a/oldXMenu/Error.c
+++ b/oldXMenu/Error.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c
index bd15359d919..94789c296f0 100644
--- a/oldXMenu/EvHand.c
+++ b/oldXMenu/EvHand.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c
index 8101d009a2f..3e763215ddd 100644
--- a/oldXMenu/FindPane.c
+++ b/oldXMenu/FindPane.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c
index e2a5dbbdcd4..53d14053b3c 100644
--- a/oldXMenu/FindSel.c
+++ b/oldXMenu/FindSel.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5/* 23/*
6Copyright (C) 2001-2021 Free Software Foundation, Inc. 24Copyright (C) 2001-2021 Free Software Foundation, Inc.
diff --git a/oldXMenu/InsPane.c b/oldXMenu/InsPane.c
index da92f49aa77..89253e1db0f 100644
--- a/oldXMenu/InsPane.c
+++ b/oldXMenu/InsPane.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/InsSel.c b/oldXMenu/InsSel.c
index f5380437958..527a7a0da85 100644
--- a/oldXMenu/InsSel.c
+++ b/oldXMenu/InsSel.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c
index 3e97f9ab3f1..476336ce496 100644
--- a/oldXMenu/Internal.c
+++ b/oldXMenu/Internal.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5/* 23/*
6Copyright (C) 1993, 1996, 2001-2021 Free Software Foundation, Inc. 24Copyright (C) 1993, 1996, 2001-2021 Free Software Foundation, Inc.
diff --git a/oldXMenu/Locate.c b/oldXMenu/Locate.c
index 1605b4bbb29..bd126660116 100644
--- a/oldXMenu/Locate.c
+++ b/oldXMenu/Locate.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/Post.c b/oldXMenu/Post.c
index e78fedcf77a..524773673bc 100644
--- a/oldXMenu/Post.c
+++ b/oldXMenu/Post.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c
index 2aec87a51dd..5c129fc5432 100644
--- a/oldXMenu/Recomp.c
+++ b/oldXMenu/Recomp.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/SetAEQ.c b/oldXMenu/SetAEQ.c
index ee2d64b8806..57debf0dd71 100644
--- a/oldXMenu/SetAEQ.c
+++ b/oldXMenu/SetAEQ.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/SetFrz.c b/oldXMenu/SetFrz.c
index c8998eeb66b..eb54dd671ed 100644
--- a/oldXMenu/SetFrz.c
+++ b/oldXMenu/SetFrz.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c
index f29a81c5ca0..b43c777f278 100644
--- a/oldXMenu/SetPane.c
+++ b/oldXMenu/SetPane.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/SetSel.c b/oldXMenu/SetSel.c
index 2f950d49fd6..251b5f95159 100644
--- a/oldXMenu/SetSel.c
+++ b/oldXMenu/SetSel.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/XCrAssoc.c b/oldXMenu/XCrAssoc.c
index 7150cbc53d6..e017cbbbccf 100644
--- a/oldXMenu/XCrAssoc.c
+++ b/oldXMenu/XCrAssoc.c
@@ -1,5 +1,23 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2#include "copyright.h" 2/*
3
4Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
5
6Permission to use, copy, modify, and distribute this
7software and its documentation for any purpose and without
8fee is hereby granted, provided that the above copyright
9notice appear in all copies and that both that copyright
10notice and this permission notice appear in supporting
11documentation, and that the name of M.I.T. not be used in
12advertising or publicity pertaining to distribution of the
13software without specific, written prior permission.
14M.I.T. makes no representations about the suitability of
15this software for any purpose. It is provided "as is"
16without express or implied warranty.
17
18*/
19
20
3 21
4 22
5#include <config.h> 23#include <config.h>
diff --git a/oldXMenu/XDelAssoc.c b/oldXMenu/XDelAssoc.c
index ec1d09d46ec..26a635eef58 100644
--- a/oldXMenu/XDelAssoc.c
+++ b/oldXMenu/XDelAssoc.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5#include "XMenuInt.h" 23#include "XMenuInt.h"
6 24
diff --git a/oldXMenu/XDestAssoc.c b/oldXMenu/XDestAssoc.c
index 94c0454756a..73069444344 100644
--- a/oldXMenu/XDestAssoc.c
+++ b/oldXMenu/XDestAssoc.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5#include "XMenuInt.h" 23#include "XMenuInt.h"
6 24
diff --git a/oldXMenu/XLookAssoc.c b/oldXMenu/XLookAssoc.c
index fad960d7a4c..577e63f42f2 100644
--- a/oldXMenu/XLookAssoc.c
+++ b/oldXMenu/XLookAssoc.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5#include <config.h> 23#include <config.h>
6#include <X11/Xlib.h> 24#include <X11/Xlib.h>
diff --git a/oldXMenu/XMakeAssoc.c b/oldXMenu/XMakeAssoc.c
index 2530e8e507b..256d4ebb0e2 100644
--- a/oldXMenu/XMakeAssoc.c
+++ b/oldXMenu/XMakeAssoc.c
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6#include "XMenuInt.h" 24#include "XMenuInt.h"
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h
index 8e4292f5088..50ea6834090 100644
--- a/oldXMenu/XMenu.h
+++ b/oldXMenu/XMenu.h
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*
diff --git a/oldXMenu/XMenuInt.h b/oldXMenu/XMenuInt.h
index 369b8c1a4a9..86b8e057cd5 100644
--- a/oldXMenu/XMenuInt.h
+++ b/oldXMenu/XMenuInt.h
@@ -1,6 +1,24 @@
1/* Copyright Massachusetts Institute of Technology 1985 */ 1/* Copyright Massachusetts Institute of Technology 1985 */
2 2
3#include "copyright.h" 3/*
4
5Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
6
7Permission to use, copy, modify, and distribute this
8software and its documentation for any purpose and without
9fee is hereby granted, provided that the above copyright
10notice appear in all copies and that both that copyright
11notice and this permission notice appear in supporting
12documentation, and that the name of M.I.T. not be used in
13advertising or publicity pertaining to distribution of the
14software without specific, written prior permission.
15M.I.T. makes no representations about the suitability of
16this software for any purpose. It is provided "as is"
17without express or implied warranty.
18
19*/
20
21
4 22
5 23
6/* 24/*