summary refs log tree commit diff stats
path: root/lib/pure/collections
diff options
context:
space:
mode:
authorAlexander Mitchell-Robinson <amrykid@gmail.com>2015-09-07 19:51:52 -0500
committerAlexander Mitchell-Robinson <amrykid@gmail.com>2015-09-07 19:51:52 -0500
commit564c9f4013b5abca74a4fa961c54a16b918bf49f (patch)
tree6d2530daee87cb93ce13a71d12cb8e662ab19074 /lib/pure/collections
parent7ff87df56cb810e16a29d647179c37aa7d5ad3b4 (diff)
downloadNim-564c9f4013b5abca74a4fa961c54a16b918bf49f.tar.gz
Fixed my name.
Diffstat (limited to 'lib/pure/collections')
-rw-r--r--lib/pure/collections/sequtils.nim4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pure/collections/sequtils.nim b/lib/pure/collections/sequtils.nim
index 5fac1f0af..e6ea19a6b 100644
--- a/lib/pure/collections/sequtils.nim
+++ b/lib/pure/collections/sequtils.nim
@@ -1,13 +1,13 @@
 #
 #
 #            Nim's Runtime Library
-#        (c) Copyright 2011 Alex Mitchell
+#        (c) Copyright 2011 Alexander Mitchell-Robinson
 #
 #    See the file "copying.txt", included in this
 #    distribution, for details about the copyright.
 #
 
-## :Author: Alex Mitchell
+## :Author: Alexander Mitchell-Robinson (Amrykid)
 ##
 ## This module implements operations for the built-in `seq`:idx: type which
 ## were inspired by functional programming languages. If you are looking for