From 0ffde7e45fdb4be7df980494b4e6741748cd5fdd Mon Sep 17 00:00:00 2001 From: nhmall Date: Thu, 25 Jan 2018 23:23:16 -0500 Subject: [PATCH] copyright notice to 2018 --- dat/.gitignore | 2 ++ include/patchlevel.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dat/.gitignore b/dat/.gitignore index 6cdbe532d..748a8ffe1 100644 --- a/dat/.gitignore +++ b/dat/.gitignore @@ -23,3 +23,5 @@ dlb.lst guioptions porthelp NetHack.ad +gitinfo.txt + diff --git a/include/patchlevel.h b/include/patchlevel.h index 0d2828ffc..daa0234e0 100644 --- a/include/patchlevel.h +++ b/include/patchlevel.h @@ -15,7 +15,7 @@ */ #define EDITLEVEL 0 -#define COPYRIGHT_BANNER_A "NetHack, Copyright 1985-2016" +#define COPYRIGHT_BANNER_A "NetHack, Copyright 1985-2018" #define COPYRIGHT_BANNER_B \ " By Stichting Mathematisch Centrum and M. Stephenson." /* COPYRIGHT_BANNER_C is generated by makedefs into date.h */