summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-08 10:44:09 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-08 10:44:09 +0000
commit40165fb81001fb354bbc677d2722d97c73719a6e (patch)
treeb8cd4de664e8d46c2f502cda2ea69e2120969b03 /crawl-ref/source/libgui.cc
parent2d910749bdbcbbb440daaf0af608ae65c8af70fb (diff)
downloadcrawl-ref-40165fb81001fb354bbc677d2722d97c73719a6e.tar.gz
crawl-ref-40165fb81001fb354bbc677d2722d97c73719a6e.zip
[Bug 1907221] Add "Modified for Crawl Reference" statement and author to a
huge number of files. Also correct file name comments. No coding changes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3539 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/libgui.cc')
-rw-r--r--crawl-ref/source/libgui.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/libgui.cc b/crawl-ref/source/libgui.cc
index ffdcac943e..c9d67e7f72 100644
--- a/crawl-ref/source/libgui.cc
+++ b/crawl-ref/source/libgui.cc
@@ -1,8 +1,10 @@
/*
- * File: libx11.cc
+ * File: libgui.cc
* Summary: Functions for x11
* Written by: M.Itakura
*
+ * Modified for Crawl Reference by $Author: j-p-e-g $ on $Date: 2008-03-07 $
+ *
* Change History (most recent first):
*
* <1> 03/08/11 Ita copied from liblinux.cc and modified