add missing copyright info

This commit is contained in:
keni
2018-04-25 16:54:50 -04:00
parent 09502df9f1
commit 0f58af6f37
98 changed files with 381 additions and 105 deletions

View File

@@ -1,4 +1,6 @@
# NetHack 3.6 Makefile.gcc $NHDT-Date: 1434804544 2015/06/20 12:49:04 $ $NHDT-Branch: win32-x64-working $:$NHDT-Revision: 1.53 $
# NetHack 3.6 Makefile.gcc $NHDT-Date: 1524689356 2018/04/25 20:49:16 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.54 $
# Copyright (c) 2010 by Michael Allison
# NetHack may be freely redistributed. See license for details.
#
#==============================================================================
#

View File

@@ -1,3 +1,7 @@
# NetHack 3.6 defaults.nh $NHDT-Date: 1524689357 2018/04/25 20:49:17 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.32 $
# Copyright (c) 2006 by Michael Allison
# NetHack may be freely redistributed. See license for details.
# Sample config file for win32 NetHack
# A '#' at the beginning of a line means the rest of the line is a comment.
#
@@ -7,7 +11,7 @@
# To change the configuration, comment out the unwanted lines, and
# uncomment the configuration you want.
#
# $NHDT-Date: 1524684371 2018/04/25 19:26:11 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.31 $
# $NHDT-Date: 1524689357 2018/04/25 20:49:17 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.32 $
# *** OPTIONS ***
#

View File

@@ -1,3 +1,7 @@
/* NetHack 3.6 stubs.c $NHDT-Date: 1524689357 2018/04/25 20:49:17 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.3 $ */
/* Copyright (c) 2015 by Michael Allison */
/* NetHack may be freely redistributed. See license for details. */
#include "hack.h"
#ifdef GUISTUB

View File

@@ -1,5 +1,7 @@
#
# NetHack 3.6 sysconf $NHDT-Date: 1524684385 2018/04/25 19:26:25 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.21 $
# NetHack 3.6 sysconf $NHDT-Date: 1524689357 2018/04/25 20:49:17 $ $NHDT-Branch: NetHack-3.6.0 $:$NHDT-Revision: 1.22 $
# Copyright (c) 2015 by Michael Allison
# NetHack may be freely redistributed. See license for details.
#
# Sample sysconf file.
# The sysconf file is only used if NetHack is compiled with SYSCF defined.