summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sources/scala/util/regexp/Alphabet.scala2
-rw-r--r--sources/scala/util/regexp/Base.scala2
-rw-r--r--sources/scala/util/regexp/PointedHedgeExp.scala2
-rw-r--r--sources/scala/util/regexp/SyntaxErrorException.scala2
-rw-r--r--sources/scala/util/regexp/WordExp.scala2
5 files changed, 10 insertions, 0 deletions
diff --git a/sources/scala/util/regexp/Alphabet.scala b/sources/scala/util/regexp/Alphabet.scala
index 0ae119e8e5..718eea4c2f 100644
--- a/sources/scala/util/regexp/Alphabet.scala
+++ b/sources/scala/util/regexp/Alphabet.scala
@@ -1,3 +1,5 @@
+// $Id$
+
package scala.util.regexp ;
trait Alphabet ;
diff --git a/sources/scala/util/regexp/Base.scala b/sources/scala/util/regexp/Base.scala
index 9eb93f4659..9ebd148498 100644
--- a/sources/scala/util/regexp/Base.scala
+++ b/sources/scala/util/regexp/Base.scala
@@ -1,3 +1,5 @@
+// $Id$
+
package scala.util.regexp ;
/** basic regular expressions */
diff --git a/sources/scala/util/regexp/PointedHedgeExp.scala b/sources/scala/util/regexp/PointedHedgeExp.scala
index b3cccf2198..593155af39 100644
--- a/sources/scala/util/regexp/PointedHedgeExp.scala
+++ b/sources/scala/util/regexp/PointedHedgeExp.scala
@@ -1,3 +1,5 @@
+// $Id$
+
package scala.util.regexp ;
/** pointed regular hedge expressions, a useful subclass of full rhe */
diff --git a/sources/scala/util/regexp/SyntaxErrorException.scala b/sources/scala/util/regexp/SyntaxErrorException.scala
index e1ada9daca..add93905ab 100644
--- a/sources/scala/util/regexp/SyntaxErrorException.scala
+++ b/sources/scala/util/regexp/SyntaxErrorException.scala
@@ -1,3 +1,5 @@
+// $Id$
+
package scala.util.regexp ;
/** this runtime exception is thrown if an attempt to instantiate a
diff --git a/sources/scala/util/regexp/WordExp.scala b/sources/scala/util/regexp/WordExp.scala
index 1151b8b11f..d01792aef5 100644
--- a/sources/scala/util/regexp/WordExp.scala
+++ b/sources/scala/util/regexp/WordExp.scala
@@ -1,3 +1,5 @@
+// $Id$
+
package scala.util.regexp ;
/** regular word expressions. use them with an alphabet: <pre>