summary refs log tree commit diff stats
path: root/lib/impure
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-01-02 23:07:35 +0100
committerAraq <rumpf_a@web.de>2012-01-02 23:07:35 +0100
commit4f1b89c30cff4b91d5656c856f05be4604adaeaa (patch)
tree74c40e6e8c150c4d9beae782dd058c5a80dd48ea /lib/impure
parent9bd2be36c878cb635e1b6ae4d2725cc26e291d7c (diff)
downloadNim-4f1b89c30cff4b91d5656c856f05be4604adaeaa.tar.gz
year 2012 for most copyright headers
Diffstat (limited to 'lib/impure')
-rwxr-xr-xlib/impure/db_mysql.nim2
-rwxr-xr-xlib/impure/db_postgres.nim2
-rwxr-xr-xlib/impure/db_sqlite.nim2
-rwxr-xr-xlib/impure/dialogs.nim2
-rwxr-xr-xlib/impure/graphics.nim2
-rwxr-xr-xlib/impure/rdstdin.nim2
-rwxr-xr-xlib/impure/re.nim2
-rwxr-xr-xlib/impure/ssl.nim2
-rwxr-xr-xlib/impure/web.nim2
-rwxr-xr-xlib/impure/zipfiles.nim2
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.