summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/aliases.nim2
-rwxr-xr-xcompiler/ast.nim2
-rwxr-xr-xcompiler/astalgo.nim2
-rwxr-xr-xcompiler/bitsets.nim2
-rwxr-xr-xcompiler/c2nim/c2nim.nim4
-rwxr-xr-xcompiler/c2nim/clex.nim2
-rwxr-xr-xcompiler/c2nim/cparse.nim2
-rwxr-xr-xcompiler/c2nim/cpp.nim2
-rw-r--r--compiler/ccgcalls.nim2
-rwxr-xr-xcompiler/ccgexprs.nim2
-rw-r--r--compiler/ccgmerge.nim2
-rwxr-xr-xcompiler/ccgstmts.nim2
-rwxr-xr-xcompiler/ccgthreadvars.nim2
-rwxr-xr-xcompiler/ccgtypes.nim2
-rwxr-xr-xcompiler/ccgutils.nim2
-rwxr-xr-xcompiler/cgen.nim10
-rw-r--r--compiler/cgendata.nim2
-rwxr-xr-xcompiler/cgmeth.nim2
-rwxr-xr-xcompiler/charsets.nim2
-rwxr-xr-xcompiler/commands.nim4
-rwxr-xr-xcompiler/condsyms.nim2
-rwxr-xr-xcompiler/crc.nim2
-rwxr-xr-xcompiler/depends.nim2
-rwxr-xr-xcompiler/docgen.nim2
-rwxr-xr-xcompiler/ecmasgen.nim4
-rwxr-xr-xcompiler/evals.nim2
-rwxr-xr-xcompiler/extccomp.nim2
-rwxr-xr-xcompiler/filter_tmpl.nim2
-rwxr-xr-xcompiler/filters.nim2
-rwxr-xr-xcompiler/highlite.nim2
-rwxr-xr-xcompiler/idents.nim2
-rw-r--r--compiler/idgen.nim2
-rwxr-xr-xcompiler/importer.nim2
-rwxr-xr-xcompiler/lexbase.nim2
-rwxr-xr-xcompiler/lexer.nim2
-rwxr-xr-xcompiler/lists.nim2
-rwxr-xr-xcompiler/llstream.nim2
-rwxr-xr-xcompiler/lookups.nim2
-rwxr-xr-xcompiler/magicsys.nim2
-rwxr-xr-xcompiler/main.nim2
-rwxr-xr-xcompiler/msgs.nim2
-rwxr-xr-xcompiler/nimconf.nim2
-rwxr-xr-xcompiler/nimrod.nim2
-rwxr-xr-xcompiler/nimsets.nim2
-rwxr-xr-xcompiler/nversion.nim2
-rwxr-xr-xcompiler/options.nim2
-rwxr-xr-xcompiler/parsecfg.nim2
-rwxr-xr-xcompiler/parser.nim2
-rwxr-xr-xcompiler/pas2nim/pas2nim.nim4
-rwxr-xr-xcompiler/pas2nim/paslex.nim2
-rwxr-xr-xcompiler/pas2nim/pasparse.nim2
-rwxr-xr-xcompiler/passaux.nim2
-rwxr-xr-xcompiler/passes.nim2
-rwxr-xr-xcompiler/pbraces.nim2
-rwxr-xr-xcompiler/pendx.nim2
-rwxr-xr-xcompiler/platform.nim2
-rwxr-xr-xcompiler/pragmas.nim2
-rwxr-xr-xcompiler/procfind.nim2
-rwxr-xr-xcompiler/renderer.nim2
-rwxr-xr-xcompiler/rodread.nim2
-rwxr-xr-xcompiler/rodutils.nim2
-rwxr-xr-xcompiler/rodwrite.nim2
-rwxr-xr-xcompiler/ropes.nim2
-rwxr-xr-xcompiler/rst.nim2
-rwxr-xr-xcompiler/sem.nim2
-rwxr-xr-xcompiler/semcall.nim2
-rwxr-xr-xcompiler/semdata.nim2
-rwxr-xr-xcompiler/semexprs.nim2
-rwxr-xr-xcompiler/semfold.nim2
-rwxr-xr-xcompiler/semgnrc.nim2
-rwxr-xr-xcompiler/seminst.nim2
-rw-r--r--compiler/semmagic.nim2
-rwxr-xr-xcompiler/semstmts.nim2
-rwxr-xr-xcompiler/semtempl.nim2
-rwxr-xr-xcompiler/semthreads.nim2
-rwxr-xr-xcompiler/semtypes.nim2
-rwxr-xr-xcompiler/semtypinst.nim2
-rwxr-xr-xcompiler/sigmatch.nim2
-rwxr-xr-xcompiler/suggest.nim2
-rwxr-xr-xcompiler/syntaxes.nim2
-rwxr-xr-xcompiler/tccgen.nim2
-rwxr-xr-xcompiler/transf.nim2
-rwxr-xr-xcompiler/trees.nim2
-rwxr-xr-xcompiler/treetab.nim2
-rwxr-xr-xcompiler/types.nim2
-rwxr-xr-xcompiler/wordrecg.nim2
86 files changed, 94 insertions, 94 deletions
diff --git a/compiler/aliases.nim b/compiler/aliases.nim
index aa579feee..7accb8ce3 100644
--- a/compiler/aliases.nim
+++ b/compiler/aliases.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/ast.nim b/compiler/ast.nim
index aafd52098..3719bc664 100755
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/astalgo.nim b/compiler/astalgo.nim
index 94046a723..7303e3ff0 100755
--- a/compiler/astalgo.nim
+++ b/compiler/astalgo.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/bitsets.nim b/compiler/bitsets.nim
index 937e8237c..dfb23b06d 100755
--- a/compiler/bitsets.nim
+++ b/compiler/bitsets.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2008 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/c2nim/c2nim.nim b/compiler/c2nim/c2nim.nim
index e408467ef..40fb209c7 100755
--- a/compiler/c2nim/c2nim.nim
+++ b/compiler/c2nim/c2nim.nim
@@ -1,7 +1,7 @@
 #
 #
 #      c2nim - C to Nimrod source converter
-#        (c) Copyright 2011 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 = NimrodVersion
   Usage = """
 c2nim - C to Nimrod source converter
-  (c) 2011 Andreas Rumpf
+  (c) 2012 Andreas Rumpf
 Usage: c2nim [options] inputfile [options]
 Options:
   -o, --out:FILE         set output filename
diff --git a/compiler/c2nim/clex.nim b/compiler/c2nim/clex.nim
index 53f230b7b..1894fa99f 100755
--- a/compiler/c2nim/clex.nim
+++ b/compiler/c2nim/clex.nim
@@ -1,7 +1,7 @@
 #
 #
 #      c2nim - C 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/c2nim/cparse.nim b/compiler/c2nim/cparse.nim
index ad583b92b..01baa7ab7 100755
--- a/compiler/c2nim/cparse.nim
+++ b/compiler/c2nim/cparse.nim
@@ -1,7 +1,7 @@
 #
 #
 #      c2nim - C to Nimrod source converter
-#        (c) Copyright 2011 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/c2nim/cpp.nim b/compiler/c2nim/cpp.nim
index 2ef0d9445..3b7f58fcc 100755
--- a/compiler/c2nim/cpp.nim
+++ b/compiler/c2nim/cpp.nim
@@ -1,7 +1,7 @@
 #
 #
 #      c2nim - C to Nimrod source converter
-#        (c) Copyright 2011 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/ccgcalls.nim b/compiler/ccgcalls.nim
index 3ea539389..f8c26aa58 100644
--- a/compiler/ccgcalls.nim
+++ b/compiler/ccgcalls.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/ccgexprs.nim b/compiler/ccgexprs.nim
index ed228b309..a7e79a8ea 100755
--- a/compiler/ccgexprs.nim
+++ b/compiler/ccgexprs.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/ccgmerge.nim b/compiler/ccgmerge.nim
index 90bd64129..36d1417a6 100644
--- a/compiler/ccgmerge.nim
+++ b/compiler/ccgmerge.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/ccgstmts.nim b/compiler/ccgstmts.nim
index 108d7f071..e00c4a331 100755
--- a/compiler/ccgstmts.nim
+++ b/compiler/ccgstmts.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/ccgthreadvars.nim b/compiler/ccgthreadvars.nim
index d11b6f06a..18eaceb69 100755
--- a/compiler/ccgthreadvars.nim
+++ b/compiler/ccgthreadvars.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/ccgtypes.nim b/compiler/ccgtypes.nim
index 490282fae..eb1c23dd5 100755
--- a/compiler/ccgtypes.nim
+++ b/compiler/ccgtypes.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/ccgutils.nim b/compiler/ccgutils.nim
index 47e62c471..e3d13509f 100755
--- a/compiler/ccgutils.nim
+++ b/compiler/ccgutils.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/cgen.nim b/compiler/cgen.nim
index 7dfc259ef..6ce69f765 100755
--- a/compiler/cgen.nim
+++ b/compiler/cgen.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 Andreas Rumpf
+#        (c) Copyright 2012 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
@@ -716,16 +716,16 @@ proc genVarPrototype(m: BModule, sym: PSym) =
 proc getFileHeader(cfilenoext: string): PRope = 
   if optCompileOnly in gGlobalOptions: 
     result = ropeff("/* Generated by Nimrod Compiler v$1 */$n" &
-        "/*   (c) 2011 Andreas Rumpf */$n", 
+        "/*   (c) 2012 Andreas Rumpf */$n", 
         "; Generated by Nimrod Compiler v$1$n" &
-        ";   (c) 2011 Andreas Rumpf$n", [toRope(versionAsString)])
+        ";   (c) 2012 Andreas Rumpf$n", [toRope(versionAsString)])
   else: 
     result = ropeff("/* Generated by Nimrod Compiler v$1 */$n" &
-        "/*   (c) 2011 Andreas Rumpf */$n" & 
+        "/*   (c) 2012 Andreas Rumpf */$n" & 
         "/* Compiled for: $2, $3, $4 */$n" &
         "/* Command for C compiler:$n   $5 */$n", 
         "; Generated by Nimrod Compiler v$1$n" &
-        ";   (c) 2011 Andreas Rumpf$n" & 
+        ";   (c) 2012 Andreas Rumpf$n" & 
         "; Compiled for: $2, $3, $4$n" &
         "; Command for LLVM compiler:$n   $5$n", [toRope(versionAsString), 
         toRope(platform.OS[targetOS].name), 
diff --git a/compiler/cgendata.nim b/compiler/cgendata.nim
index ecbec664e..d93c107ac 100644
--- a/compiler/cgendata.nim
+++ b/compiler/cgendata.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/cgmeth.nim b/compiler/cgmeth.nim
index ccd750445..baa1e292c 100755
--- a/compiler/cgmeth.nim
+++ b/compiler/cgmeth.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/charsets.nim b/compiler/charsets.nim
index c952a73bd..d3d00b687 100755
--- a/compiler/charsets.nim
+++ b/compiler/charsets.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2008 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/commands.nim b/compiler/commands.nim
index 14b943327..f4afd4ee3 100755
--- a/compiler/commands.nim
+++ b/compiler/commands.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 Andreas Rumpf
+#        (c) Copyright 2012 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
@@ -27,7 +27,7 @@ proc processSwitch*(switch, arg: string, pass: TCmdlinePass, info: TLineInfo)
 
 const
   HelpMessage = "Nimrod Compiler Version $1 (" & compileDate & ") [$2: $3]\n" &
-      "Copyright (c) 2004-2011 by Andreas Rumpf\n"
+      "Copyright (c) 2004-2012 by Andreas Rumpf\n"
 
 const 
   Usage = slurp"doc/basicopt.txt".replace("//", "")
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim
index 376134180..fca494324 100755
--- a/compiler/condsyms.nim
+++ b/compiler/condsyms.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/crc.nim b/compiler/crc.nim
index 115f48f40..a3b181e20 100755
--- a/compiler/crc.nim
+++ b/compiler/crc.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (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/depends.nim b/compiler/depends.nim
index ac3f13a9b..4fde24ab4 100755
--- a/compiler/depends.nim
+++ b/compiler/depends.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (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/docgen.nim b/compiler/docgen.nim
index 0f8018714..65cd8fdd4 100755
--- a/compiler/docgen.nim
+++ b/compiler/docgen.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/ecmasgen.nim b/compiler/ecmasgen.nim
index 76d4dde89..0709b20c4 100755
--- a/compiler/ecmasgen.nim
+++ b/compiler/ecmasgen.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 Andreas Rumpf
+#        (c) Copyright 2012 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
@@ -1431,7 +1431,7 @@ proc newModule(module: PSym, filename: string): BModule =
   
 proc genHeader(): PRope = 
   result = ropef("/* Generated by the Nimrod Compiler v$1 */$n" &
-      "/*   (c) 2010 Andreas Rumpf */$n$n" & "$nvar Globals = this;$n" &
+      "/*   (c) 2012 Andreas Rumpf */$n$n" & "$nvar Globals = this;$n" &
       "var framePtr = null;$n" & "var excHandler = null;$n", 
                  [toRope(versionAsString)])
 
diff --git a/compiler/evals.nim b/compiler/evals.nim
index 2ca0f3faf..42a8da305 100755
--- a/compiler/evals.nim
+++ b/compiler/evals.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/extccomp.nim b/compiler/extccomp.nim
index b7548a4b5..c355d2624 100755
--- a/compiler/extccomp.nim
+++ b/compiler/extccomp.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/filter_tmpl.nim b/compiler/filter_tmpl.nim
index 785ad0cab..fd7ab60dc 100755
--- a/compiler/filter_tmpl.nim
+++ b/compiler/filter_tmpl.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/filters.nim b/compiler/filters.nim
index ca8c63c98..19da11bca 100755
--- a/compiler/filters.nim
+++ b/compiler/filters.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/highlite.nim b/compiler/highlite.nim
index 31c16f3a3..b0177a01e 100755
--- a/compiler/highlite.nim
+++ b/compiler/highlite.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (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/idents.nim b/compiler/idents.nim
index efed7ae62..f6df3ba93 100755
--- a/compiler/idents.nim
+++ b/compiler/idents.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/idgen.nim b/compiler/idgen.nim
index 0a0920c81..6dc19474d 100644
--- a/compiler/idgen.nim
+++ b/compiler/idgen.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/importer.nim b/compiler/importer.nim
index 6d502f627..84e265246 100755
--- a/compiler/importer.nim
+++ b/compiler/importer.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/lexbase.nim b/compiler/lexbase.nim
index f37fcc0a4..6d45a825a 100755
--- a/compiler/lexbase.nim
+++ b/compiler/lexbase.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (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/lexer.nim b/compiler/lexer.nim
index 63a9bef87..0916a02d7 100755
--- a/compiler/lexer.nim
+++ b/compiler/lexer.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/lists.nim b/compiler/lists.nim
index b23dfd071..6a1f6c650 100755
--- a/compiler/lists.nim
+++ b/compiler/lists.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (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/llstream.nim b/compiler/llstream.nim
index 0461df993..1d1722176 100755
--- a/compiler/llstream.nim
+++ b/compiler/llstream.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/lookups.nim b/compiler/lookups.nim
index b2ae0d843..ff078c82d 100755
--- a/compiler/lookups.nim
+++ b/compiler/lookups.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/magicsys.nim b/compiler/magicsys.nim
index 19826d318..5b9987efa 100755
--- a/compiler/magicsys.nim
+++ b/compiler/magicsys.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/main.nim b/compiler/main.nim
index 0ba07900c..a56b12ebb 100755
--- a/compiler/main.nim
+++ b/compiler/main.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/msgs.nim b/compiler/msgs.nim
index 50afd47f9..da2e682e8 100755
--- a/compiler/msgs.nim
+++ b/compiler/msgs.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/nimconf.nim b/compiler/nimconf.nim
index d33f1244d..971ce6127 100755
--- a/compiler/nimconf.nim
+++ b/compiler/nimconf.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/nimrod.nim b/compiler/nimrod.nim
index a6918ce63..b574d22b8 100755
--- a/compiler/nimrod.nim
+++ b/compiler/nimrod.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/nimsets.nim b/compiler/nimsets.nim
index 218cd8b62..d475c7b59 100755
--- a/compiler/nimsets.nim
+++ b/compiler/nimsets.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2009 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/nversion.nim b/compiler/nversion.nim
index a0deda76e..0ea5aa036 100755
--- a/compiler/nversion.nim
+++ b/compiler/nversion.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/options.nim b/compiler/options.nim
index 8aef6288c..18f884796 100755
--- a/compiler/options.nim
+++ b/compiler/options.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/parsecfg.nim b/compiler/parsecfg.nim
index 0b9574a41..965160bd5 100755
--- a/compiler/parsecfg.nim
+++ b/compiler/parsecfg.nim
@@ -1,7 +1,7 @@
 #
 #
 #            Nimrod's Runtime Library
-#        (c) Copyright 2009 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/parser.nim b/compiler/parser.nim
index ab715f029..acca5feaf 100755
--- a/compiler/parser.nim
+++ b/compiler/parser.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/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.
diff --git a/compiler/passaux.nim b/compiler/passaux.nim
index 3197e0b8c..10eb57217 100755
--- a/compiler/passaux.nim
+++ b/compiler/passaux.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/passes.nim b/compiler/passes.nim
index 8e677b523..24659fc4e 100755
--- a/compiler/passes.nim
+++ b/compiler/passes.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/pbraces.nim b/compiler/pbraces.nim
index 18d654d6c..a944fe0ab 100755
--- a/compiler/pbraces.nim
+++ b/compiler/pbraces.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2009 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/pendx.nim b/compiler/pendx.nim
index 72c80126d..2942968a0 100755
--- a/compiler/pendx.nim
+++ b/compiler/pendx.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2009 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/platform.nim b/compiler/platform.nim
index 2a17bf9ba..01190c9c9 100755
--- a/compiler/platform.nim
+++ b/compiler/platform.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2009 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/pragmas.nim b/compiler/pragmas.nim
index 9877d4c52..560a24afe 100755
--- a/compiler/pragmas.nim
+++ b/compiler/pragmas.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/procfind.nim b/compiler/procfind.nim
index 012d572fa..f385c2d94 100755
--- a/compiler/procfind.nim
+++ b/compiler/procfind.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/renderer.nim b/compiler/renderer.nim
index 09539f23d..04cff007b 100755
--- a/compiler/renderer.nim
+++ b/compiler/renderer.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/rodread.nim b/compiler/rodread.nim
index a73f5414f..3385ce942 100755
--- a/compiler/rodread.nim
+++ b/compiler/rodread.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/rodutils.nim b/compiler/rodutils.nim
index c6ef85a2b..0ee3b1ec4 100755
--- a/compiler/rodutils.nim
+++ b/compiler/rodutils.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/rodwrite.nim b/compiler/rodwrite.nim
index 873f97764..9af4349ab 100755
--- a/compiler/rodwrite.nim
+++ b/compiler/rodwrite.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/ropes.nim b/compiler/ropes.nim
index 298d2d517..014030145 100755
--- a/compiler/ropes.nim
+++ b/compiler/ropes.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2009 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/rst.nim b/compiler/rst.nim
index a784e9a9f..2ca2960c7 100755
--- a/compiler/rst.nim
+++ b/compiler/rst.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/sem.nim b/compiler/sem.nim
index d38a547c2..67acabdd3 100755
--- a/compiler/sem.nim
+++ b/compiler/sem.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/semcall.nim b/compiler/semcall.nim
index 822649d6c..8d6af4528 100755
--- a/compiler/semcall.nim
+++ b/compiler/semcall.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/semdata.nim b/compiler/semdata.nim
index 1037d2914..d5f14616a 100755
--- a/compiler/semdata.nim
+++ b/compiler/semdata.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/semexprs.nim b/compiler/semexprs.nim
index a5093f567..9d2397942 100755
--- a/compiler/semexprs.nim
+++ b/compiler/semexprs.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/semfold.nim b/compiler/semfold.nim
index 0eb05a055..361353a28 100755
--- a/compiler/semfold.nim
+++ b/compiler/semfold.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/semgnrc.nim b/compiler/semgnrc.nim
index 216b5674d..a2e64e785 100755
--- a/compiler/semgnrc.nim
+++ b/compiler/semgnrc.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/seminst.nim b/compiler/seminst.nim
index 641cf9a89..503b3c7f6 100755
--- a/compiler/seminst.nim
+++ b/compiler/seminst.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/semmagic.nim b/compiler/semmagic.nim
index 696988fd3..6b868d19b 100644
--- a/compiler/semmagic.nim
+++ b/compiler/semmagic.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/semstmts.nim b/compiler/semstmts.nim
index cbe32cea5..fdb2bfe36 100755
--- a/compiler/semstmts.nim
+++ b/compiler/semstmts.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/semtempl.nim b/compiler/semtempl.nim
index 26216ab4c..770a3ae8e 100755
--- a/compiler/semtempl.nim
+++ b/compiler/semtempl.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/semthreads.nim b/compiler/semthreads.nim
index e402463cf..59ff4e652 100755
--- a/compiler/semthreads.nim
+++ b/compiler/semthreads.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/semtypes.nim b/compiler/semtypes.nim
index f106812f3..493915025 100755
--- a/compiler/semtypes.nim
+++ b/compiler/semtypes.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/semtypinst.nim b/compiler/semtypinst.nim
index 55bf2dcc8..903506a72 100755
--- a/compiler/semtypinst.nim
+++ b/compiler/semtypinst.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/sigmatch.nim b/compiler/sigmatch.nim
index 9a8f3cee1..59501f403 100755
--- a/compiler/sigmatch.nim
+++ b/compiler/sigmatch.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/suggest.nim b/compiler/suggest.nim
index 971ff4d32..5074cb2c4 100755
--- a/compiler/suggest.nim
+++ b/compiler/suggest.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/syntaxes.nim b/compiler/syntaxes.nim
index 4f5f4b9ae..1124e6444 100755
--- a/compiler/syntaxes.nim
+++ b/compiler/syntaxes.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/tccgen.nim b/compiler/tccgen.nim
index 2fd207aaa..0a7509afe 100755
--- a/compiler/tccgen.nim
+++ b/compiler/tccgen.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/transf.nim b/compiler/transf.nim
index 246536eb7..12117f62a 100755
--- a/compiler/transf.nim
+++ b/compiler/transf.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/trees.nim b/compiler/trees.nim
index 9ef61f80e..3b35b2ff6 100755
--- a/compiler/trees.nim
+++ b/compiler/trees.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/treetab.nim b/compiler/treetab.nim
index d13e4587f..66f7475f6 100755
--- a/compiler/treetab.nim
+++ b/compiler/treetab.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/types.nim b/compiler/types.nim
index 8bce4fc5f..42acae831 100755
--- a/compiler/types.nim
+++ b/compiler/types.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 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/wordrecg.nim b/compiler/wordrecg.nim
index 43b0f522c..1f3ec939a 100755
--- a/compiler/wordrecg.nim
+++ b/compiler/wordrecg.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2011 Andreas Rumpf
+#        (c) Copyright 2012 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.