|
1 |
| -This document governs the GNUstep Objective-C runtime. This is based on the |
2 |
| -GCC Objective-C runtime, which is governed by version 3 of the GNU General |
3 |
| -Public License and on the Étoilé Objective-C 2 framework and Objective-C |
4 |
| -runtime, which are MIT licensed. |
| 1 | +Copyright (c) 2009 David Chisnall |
5 | 2 |
|
6 |
| -As a result of this dual inheritance, some portions of this library are more |
7 |
| -permissively licensed than the whole. When viewed in aggregate, this library |
8 |
| -is licensed under the GNU General Public Licence, version 3 or later (at your |
9 |
| -option). You may find the relevant license texts in full in the following |
10 |
| -files in this distribution: |
| 3 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 4 | +of this software and associated documentation files (the "Software"), to deal |
| 5 | +in the Software without restriction, including without limitation the rights |
| 6 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 7 | +copies of the Software, and to permit persons to whom the Software is |
| 8 | +furnished to do so, subject to the following conditions: |
11 | 9 |
|
12 |
| -COPYING3 contains the GNU general public license version 3. |
13 |
| -COPYING.RUNTIME contains the GCC runtime exemption to the GNU GPL. |
| 10 | +The above copyright notice and this permission notice shall be included in |
| 11 | +all copies or substantial portions of the Software. |
14 | 12 |
|
15 |
| -Some individual files retain their original MIT license. These are: |
| 13 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 14 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 15 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 16 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 17 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 18 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 19 | +THE SOFTWARE. |
16 | 20 |
|
17 |
| -blocks_runtime.m |
18 |
| -class_table.c |
19 |
| -hash_table.h |
20 |
| -ivar.c |
21 |
| -lock.h |
22 |
| -mutation.m |
23 |
| -pool.h |
24 |
| -runtime.c |
25 |
| -string_hash.c |
26 |
| -sync.m |
27 |
| -objc/blocks_runtime.h |
28 |
| -objc/runtime.h |
29 |
| -NSBlocks.m |
30 |
| - |
31 |
| -All of the private headers (those not in the objc/ directory) are also covered |
32 |
| -by the MIT license, in as far as they are covered by copyright law. |
33 |
| - |
34 |
| -These files may be used for any purpose, including binary-only redistribution, |
35 |
| -according to the terms of the MIT license, as long as their copyright notices |
36 |
| -remain intact. You may find the full text of the license for these files in |
37 |
| -COPYING.MIT |
0 commit comments