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/pas2nim/pas2nim.nim | |
parent | 9bd2be36c878cb635e1b6ae4d2725cc26e291d7c (diff) | |
download | Nim-4f1b89c30cff4b91d5656c856f05be4604adaeaa.tar.gz |
year 2012 for most copyright headers
Diffstat (limited to 'compiler/pas2nim/pas2nim.nim')
-rwxr-xr-x | compiler/pas2nim/pas2nim.nim | 4 |
1 files changed, 2 insertions, 2 deletions
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 |