diff options
author | gildea <empty> | 1994-04-13 17:20:49 +0000 |
---|---|---|
committer | gildea <empty> | 1994-04-13 17:20:49 +0000 |
commit | 1e85ec7ba40a4fc7801756de0c7bd5a90f2766f8 (patch) | |
tree | 0fdb797fd5078746a66fa81eb469c3ec2ffd6569 /xc/programs/xwd | |
parent | cdc8ce4916834b4c3f4868a4eb9c169435353bd5 (diff) |
fix copyright
Diffstat (limited to 'xc/programs/xwd')
-rw-r--r-- | xc/programs/xwd/dsimple.c | 15 | ||||
-rw-r--r-- | xc/programs/xwd/dsimple.h | 15 |
2 files changed, 28 insertions, 2 deletions
diff --git a/xc/programs/xwd/dsimple.c b/xc/programs/xwd/dsimple.c index 620d5f8cb..cbd0b8a6e 100644 --- a/xc/programs/xwd/dsimple.c +++ b/xc/programs/xwd/dsimple.c @@ -1,4 +1,17 @@ -/* $XConsortium: dsimple.c,v 1.13 93/08/02 16:26:08 converse Exp $ */ +/* $XConsortium: dsimple.c,v 1.14 93/08/03 14:59:37 converse Exp $ */ +/* + * Copyright 1993 Massachusetts Institute of Technology + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of M.I.T. not be used in advertising or + * publicity pertaining to distribution of the software without specific, + * written prior permission. M.I.T. makes no representations about the + * suitability of this software for any purpose. It is provided "as is" + * without express or implied warranty. + */ #include <X11/Xos.h> #include <X11/Xlib.h> #include <X11/Xutil.h> diff --git a/xc/programs/xwd/dsimple.h b/xc/programs/xwd/dsimple.h index b2d53c756..b2dfac2bc 100644 --- a/xc/programs/xwd/dsimple.h +++ b/xc/programs/xwd/dsimple.h @@ -1,4 +1,17 @@ -/* $XConsortium: dsimple.h,v 1.2 88/09/06 17:12:31 jim Exp $ */ +/* $XConsortium: dsimple.h,v 1.3 90/04/28 12:07:00 rws Exp $ */ +/* + * Copyright 1993 Massachusetts Institute of Technology + * + * Permission to use, copy, modify, distribute, and sell this software and its + * documentation for any purpose is hereby granted without fee, provided that + * the above copyright notice appear in all copies and that both that + * copyright notice and this permission notice appear in supporting + * documentation, and that the name of M.I.T. not be used in advertising or + * publicity pertaining to distribution of the software without specific, + * written prior permission. M.I.T. makes no representations about the + * suitability of this software for any purpose. It is provided "as is" + * without express or implied warranty. + */ /* * Just_display.h: This file contains the definitions needed to use the * functions in just_display.c. It also declares the global |