typerlude-linux-x64 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRD_PARTY_NOTICES.md +160 -35
- package/licenses/CC-BY-4.0.txt +396 -0
- package/licenses/CC-BY-SA-4.0.txt +428 -0
- package/package.json +1 -1
- package/typerlude +0 -0
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
# Third-Party Notices and Data Rights
|
|
2
2
|
|
|
3
3
|
Typerlude is a composite project. The Rust and JavaScript software is licensed
|
|
4
|
-
under the MIT License in `LICENSE`. Practice
|
|
5
|
-
|
|
6
|
-
public-domain status stated below; MIT does not
|
|
4
|
+
under the MIT License in `LICENSE`. Practice word selections written by
|
|
5
|
+
Typerlude contributors are released under CC0 1.0 Universal. Third-party
|
|
6
|
+
material keeps the license or public-domain status stated below; MIT does not
|
|
7
|
+
replace those terms.
|
|
7
8
|
|
|
8
9
|
Compiled Rust dependencies keep their upstream terms. Their crate names,
|
|
9
10
|
versions, repositories, SPDX expressions, and complete license texts are
|
|
@@ -16,24 +17,32 @@ The Typerlude MIT license does not replace or restrict the MPL-2.0 terms.
|
|
|
16
17
|
The complete offline legal texts are bundled under `assets/licenses/` in the
|
|
17
18
|
source tree, Cargo package, and root npm package, and under `licenses/` in
|
|
18
19
|
native npm packages and native archives. These layouts contain the same
|
|
19
|
-
snapshot bytes for `CC0-1.0.txt`, `CC-BY-2.0-FR.txt`,
|
|
20
|
+
snapshot bytes for `CC0-1.0.txt`, `CC-BY-2.0-FR.txt`, `CC-BY-4.0.txt`,
|
|
21
|
+
`CC-BY-SA-4.0.txt`, and `NORD-MIT.txt`.
|
|
20
22
|
The canonical online texts are:
|
|
21
23
|
|
|
22
24
|
- CC0 1.0 Universal: https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt
|
|
23
25
|
- Creative Commons Attribution 2.0 France (`CC-BY-2.0-FR`):
|
|
24
26
|
https://creativecommons.org/licenses/by/2.0/fr/legalcode.fr
|
|
27
|
+
- Creative Commons Attribution 4.0 International (`CC-BY-4.0`):
|
|
28
|
+
https://creativecommons.org/licenses/by/4.0/legalcode.txt
|
|
29
|
+
- Creative Commons Attribution-ShareAlike 4.0 International (`CC-BY-SA-4.0`):
|
|
30
|
+
https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt
|
|
25
31
|
- Nord MIT license: https://github.com/nordtheme/nord/blob/1cef71605416a222e57225b544540ce0fcec18d4/license
|
|
26
32
|
|
|
27
|
-
|
|
33
|
+
The first two Creative Commons sources were retrieved `2026-08-07`; the 4.0
|
|
34
|
+
sources were retrieved `2026-08-12`:
|
|
28
35
|
|
|
29
36
|
| Shipped file | Official source | Source bytes / SHA-256 | Shipped bytes / SHA-256 |
|
|
30
37
|
| --- | --- | --- | --- |
|
|
31
38
|
| `assets/licenses/CC0-1.0.txt` | https://creativecommons.org/publicdomain/zero/1.0/legalcode.txt | 7048 / `a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499` | 7048 / `a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499` |
|
|
32
39
|
| `assets/licenses/CC-BY-2.0-FR.txt` | https://creativecommons.org/licenses/by/2.0/fr/legalcode.fr | 39707 / `af0d7ada8b9be52a6874238f4533512d0b2568595bf7cb3427e41f7c38847b71` | 15978 / `94690c30fa9b7650a55ea91f9158e3dab81a5e3a79ec1e07d9b0be8a5212b81a` |
|
|
40
|
+
| `assets/licenses/CC-BY-4.0.txt` | https://creativecommons.org/licenses/by/4.0/legalcode.txt | 18657 / `9ba9550ad48438d0836ddab3da480b3b69ffa0aac7b7878b5a0039e7ab429411` | 18657 / `9ba9550ad48438d0836ddab3da480b3b69ffa0aac7b7878b5a0039e7ab429411` |
|
|
41
|
+
| `assets/licenses/CC-BY-SA-4.0.txt` | https://creativecommons.org/licenses/by-sa/4.0/legalcode.txt | 20138 / `28a9529c7d0bb4dc51f4bf5c116a3d16ef247a052f7591466768ddf563fd1cf5` | 20138 / `28a9529c7d0bb4dc51f4bf5c116a3d16ef247a052f7591466768ddf563fd1cf5` |
|
|
33
42
|
|
|
34
|
-
The CC0
|
|
35
|
-
license file is a faithful, complete plain-text rendering of only
|
|
36
|
-
HTML `plain-text-marker` legal-code container. The official HTML endpoint was
|
|
43
|
+
The CC0 and both 4.0 files are official plain-text responses byte-for-byte.
|
|
44
|
+
The French license file is a faithful, complete plain-text rendering of only
|
|
45
|
+
the official HTML `plain-text-marker` legal-code container. The official HTML endpoint was
|
|
37
46
|
byte-identical to the Creative Commons `cc-legal-tools-data` source at commit
|
|
38
47
|
`56f8f157d9d395f48683cae3695973665f0c9162`:
|
|
39
48
|
https://github.com/creativecommons/cc-legal-tools-data/blob/56f8f157d9d395f48683cae3695973665f0c9162/docs/licenses/by/2.0/fr/legalcode.fr.html.
|
|
@@ -121,18 +130,128 @@ individual usernames, so the truthful collective attribution label is
|
|
|
121
130
|
8033223, 8037983, 8354398, 8354700, 8354702, 9161891, 8356841,
|
|
122
131
|
9193323, 9227170, 8356993, 8357331
|
|
123
132
|
|
|
124
|
-
##
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
133
|
+
## Korean public-domain literature and Aegukga
|
|
134
|
+
|
|
135
|
+
The Korean long-text pack contains no project-authored or AI-authored prose.
|
|
136
|
+
The 18 literary works below were selected from the Korea Copyright Commission
|
|
137
|
+
Gongu Madang catalog as copyright-expired works. Gongu Madang explains that a
|
|
138
|
+
work whose copyright term has expired may be used without the copyright
|
|
139
|
+
holder's permission:
|
|
140
|
+
https://gongu.copyright.or.kr/gongu/main/contents.do?menuNo=200091.
|
|
141
|
+
|
|
142
|
+
### Complete Korean stories
|
|
143
|
+
|
|
144
|
+
The 15 complete stories use Korean Wikisource transcriptions because the
|
|
145
|
+
Gongu Madang TXT/HWP line breaks split words in ways unsuitable for typing.
|
|
146
|
+
The original works remain public domain; the community transcription and this
|
|
147
|
+
modified typing edition are distributed under `CC-BY-SA-4.0`:
|
|
148
|
+
https://creativecommons.org/licenses/by-sa/4.0/. Attribution is supplied by
|
|
149
|
+
the original author, the collective label `한국어 위키문헌 기여자`, and a
|
|
150
|
+
permanent revision URL whose page history identifies contributors, as allowed
|
|
151
|
+
by the Wikimedia Terms of Use:
|
|
152
|
+
https://foundation.wikimedia.org/wiki/Policy:Terms_of_Use.
|
|
153
|
+
|
|
154
|
+
| Item and original author | Permanent transcription source | Gongu Madang expiration record |
|
|
155
|
+
| --- | --- | --- |
|
|
156
|
+
| `ko-text-classic-buckwheat-season`, 메밀꽃 필 무렵 — 이효석 | `kowikisource:2584:426852`; https://ko.wikisource.org/w/index.php?title=%EB%A9%94%EB%B0%80%EA%BD%83%20%ED%95%84%20%EB%AC%B4%EB%A0%B5&oldid=426852 | G905-9001211; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9001211 |
|
|
157
|
+
| `ko-text-classic-camellias`, 동백꽃 — 김유정 | `kowikisource:1923:247658`; https://ko.wikisource.org/w/index.php?title=%EB%8F%99%EB%B0%B1%EA%BD%83&oldid=247658 | G905-9000397; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9000397 |
|
|
158
|
+
| `ko-text-classic-spring-spring`, 봄봄 — 김유정 | `kowikisource:2036:245881`; https://ko.wikisource.org/w/index.php?title=%EB%B4%84%EB%B4%84&oldid=245881 | G905-9000404; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9000404 |
|
|
159
|
+
| `ko-text-classic-lucky-day`, 운수 좋은 날 — 현진건 | `kowikisource:2370:457472`; https://ko.wikisource.org/w/index.php?title=%EC%9A%B4%EC%88%98%20%EC%A2%8B%EC%9D%80%20%EB%82%A0&oldid=457472 | G905-9002094; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9002094 |
|
|
160
|
+
| `ko-text-classic-b-superintendent-love-letter`, B사감과 러브레터 — 현진건 | `kowikisource:2369:425616`; https://ko.wikisource.org/w/index.php?title=B%EC%82%AC%EA%B0%90%EA%B3%BC%20%EB%9F%AC%EB%B8%8C%EB%A0%88%ED%84%B0&oldid=425616 | G905-9002100; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9002100 |
|
|
161
|
+
| `ko-text-classic-poor-wife`, 빈처 — 현진건 | `kowikisource:4486:250704`; https://ko.wikisource.org/w/index.php?title=%EB%B9%88%EC%B2%98&oldid=250704 | G905-9002092; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9002092 |
|
|
162
|
+
| `ko-text-classic-wings`, 날개 — 이상 | `kowikisource:1370:221326`; https://ko.wikisource.org/w/index.php?title=%EB%82%A0%EA%B0%9C&oldid=221326 | G905-9000973; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9000973 |
|
|
163
|
+
| `ko-text-classic-potatoes`, 감자 — 김동인 | `kowikisource:1884:250692`; https://ko.wikisource.org/w/index.php?title=%EA%B0%90%EC%9E%90&oldid=250692 | G905-9000075; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9000075 |
|
|
164
|
+
| `ko-text-classic-baettaragi`, 배따라기 — 김동인 | `kowikisource:1885:250693`; https://ko.wikisource.org/w/index.php?title=%EB%B0%B0%EB%94%B0%EB%9D%BC%EA%B8%B0&oldid=250693 | G905-9000094; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9000094 |
|
|
165
|
+
| `ko-text-classic-readymade-life`, 레디메이드 인생 — 채만식 | `kowikisource:17184:223316`; https://ko.wikisource.org/w/index.php?title=%EB%A0%88%EB%94%94%EB%A9%94%EC%9D%B4%EB%93%9C%20%EC%9D%B8%EC%83%9D&oldid=223316 | G905-9001386; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9001386 |
|
|
166
|
+
| `ko-text-classic-gold-bean-field`, 금 따는 콩밭 — 김유정 | `kowikisource:1920:354124`; https://ko.wikisource.org/w/index.php?title=%EA%B8%88%20%EB%94%B0%EB%8A%94%20%EC%BD%A9%EB%B0%AD&oldid=354124 | G905-9000424; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9000424 |
|
|
167
|
+
| `ko-text-classic-society-offers-drink`, 술 권하는 사회 — 현진건 | `kowikisource:4002:425047`; https://ko.wikisource.org/w/index.php?title=%EC%88%A0%20%EA%B6%8C%ED%95%98%EB%8A%94%20%EC%82%AC%ED%9A%8C&oldid=425047 | G905-9002096; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9002096 |
|
|
168
|
+
| `ko-text-classic-mad-painter`, 광화사 — 김동인 | `kowikisource:1925:387811`; https://ko.wikisource.org/w/index.php?title=%EA%B4%91%ED%99%94%EC%82%AC&oldid=387811 | G905-9000079; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9000079 |
|
|
169
|
+
| `ko-text-classic-manmubang`, 만무방 — 김유정 | `kowikisource:4475:157696`; https://ko.wikisource.org/w/index.php?title=%EB%A7%8C%EB%AC%B4%EB%B0%A9&oldid=157696 | G905-9000403; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9000403 |
|
|
170
|
+
| `ko-text-classic-fiery-sonata`, 광염 소나타 — 김동인 | `kowikisource:17174:143125`; https://ko.wikisource.org/w/index.php?title=%EA%B4%91%EC%97%BC%20%EC%86%8C%EB%82%98%ED%83%80&oldid=143125 | G905-9000078; https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9000078 |
|
|
171
|
+
|
|
172
|
+
Typerlude removed page furniture and parenthetical Hanja, converted curved
|
|
173
|
+
quotes, middle dots, ellipses, and long dashes to ordinary keyboard characters,
|
|
174
|
+
and retained the complete story. Every item declares `modified = true` and was
|
|
175
|
+
retrieved `2026-08-12`. The modified transcription remains under
|
|
176
|
+
`CC-BY-SA-4.0`; the full offline license is
|
|
177
|
+
`assets/licenses/CC-BY-SA-4.0.txt`.
|
|
178
|
+
|
|
179
|
+
### Korean poems
|
|
180
|
+
|
|
181
|
+
The following copyright-expired Gongu Madang texts were retrieved
|
|
182
|
+
`2026-08-12`. They use `LicenseRef-Public-Domain`; no Creative Commons license
|
|
183
|
+
is asserted over the underlying poems.
|
|
184
|
+
|
|
185
|
+
| Item | Author and source ID | Official source |
|
|
186
|
+
| --- | --- | --- |
|
|
187
|
+
| `ko-text-poem-counting-stars`, 별 헤는 밤 | 윤동주; `G905-13313879` | https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=13313879 |
|
|
188
|
+
| `ko-text-poem-silence-of-beloved`, 님의 침묵 | 한용운; `G905-9001830` | https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=9001830 |
|
|
189
|
+
| `ko-text-poem-when-that-day-comes`, 그날이 오면 | 심훈; `G905-13313827` | https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200019&wrtSn=13313827 |
|
|
190
|
+
|
|
191
|
+
For direct keyboard practice, Hanja was rendered in Hangul, typographic
|
|
192
|
+
punctuation was replaced with ordinary keyboard punctuation, and obvious
|
|
193
|
+
spacing or historical-spelling barriers were normalized. Each poem therefore
|
|
194
|
+
declares `modified = true`.
|
|
195
|
+
|
|
196
|
+
### Aegukga, verses 1-4
|
|
197
|
+
|
|
198
|
+
`ko-text-aegukga-verses-1-4`, 애국가 1절부터 4절, contains only the four
|
|
199
|
+
lyric verses; no recording, arrangement, or performance is bundled. Source ID
|
|
200
|
+
`G905-13211046`, attributed as `작사자 미상; 기증 안익태`, was retrieved
|
|
201
|
+
`2026-08-12` from the Korea Copyright Commission:
|
|
202
|
+
https://gongu.copyright.or.kr/gongu/wrt/wrt/view.do?menuNo=200020&wrtSn=13211046.
|
|
203
|
+
The Commission identifies the item as donated and gives the free-use example
|
|
204
|
+
`애국가, 기증 안익태, 공유마당, CC BY 4.0`:
|
|
205
|
+
https://gongu.copyright.or.kr/gongu/main/contents.do?menuNo=200092.
|
|
206
|
+
This item is distributed under `CC-BY-4.0`,
|
|
207
|
+
https://creativecommons.org/licenses/by/4.0/, and declares `modified = true`
|
|
208
|
+
because verse numbers were omitted. The full offline license is
|
|
209
|
+
`assets/licenses/CC-BY-4.0.txt`.
|
|
210
|
+
|
|
211
|
+
## English public-domain literature
|
|
212
|
+
|
|
213
|
+
The 17 English literary items are term-expired works by authors who died no
|
|
214
|
+
later than 1946. Their text was obtained from the Project Gutenberg editions
|
|
215
|
+
listed below. Project Gutenberg explains that after its license and trademark
|
|
216
|
+
references are stripped from an unrestricted ebook, the remaining text is
|
|
217
|
+
unrestricted under U.S. intellectual-property law:
|
|
218
|
+
https://www.gutenberg.org/policy/license.html.
|
|
219
|
+
|
|
220
|
+
| Item | Original author and source ID | Edition landing page |
|
|
221
|
+
| --- | --- | --- |
|
|
222
|
+
| `en-text-classic-alice-chapter-1`, Alice's Adventures in Wonderland - Chapter I | Lewis Carroll; `gutenberg:11:chapter-1` | https://www.gutenberg.org/ebooks/11 |
|
|
223
|
+
| `en-text-classic-pride-chapter-1`, Pride and Prejudice - Chapter I | Jane Austen; `gutenberg:1342:chapter-1` | https://www.gutenberg.org/ebooks/1342 |
|
|
224
|
+
| `en-text-classic-christmas-carol-stave-1`, A Christmas Carol - Stave I | Charles Dickens; `gutenberg:46:stave-1` | https://www.gutenberg.org/ebooks/46 |
|
|
225
|
+
| `en-text-classic-scandal-bohemia-part-1`, A Scandal in Bohemia - Part I | Arthur Conan Doyle; `gutenberg:1661:scandal-in-bohemia-part-1` | https://www.gutenberg.org/ebooks/1661 |
|
|
226
|
+
| `en-text-classic-time-machine-chapter-1`, The Time Machine - Chapter I | H. G. Wells; `gutenberg:35:chapter-1` | https://www.gutenberg.org/ebooks/35 |
|
|
227
|
+
| `en-text-classic-frankenstein-chapter-1`, Frankenstein - Chapter 1 | Mary Shelley; `gutenberg:84:chapter-1` | https://www.gutenberg.org/ebooks/84 |
|
|
228
|
+
| `en-text-classic-moby-dick-chapter-1`, Moby-Dick - Chapter 1 | Herman Melville; `gutenberg:2701:chapter-1` | https://www.gutenberg.org/ebooks/2701 |
|
|
229
|
+
| `en-text-classic-treasure-island-chapter-1`, Treasure Island - Chapter I | Robert Louis Stevenson; `gutenberg:120:chapter-1` | https://www.gutenberg.org/ebooks/120 |
|
|
230
|
+
| `en-text-classic-little-women-chapter-1`, Little Women - Chapter One | Louisa May Alcott; `gutenberg:514:chapter-1` | https://www.gutenberg.org/ebooks/514 |
|
|
231
|
+
| `en-text-classic-wizard-oz-chapter-1`, The Wonderful Wizard of Oz - Chapter I | L. Frank Baum; `gutenberg:55:chapter-1` | https://www.gutenberg.org/ebooks/55 |
|
|
232
|
+
| `en-text-classic-secret-garden-chapter-1`, The Secret Garden - Chapter I | Frances Hodgson Burnett; `gutenberg:17396:chapter-1` | https://www.gutenberg.org/ebooks/17396 |
|
|
233
|
+
| `en-text-classic-sleepy-hollow`, The Legend of Sleepy Hollow | Washington Irving; `gutenberg:41:complete` | https://www.gutenberg.org/ebooks/41 |
|
|
234
|
+
| `en-text-classic-gift-magi`, The Gift of the Magi | O. Henry; `gutenberg:7256:complete` | https://www.gutenberg.org/ebooks/7256 |
|
|
235
|
+
| `en-text-classic-last-leaf`, The Last Leaf | O. Henry; `gutenberg:3707:last-leaf` | https://www.gutenberg.org/ebooks/3707 |
|
|
236
|
+
| `en-text-classic-happy-prince`, The Happy Prince | Oscar Wilde; `gutenberg:902:happy-prince` | https://www.gutenberg.org/ebooks/902 |
|
|
237
|
+
| `en-text-classic-dracula-chapter-1`, Dracula - Chapter I | Bram Stoker; `gutenberg:345:chapter-1` | https://www.gutenberg.org/ebooks/345 |
|
|
238
|
+
| `en-text-classic-jane-eyre-chapter-1`, Jane Eyre - Chapter I | Charlotte Bronte; `gutenberg:1260:chapter-1` | https://www.gutenberg.org/ebooks/1260 |
|
|
239
|
+
|
|
240
|
+
Only a complete named chapter, stave, or story is bundled; no arbitrary
|
|
241
|
+
mid-work excerpt is used. Project Gutenberg headers, footers, license text,
|
|
242
|
+
illustration captions, and trademark references were removed. Curved quotes,
|
|
243
|
+
long dashes, ellipses, emphasis markers, and non-ASCII letters were converted
|
|
244
|
+
to directly typable ASCII and wrapped source lines were reflowed into
|
|
245
|
+
paragraphs. Every item declares `modified = true`, was retrieved `2026-08-12`,
|
|
246
|
+
and uses `LicenseRef-Public-Domain`.
|
|
247
|
+
|
|
248
|
+
## Public-domain official documents
|
|
129
249
|
|
|
130
250
|
### 대한민국헌법 제1조부터 제5조
|
|
131
251
|
|
|
132
252
|
`ko-text-constitution-articles-1-5` contains Korean Constitution Articles 1
|
|
133
|
-
through 5, source ID
|
|
134
|
-
|
|
135
|
-
National Law Information Center text:
|
|
253
|
+
through 5, source ID `rok-constitution:articles-1-5`, retrieved `2026-08-07`
|
|
254
|
+
from the official National Law Information Center text:
|
|
136
255
|
https://www.law.go.kr/법령/대한민국헌법.
|
|
137
256
|
|
|
138
257
|
For direct keyboard practice, the official circled paragraph numerals `①` and
|
|
@@ -146,10 +265,33 @@ Center's official reuse policy expressly permits unrestricted reuse, including
|
|
|
146
265
|
commercial reuse, of Article 7 material:
|
|
147
266
|
https://www.law.go.kr/lawPetitionForm.do?menuId=13&subMenuId=79.
|
|
148
267
|
|
|
149
|
-
###
|
|
268
|
+
### The Declaration of Independence
|
|
269
|
+
|
|
270
|
+
`en-text-declaration-independence`, The Declaration of Independence, contains
|
|
271
|
+
the complete official transcript attributed to the Second Continental
|
|
272
|
+
Congress. Source ID `nara:declaration-transcript`, retrieved `2026-08-12`:
|
|
273
|
+
https://www.archives.gov/founding-docs/declaration-transcript. The National
|
|
274
|
+
Archives download page marks the founding-document images public domain:
|
|
275
|
+
https://www.archives.gov/founding-docs/downloads. The item is unchanged and
|
|
276
|
+
uses `LicenseRef-Public-Domain`.
|
|
277
|
+
|
|
278
|
+
### The Gettysburg Address
|
|
279
|
+
|
|
280
|
+
`en-text-gettysburg-address`, The Gettysburg Address, is attributed to Abraham
|
|
281
|
+
Lincoln and follows the standard Bliss-copy wording published by the National
|
|
282
|
+
Park Service. Source ID `nps:gettysburg-address:bliss-copy`, retrieved
|
|
283
|
+
`2026-08-12`:
|
|
284
|
+
https://www.nps.gov/linc/learn/historyculture/gettysburgaddress.htm. Tildes used
|
|
285
|
+
as separators on the web page were rendered as `--`, so the item declares
|
|
286
|
+
`modified = true`. Its 1863 publication is term-expired; the U.S. Copyright
|
|
287
|
+
Office explains copyright expiration and the public domain at
|
|
288
|
+
https://copyright.gov/what-is-copyright/. The item uses
|
|
289
|
+
`LicenseRef-Public-Domain`.
|
|
290
|
+
|
|
291
|
+
### U.S. Constitution, Article I, Section 2, Clauses 1-2
|
|
150
292
|
|
|
151
293
|
`en-text-constitution-article-1-section-2-clauses-1-2` contains exactly Article
|
|
152
|
-
I, Section 2, Clauses 1
|
|
294
|
+
I, Section 2, Clauses 1-2, source ID
|
|
153
295
|
`us-constitution:article-1-section-2-clauses-1-2`, attributed to the
|
|
154
296
|
Constitutional Convention of 1787 and retrieved `2026-08-07` from the official
|
|
155
297
|
Congress Constitution Annotated text:
|
|
@@ -168,23 +310,6 @@ This basis is term expiration, not 17 U.S.C. § 105. Section 105 concerns U.S.
|
|
|
168
310
|
federal-government material such as the federal page or transcription; it is
|
|
169
311
|
not a claim that the federal government authored the 1787 Constitution.
|
|
170
312
|
|
|
171
|
-
## Typerlude-authored practice data and traditional-story retellings
|
|
172
|
-
|
|
173
|
-
All Typerlude-authored word selections, essays, fiction, aphorisms, and retellings
|
|
174
|
-
are new Typerlude expression released by Typerlude contributors under CC0 1.0
|
|
175
|
-
Universal. In particular, the four retellings use only the named traditional or
|
|
176
|
-
public-domain plot bases below; no wording from a modern edition, translation,
|
|
177
|
-
or adaptation was copied.
|
|
178
|
-
|
|
179
|
-
- `ko-text-retelling-heungbu-nolbu`, “박씨 하나의 몫 — 흥부와 놀부 다시 쓰기”:
|
|
180
|
-
the anonymous traditional Korean narrative 흥부와 놀부.
|
|
181
|
-
- `ko-text-retelling-sun-moon-siblings`, “하늘에 남은 두 빛 — 해와 달이 된 오누이 다시 쓰기”:
|
|
182
|
-
the anonymous traditional Korean narrative 해와 달이 된 오누이.
|
|
183
|
-
- `en-text-retelling-tortoise-hare`, “Two Ways to the Finish — The Tortoise and
|
|
184
|
-
the Hare Retold”: the ancient Aesopic fable The Tortoise and the Hare.
|
|
185
|
-
- `en-text-retelling-stone-soup`, “The Empty Pot — Stone Soup Retold”: the
|
|
186
|
-
traditional European folktale Stone Soup.
|
|
187
|
-
|
|
188
313
|
## Nord theme palette
|
|
189
314
|
|
|
190
315
|
The bundled `nord` theme uses the official
|
|
@@ -0,0 +1,396 @@
|
|
|
1
|
+
Attribution 4.0 International
|
|
2
|
+
|
|
3
|
+
=======================================================================
|
|
4
|
+
|
|
5
|
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
|
6
|
+
does not provide legal services or legal advice. Distribution of
|
|
7
|
+
Creative Commons public licenses does not create a lawyer-client or
|
|
8
|
+
other relationship. Creative Commons makes its licenses and related
|
|
9
|
+
information available on an "as-is" basis. Creative Commons gives no
|
|
10
|
+
warranties regarding its licenses, any material licensed under their
|
|
11
|
+
terms and conditions, or any related information. Creative Commons
|
|
12
|
+
disclaims all liability for damages resulting from their use to the
|
|
13
|
+
fullest extent possible.
|
|
14
|
+
|
|
15
|
+
Using Creative Commons Public Licenses
|
|
16
|
+
|
|
17
|
+
Creative Commons public licenses provide a standard set of terms and
|
|
18
|
+
conditions that creators and other rights holders may use to share
|
|
19
|
+
original works of authorship and other material subject to copyright
|
|
20
|
+
and certain other rights specified in the public license below. The
|
|
21
|
+
following considerations are for informational purposes only, are not
|
|
22
|
+
exhaustive, and do not form part of our licenses.
|
|
23
|
+
|
|
24
|
+
Considerations for licensors: Our public licenses are
|
|
25
|
+
intended for use by those authorized to give the public
|
|
26
|
+
permission to use material in ways otherwise restricted by
|
|
27
|
+
copyright and certain other rights. Our licenses are
|
|
28
|
+
irrevocable. Licensors should read and understand the terms
|
|
29
|
+
and conditions of the license they choose before applying it.
|
|
30
|
+
Licensors should also secure all rights necessary before
|
|
31
|
+
applying our licenses so that the public can reuse the
|
|
32
|
+
material as expected. Licensors should clearly mark any
|
|
33
|
+
material not subject to the license. This includes other CC-
|
|
34
|
+
licensed material, or material used under an exception or
|
|
35
|
+
limitation to copyright. More considerations for licensors:
|
|
36
|
+
wiki.creativecommons.org/Considerations_for_licensors
|
|
37
|
+
|
|
38
|
+
Considerations for the public: By using one of our public
|
|
39
|
+
licenses, a licensor grants the public permission to use the
|
|
40
|
+
licensed material under specified terms and conditions. If
|
|
41
|
+
the licensor's permission is not necessary for any reason--for
|
|
42
|
+
example, because of any applicable exception or limitation to
|
|
43
|
+
copyright--then that use is not regulated by the license. Our
|
|
44
|
+
licenses grant only permissions under copyright and certain
|
|
45
|
+
other rights that a licensor has authority to grant. Use of
|
|
46
|
+
the licensed material may still be restricted for other
|
|
47
|
+
reasons, including because others have copyright or other
|
|
48
|
+
rights in the material. A licensor may make special requests,
|
|
49
|
+
such as asking that all changes be marked or described.
|
|
50
|
+
Although not required by our licenses, you are encouraged to
|
|
51
|
+
respect those requests where reasonable. More considerations
|
|
52
|
+
for the public:
|
|
53
|
+
wiki.creativecommons.org/Considerations_for_licensees
|
|
54
|
+
|
|
55
|
+
=======================================================================
|
|
56
|
+
|
|
57
|
+
Creative Commons Attribution 4.0 International Public License
|
|
58
|
+
|
|
59
|
+
By exercising the Licensed Rights (defined below), You accept and agree
|
|
60
|
+
to be bound by the terms and conditions of this Creative Commons
|
|
61
|
+
Attribution 4.0 International Public License ("Public License"). To the
|
|
62
|
+
extent this Public License may be interpreted as a contract, You are
|
|
63
|
+
granted the Licensed Rights in consideration of Your acceptance of
|
|
64
|
+
these terms and conditions, and the Licensor grants You such rights in
|
|
65
|
+
consideration of benefits the Licensor receives from making the
|
|
66
|
+
Licensed Material available under these terms and conditions.
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
Section 1 -- Definitions.
|
|
70
|
+
|
|
71
|
+
a. Adapted Material means material subject to Copyright and Similar
|
|
72
|
+
Rights that is derived from or based upon the Licensed Material
|
|
73
|
+
and in which the Licensed Material is translated, altered,
|
|
74
|
+
arranged, transformed, or otherwise modified in a manner requiring
|
|
75
|
+
permission under the Copyright and Similar Rights held by the
|
|
76
|
+
Licensor. For purposes of this Public License, where the Licensed
|
|
77
|
+
Material is a musical work, performance, or sound recording,
|
|
78
|
+
Adapted Material is always produced where the Licensed Material is
|
|
79
|
+
synched in timed relation with a moving image.
|
|
80
|
+
|
|
81
|
+
b. Adapter's License means the license You apply to Your Copyright
|
|
82
|
+
and Similar Rights in Your contributions to Adapted Material in
|
|
83
|
+
accordance with the terms and conditions of this Public License.
|
|
84
|
+
|
|
85
|
+
c. Copyright and Similar Rights means copyright and/or similar rights
|
|
86
|
+
closely related to copyright including, without limitation,
|
|
87
|
+
performance, broadcast, sound recording, and Sui Generis Database
|
|
88
|
+
Rights, without regard to how the rights are labeled or
|
|
89
|
+
categorized. For purposes of this Public License, the rights
|
|
90
|
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
|
91
|
+
Rights.
|
|
92
|
+
|
|
93
|
+
d. Effective Technological Measures means those measures that, in the
|
|
94
|
+
absence of proper authority, may not be circumvented under laws
|
|
95
|
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
|
96
|
+
Treaty adopted on December 20, 1996, and/or similar international
|
|
97
|
+
agreements.
|
|
98
|
+
|
|
99
|
+
e. Exceptions and Limitations means fair use, fair dealing, and/or
|
|
100
|
+
any other exception or limitation to Copyright and Similar Rights
|
|
101
|
+
that applies to Your use of the Licensed Material.
|
|
102
|
+
|
|
103
|
+
f. Licensed Material means the artistic or literary work, database,
|
|
104
|
+
or other material to which the Licensor applied this Public
|
|
105
|
+
License.
|
|
106
|
+
|
|
107
|
+
g. Licensed Rights means the rights granted to You subject to the
|
|
108
|
+
terms and conditions of this Public License, which are limited to
|
|
109
|
+
all Copyright and Similar Rights that apply to Your use of the
|
|
110
|
+
Licensed Material and that the Licensor has authority to license.
|
|
111
|
+
|
|
112
|
+
h. Licensor means the individual(s) or entity(ies) granting rights
|
|
113
|
+
under this Public License.
|
|
114
|
+
|
|
115
|
+
i. Share means to provide material to the public by any means or
|
|
116
|
+
process that requires permission under the Licensed Rights, such
|
|
117
|
+
as reproduction, public display, public performance, distribution,
|
|
118
|
+
dissemination, communication, or importation, and to make material
|
|
119
|
+
available to the public including in ways that members of the
|
|
120
|
+
public may access the material from a place and at a time
|
|
121
|
+
individually chosen by them.
|
|
122
|
+
|
|
123
|
+
j. Sui Generis Database Rights means rights other than copyright
|
|
124
|
+
resulting from Directive 96/9/EC of the European Parliament and of
|
|
125
|
+
the Council of 11 March 1996 on the legal protection of databases,
|
|
126
|
+
as amended and/or succeeded, as well as other essentially
|
|
127
|
+
equivalent rights anywhere in the world.
|
|
128
|
+
|
|
129
|
+
k. You means the individual or entity exercising the Licensed Rights
|
|
130
|
+
under this Public License. Your has a corresponding meaning.
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
Section 2 -- Scope.
|
|
134
|
+
|
|
135
|
+
a. License grant.
|
|
136
|
+
|
|
137
|
+
1. Subject to the terms and conditions of this Public License,
|
|
138
|
+
the Licensor hereby grants You a worldwide, royalty-free,
|
|
139
|
+
non-sublicensable, non-exclusive, irrevocable license to
|
|
140
|
+
exercise the Licensed Rights in the Licensed Material to:
|
|
141
|
+
|
|
142
|
+
a. reproduce and Share the Licensed Material, in whole or
|
|
143
|
+
in part; and
|
|
144
|
+
|
|
145
|
+
b. produce, reproduce, and Share Adapted Material.
|
|
146
|
+
|
|
147
|
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
|
148
|
+
Exceptions and Limitations apply to Your use, this Public
|
|
149
|
+
License does not apply, and You do not need to comply with
|
|
150
|
+
its terms and conditions.
|
|
151
|
+
|
|
152
|
+
3. Term. The term of this Public License is specified in Section
|
|
153
|
+
6(a).
|
|
154
|
+
|
|
155
|
+
4. Media and formats; technical modifications allowed. The
|
|
156
|
+
Licensor authorizes You to exercise the Licensed Rights in
|
|
157
|
+
all media and formats whether now known or hereafter created,
|
|
158
|
+
and to make technical modifications necessary to do so. The
|
|
159
|
+
Licensor waives and/or agrees not to assert any right or
|
|
160
|
+
authority to forbid You from making technical modifications
|
|
161
|
+
necessary to exercise the Licensed Rights, including
|
|
162
|
+
technical modifications necessary to circumvent Effective
|
|
163
|
+
Technological Measures. For purposes of this Public License,
|
|
164
|
+
simply making modifications authorized by this Section 2(a)
|
|
165
|
+
(4) never produces Adapted Material.
|
|
166
|
+
|
|
167
|
+
5. Downstream recipients.
|
|
168
|
+
|
|
169
|
+
a. Offer from the Licensor -- Licensed Material. Every
|
|
170
|
+
recipient of the Licensed Material automatically
|
|
171
|
+
receives an offer from the Licensor to exercise the
|
|
172
|
+
Licensed Rights under the terms and conditions of this
|
|
173
|
+
Public License.
|
|
174
|
+
|
|
175
|
+
b. No downstream restrictions. You may not offer or impose
|
|
176
|
+
any additional or different terms or conditions on, or
|
|
177
|
+
apply any Effective Technological Measures to, the
|
|
178
|
+
Licensed Material if doing so restricts exercise of the
|
|
179
|
+
Licensed Rights by any recipient of the Licensed
|
|
180
|
+
Material.
|
|
181
|
+
|
|
182
|
+
6. No endorsement. Nothing in this Public License constitutes or
|
|
183
|
+
may be construed as permission to assert or imply that You
|
|
184
|
+
are, or that Your use of the Licensed Material is, connected
|
|
185
|
+
with, or sponsored, endorsed, or granted official status by,
|
|
186
|
+
the Licensor or others designated to receive attribution as
|
|
187
|
+
provided in Section 3(a)(1)(A)(i).
|
|
188
|
+
|
|
189
|
+
b. Other rights.
|
|
190
|
+
|
|
191
|
+
1. Moral rights, such as the right of integrity, are not
|
|
192
|
+
licensed under this Public License, nor are publicity,
|
|
193
|
+
privacy, and/or other similar personality rights; however, to
|
|
194
|
+
the extent possible, the Licensor waives and/or agrees not to
|
|
195
|
+
assert any such rights held by the Licensor to the limited
|
|
196
|
+
extent necessary to allow You to exercise the Licensed
|
|
197
|
+
Rights, but not otherwise.
|
|
198
|
+
|
|
199
|
+
2. Patent and trademark rights are not licensed under this
|
|
200
|
+
Public License.
|
|
201
|
+
|
|
202
|
+
3. To the extent possible, the Licensor waives any right to
|
|
203
|
+
collect royalties from You for the exercise of the Licensed
|
|
204
|
+
Rights, whether directly or through a collecting society
|
|
205
|
+
under any voluntary or waivable statutory or compulsory
|
|
206
|
+
licensing scheme. In all other cases the Licensor expressly
|
|
207
|
+
reserves any right to collect such royalties.
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
Section 3 -- License Conditions.
|
|
211
|
+
|
|
212
|
+
Your exercise of the Licensed Rights is expressly made subject to the
|
|
213
|
+
following conditions.
|
|
214
|
+
|
|
215
|
+
a. Attribution.
|
|
216
|
+
|
|
217
|
+
1. If You Share the Licensed Material (including in modified
|
|
218
|
+
form), You must:
|
|
219
|
+
|
|
220
|
+
a. retain the following if it is supplied by the Licensor
|
|
221
|
+
with the Licensed Material:
|
|
222
|
+
|
|
223
|
+
i. identification of the creator(s) of the Licensed
|
|
224
|
+
Material and any others designated to receive
|
|
225
|
+
attribution, in any reasonable manner requested by
|
|
226
|
+
the Licensor (including by pseudonym if
|
|
227
|
+
designated);
|
|
228
|
+
|
|
229
|
+
ii. a copyright notice;
|
|
230
|
+
|
|
231
|
+
iii. a notice that refers to this Public License;
|
|
232
|
+
|
|
233
|
+
iv. a notice that refers to the disclaimer of
|
|
234
|
+
warranties;
|
|
235
|
+
|
|
236
|
+
v. a URI or hyperlink to the Licensed Material to the
|
|
237
|
+
extent reasonably practicable;
|
|
238
|
+
|
|
239
|
+
b. indicate if You modified the Licensed Material and
|
|
240
|
+
retain an indication of any previous modifications; and
|
|
241
|
+
|
|
242
|
+
c. indicate the Licensed Material is licensed under this
|
|
243
|
+
Public License, and include the text of, or the URI or
|
|
244
|
+
hyperlink to, this Public License.
|
|
245
|
+
|
|
246
|
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
|
247
|
+
reasonable manner based on the medium, means, and context in
|
|
248
|
+
which You Share the Licensed Material. For example, it may be
|
|
249
|
+
reasonable to satisfy the conditions by providing a URI or
|
|
250
|
+
hyperlink to a resource that includes the required
|
|
251
|
+
information.
|
|
252
|
+
|
|
253
|
+
3. If requested by the Licensor, You must remove any of the
|
|
254
|
+
information required by Section 3(a)(1)(A) to the extent
|
|
255
|
+
reasonably practicable.
|
|
256
|
+
|
|
257
|
+
4. If You Share Adapted Material You produce, the Adapter's
|
|
258
|
+
License You apply must not prevent recipients of the Adapted
|
|
259
|
+
Material from complying with this Public License.
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
Section 4 -- Sui Generis Database Rights.
|
|
263
|
+
|
|
264
|
+
Where the Licensed Rights include Sui Generis Database Rights that
|
|
265
|
+
apply to Your use of the Licensed Material:
|
|
266
|
+
|
|
267
|
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
|
268
|
+
to extract, reuse, reproduce, and Share all or a substantial
|
|
269
|
+
portion of the contents of the database;
|
|
270
|
+
|
|
271
|
+
b. if You include all or a substantial portion of the database
|
|
272
|
+
contents in a database in which You have Sui Generis Database
|
|
273
|
+
Rights, then the database in which You have Sui Generis Database
|
|
274
|
+
Rights (but not its individual contents) is Adapted Material; and
|
|
275
|
+
|
|
276
|
+
c. You must comply with the conditions in Section 3(a) if You Share
|
|
277
|
+
all or a substantial portion of the contents of the database.
|
|
278
|
+
|
|
279
|
+
For the avoidance of doubt, this Section 4 supplements and does not
|
|
280
|
+
replace Your obligations under this Public License where the Licensed
|
|
281
|
+
Rights include other Copyright and Similar Rights.
|
|
282
|
+
|
|
283
|
+
|
|
284
|
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
|
285
|
+
|
|
286
|
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
|
287
|
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
|
288
|
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
|
289
|
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
|
290
|
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
|
291
|
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
|
292
|
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
|
293
|
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
|
294
|
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
|
295
|
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
|
296
|
+
|
|
297
|
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
|
298
|
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
|
299
|
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
|
300
|
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
|
301
|
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
|
302
|
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
|
303
|
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
|
304
|
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
|
305
|
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
|
306
|
+
|
|
307
|
+
c. The disclaimer of warranties and limitation of liability provided
|
|
308
|
+
above shall be interpreted in a manner that, to the extent
|
|
309
|
+
possible, most closely approximates an absolute disclaimer and
|
|
310
|
+
waiver of all liability.
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
Section 6 -- Term and Termination.
|
|
314
|
+
|
|
315
|
+
a. This Public License applies for the term of the Copyright and
|
|
316
|
+
Similar Rights licensed here. However, if You fail to comply with
|
|
317
|
+
this Public License, then Your rights under this Public License
|
|
318
|
+
terminate automatically.
|
|
319
|
+
|
|
320
|
+
b. Where Your right to use the Licensed Material has terminated under
|
|
321
|
+
Section 6(a), it reinstates:
|
|
322
|
+
|
|
323
|
+
1. automatically as of the date the violation is cured, provided
|
|
324
|
+
it is cured within 30 days of Your discovery of the
|
|
325
|
+
violation; or
|
|
326
|
+
|
|
327
|
+
2. upon express reinstatement by the Licensor.
|
|
328
|
+
|
|
329
|
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
|
330
|
+
right the Licensor may have to seek remedies for Your violations
|
|
331
|
+
of this Public License.
|
|
332
|
+
|
|
333
|
+
c. For the avoidance of doubt, the Licensor may also offer the
|
|
334
|
+
Licensed Material under separate terms or conditions or stop
|
|
335
|
+
distributing the Licensed Material at any time; however, doing so
|
|
336
|
+
will not terminate this Public License.
|
|
337
|
+
|
|
338
|
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
|
339
|
+
License.
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
Section 7 -- Other Terms and Conditions.
|
|
343
|
+
|
|
344
|
+
a. The Licensor shall not be bound by any additional or different
|
|
345
|
+
terms or conditions communicated by You unless expressly agreed.
|
|
346
|
+
|
|
347
|
+
b. Any arrangements, understandings, or agreements regarding the
|
|
348
|
+
Licensed Material not stated herein are separate from and
|
|
349
|
+
independent of the terms and conditions of this Public License.
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
Section 8 -- Interpretation.
|
|
353
|
+
|
|
354
|
+
a. For the avoidance of doubt, this Public License does not, and
|
|
355
|
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
|
356
|
+
conditions on any use of the Licensed Material that could lawfully
|
|
357
|
+
be made without permission under this Public License.
|
|
358
|
+
|
|
359
|
+
b. To the extent possible, if any provision of this Public License is
|
|
360
|
+
deemed unenforceable, it shall be automatically reformed to the
|
|
361
|
+
minimum extent necessary to make it enforceable. If the provision
|
|
362
|
+
cannot be reformed, it shall be severed from this Public License
|
|
363
|
+
without affecting the enforceability of the remaining terms and
|
|
364
|
+
conditions.
|
|
365
|
+
|
|
366
|
+
c. No term or condition of this Public License will be waived and no
|
|
367
|
+
failure to comply consented to unless expressly agreed to by the
|
|
368
|
+
Licensor.
|
|
369
|
+
|
|
370
|
+
d. Nothing in this Public License constitutes or may be interpreted
|
|
371
|
+
as a limitation upon, or waiver of, any privileges and immunities
|
|
372
|
+
that apply to the Licensor or You, including from the legal
|
|
373
|
+
processes of any jurisdiction or authority.
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
=======================================================================
|
|
377
|
+
|
|
378
|
+
Creative Commons is not a party to its public
|
|
379
|
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
|
380
|
+
its public licenses to material it publishes and in those instances
|
|
381
|
+
will be considered the “Licensor.” The text of the Creative Commons
|
|
382
|
+
public licenses is dedicated to the public domain under the CC0 Public
|
|
383
|
+
Domain Dedication. Except for the limited purpose of indicating that
|
|
384
|
+
material is shared under a Creative Commons public license or as
|
|
385
|
+
otherwise permitted by the Creative Commons policies published at
|
|
386
|
+
creativecommons.org/policies, Creative Commons does not authorize the
|
|
387
|
+
use of the trademark "Creative Commons" or any other trademark or logo
|
|
388
|
+
of Creative Commons without its prior written consent including,
|
|
389
|
+
without limitation, in connection with any unauthorized modifications
|
|
390
|
+
to any of its public licenses or any other arrangements,
|
|
391
|
+
understandings, or agreements concerning use of licensed material. For
|
|
392
|
+
the avoidance of doubt, this paragraph does not form part of the
|
|
393
|
+
public licenses.
|
|
394
|
+
|
|
395
|
+
Creative Commons may be contacted at creativecommons.org.
|
|
396
|
+
|
|
@@ -0,0 +1,428 @@
|
|
|
1
|
+
Attribution-ShareAlike 4.0 International
|
|
2
|
+
|
|
3
|
+
=======================================================================
|
|
4
|
+
|
|
5
|
+
Creative Commons Corporation ("Creative Commons") is not a law firm and
|
|
6
|
+
does not provide legal services or legal advice. Distribution of
|
|
7
|
+
Creative Commons public licenses does not create a lawyer-client or
|
|
8
|
+
other relationship. Creative Commons makes its licenses and related
|
|
9
|
+
information available on an "as-is" basis. Creative Commons gives no
|
|
10
|
+
warranties regarding its licenses, any material licensed under their
|
|
11
|
+
terms and conditions, or any related information. Creative Commons
|
|
12
|
+
disclaims all liability for damages resulting from their use to the
|
|
13
|
+
fullest extent possible.
|
|
14
|
+
|
|
15
|
+
Using Creative Commons Public Licenses
|
|
16
|
+
|
|
17
|
+
Creative Commons public licenses provide a standard set of terms and
|
|
18
|
+
conditions that creators and other rights holders may use to share
|
|
19
|
+
original works of authorship and other material subject to copyright
|
|
20
|
+
and certain other rights specified in the public license below. The
|
|
21
|
+
following considerations are for informational purposes only, are not
|
|
22
|
+
exhaustive, and do not form part of our licenses.
|
|
23
|
+
|
|
24
|
+
Considerations for licensors: Our public licenses are
|
|
25
|
+
intended for use by those authorized to give the public
|
|
26
|
+
permission to use material in ways otherwise restricted by
|
|
27
|
+
copyright and certain other rights. Our licenses are
|
|
28
|
+
irrevocable. Licensors should read and understand the terms
|
|
29
|
+
and conditions of the license they choose before applying it.
|
|
30
|
+
Licensors should also secure all rights necessary before
|
|
31
|
+
applying our licenses so that the public can reuse the
|
|
32
|
+
material as expected. Licensors should clearly mark any
|
|
33
|
+
material not subject to the license. This includes other CC-
|
|
34
|
+
licensed material, or material used under an exception or
|
|
35
|
+
limitation to copyright. More considerations for licensors:
|
|
36
|
+
wiki.creativecommons.org/Considerations_for_licensors
|
|
37
|
+
|
|
38
|
+
Considerations for the public: By using one of our public
|
|
39
|
+
licenses, a licensor grants the public permission to use the
|
|
40
|
+
licensed material under specified terms and conditions. If
|
|
41
|
+
the licensor's permission is not necessary for any reason--for
|
|
42
|
+
example, because of any applicable exception or limitation to
|
|
43
|
+
copyright--then that use is not regulated by the license. Our
|
|
44
|
+
licenses grant only permissions under copyright and certain
|
|
45
|
+
other rights that a licensor has authority to grant. Use of
|
|
46
|
+
the licensed material may still be restricted for other
|
|
47
|
+
reasons, including because others have copyright or other
|
|
48
|
+
rights in the material. A licensor may make special requests,
|
|
49
|
+
such as asking that all changes be marked or described.
|
|
50
|
+
Although not required by our licenses, you are encouraged to
|
|
51
|
+
respect those requests where reasonable. More considerations
|
|
52
|
+
for the public:
|
|
53
|
+
wiki.creativecommons.org/Considerations_for_licensees
|
|
54
|
+
|
|
55
|
+
=======================================================================
|
|
56
|
+
|
|
57
|
+
Creative Commons Attribution-ShareAlike 4.0 International Public
|
|
58
|
+
License
|
|
59
|
+
|
|
60
|
+
By exercising the Licensed Rights (defined below), You accept and agree
|
|
61
|
+
to be bound by the terms and conditions of this Creative Commons
|
|
62
|
+
Attribution-ShareAlike 4.0 International Public License ("Public
|
|
63
|
+
License"). To the extent this Public License may be interpreted as a
|
|
64
|
+
contract, You are granted the Licensed Rights in consideration of Your
|
|
65
|
+
acceptance of these terms and conditions, and the Licensor grants You
|
|
66
|
+
such rights in consideration of benefits the Licensor receives from
|
|
67
|
+
making the Licensed Material available under these terms and
|
|
68
|
+
conditions.
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
Section 1 -- Definitions.
|
|
72
|
+
|
|
73
|
+
a. Adapted Material means material subject to Copyright and Similar
|
|
74
|
+
Rights that is derived from or based upon the Licensed Material
|
|
75
|
+
and in which the Licensed Material is translated, altered,
|
|
76
|
+
arranged, transformed, or otherwise modified in a manner requiring
|
|
77
|
+
permission under the Copyright and Similar Rights held by the
|
|
78
|
+
Licensor. For purposes of this Public License, where the Licensed
|
|
79
|
+
Material is a musical work, performance, or sound recording,
|
|
80
|
+
Adapted Material is always produced where the Licensed Material is
|
|
81
|
+
synched in timed relation with a moving image.
|
|
82
|
+
|
|
83
|
+
b. Adapter's License means the license You apply to Your Copyright
|
|
84
|
+
and Similar Rights in Your contributions to Adapted Material in
|
|
85
|
+
accordance with the terms and conditions of this Public License.
|
|
86
|
+
|
|
87
|
+
c. BY-SA Compatible License means a license listed at
|
|
88
|
+
creativecommons.org/compatiblelicenses, approved by Creative
|
|
89
|
+
Commons as essentially the equivalent of this Public License.
|
|
90
|
+
|
|
91
|
+
d. Copyright and Similar Rights means copyright and/or similar rights
|
|
92
|
+
closely related to copyright including, without limitation,
|
|
93
|
+
performance, broadcast, sound recording, and Sui Generis Database
|
|
94
|
+
Rights, without regard to how the rights are labeled or
|
|
95
|
+
categorized. For purposes of this Public License, the rights
|
|
96
|
+
specified in Section 2(b)(1)-(2) are not Copyright and Similar
|
|
97
|
+
Rights.
|
|
98
|
+
|
|
99
|
+
e. Effective Technological Measures means those measures that, in the
|
|
100
|
+
absence of proper authority, may not be circumvented under laws
|
|
101
|
+
fulfilling obligations under Article 11 of the WIPO Copyright
|
|
102
|
+
Treaty adopted on December 20, 1996, and/or similar international
|
|
103
|
+
agreements.
|
|
104
|
+
|
|
105
|
+
f. Exceptions and Limitations means fair use, fair dealing, and/or
|
|
106
|
+
any other exception or limitation to Copyright and Similar Rights
|
|
107
|
+
that applies to Your use of the Licensed Material.
|
|
108
|
+
|
|
109
|
+
g. License Elements means the license attributes listed in the name
|
|
110
|
+
of a Creative Commons Public License. The License Elements of this
|
|
111
|
+
Public License are Attribution and ShareAlike.
|
|
112
|
+
|
|
113
|
+
h. Licensed Material means the artistic or literary work, database,
|
|
114
|
+
or other material to which the Licensor applied this Public
|
|
115
|
+
License.
|
|
116
|
+
|
|
117
|
+
i. Licensed Rights means the rights granted to You subject to the
|
|
118
|
+
terms and conditions of this Public License, which are limited to
|
|
119
|
+
all Copyright and Similar Rights that apply to Your use of the
|
|
120
|
+
Licensed Material and that the Licensor has authority to license.
|
|
121
|
+
|
|
122
|
+
j. Licensor means the individual(s) or entity(ies) granting rights
|
|
123
|
+
under this Public License.
|
|
124
|
+
|
|
125
|
+
k. Share means to provide material to the public by any means or
|
|
126
|
+
process that requires permission under the Licensed Rights, such
|
|
127
|
+
as reproduction, public display, public performance, distribution,
|
|
128
|
+
dissemination, communication, or importation, and to make material
|
|
129
|
+
available to the public including in ways that members of the
|
|
130
|
+
public may access the material from a place and at a time
|
|
131
|
+
individually chosen by them.
|
|
132
|
+
|
|
133
|
+
l. Sui Generis Database Rights means rights other than copyright
|
|
134
|
+
resulting from Directive 96/9/EC of the European Parliament and of
|
|
135
|
+
the Council of 11 March 1996 on the legal protection of databases,
|
|
136
|
+
as amended and/or succeeded, as well as other essentially
|
|
137
|
+
equivalent rights anywhere in the world.
|
|
138
|
+
|
|
139
|
+
m. You means the individual or entity exercising the Licensed Rights
|
|
140
|
+
under this Public License. Your has a corresponding meaning.
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
Section 2 -- Scope.
|
|
144
|
+
|
|
145
|
+
a. License grant.
|
|
146
|
+
|
|
147
|
+
1. Subject to the terms and conditions of this Public License,
|
|
148
|
+
the Licensor hereby grants You a worldwide, royalty-free,
|
|
149
|
+
non-sublicensable, non-exclusive, irrevocable license to
|
|
150
|
+
exercise the Licensed Rights in the Licensed Material to:
|
|
151
|
+
|
|
152
|
+
a. reproduce and Share the Licensed Material, in whole or
|
|
153
|
+
in part; and
|
|
154
|
+
|
|
155
|
+
b. produce, reproduce, and Share Adapted Material.
|
|
156
|
+
|
|
157
|
+
2. Exceptions and Limitations. For the avoidance of doubt, where
|
|
158
|
+
Exceptions and Limitations apply to Your use, this Public
|
|
159
|
+
License does not apply, and You do not need to comply with
|
|
160
|
+
its terms and conditions.
|
|
161
|
+
|
|
162
|
+
3. Term. The term of this Public License is specified in Section
|
|
163
|
+
6(a).
|
|
164
|
+
|
|
165
|
+
4. Media and formats; technical modifications allowed. The
|
|
166
|
+
Licensor authorizes You to exercise the Licensed Rights in
|
|
167
|
+
all media and formats whether now known or hereafter created,
|
|
168
|
+
and to make technical modifications necessary to do so. The
|
|
169
|
+
Licensor waives and/or agrees not to assert any right or
|
|
170
|
+
authority to forbid You from making technical modifications
|
|
171
|
+
necessary to exercise the Licensed Rights, including
|
|
172
|
+
technical modifications necessary to circumvent Effective
|
|
173
|
+
Technological Measures. For purposes of this Public License,
|
|
174
|
+
simply making modifications authorized by this Section 2(a)
|
|
175
|
+
(4) never produces Adapted Material.
|
|
176
|
+
|
|
177
|
+
5. Downstream recipients.
|
|
178
|
+
|
|
179
|
+
a. Offer from the Licensor -- Licensed Material. Every
|
|
180
|
+
recipient of the Licensed Material automatically
|
|
181
|
+
receives an offer from the Licensor to exercise the
|
|
182
|
+
Licensed Rights under the terms and conditions of this
|
|
183
|
+
Public License.
|
|
184
|
+
|
|
185
|
+
b. Additional offer from the Licensor -- Adapted Material.
|
|
186
|
+
Every recipient of Adapted Material from You
|
|
187
|
+
automatically receives an offer from the Licensor to
|
|
188
|
+
exercise the Licensed Rights in the Adapted Material
|
|
189
|
+
under the conditions of the Adapter's License You apply.
|
|
190
|
+
|
|
191
|
+
c. No downstream restrictions. You may not offer or impose
|
|
192
|
+
any additional or different terms or conditions on, or
|
|
193
|
+
apply any Effective Technological Measures to, the
|
|
194
|
+
Licensed Material if doing so restricts exercise of the
|
|
195
|
+
Licensed Rights by any recipient of the Licensed
|
|
196
|
+
Material.
|
|
197
|
+
|
|
198
|
+
6. No endorsement. Nothing in this Public License constitutes or
|
|
199
|
+
may be construed as permission to assert or imply that You
|
|
200
|
+
are, or that Your use of the Licensed Material is, connected
|
|
201
|
+
with, or sponsored, endorsed, or granted official status by,
|
|
202
|
+
the Licensor or others designated to receive attribution as
|
|
203
|
+
provided in Section 3(a)(1)(A)(i).
|
|
204
|
+
|
|
205
|
+
b. Other rights.
|
|
206
|
+
|
|
207
|
+
1. Moral rights, such as the right of integrity, are not
|
|
208
|
+
licensed under this Public License, nor are publicity,
|
|
209
|
+
privacy, and/or other similar personality rights; however, to
|
|
210
|
+
the extent possible, the Licensor waives and/or agrees not to
|
|
211
|
+
assert any such rights held by the Licensor to the limited
|
|
212
|
+
extent necessary to allow You to exercise the Licensed
|
|
213
|
+
Rights, but not otherwise.
|
|
214
|
+
|
|
215
|
+
2. Patent and trademark rights are not licensed under this
|
|
216
|
+
Public License.
|
|
217
|
+
|
|
218
|
+
3. To the extent possible, the Licensor waives any right to
|
|
219
|
+
collect royalties from You for the exercise of the Licensed
|
|
220
|
+
Rights, whether directly or through a collecting society
|
|
221
|
+
under any voluntary or waivable statutory or compulsory
|
|
222
|
+
licensing scheme. In all other cases the Licensor expressly
|
|
223
|
+
reserves any right to collect such royalties.
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
Section 3 -- License Conditions.
|
|
227
|
+
|
|
228
|
+
Your exercise of the Licensed Rights is expressly made subject to the
|
|
229
|
+
following conditions.
|
|
230
|
+
|
|
231
|
+
a. Attribution.
|
|
232
|
+
|
|
233
|
+
1. If You Share the Licensed Material (including in modified
|
|
234
|
+
form), You must:
|
|
235
|
+
|
|
236
|
+
a. retain the following if it is supplied by the Licensor
|
|
237
|
+
with the Licensed Material:
|
|
238
|
+
|
|
239
|
+
i. identification of the creator(s) of the Licensed
|
|
240
|
+
Material and any others designated to receive
|
|
241
|
+
attribution, in any reasonable manner requested by
|
|
242
|
+
the Licensor (including by pseudonym if
|
|
243
|
+
designated);
|
|
244
|
+
|
|
245
|
+
ii. a copyright notice;
|
|
246
|
+
|
|
247
|
+
iii. a notice that refers to this Public License;
|
|
248
|
+
|
|
249
|
+
iv. a notice that refers to the disclaimer of
|
|
250
|
+
warranties;
|
|
251
|
+
|
|
252
|
+
v. a URI or hyperlink to the Licensed Material to the
|
|
253
|
+
extent reasonably practicable;
|
|
254
|
+
|
|
255
|
+
b. indicate if You modified the Licensed Material and
|
|
256
|
+
retain an indication of any previous modifications; and
|
|
257
|
+
|
|
258
|
+
c. indicate the Licensed Material is licensed under this
|
|
259
|
+
Public License, and include the text of, or the URI or
|
|
260
|
+
hyperlink to, this Public License.
|
|
261
|
+
|
|
262
|
+
2. You may satisfy the conditions in Section 3(a)(1) in any
|
|
263
|
+
reasonable manner based on the medium, means, and context in
|
|
264
|
+
which You Share the Licensed Material. For example, it may be
|
|
265
|
+
reasonable to satisfy the conditions by providing a URI or
|
|
266
|
+
hyperlink to a resource that includes the required
|
|
267
|
+
information.
|
|
268
|
+
|
|
269
|
+
3. If requested by the Licensor, You must remove any of the
|
|
270
|
+
information required by Section 3(a)(1)(A) to the extent
|
|
271
|
+
reasonably practicable.
|
|
272
|
+
|
|
273
|
+
b. ShareAlike.
|
|
274
|
+
|
|
275
|
+
In addition to the conditions in Section 3(a), if You Share
|
|
276
|
+
Adapted Material You produce, the following conditions also apply.
|
|
277
|
+
|
|
278
|
+
1. The Adapter's License You apply must be a Creative Commons
|
|
279
|
+
license with the same License Elements, this version or
|
|
280
|
+
later, or a BY-SA Compatible License.
|
|
281
|
+
|
|
282
|
+
2. You must include the text of, or the URI or hyperlink to, the
|
|
283
|
+
Adapter's License You apply. You may satisfy this condition
|
|
284
|
+
in any reasonable manner based on the medium, means, and
|
|
285
|
+
context in which You Share Adapted Material.
|
|
286
|
+
|
|
287
|
+
3. You may not offer or impose any additional or different terms
|
|
288
|
+
or conditions on, or apply any Effective Technological
|
|
289
|
+
Measures to, Adapted Material that restrict exercise of the
|
|
290
|
+
rights granted under the Adapter's License You apply.
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
Section 4 -- Sui Generis Database Rights.
|
|
294
|
+
|
|
295
|
+
Where the Licensed Rights include Sui Generis Database Rights that
|
|
296
|
+
apply to Your use of the Licensed Material:
|
|
297
|
+
|
|
298
|
+
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
|
|
299
|
+
to extract, reuse, reproduce, and Share all or a substantial
|
|
300
|
+
portion of the contents of the database;
|
|
301
|
+
|
|
302
|
+
b. if You include all or a substantial portion of the database
|
|
303
|
+
contents in a database in which You have Sui Generis Database
|
|
304
|
+
Rights, then the database in which You have Sui Generis Database
|
|
305
|
+
Rights (but not its individual contents) is Adapted Material,
|
|
306
|
+
including for purposes of Section 3(b); and
|
|
307
|
+
|
|
308
|
+
c. You must comply with the conditions in Section 3(a) if You Share
|
|
309
|
+
all or a substantial portion of the contents of the database.
|
|
310
|
+
|
|
311
|
+
For the avoidance of doubt, this Section 4 supplements and does not
|
|
312
|
+
replace Your obligations under this Public License where the Licensed
|
|
313
|
+
Rights include other Copyright and Similar Rights.
|
|
314
|
+
|
|
315
|
+
|
|
316
|
+
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
|
|
317
|
+
|
|
318
|
+
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
|
|
319
|
+
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
|
|
320
|
+
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
|
|
321
|
+
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
|
|
322
|
+
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
|
|
323
|
+
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
|
|
324
|
+
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
|
|
325
|
+
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
|
|
326
|
+
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
|
|
327
|
+
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
|
|
328
|
+
|
|
329
|
+
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
|
|
330
|
+
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
|
|
331
|
+
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
|
|
332
|
+
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
|
|
333
|
+
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
|
|
334
|
+
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
|
|
335
|
+
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
|
|
336
|
+
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
|
|
337
|
+
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
|
|
338
|
+
|
|
339
|
+
c. The disclaimer of warranties and limitation of liability provided
|
|
340
|
+
above shall be interpreted in a manner that, to the extent
|
|
341
|
+
possible, most closely approximates an absolute disclaimer and
|
|
342
|
+
waiver of all liability.
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
Section 6 -- Term and Termination.
|
|
346
|
+
|
|
347
|
+
a. This Public License applies for the term of the Copyright and
|
|
348
|
+
Similar Rights licensed here. However, if You fail to comply with
|
|
349
|
+
this Public License, then Your rights under this Public License
|
|
350
|
+
terminate automatically.
|
|
351
|
+
|
|
352
|
+
b. Where Your right to use the Licensed Material has terminated under
|
|
353
|
+
Section 6(a), it reinstates:
|
|
354
|
+
|
|
355
|
+
1. automatically as of the date the violation is cured, provided
|
|
356
|
+
it is cured within 30 days of Your discovery of the
|
|
357
|
+
violation; or
|
|
358
|
+
|
|
359
|
+
2. upon express reinstatement by the Licensor.
|
|
360
|
+
|
|
361
|
+
For the avoidance of doubt, this Section 6(b) does not affect any
|
|
362
|
+
right the Licensor may have to seek remedies for Your violations
|
|
363
|
+
of this Public License.
|
|
364
|
+
|
|
365
|
+
c. For the avoidance of doubt, the Licensor may also offer the
|
|
366
|
+
Licensed Material under separate terms or conditions or stop
|
|
367
|
+
distributing the Licensed Material at any time; however, doing so
|
|
368
|
+
will not terminate this Public License.
|
|
369
|
+
|
|
370
|
+
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
|
|
371
|
+
License.
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
Section 7 -- Other Terms and Conditions.
|
|
375
|
+
|
|
376
|
+
a. The Licensor shall not be bound by any additional or different
|
|
377
|
+
terms or conditions communicated by You unless expressly agreed.
|
|
378
|
+
|
|
379
|
+
b. Any arrangements, understandings, or agreements regarding the
|
|
380
|
+
Licensed Material not stated herein are separate from and
|
|
381
|
+
independent of the terms and conditions of this Public License.
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
Section 8 -- Interpretation.
|
|
385
|
+
|
|
386
|
+
a. For the avoidance of doubt, this Public License does not, and
|
|
387
|
+
shall not be interpreted to, reduce, limit, restrict, or impose
|
|
388
|
+
conditions on any use of the Licensed Material that could lawfully
|
|
389
|
+
be made without permission under this Public License.
|
|
390
|
+
|
|
391
|
+
b. To the extent possible, if any provision of this Public License is
|
|
392
|
+
deemed unenforceable, it shall be automatically reformed to the
|
|
393
|
+
minimum extent necessary to make it enforceable. If the provision
|
|
394
|
+
cannot be reformed, it shall be severed from this Public License
|
|
395
|
+
without affecting the enforceability of the remaining terms and
|
|
396
|
+
conditions.
|
|
397
|
+
|
|
398
|
+
c. No term or condition of this Public License will be waived and no
|
|
399
|
+
failure to comply consented to unless expressly agreed to by the
|
|
400
|
+
Licensor.
|
|
401
|
+
|
|
402
|
+
d. Nothing in this Public License constitutes or may be interpreted
|
|
403
|
+
as a limitation upon, or waiver of, any privileges and immunities
|
|
404
|
+
that apply to the Licensor or You, including from the legal
|
|
405
|
+
processes of any jurisdiction or authority.
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
=======================================================================
|
|
409
|
+
|
|
410
|
+
Creative Commons is not a party to its public
|
|
411
|
+
licenses. Notwithstanding, Creative Commons may elect to apply one of
|
|
412
|
+
its public licenses to material it publishes and in those instances
|
|
413
|
+
will be considered the “Licensor.” The text of the Creative Commons
|
|
414
|
+
public licenses is dedicated to the public domain under the CC0 Public
|
|
415
|
+
Domain Dedication. Except for the limited purpose of indicating that
|
|
416
|
+
material is shared under a Creative Commons public license or as
|
|
417
|
+
otherwise permitted by the Creative Commons policies published at
|
|
418
|
+
creativecommons.org/policies, Creative Commons does not authorize the
|
|
419
|
+
use of the trademark "Creative Commons" or any other trademark or logo
|
|
420
|
+
of Creative Commons without its prior written consent including,
|
|
421
|
+
without limitation, in connection with any unauthorized modifications
|
|
422
|
+
to any of its public licenses or any other arrangements,
|
|
423
|
+
understandings, or agreements concerning use of licensed material. For
|
|
424
|
+
the avoidance of doubt, this paragraph does not form part of the
|
|
425
|
+
public licenses.
|
|
426
|
+
|
|
427
|
+
Creative Commons may be contacted at creativecommons.org.
|
|
428
|
+
|
package/package.json
CHANGED
package/typerlude
CHANGED
|
Binary file
|