diff options
author | Alexander Mitchell-Robinson <amrykid@gmail.com> | 2015-09-07 19:51:52 -0500 |
---|---|---|
committer | Alexander Mitchell-Robinson <amrykid@gmail.com> | 2015-09-07 19:51:52 -0500 |
commit | 564c9f4013b5abca74a4fa961c54a16b918bf49f (patch) | |
tree | 6d2530daee87cb93ce13a71d12cb8e662ab19074 | |
parent | 7ff87df56cb810e16a29d647179c37aa7d5ad3b4 (diff) | |
download | Nim-564c9f4013b5abca74a4fa961c54a16b918bf49f.tar.gz |
Fixed my name.
-rw-r--r-- | contributors.txt | 4 | ||||
-rw-r--r-- | lib/pure/collections/sequtils.nim | 4 | ||||
-rw-r--r-- | lib/pure/events.nim | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/contributors.txt b/contributors.txt index f9268974d..d54ec844a 100644 --- a/contributors.txt +++ b/contributors.txt @@ -1,4 +1,4 @@ -Comex +Comex Eric Doughty-Papassideris Simon Hafner Keita Haga @@ -6,7 +6,7 @@ Grzegorz Adam Hankiewicz Philippe Lhoste Zahary Karadjov Mario Ray Mahardhika -Alex Mitchell +Alexander Mitchell-Robinson (Amrykid) Dominik Picheta Jonathan Plona Alexander Rødseth 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 diff --git a/lib/pure/events.nim b/lib/pure/events.nim index 01b64c545..62800c5c8 100644 --- a/lib/pure/events.nim +++ b/lib/pure/events.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 an event system that is not dependent on external ## graphical toolkits. It was originally called ``NimEE`` because |