bit of X11 reformating

Cleanup up the copyright notice in dialogs.c, and replace some tabs.
This commit is contained in:
PatR
2016-01-12 02:20:43 -08:00
parent c5db7f57a3
commit a34d327159
+12 -13
View File
@@ -1,25 +1,24 @@
/* /*
* Copyright 1991 University of Wisconsin-Madison * Copyright 1991 University of Wisconsin-Madison
* *
* Permission to use, copy, modify, distribute, and sell this software and its * Permission to use, copy, modify, distribute, and sell this software and
* documentation for any purpose is hereby granted without fee, provided that * its documentation for any purpose is hereby granted without fee, provided
* the above copyright notice appear in all copies and that both that * that the above copyright notice appear in all copies and that both that
* copyright notice and this permission notice appear in supporting * copyright notice and this permission notice appear in supporting
* documentation, and that the name of the University of Wisconsin-Madison not * documentation, and that the name of the University of Wisconsin-Madison
* be used in advertising or publicity pertaining to distribution of the * not be used in advertising or publicity pertaining to distribution of the
* software without specific, written prior permission. The University of * software without specific, written prior permission. The University of
* Wisconsin-Madison makes no representations about the suitability of this * Wisconsin-Madison makes no representations about the suitability of this
* software for any purpose. It is provided "as is" without express or * software for any purpose. It is provided "as is" without express or
* implied warranty. * implied warranty.
* *
* THE UNIVERSITY OF WISCONSIN-MADISON DISCLAIMS ALL WARRANTIES WITH REGARD TO * THE UNIVERSITY OF WISCONSIN-MADISON DISCLAIMS ALL WARRANTIES WITH REGARD
* THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND * TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
* FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF WISCONSIN-MADISON BE LIABLE * FITNESS, IN NO EVENT SHALL THE UNIVERSITY OF WISCONSIN-MADISON BE LIABLE
*FOR * FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
* ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
* *
* Author: Tim Theisen Department of Computer Sciences * Author: Tim Theisen Department of Computer Sciences
* tim@cs.wisc.edu University of Wisconsin-Madison * tim@cs.wisc.edu University of Wisconsin-Madison
@@ -49,7 +48,7 @@
* target type" issued by 'gcc -Wwrite-strings' as used by nethack. * target type" issued by 'gcc -Wwrite-strings' as used by nethack.
* (For this file, always the second parameter to XtSetArg().) * (For this file, always the second parameter to XtSetArg().)
* *
* $NHDT-Date: 1432512808 2015/05/25 00:13:28 $ $NHDT-Branch: master $:$NHDT-Revision: 1.6 $ * $NHDT-Date: 1452594032 2016/01/12 10:20:32 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.7 $
*/ */
#ifndef SYSV #ifndef SYSV