Mercurial > emacs
comparison oldXMenu/XMakeAssoc.c @ 76133:995b45abe69d
Remove license text in favour of including copyright.h, as was done in
original X11 source.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sun, 25 Feb 2007 00:10:18 +0000 |
parents | 3d45362f1d38 |
children | fec5e03aaf59 dd7c098af727 |
comparison
equal
deleted
inserted
replaced
76132:0d644f70ff05 | 76133:995b45abe69d |
---|---|
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, 2007 Free Software Foundation, Inc. */ | 3 2006, 2007 Free Software Foundation, Inc. */ |
4 | 4 |
5 /* | 5 #include "copyright.h" |
6 Permission to use, copy, modify, distribute, and sell this software and its | 6 |
7 documentation for any purpose is hereby granted without fee, provided that | |
8 the above copyright notice appear in all copies and that both that | |
9 copyright notice and this permission notice appear in supporting | |
10 documentation, and that the name of M.I.T. not be used in advertising or | |
11 publicity pertaining to distribution of the software without specific, | |
12 written prior permission. M.I.T. makes no representations about the | |
13 suitability of this software for any purpose. It is provided "as is" | |
14 without express or implied warranty. | |
15 */ | |
16 | 7 |
17 #include <config.h> | 8 #include <config.h> |
18 #include <X11/Xlib.h> | 9 #include <X11/Xlib.h> |
19 #include <X11/Xresource.h> | 10 #include <X11/Xresource.h> |
20 #include "X10.h" | 11 #include "X10.h" |