diff options
author | Araq <rumpf_a@web.de> | 2012-01-02 23:07:35 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-01-02 23:07:35 +0100 |
commit | 4f1b89c30cff4b91d5656c856f05be4604adaeaa (patch) | |
tree | 74c40e6e8c150c4d9beae782dd058c5a80dd48ea /compiler/commands.nim | |
parent | 9bd2be36c878cb635e1b6ae4d2725cc26e291d7c (diff) | |
download | Nim-4f1b89c30cff4b91d5656c856f05be4604adaeaa.tar.gz |
year 2012 for most copyright headers
Diffstat (limited to 'compiler/commands.nim')
-rwxr-xr-x | compiler/commands.nim | 4 |
1 files changed, 2 insertions, 2 deletions
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("//", "") |