diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2019-01-31 11:55:21 +0300 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-02-06 00:19:00 +1100 |
commit | 8fea833e3fefe1af94562b2a72c0e154d42424c6 (patch) | |
tree | 46510fb9740f47c6ee9e046fdce4995844865d40 /py/objtuple.c | |
parent | 6a95e74387725e77ea368769ff53e03042ce7869 (diff) | |
download | micropython-8fea833e3fefe1af94562b2a72c0e154d42424c6.tar.gz micropython-8fea833e3fefe1af94562b2a72c0e154d42424c6.zip |
py: Update my copyright info on some files.
Based on git history.
Diffstat (limited to 'py/objtuple.c')
-rw-r--r-- | py/objtuple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/objtuple.c b/py/objtuple.c index 34b7664ebb..e570a7fb16 100644 --- a/py/objtuple.c +++ b/py/objtuple.c @@ -4,6 +4,7 @@ * The MIT License (MIT) * * Copyright (c) 2013, 2014 Damien P. George + * Copyright (c) 2014-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 |