summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/insult.cc
diff options
context:
space:
mode:
authornlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 03:22:57 +0000
committernlanza <nlanza@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 03:22:57 +0000
commit05b30356b41de3ea68884a6a4cd232efb0b2e66c (patch)
treec64c216cbd92aa299f76e9bce7f69b1c41009241 /crawl-ref/source/insult.cc
parent197a47d1f4bc53169a0f3710559bf797546b1e1d (diff)
downloadcrawl-ref-05b30356b41de3ea68884a6a4cd232efb0b2e66c.tar.gz
crawl-ref-05b30356b41de3ea68884a6a4cd232efb0b2e66c.zip
License compliance changes -- see the following excerpt from license.txt:
2. You may modify your copy or copies of Crawl or any portion of it, and copy and distribute such modifications under the terms of Paragraph 1 above (including distributing this Licence Agreement), provided that you also do the following: a. cause the modified files to carry prominent notices stating that you changed the files and the date of any change; and This tags all source files that didn't already have it with a 'Modified for Crawl Reference by $Author on $Date$' header tag, allowing SVN to do the datestamp monkeying for us. I've also tagged files that are new to crawl-ref / stone soup, which the license doesn't require but does provide a bit of unity and makes it easier to see who's changing things. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@124 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/insult.cc')
-rw-r--r--crawl-ref/source/insult.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/insult.cc b/crawl-ref/source/insult.cc
index 1e8c629ab9..bb3b62f11b 100644
--- a/crawl-ref/source/insult.cc
+++ b/crawl-ref/source/insult.cc
@@ -4,6 +4,8 @@
// to link with Linley Henzel's Dungeon Crawl (or Crawl) without change to
// Crawl's license.
//
+// Modified for Crawl Reference by $Author$ on $Date$
+//
// The goal of this stuff is catachronistic feel.
#include "AppHdr.h"