diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2019-05-14 15:51:57 +0300 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-05-17 18:04:15 +1000 |
commit | 016d9a40fe822a624449ad10486706991a97be29 (patch) | |
tree | 703ab674ddb8530e1384103b3a30ad0fcadf2e20 /extmod/moduselect.c | |
parent | e1e3704aa1406f9511728f54e62569ea08762d4b (diff) | |
download | micropython-016d9a40fe822a624449ad10486706991a97be29.tar.gz micropython-016d9a40fe822a624449ad10486706991a97be29.zip |
various: Add and update my copyright line based on git history.
For modules I initially created or made substantial contributions to.
Diffstat (limited to 'extmod/moduselect.c')
-rw-r--r-- | extmod/moduselect.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extmod/moduselect.c b/extmod/moduselect.c index a65fa6df29..4963b4d5c6 100644 --- a/extmod/moduselect.c +++ b/extmod/moduselect.c @@ -4,6 +4,7 @@ * The MIT License (MIT) * * Copyright (c) 2014 Damien P. George + * Copyright (c) 2015-2017 Paul Sokolovsky * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal |