From a9f88fbe2f24028071d6043c25c6f73fcd71132d Mon Sep 17 00:00:00 2001 From: zelgadis Date: Wed, 3 Oct 2007 01:39:08 +0000 Subject: Added svn properties svn:keywords and svn:eol-style to files which were missing them. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2301 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/branch.cc | 2 +- crawl-ref/source/branch.h | 2 +- crawl-ref/source/cio.cc | 2 +- crawl-ref/source/cio.h | 2 +- crawl-ref/source/dgnevent.cc | 2 +- crawl-ref/source/dgnevent.h | 2 +- crawl-ref/source/ghost.cc | 2 +- crawl-ref/source/libdos.cc | 2 +- crawl-ref/source/luadgn.cc | 2 +- crawl-ref/source/luadgn.h | 2 +- crawl-ref/source/makeitem.cc | 2 +- crawl-ref/source/makeitem.h | 2 +- crawl-ref/source/mapdef.cc | 2 +- crawl-ref/source/mapmark.cc | 2 +- crawl-ref/source/mtransit.cc | 2 +- crawl-ref/source/mtransit.h | 2 +- crawl-ref/source/sqldbm.cc | 2 +- crawl-ref/source/xom.cc | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/crawl-ref/source/branch.cc b/crawl-ref/source/branch.cc index b3cdc0e652..a620777d20 100644 --- a/crawl-ref/source/branch.cc +++ b/crawl-ref/source/branch.cc @@ -1,5 +1,5 @@ /* - * Modified for Crawl Reference by $Author: haranp $ on $Date: 2006-12-10 22:28:21 +0200 (Sun, 10 Dec 2006) $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" diff --git a/crawl-ref/source/branch.h b/crawl-ref/source/branch.h index d587f56c38..b5629e4fac 100644 --- a/crawl-ref/source/branch.h +++ b/crawl-ref/source/branch.h @@ -3,7 +3,7 @@ * Summary: Dungeon branch classes * Written by: Haran Pilpel * - * Modified for Crawl Reference by $Author: haranp $ on $Date: 2006-11-29 13:12:52 -0500 (Wed, 29 Nov 2006) $ + * Modified for Crawl Reference by $Author$ on $Date$ * */ diff --git a/crawl-ref/source/cio.cc b/crawl-ref/source/cio.cc index bc9909c29b..12909bf5e2 100644 --- a/crawl-ref/source/cio.cc +++ b/crawl-ref/source/cio.cc @@ -2,7 +2,7 @@ * File: cio.cc * Summary: Platform-independent console IO functions. * - * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-06-14T18:14:26.828542Z $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" diff --git a/crawl-ref/source/cio.h b/crawl-ref/source/cio.h index c21a54aa94..026ac42179 100644 --- a/crawl-ref/source/cio.h +++ b/crawl-ref/source/cio.h @@ -2,7 +2,7 @@ * File: cio.h * Summary: System independent console IO functions * - * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-06-14T18:14:26.828542Z $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #ifndef CIO_H diff --git a/crawl-ref/source/dgnevent.cc b/crawl-ref/source/dgnevent.cc index b1a58a5aa7..20533a5cc5 100644 --- a/crawl-ref/source/dgnevent.cc +++ b/crawl-ref/source/dgnevent.cc @@ -2,7 +2,7 @@ * File: dgnevent.cc * Summary: General dungeon events. * - * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-07-20T11:40:25.964128Z $ + * Modified for Crawl Reference by $Author$ on $Date$ * */ diff --git a/crawl-ref/source/dgnevent.h b/crawl-ref/source/dgnevent.h index 77791528b4..bc394cab77 100644 --- a/crawl-ref/source/dgnevent.h +++ b/crawl-ref/source/dgnevent.h @@ -2,7 +2,7 @@ * File: dgnevent.h * Summary: General dungeon events. * - * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-07-20T11:40:25.964128Z $ + * Modified for Crawl Reference by $Author$ on $Date$ * */ diff --git a/crawl-ref/source/ghost.cc b/crawl-ref/source/ghost.cc index 3e4746a984..f856c07047 100644 --- a/crawl-ref/source/ghost.cc +++ b/crawl-ref/source/ghost.cc @@ -3,7 +3,7 @@ * Summary: Player ghost and random Pandemonium demon handling. * * Created for Dungeon Crawl Reference by $Author:dshaligram $ on - * $Date: 2007-03-15 $. + * $Date$. */ #include "AppHdr.h" diff --git a/crawl-ref/source/libdos.cc b/crawl-ref/source/libdos.cc index 4d05c926ea..ab04e12784 100644 --- a/crawl-ref/source/libdos.cc +++ b/crawl-ref/source/libdos.cc @@ -3,7 +3,7 @@ * Summary: Functions for DOS support. * Written by: Darshan Shaligram * - * Added for Crawl Reference by $Author: nlanza $ on $Date: 2006-09-26T03:22:57.300929Z $ + * Added for Crawl Reference by $Author$ on $Date$ */ // Every .cc must include AppHdr or bad things happen. diff --git a/crawl-ref/source/luadgn.cc b/crawl-ref/source/luadgn.cc index f3252ff4fd..66575837c9 100644 --- a/crawl-ref/source/luadgn.cc +++ b/crawl-ref/source/luadgn.cc @@ -2,7 +2,7 @@ * File: luadgn.cc * Summary: Dungeon-builder Lua interface. * - * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-06-21T19:20:47.183838Z $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" diff --git a/crawl-ref/source/luadgn.h b/crawl-ref/source/luadgn.h index 071fb283e4..72afcc0dfc 100644 --- a/crawl-ref/source/luadgn.h +++ b/crawl-ref/source/luadgn.h @@ -2,7 +2,7 @@ * File: luadgn.h * Summary: Dungeon-builder Lua interface. * - * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-06-21T19:20:47.183838Z $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #ifndef LUADGN_H diff --git a/crawl-ref/source/makeitem.cc b/crawl-ref/source/makeitem.cc index aa20fdc9d4..f9ec4ed8d4 100644 --- a/crawl-ref/source/makeitem.cc +++ b/crawl-ref/source/makeitem.cc @@ -2,7 +2,7 @@ * File: makeitem.cc * Summary: Item creation routines. * - * Modified for Crawl Reference by $Author: haranp $ on $Date: 2007-03-15T20:10:20.648083Z $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" diff --git a/crawl-ref/source/makeitem.h b/crawl-ref/source/makeitem.h index 0b567ab841..0427be6923 100644 --- a/crawl-ref/source/makeitem.h +++ b/crawl-ref/source/makeitem.h @@ -2,7 +2,7 @@ * File: makeitem.h * Summary: Item creation routines. * - * Modified for Crawl Reference by $Author: haranp $ on $Date: 2007-03-15T20:10:20.648083Z $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #ifndef MAKEITEM_H diff --git a/crawl-ref/source/mapdef.cc b/crawl-ref/source/mapdef.cc index f56b6dbe05..599ceda1b8 100644 --- a/crawl-ref/source/mapdef.cc +++ b/crawl-ref/source/mapdef.cc @@ -2,7 +2,7 @@ * File: mapdef.cc * Summary: Support code for Crawl des files. * - * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-06-30T15:49:18.688054Z $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include diff --git a/crawl-ref/source/mapmark.cc b/crawl-ref/source/mapmark.cc index 3c6901eaea..a427749e9b 100644 --- a/crawl-ref/source/mapmark.cc +++ b/crawl-ref/source/mapmark.cc @@ -2,7 +2,7 @@ * File: mapmark.cc * Summary: Level markers (annotations). * - * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-07-20T11:40:25.964128Z $ + * Modified for Crawl Reference by $Author$ on $Date$ * */ diff --git a/crawl-ref/source/mtransit.cc b/crawl-ref/source/mtransit.cc index 483e6327f1..8361f015bd 100644 --- a/crawl-ref/source/mtransit.cc +++ b/crawl-ref/source/mtransit.cc @@ -3,7 +3,7 @@ * Summary: Tracks monsters that are in suspended animation between levels. * Written by: Darshan Shaligram * - * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-03-15T20:10:20.648083Z $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" diff --git a/crawl-ref/source/mtransit.h b/crawl-ref/source/mtransit.h index d02e3a78ff..aebea8806d 100644 --- a/crawl-ref/source/mtransit.h +++ b/crawl-ref/source/mtransit.h @@ -3,7 +3,7 @@ * Summary: Tracking monsters in transit between levels. * Written by: Darshan Shaligram * - * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-03-15T20:10:20.648083Z $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #ifndef MTRANSIT_H diff --git a/crawl-ref/source/sqldbm.cc b/crawl-ref/source/sqldbm.cc index af68fbbc62..db6c1f0606 100644 --- a/crawl-ref/source/sqldbm.cc +++ b/crawl-ref/source/sqldbm.cc @@ -3,7 +3,7 @@ * Summary: dbm wrapper for SQLite * Written by: Darshan Shaligram * - * Modified for Crawl Reference by $Author: dshaligram $ on $Date: 2007-06-26T17:43:23.491102Z $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" diff --git a/crawl-ref/source/xom.cc b/crawl-ref/source/xom.cc index 5ffe6d2279..9a6bcf69b3 100644 --- a/crawl-ref/source/xom.cc +++ b/crawl-ref/source/xom.cc @@ -3,7 +3,7 @@ * Summary: All things Xomly * Written by: Zooko * - * Modified for Crawl Reference by $Author: haranp $ on $Date: 2007-05-15T17:02:30.826843Z $ + * Modified for Crawl Reference by $Author$ on $Date$ */ #include "AppHdr.h" -- cgit v1.2.3-54-g00ecf