summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;