From 3c73654acaff5aef6f5ca60facf2bf43c00a4e36 Mon Sep 17 00:00:00 2001 From: Araq Date: Tue, 8 Jan 2013 07:54:23 +0100 Subject: [PATCH] Copyright 2012 -> 2013 --- compiler/commands.nim | 4 ++-- compiler/main.nim | 2 +- compiler/nimrod.nim | 2 +- koch.nim | 4 ++-- lib/system/sysio.nim | 2 +- readme.md | 2 +- readme.txt | 2 +- web/news.txt | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/compiler/commands.nim b/compiler/commands.nim index 8c0e9a784a..d999dc065e 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 93def6f09f..517bceb3c8 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 1a73bcca06..24b8518d75 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 b01de94cb9..2a22d7ca59 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 9055cca40f..c7accbac03 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 d5cb35820b..3e39b5f774 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 d5cb35820b..3e39b5f774 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 8028255151..824e0c3a34 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 `_.