summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.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/shopping.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/shopping.cc')
-rw-r--r--crawl-ref/source/shopping.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc
index 199e4cd392..9bc6470afb 100644
--- a/crawl-ref/source/shopping.cc
+++ b/crawl-ref/source/shopping.cc
@@ -3,6 +3,8 @@
* Summary: Shop keeper functions.
* Written by: Linley Henzell
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
*
* <3> Jul 30 00 JDJ in_a_shop uses shoppy instead of i when calling shop_set_id.