Skip to content

Commit ca42e5e

Browse files
authored
Merge pull request #1149 from ryancdotorg/master
proposed CC0 1.1 w/o gendered pronouns
2 parents dacdcbc + 7a109d1 commit ca42e5e

File tree

11 files changed

+386
-8
lines changed

11 files changed

+386
-8
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ CC BY-NC 4.0 | [Source File][cc-by-nc-source] | [Legal Code][cc-by-nc-legalcode]
8080
CC BY-ND 4.0 | [Source File][cc-by-nd-source] | [Legal Code][cc-by-nd-legalcode] | [Deed][cc-by-nd-deed] | [RDF][cc-by-nd-rdf]
8181
CC BY-SA 4.0 | [Source File][cc-by-sa-source] | [Legal Code][cc-by-sa-legalcode] | [Deed][cc-by-sa-deed] | [RDF][cc-by-sa-rdf]
8282
CC BY 4.0 | [Source File][cc-by-source] | [Legal Code][cc-by-legalcode] | [Deed][cc-by-deed] | [RDF][cc-by-rdf]
83-
CC0 1.0 | [Source File][cc-zero-source] | [Legal Code][cc-zero-legalcode] | [Deed][cc-zero-deed] | [RDF][cc-zero-rdf]
83+
CC0 1.1 | [Source File][cc-zero-source] | [Legal Code][cc-zero-legalcode] | [Deed][cc-zero-deed] | [RDF][cc-zero-rdf]
8484

8585
[cc-by-nc-nd-source]: docroot/legalcode/by-nc-nd_4.0.html
8686
[cc-by-nc-nd-legalcode]: https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode.en
@@ -112,10 +112,10 @@ CC0 1.0 | [Source File][cc-zero-source] | [Legal Code][cc-zero-legalcode] | [Dee
112112
[cc-by-deed]: https://creativecommons.org/licenses/by/4.0/deed.en
113113
[cc-by-rdf]: https://creativecommons.org/licenses/by/4.0/rdf
114114

115-
[cc-zero-source]: docroot/legalcode/zero_1.0.html
116-
[cc-zero-legalcode]: https://creativecommons.org/publicdomain/zero/1.0/legalcode.en
117-
[cc-zero-deed]: https://creativecommons.org/publicdomain/zero/1.0/deed.en
118-
[cc-zero-rdf]: https://creativecommons.org/publicdomain/zero/1.0/rdf
115+
[cc-zero-source]: docroot/legalcode/zero_1.1.html
116+
[cc-zero-legalcode]: https://creativecommons.org/publicdomain/zero/1.1/legalcode.en
117+
[cc-zero-deed]: https://creativecommons.org/publicdomain/zero/1.1/deed.en
118+
[cc-zero-rdf]: https://creativecommons.org/publicdomain/zero/1.1/rdf
119119

120120

121121
## Installation

config/apache.conf

+2
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@
141141
# Fixes this repercussions of this bug:
142142
# http://code.creativecommons.org/issues/issue898
143143
RewriteRule ^/licenses/CC0/1.0(.*)$ /publicdomain/zero/1.0$1 [L,R=301]
144+
RewriteRule ^/licenses/CC0/1.1(.*)$ /publicdomain/zero/1.1$1 [L,R=301]
144145

145146
# Legalcode rewrites
146147
# FIXME: eval whether we should use the LHS as the actual file structure so we don't need the rewrites
@@ -197,6 +198,7 @@
197198
RewriteRule ^/licenses/MIT/legalcode http://opensource.org/licenses/mit-license.php [L,R]
198199
RewriteRule ^/licenses/publicdomain/1.0(.*)$ ${proto}://${host}/licenses/publicdomain/ [L,R=301]
199200
RewriteRule ^/licenses/zero/1.0/(.*) /publicdomain/zero/1.0/$1 [L,R=301]
201+
RewriteRule ^/licenses/zero/1.1/(.*) /publicdomain/zero/1.1/$1 [L,R=301]
200202
RewriteRule ^/licesne(.*)$ ${proto}://${host}/choose$1 [L,R=301]
201203
RewriteRule ^/public_domain ${proto}://${host}/publicdomain/ [R=301,L]
202204
RewriteRule ^/licenses/(.*) /ccengine-fcgi/licenses/$1 [PT,L]

config/creativecommons.org.conf

+4
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119

120120
# 2019 Redirects
121121
Redirect permanent /licenses/cc0/1.0/ /publicdomain/zero/1.0/
122+
Redirect permanent /licenses/cc0/1.1/ /publicdomain/zero/1.1/
122123

123124
# 2018 Redirects
124125

@@ -338,9 +339,11 @@
338339
# Fixes this repercussions of this bug:
339340
# http://code.creativecommons.org/issues/issue898
340341
RewriteRule ^/licenses/CC0/1.0(.*)$ /publicdomain/zero/1.0$1 [L,R=301]
342+
RewriteRule ^/licenses/CC0/1.1(.*)$ /publicdomain/zero/1.1$1 [L,R=301]
341343

342344
# Address https://github.com/creativecommons/creativecommons.org/issues/563
343345
RewriteRule ^/publicdomain/zero/1.0/deed.en/$ /publicdomain/zero/1.0/deed.en [L,R=301]
346+
RewriteRule ^/publicdomain/zero/1.1/deed.en/$ /publicdomain/zero/1.1/deed.en [L,R=301]
344347

345348
# NOTE: These rewrites are needed on the license box but not on the main box
346349

@@ -393,6 +396,7 @@
393396
#RewriteRule ^/licenses/MIT/legalcode http://opensource.org/licenses/mit-license.php [L,R]
394397
#RewriteRule ^/licenses/publicdomain/1.0(.*)$ http://creativecommons.org/licenses/publicdomain/ [L,R=301]
395398
#RewriteRule ^/licenses/zero/1.0/(.*) /publicdomain/zero/1.0/$1 [L,R=301]
399+
#RewriteRule ^/licenses/zero/1.1/(.*) /publicdomain/zero/1.1/$1 [L,R=301]
396400
#RewriteRule ^/licesne(.*)$ http://creativecommons.org/choose$1 [L,R=301]
397401
#RewriteRule ^/public_domain http://creativecommons.org/publicdomain/ [R=301,L]
398402
# ##RewriteRule ^/licenses/(.*) /ccengine-fcgi/licenses/$1 [PT,L]

config/default-ssl.conf

+2
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ AllowOverride All
140140
# Fixes this repercussions of this bug:
141141
# http://code.creativecommons.org/issues/issue898
142142
RewriteRule ^/licenses/CC0/1.0(.*)$ /publicdomain/zero/1.0$1 [L,R=301]
143+
RewriteRule ^/licenses/CC0/1.1(.*)$ /publicdomain/zero/1.1$1 [L,R=301]
143144

144145
# Legalcode rewrites
145146
# FIXME: eval whether we should use the LHS as the actual file structure so we don't need the rewrites
@@ -196,6 +197,7 @@ AllowOverride All
196197
RewriteRule ^/licenses/MIT/legalcode http://opensource.org/licenses/mit-license.php [L,R]
197198
RewriteRule ^/licenses/publicdomain/1.0(.*)$ http://creativecommons.org/licenses/publicdomain/ [L,R=301]
198199
RewriteRule ^/licenses/zero/1.0/(.*) /publicdomain/zero/1.0/$1 [L,R=301]
200+
RewriteRule ^/licenses/zero/1.1/(.*) /publicdomain/zero/1.1/$1 [L,R=301]
199201
RewriteRule ^/licesne(.*)$ http://creativecommons.org/choose$1 [L,R=301]
200202
RewriteRule ^/public_domain http://creativecommons.org/publicdomain/ [R=301,L]
201203
RewriteRule ^/licenses/(.*) /ccengine-fcgi/licenses/$1 [PT,L]

config/livechooser/000-default.conf

+2
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
# Fixes this repercussions of this bug:
159159
# http://code.creativecommons.org/issues/issue898
160160
RewriteRule ^/licenses/CC0/1.0(.*)$ /publicdomain/zero/1.0$1 [L,R=301]
161+
RewriteRule ^/licenses/CC0/1.1(.*)$ /publicdomain/zero/1.1$1 [L,R=301]
161162

162163
# Legalcode rewrites
163164
# FIXME: eval whether we should use the LHS as the actual file structure so we don't need the rewrites
@@ -214,6 +215,7 @@
214215
RewriteRule ^/licenses/MIT/legalcode http://opensource.org/licenses/mit-license.php [L,R]
215216
RewriteRule ^/licenses/publicdomain/1.0(.*)$ http://creativecommons.org/licenses/publicdomain/ [L,R=301]
216217
RewriteRule ^/licenses/zero/1.0/(.*) /publicdomain/zero/1.0/$1 [L,R=301]
218+
RewriteRule ^/licenses/zero/1.1/(.*) /publicdomain/zero/1.1/$1 [L,R=301]
217219
RewriteRule ^/licesne(.*)$ http://creativecommons.org/choose$1 [L,R=301]
218220
RewriteRule ^/public_domain http://creativecommons.org/publicdomain/ [R=301,L]
219221
RewriteRule ^/licenses/(.*) /ccengine-fcgi/licenses/$1 [PT,L]

config/livelicenses/000-default.conf

+6
Original file line numberDiff line numberDiff line change
@@ -193,16 +193,22 @@
193193
# Fixes this repercussions of this bug:
194194
# http://code.creativecommons.org/issues/issue898
195195
RewriteRule ^/licenses/cc0/1.0(.*)$ https://creativecommons.org/publicdomain/zero/1.0$1 [L,R=301]
196+
RewriteRule ^/licenses/cc0/1.1(.*)$ https://creativecommons.org/publicdomain/zero/1.1$1 [L,R=301]
196197
RewriteRule ^/licenses/CC0/1.0(.*)$ https://creativecommons.org/publicdomain/zero/1.0$1 [L,R=301]
198+
RewriteRule ^/licenses/CC0/1.1(.*)$ https://creativecommons.org/publicdomain/zero/1.1$1 [L,R=301]
197199
# And #694
198200
RewriteRule ^/licenses/zero/1.0/(.*)$ https://creativecommons.org/publicdomain/zero/1.0/$1 [L,R=301]
201+
RewriteRule ^/licenses/zero/1.1/(.*)$ https://creativecommons.org/publicdomain/zero/1.1/$1 [L,R=301]
199202

200203
# Address https://github.com/creativecommons/creativecommons.org/issues/563
201204
RewriteRule ^/publicdomain/zero/1.0/deed.en/$ https://creativecommons.org/publicdomain/zero/1.0/deed.en [L,R=301]
205+
RewriteRule ^/publicdomain/zero/1.1/deed.en/$ https://creativecommons.org/publicdomain/zero/1.1/deed.en [L,R=301]
202206

203207
# Resolve https://github.com/creativecommons/tech-support/issues/359
204208
RewriteRule ^/publicdomain/mark/1.0/index.php https://creativecommons.org/publicdomain/mark/1.0/ [L,R=301]
209+
RewriteRule ^/publicdomain/mark/1.1/index.php https://creativecommons.org/publicdomain/mark/1.1/ [L,R=301]
205210
RewriteRule ^/publicdomain/zero/1.0/index.php https://creativecommons.org/publicdomain/zero/1.0/ [L,R=301]
211+
RewriteRule ^/publicdomain/zero/1.1/index.php https://creativecommons.org/publicdomain/zero/1.1/ [L,R=301]
206212

207213
# Legalcode rewrites
208214
# FIXME: eval whether we should use the LHS as the actual file structure so we don't need the rewrites

docroot/includes/errata.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
99
You should have received a copy of the CC0 Public Domain Dedication along
1010
with this software. If not, see:
11-
http://creativecommons.org/publicdomain/zero/1.0/
11+
http://creativecommons.org/publicdomain/zero/1.1/
1212
*/
1313

1414
/* Fancy script loader module bootstrapper thing. */

docroot/legalcode/zero_1.1.html

+240
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,240 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
4+
<html xmlns="http://www.w3.org/1999/xhtml">
5+
<head>
6+
7+
<title>Creative Commons Legal Code</title>
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
9+
<meta http-equiv="content-type" content=
10+
"text/html; charset=utf-8" />
11+
<link rel="stylesheet" type="text/css" href=
12+
"//creativecommons.org/includes/deed3.css" media="screen" />
13+
<link rel="stylesheet" type="text/css" href=
14+
"//creativecommons.org/includes/deed3-print.css" media=
15+
"print" />
16+
<!--[if lt IE 7]><link rel="stylesheet" type="text/css" href="https://creativecommons.org/includes/deed3-ie.css" media="screen" /><![endif]-->
17+
18+
<script type="text/javascript" src=
19+
"https://creativecommons.org/includes/errata.js">
20+
</script>
21+
</head>
22+
23+
<body>
24+
<p align="center" id="header"><a href=
25+
"//creativecommons.org/">Creative Commons</a></p>
26+
<!-- Legalcode Start - DO NOT DELETE -->
27+
<div id="deed" class="green">
28+
<div id="deed-head">
29+
<div id="cc-logo">
30+
<img src=
31+
"//creativecommons.org/images/deed/cc-logo.jpg" alt=
32+
"" />
33+
</div>
34+
35+
<h1><span>Creative Commons Legal Code</span></h1>
36+
37+
<div id="deed-license">
38+
<h2>CC0 1.1 Universal</h2>
39+
</div>
40+
</div>
41+
42+
<div id="deed-main">
43+
<div id="deed-main-content">
44+
<img src=
45+
"//creativecommons.org/images/international/unported.png"
46+
alt="" />
47+
<div id="deed-disclaimer">
48+
<div class="summary">
49+
Official translations of this legal tool are available <a href="#languages">in other languages</a>.
50+
</div>
51+
</div>
52+
53+
<blockquote>
54+
CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT
55+
PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES
56+
NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS
57+
PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE
58+
COMMONS MAKES NO WARRANTIES REGARDING THE USE OF THIS
59+
DOCUMENT OR THE INFORMATION OR WORKS PROVIDED HEREUNDER, AND
60+
DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM THE USE OF
61+
THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED
62+
HEREUNDER.
63+
</blockquote>
64+
65+
<h3><em>Statement of Purpose</em></h3>
66+
67+
<p>The laws of most jurisdictions throughout the world
68+
automatically confer exclusive Copyright and Related Rights
69+
(defined below) upon the creator and subsequent owner(s) (each
70+
and all, an "owner") of an original work of authorship and/or
71+
a database (each, a "Work").</p>
72+
73+
<p>Certain owners wish to permanently relinquish those rights
74+
to a Work for the purpose of contributing to a commons of
75+
creative, cultural and scientific works ("Commons") that the
76+
public can reliably and without fear of later claims of
77+
infringement build upon, modify, incorporate in other works,
78+
reuse and redistribute as freely as possible in any form
79+
whatsoever and for any purposes, including without limitation
80+
commercial purposes. These owners may contribute to the
81+
Commons to promote the ideal of a free culture and the further
82+
production of creative, cultural and scientific works, or to
83+
gain reputation or greater distribution for their Work in part
84+
through the use and efforts of others.</p>
85+
86+
<p>For these and/or other purposes and motivations, and
87+
without any expectation of additional consideration or
88+
compensation, the person associating CC0 with a Work (the
89+
"Affirmer"), to the extent that they are an owner of
90+
Copyright and Related Rights in the Work, voluntarily elects
91+
to apply CC0 to the Work and publicly distribute the Work
92+
under its terms, with knowledge of their Copyright and
93+
Related Rights in the Work and the meaning and intended legal
94+
effect of CC0 on those rights.</p>
95+
96+
<p><strong>1. Copyright and Related Rights.</strong>
97+
A Work made available under CC0 may be protected by
98+
copyright and related or neighboring rights ("Copyright and
99+
Related Rights"). Copyright and Related Rights include, but
100+
are not limited to, the following:
101+
</p>
102+
103+
<ol type="i">
104+
<li>the right to reproduce, adapt, distribute, perform,
105+
display, communicate, and translate a Work;</li>
106+
107+
<li> moral rights retained by the original author(s) and/or
108+
performer(s);</li>
109+
110+
<li>publicity and privacy rights pertaining to a person's
111+
image or likeness depicted in a Work;</li>
112+
113+
<li>rights protecting against unfair competition in regards
114+
to a Work, subject to the limitations in paragraph 4(a),
115+
below;</li>
116+
117+
<li>rights protecting the extraction, dissemination, use and
118+
reuse of data in a Work;</li>
119+
120+
<li>database rights (such as those arising under Directive
121+
96/9/EC of the European Parliament and of the Council of 11
122+
March 1996 on the legal protection of databases, and under
123+
any national implementation thereof, including any amended
124+
or successor version of such directive); and</li>
125+
126+
<li>other similar, equivalent or corresponding rights
127+
throughout the world based on applicable law or treaty, and
128+
any national implementations thereof.</li>
129+
130+
</ol>
131+
132+
<p><strong>2. Waiver.</strong> To the greatest extent
133+
permitted by, but not in contravention of, applicable law,
134+
Affirmer hereby overtly, fully, permanently, irrevocably and
135+
unconditionally waives, abandons, and surrenders all of
136+
Affirmer's Copyright and Related Rights and associated claims
137+
and causes of action, whether now known or unknown (including
138+
existing as well as future claims and causes of action), in
139+
the Work (i) in all territories worldwide, (ii) for the
140+
maximum duration provided by applicable law or treaty
141+
(including future time extensions), (iii) in any current or
142+
future medium and for any number of copies, and (iv) for any
143+
purpose whatsoever, including without limitation commercial,
144+
advertising or promotional purposes (the "Waiver"). Affirmer
145+
makes the Waiver for the benefit of each member of the public
146+
at large and to the detriment of Affirmer's heirs and
147+
successors, fully intending that such Waiver shall not be
148+
subject to revocation, rescission, cancellation, termination,
149+
or any other legal or equitable action to disrupt the quiet
150+
enjoyment of the Work by the public as contemplated by
151+
Affirmer's express Statement of Purpose.
152+
</p>
153+
154+
<p><strong>3. Public License Fallback.</strong> Should any
155+
part of the Waiver for any reason be judged legally invalid or
156+
ineffective under applicable law, then the Waiver shall be
157+
preserved to the maximum extent permitted taking into account
158+
Affirmer's express Statement of Purpose. In addition, to the
159+
extent the Waiver is so judged Affirmer hereby grants to each
160+
affected person a royalty-free, non transferable, non
161+
sublicensable, non exclusive, irrevocable and unconditional
162+
license to exercise Affirmer's Copyright and Related Rights
163+
in the Work (i) in all territories worldwide, (ii) for the
164+
maximum duration provided by applicable law or treaty
165+
(including future time extensions), (iii) in any current or
166+
future medium and for any number of copies, and (iv) for any
167+
purpose whatsoever, including without limitation commercial,
168+
advertising or promotional purposes (the "License"). The
169+
License shall be deemed effective as of the date CC0 was
170+
applied by Affirmer to the Work. Should any part of the
171+
License for any reason be judged legally invalid or
172+
ineffective under applicable law, such partial invalidity or
173+
ineffectiveness shall not invalidate the remainder of the
174+
License, and in such case Affirmer hereby affirms that they
175+
will not (i) exercise any of their remaining
176+
Copyright and Related Rights in the Work or (ii) assert any
177+
associated claims and causes of action with respect to the
178+
Work, in either case contrary to Affirmer's express Statement
179+
of Purpose.</p>
180+
181+
<p><strong>4. Limitations and Disclaimers.</strong></p>
182+
183+
<ol type="a">
184+
<li>No trademark or patent rights held by Affirmer are
185+
waived, abandoned, surrendered, licensed or otherwise
186+
affected by this document.</li>
187+
188+
<li>Affirmer offers the Work as-is and makes no
189+
representations or warranties of any kind concerning the
190+
Work, express, implied, statutory or otherwise, including
191+
without limitation warranties of title, merchantability,
192+
fitness for a particular purpose, non infringement, or the
193+
absence of latent or other defects, accuracy, or the present
194+
or absence of errors, whether or not discoverable, all to
195+
the greatest extent permissible under applicable law.</li>
196+
197+
<li>Affirmer disclaims responsibility for clearing rights of
198+
other persons that may apply to the Work or any use thereof,
199+
including without limitation any person's Copyright and
200+
Related Rights in the Work. Further, Affirmer disclaims
201+
responsibility for obtaining any necessary consents,
202+
permissions or other rights required for any use of the
203+
Work.</li>
204+
205+
<li>Affirmer understands and acknowledges that Creative
206+
Commons is not a party to this document and has no duty or
207+
obligation with respect to this CC0 or use of the Work.</li>
208+
</ol>
209+
<!-- Legalcode End - DO NOT DELETE -->
210+
<blockquote><a id="languages"></a>Additional languages available:
211+
<!-- Language Footer Start - DO NOT DELETE -->
212+
<a href="/publicdomain/zero/1.1/legalcode.el">Ελληνικά</a>,
213+
<a href="/publicdomain/zero/1.1/legalcode.es">Español</a>,
214+
<a href="/publicdomain/zero/1.1/legalcode.eu">euskara</a>,
215+
<a href="/publicdomain/zero/1.1/legalcode.fi">suomeksi</a>,
216+
<a href="/publicdomain/zero/1.1/legalcode.fr">français</a>,
217+
<a href="/publicdomain/zero/1.1/legalcode.hr">hrvatski</a>,
218+
<a href="/publicdomain/zero/1.1/legalcode.it">italiano</a>,
219+
<a href="/publicdomain/zero/1.1/legalcode.ja">日本語</a>,
220+
<a href="/publicdomain/zero/1.1/legalcode.ko">한국어</a>,
221+
<a href="/publicdomain/zero/1.1/legalcode.lt">Lietuvių</a>,
222+
<a href="/publicdomain/zero/1.1/legalcode.lv">latviski</a>,
223+
<a href="/publicdomain/zero/1.1/legalcode.nl">Nederlands</a>,
224+
<a href="/publicdomain/zero/1.1/legalcode.pl">polski</a>,
225+
<a href="/publicdomain/zero/1.1/legalcode.ro">română</a>,
226+
<a href="/publicdomain/zero/1.1/legalcode.sl">Slovenščina</a>,
227+
<a href="/publicdomain/zero/1.1/legalcode.sv">svenska</a>,
228+
<a href="/publicdomain/zero/1.1/legalcode.zh-Hans">中文</a>,
229+
<a href="/publicdomain/zero/1.1/legalcode.zh-Hant">華語</a>.
230+
<!-- Language Footer End - - DO NOT DELETE -->
231+
Please read the <a href="/faq/#officialtranslations">FAQ</a> for more information about official translations.</blockquote>
232+
</div>
233+
</div>
234+
235+
<div id="deed-foot">
236+
<p id="footer"><a href="./">« Back to Commons Deed</a></p>
237+
</div>
238+
</div>
239+
</body>
240+
</html>

0 commit comments

Comments
 (0)