summaryrefslogtreecommitdiffstatshomepage
path: root/unix
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-05-13 22:36:36 +0100
committerDamien George <damien.p.george@gmail.com>2014-05-13 22:36:36 +0100
commitaeeb448eb6318d3e7cdc2efe8ac97618df35a6a1 (patch)
tree40935d65e271cae04340726109d4a499ceebbd63 /unix
parent7074f25768558612e7b909422cdd90da4e69eaa8 (diff)
parentda9f0924ef4d6e2a7a455e8d0409ae93e60ec1ca (diff)
downloadmicropython-aeeb448eb6318d3e7cdc2efe8ac97618df35a6a1.tar.gz
micropython-aeeb448eb6318d3e7cdc2efe8ac97618df35a6a1.zip
Merge pull request #613 from pfalcon/pauls-copyr
py, unix: Add copyright for modules I worked closely on.
Diffstat (limited to 'unix')
-rw-r--r--unix/modffi.c1
-rw-r--r--unix/modsocket.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/unix/modffi.c b/unix/modffi.c
index aa26297d60..4ac9fef5aa 100644
--- a/unix/modffi.c
+++ b/unix/modffi.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
diff --git a/unix/modsocket.c b/unix/modsocket.c
index 72aee95eab..08d0d56b60 100644
--- a/unix/modsocket.c
+++ b/unix/modsocket.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