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 /lib/impure | |
parent | 9bd2be36c878cb635e1b6ae4d2725cc26e291d7c (diff) | |
download | Nim-4f1b89c30cff4b91d5656c856f05be4604adaeaa.tar.gz |
year 2012 for most copyright headers
Diffstat (limited to 'lib/impure')
-rwxr-xr-x | lib/impure/db_mysql.nim | 2 | ||||
-rwxr-xr-x | lib/impure/db_postgres.nim | 2 | ||||
-rwxr-xr-x | lib/impure/db_sqlite.nim | 2 | ||||
-rwxr-xr-x | lib/impure/dialogs.nim | 2 | ||||
-rwxr-xr-x | lib/impure/graphics.nim | 2 | ||||
-rwxr-xr-x | lib/impure/rdstdin.nim | 2 | ||||
-rwxr-xr-x | lib/impure/re.nim | 2 | ||||
-rwxr-xr-x | lib/impure/ssl.nim | 2 | ||||
-rwxr-xr-x | lib/impure/web.nim | 2 | ||||
-rwxr-xr-x | lib/impure/zipfiles.nim | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/lib/impure/db_mysql.nim b/lib/impure/db_mysql.nim index af8d9d982..70dec21b9 100755 --- a/lib/impure/db_mysql.nim +++ b/lib/impure/db_mysql.nim @@ -1,7 +1,7 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2010 Andreas Rumpf +# (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. diff --git a/lib/impure/db_postgres.nim b/lib/impure/db_postgres.nim index 131609a64..7e2cef525 100755 --- a/lib/impure/db_postgres.nim +++ b/lib/impure/db_postgres.nim @@ -1,7 +1,7 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2010 Andreas Rumpf +# (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. diff --git a/lib/impure/db_sqlite.nim b/lib/impure/db_sqlite.nim index d09051cd4..f54049899 100755 --- a/lib/impure/db_sqlite.nim +++ b/lib/impure/db_sqlite.nim @@ -1,7 +1,7 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2010 Andreas Rumpf +# (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. diff --git a/lib/impure/dialogs.nim b/lib/impure/dialogs.nim index 348fe76a8..6956983bb 100755 --- a/lib/impure/dialogs.nim +++ b/lib/impure/dialogs.nim @@ -1,7 +1,7 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2010 Andreas Rumpf +# (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. diff --git a/lib/impure/graphics.nim b/lib/impure/graphics.nim index de94339eb..aa4d08dd8 100755 --- a/lib/impure/graphics.nim +++ b/lib/impure/graphics.nim @@ -1,7 +1,7 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2010 Andreas Rumpf, Dominik Picheta +# (c) Copyright 2012 Andreas Rumpf, Dominik Picheta # # See the file "copying.txt", included in this # distribution, for details about the copyright. diff --git a/lib/impure/rdstdin.nim b/lib/impure/rdstdin.nim index 57d6bfd4b..cd614fa98 100755 --- a/lib/impure/rdstdin.nim +++ b/lib/impure/rdstdin.nim @@ -1,7 +1,7 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2011 Andreas Rumpf +# (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. diff --git a/lib/impure/re.nim b/lib/impure/re.nim index e8424a941..11db5cade 100755 --- a/lib/impure/re.nim +++ b/lib/impure/re.nim @@ -1,7 +1,7 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2011 Andreas Rumpf +# (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. diff --git a/lib/impure/ssl.nim b/lib/impure/ssl.nim index 80e75f726..5fe986b14 100755 --- a/lib/impure/ssl.nim +++ b/lib/impure/ssl.nim @@ -1,7 +1,7 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2010 Dominik Picheta +# (c) Copyright 2012 Dominik Picheta # # See the file "copying.txt", included in this # distribution, for details about the copyright. diff --git a/lib/impure/web.nim b/lib/impure/web.nim index 19372f466..a0aea8421 100755 --- a/lib/impure/web.nim +++ b/lib/impure/web.nim @@ -1,7 +1,7 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2010 Andreas Rumpf +# (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. diff --git a/lib/impure/zipfiles.nim b/lib/impure/zipfiles.nim index 1ab51fdd7..36842a51b 100755 --- a/lib/impure/zipfiles.nim +++ b/lib/impure/zipfiles.nim @@ -1,7 +1,7 @@ # # # Nimrod's Runtime Library -# (c) Copyright 2011 Andreas Rumpf +# (c) Copyright 2012 Andreas Rumpf # # See the file "copying.txt", included in this # distribution, for details about the copyright. |