diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-05-13 08:44:45 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2014-05-13 18:41:25 +0300 |
commit | da9f0924ef4d6e2a7a455e8d0409ae93e60ec1ca (patch) | |
tree | 40935d65e271cae04340726109d4a499ceebbd63 /py/objnamedtuple.c | |
parent | 7074f25768558612e7b909422cdd90da4e69eaa8 (diff) | |
download | micropython-da9f0924ef4d6e2a7a455e8d0409ae93e60ec1ca.tar.gz micropython-da9f0924ef4d6e2a7a455e8d0409ae93e60ec1ca.zip |
py, unix: Add copyright for modules I worked closely on.
Diffstat (limited to 'py/objnamedtuple.c')
-rw-r--r-- | py/objnamedtuple.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/objnamedtuple.c b/py/objnamedtuple.c index 212cf131c8..a55dd643b0 100644 --- a/py/objnamedtuple.c +++ b/py/objnamedtuple.c @@ -4,6 +4,7 @@ * The MIT License (MIT) * * Copyright (c) 2013, 2014 Damien P. George + * Copyright (c) 2014 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 |