|
1 |
| -I hereby assign copyright in my past and future contributions to the Software |
2 |
| -Foundations project to the Author of Record of each volume or component, to be |
3 |
| -licensed under the same terms as the rest of Software Foundations. I understand |
4 |
| -that, at present, the Authors of Record are as follows: For Volumes 1 and 2, |
5 |
| -known until 2016 as "Software Foundations" and from 2016 as (respectively) |
6 |
| -"Logical Foundations" and "Programming Foundations," the Author of Record is |
7 |
| -Benjamin Pierce. For Volume 3, "Verified Functional Algorithms", the Author of |
8 |
| -Record is Andrew W. Appel. For components outside of designated Volumes (e.g., |
9 |
| -typesetting and grading tools and other software infrastructure), the Author of |
10 |
| -Record is Benjamin Pierce. For the Idris translation, the Author of Record is |
11 |
| -Eric Bailey. |
| 1 | +The MIT License (MIT) |
| 2 | +Copyright © 2016-2018 idris-hackers team |
| 3 | + |
| 4 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 5 | +of this software and associated documentation files (the “Software”), to deal |
| 6 | +in the Software without restriction, including without limitation the rights |
| 7 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 8 | +copies of the Software, and to permit persons to whom the Software is |
| 9 | +furnished to do so, subject to the following conditions: |
| 10 | + |
| 11 | +The above copyright notice and this permission notice shall be included in |
| 12 | +all copies or substantial portions of the Software. |
| 13 | + |
| 14 | +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 15 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 16 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 17 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 18 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 19 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
| 20 | +THE SOFTWARE. |
0 commit comments