summaryrefslogtreecommitdiff
path: root/COPYING.PyObjC
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-09-26 00:25:04 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-09-26 00:25:04 +0200
commit00b37eddac1db3d65b8b8807ee6af2a4f7d4ddfd (patch)
tree48609698d2d4a86c656876537d8151415d539362 /COPYING.PyObjC
parent8f2e8fda6669f7ec9561adbb29a5be56592e9568 (diff)
Apply the GPLv3 to my code and clarify the license of the PyObjC parts.
darcs-hash:f938f41421ba30e34d6bef095829ac1950b4dfa9
Diffstat (limited to 'COPYING.PyObjC')
-rw-r--r--COPYING.PyObjC44
1 files changed, 44 insertions, 0 deletions
diff --git a/COPYING.PyObjC b/COPYING.PyObjC
new file mode 100644
index 0000000..8332cd7
--- /dev/null
+++ b/COPYING.PyObjC
@@ -0,0 +1,44 @@
+The license expressed in this file applies to the following files in the
+`Objective-C' directory:
+
+ * objc-runtime-apple.h
+ * objc-runtime-apple.m
+ * objc-runtime-gnu.h
+ * objc-runtime-gnu.m
+ * objc_support.h
+ * objc_support.m
+ * libffi_support.h
+ * libffi_support.m
+
+All other files of this project are governed by the license expressed in
+the file COPYING, which contains the full text of the GNU General Public
+License, version 3. The project as a whole is also governed by the GNU
+GPLv3 (that is, the file COPYING), as per the requirements of the
+latter.
+
+--
+
+(This is the MIT license, note that libffi-src is a separate product
+with its own license)
+
+Copyright 2002, 2003 - Bill Bumgarner, Ronald Oussoren, Steve Majewski,
+Lele Gaifax, et.al.
+
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.