-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLICENSE.html
116 lines (95 loc) · 4.52 KB
/
LICENSE.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html>
<html>
<head>
<title>Author Carpentry</title>
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<header>
<a href="http://authorcarpentry.github.io"><img src="img/AClogo.jpg" alt="Author Carpentry logo"></a>
</header>
<nav>
<ul>
<li><a href=".">Lesson</a></li>
<li><a href="00-getting-started.html">Topic 1</a></li>
<li><a href="01-working-with-openrefine.html">Topic 2</a></li>
<li><a href="mailto:[email protected]">Contact Us</a></li>
</ul>
</nav>
<section>
<h2>Instructional Material</h2>
<p>All Author Carpentry instructional material is
made available under the <a href="https://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution
license</a>. The following is a human-readable summary of
(and not a substitute for) the <a href="https://creativecommons.org/licenses/by/4.0/legalcode">full legal text of the CC BY 4.0
license</a>.</p>
<p>You are free:</p>
<ul>
<li>to <strong>Share</strong>—copy and redistribute the material in any medium or format</li>
<li>to <strong>Adapt</strong>—remix, transform, and build upon the material</li>
</ul>
<p>for any purpose, even commercially.</p>
<p>The licensor cannot revoke these freedoms as long as you follow the
license terms.</p>
<p>Under the following terms:</p>
<ul>
<li><strong>Attribution</strong>—You must give appropriate credit (mentioning that
your work is derived from work that is Copyright © lesson author and, where
practical, linking to
/<a href="https://authorcarpentry.github.io/)">https://authorcarpentry.github.io/)</a>, provide a <a href="https://creativecommons.org/licenses/by/4.0/">link to the
license</a>, and indicate if changes were made. You may do
so in any reasonable manner, but not in any way that suggests the
licensor endorses you or your use.</li>
</ul>
<p><strong>No additional restrictions</strong>—You may not apply legal terms or
technological measures that legally restrict others from doing
anything the license permits. With the understanding that:</p>
<p>Notices:</p>
<ul>
<li>You do not have to comply with the license for elements of the
material in the public domain or where your use is permitted by an
applicable exception or limitation.</li>
<li>No warranties are given. The license may not give you all of the
permissions necessary for your intended use. For example, other
rights such as publicity, privacy, or moral rights may limit how you
use the material.</li>
</ul>
<h2>Software</h2>
<p>Except where otherwise noted, any code by Author Carpentry is made available
under the
<a href="http://opensource.org">OSI</a>-approved
<a href="http://opensource.org/licenses/mit-license.html">MIT license</a>.</p>
<p>Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
“Software”), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:</p>
<p>The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.</p>
<p>THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>
<h2>Trademark</h2>
<p>“Author Carpentry” is not an official project Software Carpentry or Data
Carpentry at this time but it is being developed with the knowledge and support
of those organizations. “Software Carpentry” and “Data Carpentry” and their
respective logos
are registered trademarks of <a href="http://numfocus.org/">NumFOCUS</a>.</p>
</section>
<footer>
<span>© Lesson Contributors</span>
<span><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img
alt="Creative Commons License" style="vertical-align: middle;"
src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a></span>
<span>This work is licensed under a <a rel="license"
href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution
4.0 International License</a></span>
</footer>
</body>
</html>