summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ng-input.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-07-15 21:23:24 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2011-07-15 21:23:24 -0500
commit3d9c84ed61cb774456815114e9073c17d5967efb (patch)
tree69da3a4831f796aa0a433562e18c891014173624 /crawl-ref/source/ng-input.cc
parent28cf28718c61e20452e92014a073763e6892f134 (diff)
downloadcrawl-ref-3d9c84ed61cb774456815114e9073c17d5967efb.tar.gz
crawl-ref-3d9c84ed61cb774456815114e9073c17d5967efb.zip
Fix Mantis 4262: Update copyright year.
Diffstat (limited to 'crawl-ref/source/ng-input.cc')
-rw-r--r--crawl-ref/source/ng-input.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ng-input.cc b/crawl-ref/source/ng-input.cc
index 14f7f8d903..6bcd703468 100644
--- a/crawl-ref/source/ng-input.cc
+++ b/crawl-ref/source/ng-input.cc
@@ -17,7 +17,7 @@ void opening_screen(void)
std::string msg =
"<yellow>Hello, welcome to " CRAWL " " + Version::Long() + "!</yellow>\n"
"<brown>(c) Copyright 1997-2002 Linley Henzell, "
- "2002-2010 Crawl DevTeam\n"
+ "2002-2011 Crawl DevTeam\n"
"Read the instructions for legal details."
"</brown> " ;