summary refs log tree commit diff stats
path: root/compiler/semparallel.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2015-01-07 14:14:43 +0100
committerAndreas Rumpf <rumpf_a@web.de>2015-01-07 14:14:43 +0100
commit5bd2889267dcd9fb18297dbac0f0e3fef6036688 (patch)
tree87cba4dd6c51963c22605575b5f92d21fff6e6e4 /compiler/semparallel.nim
parent1c106a499c0e9bd42ea7df5724340dac0fa3395d (diff)
parent3119fe087d28344a34f296f1548cd8d852aea2f8 (diff)
downloadNim-5bd2889267dcd9fb18297dbac0f0e3fef6036688.tar.gz
Merge pull request #1889 from ramnes/devel
Happy new year!
Diffstat (limited to 'compiler/semparallel.nim')
-rw-r--r--compiler/semparallel.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/semparallel.nim b/compiler/semparallel.nim
index bd3152b54..a914832de 100644
--- a/compiler/semparallel.nim
+++ b/compiler/semparallel.nim
@@ -1,7 +1,7 @@
 #
 #
 #           The Nim Compiler
-#        (c) Copyright 2014 Andreas Rumpf
+#        (c) Copyright 2015 Andreas Rumpf
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
id='n160' href='#n160'>160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211