From 5305c84eea260f57213df8ca07eeeba7e10bf891 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sun, 4 Jan 2009 22:48:42 +0000 Subject: Setting all .h/.cc files in source to have a consistent keyword propset. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8218 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/ghost.h | 2 +- crawl-ref/source/libgui.cc | 2 +- crawl-ref/source/libgui.h | 2 +- crawl-ref/source/mgrow.cc | 2 +- crawl-ref/source/mgrow.h | 2 +- crawl-ref/source/quiver.cc | 2 +- crawl-ref/source/quiver.h | 2 +- crawl-ref/source/tile2.cc | 2 +- crawl-ref/source/tilebuf.cc | 2 +- crawl-ref/source/tilebuf.h | 2 +- crawl-ref/source/tilefont.cc | 2 +- crawl-ref/source/tilefont.h | 2 +- crawl-ref/source/tilepick.cc | 2 +- crawl-ref/source/tilereg.cc | 2 +- crawl-ref/source/tilereg.h | 2 +- crawl-ref/source/tiles.h | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/crawl-ref/source/ghost.h b/crawl-ref/source/ghost.h index d78ed6dde1..91206885a5 100644 --- a/crawl-ref/source/ghost.h +++ b/crawl-ref/source/ghost.h @@ -5,7 +5,7 @@ * Created for Dungeon Crawl Reference by dshaligram on * Thu Mar 15 20:10:20 2007 UTC. * - * Modified for Crawl Reference by $Author: j-p-e-g $ on $Date: 2008-03-07 $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #ifndef GHOST_H diff --git a/crawl-ref/source/libgui.cc b/crawl-ref/source/libgui.cc index 837ef6a09b..751392004e 100644 --- a/crawl-ref/source/libgui.cc +++ b/crawl-ref/source/libgui.cc @@ -3,7 +3,7 @@ * Summary: Functions that any display port needs to implement. * Written by: M.Itakura * - * Modified for Crawl Reference by $Author: j-p-e-g $ on $Date: 2008-03-07 $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" diff --git a/crawl-ref/source/libgui.h b/crawl-ref/source/libgui.h index 083d70321f..951024610a 100644 --- a/crawl-ref/source/libgui.h +++ b/crawl-ref/source/libgui.h @@ -3,7 +3,7 @@ * Summary: Functions for x11 * Written by: M.Itakura (?) * - * Modified for Crawl Reference by $Author: j-p-e-g $ on $Date: 2008-03-07 $ + * Modified for Crawl Reference by $Author$ on $Date$ */ // TODO enne - slowly morph this into tilesdl.h diff --git a/crawl-ref/source/mgrow.cc b/crawl-ref/source/mgrow.cc index 62a7727152..7710f7c518 100644 --- a/crawl-ref/source/mgrow.cc +++ b/crawl-ref/source/mgrow.cc @@ -3,7 +3,7 @@ * Summary: Monster level-up code. * Written by: dshaligram on Fri Oct 26 08:33:37 2007 UTC * - * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-10-25T09:49:39.320031Z $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" diff --git a/crawl-ref/source/mgrow.h b/crawl-ref/source/mgrow.h index 36ddfb8000..f21dddc8e1 100644 --- a/crawl-ref/source/mgrow.h +++ b/crawl-ref/source/mgrow.h @@ -3,7 +3,7 @@ * Summary: Monster level-up code. * Written by: dshaligram on Fri Oct 26 08:33:37 2007 UTC * - * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-10-25T09:49:39.320031Z $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #ifndef __MGROW_H__ diff --git a/crawl-ref/source/quiver.cc b/crawl-ref/source/quiver.cc index b60f39cd62..12187347b1 100644 --- a/crawl-ref/source/quiver.cc +++ b/crawl-ref/source/quiver.cc @@ -2,7 +2,7 @@ * File: quiver.cc * Summary: Player quiver functionality * - * Modified for Crawl Reference by $Author: j-p-e-g $ on $Date: 2008-06-23 23:30:08 +0200 (Mo, 23 Jun 2008) $ + * Modified for Crawl Reference by $Author$ on $Date$ * * - Only change last_used when actually using * - Not changing Qv; nobody knows about internals diff --git a/crawl-ref/source/quiver.h b/crawl-ref/source/quiver.h index 16f9ef5470..a49c9a722c 100644 --- a/crawl-ref/source/quiver.h +++ b/crawl-ref/source/quiver.h @@ -2,7 +2,7 @@ * File: quiver.h * Summary: Player quiver functionality * - * Last modified by $Author: $ on $Date: $ + * Last modified by $Author$ on $Date$ */ #ifndef QUIVER_H diff --git a/crawl-ref/source/tile2.cc b/crawl-ref/source/tile2.cc index 5f88883e53..dc6eb07898 100644 --- a/crawl-ref/source/tile2.cc +++ b/crawl-ref/source/tile2.cc @@ -2,7 +2,7 @@ * File: tile2.cc * Created by: ennewalker on Sat Jan 5 01:33:53 2008 UTC * - * Modified for Crawl Reference by $Author: j-p-e-g $ on $Date: 2008-03-07 $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" diff --git a/crawl-ref/source/tilebuf.cc b/crawl-ref/source/tilebuf.cc index c0deccb150..72bf58c3a7 100644 --- a/crawl-ref/source/tilebuf.cc +++ b/crawl-ref/source/tilebuf.cc @@ -4,7 +4,7 @@ * * Created by: ennewalker on Sat Jan 5 01:33:53 2008 UTC * - * Modified for Crawl Reference by $Author: ennewalker $ on $Date: 2008-10-11 $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" diff --git a/crawl-ref/source/tilebuf.h b/crawl-ref/source/tilebuf.h index 5d3b4201b3..3175e8ab4b 100644 --- a/crawl-ref/source/tilebuf.h +++ b/crawl-ref/source/tilebuf.h @@ -2,7 +2,7 @@ * File: tilebuf.h * Created by: ennewalker on Sat Jan 5 01:33:53 2008 UTC * - * Modified for Crawl Reference by $Author: ennewalker $ on $Date: 2008-03-07 $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #ifndef TILEBUF_H diff --git a/crawl-ref/source/tilefont.cc b/crawl-ref/source/tilefont.cc index 133d4e1134..63583a82eb 100644 --- a/crawl-ref/source/tilefont.cc +++ b/crawl-ref/source/tilefont.cc @@ -2,7 +2,7 @@ * File: tilefont.cc * Created by: ennewalker on Sat Apr 26 01:33:53 2008 UTC * - * Modified for Crawl Reference by $Author: ennewalker $ on $Date: 2008-03-07 $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" diff --git a/crawl-ref/source/tilefont.h b/crawl-ref/source/tilefont.h index ab81353be4..ad164b183e 100644 --- a/crawl-ref/source/tilefont.h +++ b/crawl-ref/source/tilefont.h @@ -2,7 +2,7 @@ * File: tilefont.h * Created by: ennewalker on Sat Jan 5 01:33:53 2008 UTC * - * Modified for Crawl Reference by $Author: ennewalker $ on $Date: 2008-03-07 $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #ifndef TILEFONT_H diff --git a/crawl-ref/source/tilepick.cc b/crawl-ref/source/tilepick.cc index 4745b2c2ee..35169255ff 100644 --- a/crawl-ref/source/tilepick.cc +++ b/crawl-ref/source/tilepick.cc @@ -2,7 +2,7 @@ * File: tilepick.cc * Created by: ennewalker on Sat Jan 5 01:33:53 2008 UTC * - * Modified for Crawl Reference by $Author: j-p-e-g $ on $Date: 2008-03-07 $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" diff --git a/crawl-ref/source/tilereg.cc b/crawl-ref/source/tilereg.cc index 05e4c10673..3341d207b7 100644 --- a/crawl-ref/source/tilereg.cc +++ b/crawl-ref/source/tilereg.cc @@ -4,7 +4,7 @@ * * Created by: ennewalker on Sat Jan 5 01:33:53 2008 UTC * - * Modified for Crawl Reference by $Author: j-p-e-g $ on $Date: 2008-03-07 $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" diff --git a/crawl-ref/source/tilereg.h b/crawl-ref/source/tilereg.h index 740452816d..71da45f8e6 100644 --- a/crawl-ref/source/tilereg.h +++ b/crawl-ref/source/tilereg.h @@ -2,7 +2,7 @@ * File: tilereg.h * Created by: ennewalker on Sat Jan 5 01:33:53 2008 UTC * - * Modified for Crawl Reference by $Author: j-p-e-g $ on $Date: 2008-03-07 $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #ifdef USE_TILE diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h index e1bbd5ff9d..e926f93930 100644 --- a/crawl-ref/source/tiles.h +++ b/crawl-ref/source/tiles.h @@ -2,7 +2,7 @@ * File: tiles.h * Created by: ennewalker on Sat Jan 5 01:33:53 2008 UTC * - * Modified for Crawl Reference by $Author: j-p-e-g $ on $Date: 2008-03-07 $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #ifndef TILES_H -- cgit v1.2.3-54-g00ecf