summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xcompiler/commands.nim4
-rwxr-xr-xcompiler/main.nim2
-rwxr-xr-xcompiler/nimrod.nim2
-rwxr-xr-xkoch.nim4
-rwxr-xr-xlib/system/sysio.nim2
-rw-r--r--readme.md2
-rwxr-xr-xreadme.txt2
-rwxr-xr-xweb/news.txt2
8 files changed, 10 insertions, 10 deletions
diff --git a/compiler/commands.nim b/compiler/commands.nim
index 8c0e9a784..d999dc065 100755
--- a/compiler/commands.nim
+++ b/compiler/commands.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2012 Andreas Rumpf
+#        (c) Copyright 2013 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-2012 by Andreas Rumpf\n"
+      "Copyright (c) 2004-2013 by Andreas Rumpf\n"
 
 const 
   Usage = slurp"doc/basicopt.txt".replace("//", "")
diff --git a/compiler/main.nim b/compiler/main.nim
index 93def6f09..517bceb3c 100755
--- a/compiler/main.nim
+++ b/compiler/main.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2012 Andreas Rumpf
+#        (c) Copyright 2013 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 1a73bcca0..24b8518d7 100755
--- a/compiler/nimrod.nim
+++ b/compiler/nimrod.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nimrod Compiler
-#        (c) Copyright 2012 Andreas Rumpf
+#        (c) Copyright 2013 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
diff --git a/koch.nim b/koch.nim
index b01de94cb..2a22d7ca5 100755
--- a/koch.nim
+++ b/koch.nim
@@ -1,7 +1,7 @@
 #
 #
 #         Maintenance program for Nimrod  
-#        (c) Copyright 2012 Andreas Rumpf
+#        (c) Copyright 2013 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
@@ -26,7 +26,7 @@ const
 +-----------------------------------------------------------------+
 |         Maintenance program for Nimrod                          |
 |             Version $1|
-|             (c) 2012 Andreas Rumpf                              |
+|             (c) 2013 Andreas Rumpf                              |
 +-----------------------------------------------------------------+
 Build time: $2, $3
 
diff --git a/lib/system/sysio.nim b/lib/system/sysio.nim
index 9055cca40..c7accbac0 100755
--- a/lib/system/sysio.nim
+++ b/lib/system/sysio.nim
@@ -1,7 +1,7 @@
 #
 #
 #            Nimrod's Runtime Library
-#        (c) Copyright 2012 Andreas Rumpf
+#        (c) Copyright 2013 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
diff --git a/readme.md b/readme.md
index d5cb35820..3e39b5f77 100644
--- a/readme.md
+++ b/readme.md
@@ -62,5 +62,5 @@ developed with Nimrod, allowing you to create commercial applications.
 
 Read copying.txt for more details.
 
-Copyright (c) 2004-2012 Andreas Rumpf.
+Copyright (c) 2004-2013 Andreas Rumpf.
 All rights reserved.
diff --git a/readme.txt b/readme.txt
index d5cb35820..3e39b5f77 100755
--- a/readme.txt
+++ b/readme.txt
@@ -62,5 +62,5 @@ developed with Nimrod, allowing you to create commercial applications.
 
 Read copying.txt for more details.
 
-Copyright (c) 2004-2012 Andreas Rumpf.
+Copyright (c) 2004-2013 Andreas Rumpf.
 All rights reserved.
diff --git a/web/news.txt b/web/news.txt
index 802825515..824e0c3a3 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -2,7 +2,7 @@
 News
 ====
 
-2012-XX-XX Version 0.9.2 released
+2013-XX-XX Version 0.9.2 released
 =================================
 
 Version 0.9.2 has been released! Get it `here <download.html>`_.