Skip to content

Commit 51c86cc

Browse files
Merge pull request #257 from coding-for-reproducible-research/wimu_license
Add LICENSE for Where is my understanding? Quizes
2 parents 6099411 + 4a25448 commit 51c86cc

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

where_is_my_understanding/LICENSE

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

0 commit comments

Comments
 (0)