summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2005-01-21 00:57:50 +0000
committerIan C <ianc@noddybox.co.uk>2005-01-21 00:57:50 +0000
commita63bed3ce11b914d74004a4359ff75a0217fea8c (patch)
tree09be554574938c5d5dc7af17d4f20f676a7618a9
parent5bb3e70344cfafa8c09561b6d7d157026ce18b4f (diff)
Added RCS tags
-rw-r--r--DoomException.cs2
-rw-r--r--WAD.cs2
-rw-r--r--WADCollection.cs2
-rw-r--r--WADEntry.cs2
-rw-r--r--WADEntryConvert.cs2
5 files changed, 10 insertions, 0 deletions
diff --git a/DoomException.cs b/DoomException.cs
index e2777d8..3c73bab 100644
--- a/DoomException.cs
+++ b/DoomException.cs
@@ -15,6 +15,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+// $Id$
+//
using System;
namespace Noddybox.DOOM
diff --git a/WAD.cs b/WAD.cs
index 42a687d..9572630 100644
--- a/WAD.cs
+++ b/WAD.cs
@@ -15,6 +15,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+// $Id$
+//
using System;
using System.IO;
using System.Collections;
diff --git a/WADCollection.cs b/WADCollection.cs
index ba6eb5b..714e558 100644
--- a/WADCollection.cs
+++ b/WADCollection.cs
@@ -15,6 +15,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+// $Id$
+//
using System;
using System.Collections;
diff --git a/WADEntry.cs b/WADEntry.cs
index d43da68..8215ca4 100644
--- a/WADEntry.cs
+++ b/WADEntry.cs
@@ -15,6 +15,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+// $Id$
+//
using System;
using System.IO;
diff --git a/WADEntryConvert.cs b/WADEntryConvert.cs
index 7cd52b3..c390464 100644
--- a/WADEntryConvert.cs
+++ b/WADEntryConvert.cs
@@ -15,6 +15,8 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
//
+// $Id$
+//
using System;
using System.Collections;
using System.Drawing;