mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
Merge pull request #3303 from Amrykid/amrykid-name-change
Fixed my name.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user