|
| 1 | +--- |
| 2 | +layout: page |
| 3 | +title: "Licenses" |
| 4 | +permalink: /license/ |
| 5 | +--- |
| 6 | +## Instructional Material |
| 7 | + |
| 8 | +All Software Carpentry and Data Carpentry instructional material is |
| 9 | +made available under the [Creative Commons Attribution |
| 10 | +license][cc-by-human]. The following is a human-readable summary of |
| 11 | +(and not a substitute for) the [full legal text of the CC BY 4.0 |
| 12 | +license][cc-by-legal]. |
| 13 | + |
| 14 | +You are free: |
| 15 | + |
| 16 | +* to **Share**---copy and redistribute the material in any medium or format |
| 17 | +* to **Adapt**---remix, transform, and build upon the material |
| 18 | + |
| 19 | +for any purpose, even commercially. |
| 20 | + |
| 21 | +The licensor cannot revoke these freedoms as long as you follow the |
| 22 | +license terms. |
| 23 | + |
| 24 | +Under the following terms: |
| 25 | + |
| 26 | +* **Attribution**---You must give appropriate credit (mentioning that |
| 27 | + your work is derived from work that is Copyright © Software |
| 28 | + Carpentry and, where practical, linking to |
| 29 | + http://software-carpentry.org/), provide a [link to the |
| 30 | + license][cc-by-human], and indicate if changes were made. You may do |
| 31 | + so in any reasonable manner, but not in any way that suggests the |
| 32 | + licensor endorses you or your use. |
| 33 | + |
| 34 | +**No additional restrictions**---You may not apply legal terms or |
| 35 | +technological measures that legally restrict others from doing |
| 36 | +anything the license permits. With the understanding that: |
| 37 | + |
| 38 | +Notices: |
| 39 | + |
| 40 | +* You do not have to comply with the license for elements of the |
| 41 | + material in the public domain or where your use is permitted by an |
| 42 | + applicable exception or limitation. |
| 43 | +* No warranties are given. The license may not give you all of the |
| 44 | + permissions necessary for your intended use. For example, other |
| 45 | + rights such as publicity, privacy, or moral rights may limit how you |
| 46 | + use the material. |
| 47 | + |
| 48 | +## Software |
| 49 | + |
| 50 | +Except where otherwise noted, the example programs and other software |
| 51 | +provided by Software Carpentry and Data Carpentry are made available under the |
| 52 | +[OSI][osi]-approved |
| 53 | +[MIT license][mit-license]. |
| 54 | + |
| 55 | +Permission is hereby granted, free of charge, to any person obtaining |
| 56 | +a copy of this software and associated documentation files (the |
| 57 | +"Software"), to deal in the Software without restriction, including |
| 58 | +without limitation the rights to use, copy, modify, merge, publish, |
| 59 | +distribute, sublicense, and/or sell copies of the Software, and to |
| 60 | +permit persons to whom the Software is furnished to do so, subject to |
| 61 | +the following conditions: |
| 62 | + |
| 63 | +The above copyright notice and this permission notice shall be |
| 64 | +included in all copies or substantial portions of the Software. |
| 65 | + |
| 66 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 67 | +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 68 | +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 69 | +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 70 | +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 71 | +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 72 | +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 73 | + |
| 74 | +## Trademark |
| 75 | + |
| 76 | +"Software Carpentry" an "Data Carpentry" and their respective logos |
| 77 | +are registered trademarks of [NumFOCUS][numfocus]. |
| 78 | + |
| 79 | +[cc-by-human]: https://creativecommons.org/licenses/by/4.0/ |
| 80 | +[cc-by-legal]: https://creativecommons.org/licenses/by/4.0/legalcode |
| 81 | +[mit-license]: http://opensource.org/licenses/mit-license.html |
| 82 | +[numfocus]: http://numfocus.org/ |
| 83 | +[osi]: http://opensource.org |
0 commit comments