summary refs log tree commit diff stats
path: root/compiler/pas2nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/pas2nim')
-rwxr-xr-xcompiler/pas2nim/pas2nim.nim4
-rwxr-xr-xcompiler/pas2nim/paslex.nim2
-rwxr-xr-xcompiler/pas2nim/pasparse.nim2
3 files changed, 4 insertions, 4 deletions
diff --git a/compiler/pas2nim/pas2nim.nim b/compiler/pas2nim/pas2nim.nim
index 4102c33cd..ce5eb5c1a 100755
--- a/compiler/pas2nim/pas2nim.nim
+++ b/compiler/pas2nim/pas2nim.nim
@@ -1,7 +1,7 @@
 #
 #
 #      Pas2nim - Pascal to Nimrod source converter
-#        (c) Copyright 2010 Andreas Rumpf
+#        (c) Copyright 2012 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
@@ -15,7 +15,7 @@ const
   Version = "0.8"
   Usage = """
 pas2nim - Pascal to Nimrod source converter
-  (c) 2010 Andreas Rumpf
+  (c) 2012 Andreas Rumpf
 Usage: pas2nim [options] inputfile [options]
 Options:
   -o, --out:FILE         set output filename
diff --git a/compiler/pas2nim/paslex.nim b/compiler/pas2nim/paslex.nim
index fa82d06ea..df28a15ad 100755
--- a/compiler/pas2nim/paslex.nim
+++ b/compiler/pas2nim/paslex.nim
@@ -1,7 +1,7 @@
 #
 #
 #      Pas2nim - Pascal to Nimrod source converter
-#        (c) Copyright 2010 Andreas Rumpf
+#        (c) Copyright 2012 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
diff --git a/compiler/pas2nim/pasparse.nim b/compiler/pas2nim/pasparse.nim
index 1db582f4e..2154b4add 100755
--- a/compiler/pas2nim/pasparse.nim
+++ b/compiler/pas2nim/pasparse.nim
@@ -1,7 +1,7 @@
 #
 #
 #      Pas2nim - Pascal to Nimrod source converter
-#        (c) Copyright 2010 Andreas Rumpf
+#        (c) Copyright 2012 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.