|
| 1 | + |
| 2 | +### Instructional Material |
| 3 | + |
| 4 | +The instructional material in this course is copyright © 2024 University of Exeter |
| 5 | +and is made available under the Creative Commons Attribution 4.0 International |
| 6 | +licence (https://creativecommons.org/licenses/by/4.0/). Instructional material |
| 7 | +consists of material that is contained within the "individual_modules/parallel_computing" directory, and images folders in |
| 8 | +this directory, with the exception of code snippets and example programs found |
| 9 | +in files within these folders. Such code snippets and example programs are |
| 10 | +considered software for the purposes of this licence. |
| 11 | + |
| 12 | + |
| 13 | +### Software |
| 14 | + |
| 15 | +Except where otherwise noted, software provided in this repository is made |
| 16 | +available under the MIT licence (https://opensource.org/licenses/MIT). |
| 17 | + |
| 18 | +Copyright © 2024 University of Exeter |
| 19 | + |
| 20 | +Permission is hereby granted, free of charge, to any person obtaining a copy |
| 21 | +of this software and associated documentation files (the "Software"), to deal |
| 22 | +in the Software without restriction, including without limitation the rights |
| 23 | +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
| 24 | +copies of the Software, and to permit persons to whom the Software is |
| 25 | +furnished to do so, subject to the following conditions: |
| 26 | + |
| 27 | +The above copyright notice and this permission notice shall be included in all |
| 28 | +copies or substantial portions of the Software. |
| 29 | + |
| 30 | +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 31 | +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 32 | +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 33 | +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 34 | +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 35 | +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 36 | +SOFTWARE. |
| 37 | + |
| 38 | +The software in this repository is adapted from software that is covered by the |
| 39 | +following copyright and permission notice: |
| 40 | + |
| 41 | + Copyright © 2024 Software Carpentry |
| 42 | + |
| 43 | + Permission is hereby granted, free of charge, to any person obtaining |
| 44 | + a copy of this software and associated documentation files (the |
| 45 | + "Software"), to deal in the Software without restriction, including |
| 46 | + without limitation the rights to use, copy, modify, merge, publish, |
| 47 | + distribute, sublicense, and/or sell copies of the Software, and to |
| 48 | + permit persons to whom the Software is furnished to do so, subject to |
| 49 | + the following conditions: |
| 50 | + |
| 51 | + The above copyright notice and this permission notice shall be |
| 52 | + included in all copies or substantial portions of the Software. |
| 53 | + |
| 54 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 55 | + EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 56 | + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 57 | + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 58 | + LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 59 | + OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 60 | + WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
0 commit comments