Copyright 2012 -> 2013

This commit is contained in:
Araq
2013-01-08 07:54:23 +01:00
parent 43b6daf2d6
commit 3c73654aca
8 changed files with 10 additions and 10 deletions

View File

@@ -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("//", "")

View File

@@ -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.

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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>`_.