Skip to content

Commit 6eb6e91

Browse files
committed
Fixes #432
Updates phrases for old GNU licences to remove references to Creative Commons and use GNU URLs insteads. Adds latest GNU GPL/LGPL licences to default namedset with appropriate GNU URLs in phrases. Removes old GNU licences from default namedset.
1 parent c075f7c commit 6eb6e91

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

lib/lang/en/phrases/system.xml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3522,8 +3522,10 @@ PY = 2006 and OG = (Cambridge)<br />
35223522
<epp:phrase id="licenses_typename_cc_by_sa">Creative Commons: Attribution-Share Alike 3.0</epp:phrase>
35233523
<epp:phrase id="licenses_typename_cc_by_sa_4">Creative Commons: Attribution-Share Alike 4.0</epp:phrase>
35243524
<epp:phrase id="licenses_typename_cc_public_domain">Creative Commons: Public Domain Dedication</epp:phrase>
3525-
<epp:phrase id="licenses_typename_cc_gnu_gpl">Software: Creative Commons: GNU GPL 2.0</epp:phrase>
3526-
<epp:phrase id="licenses_typename_cc_gnu_lgpl">Software: Creative Commons: GNU LGPL 2.1</epp:phrase>
3525+
<epp:phrase id="licenses_typename_cc_gnu_gpl">Software: GNU GPL 2.0</epp:phrase>
3526+
<epp:phrase id="licenses_typename_gnu_gpl_3">Software: GNU GPL 3.0</epp:phrase>
3527+
<epp:phrase id="licenses_typename_cc_gnu_lgpl">Software: GNU LGPL 2.1</epp:phrase>
3528+
<epp:phrase id="licenses_typename_gnu_lgpl_3">Software: GNU LGPL 3.0</epp:phrase>
35273529

35283530
<epp:phrase id="licenses_typename_odc_odbl">Data: Open Database License (ODbL) (Attribution-Share Alike)</epp:phrase>
35293531
<epp:phrase id="licenses_typename_odc_by">Data: Open Data Commons Attribution License (Attribution)</epp:phrase>
@@ -3541,8 +3543,10 @@ PY = 2006 and OG = (Cambridge)<br />
35413543
<epp:phrase id="licenses_description_cc_by_sa"><a href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution Share Alike</a></epp:phrase>
35423544
<epp:phrase id="licenses_description_cc_by_sa_4"><a href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution Share Alike</a></epp:phrase>
35433545
<epp:phrase id="licenses_description_cc_public_domain"><a href="http://creativecommons.org/licenses/publicdomain/">Creative Commons Public Domain Dedication</a></epp:phrase>
3544-
<epp:phrase id="licenses_description_cc_gnu_gpl"><a href="http://creativecommons.org/licenses/GPL/2.0/">Creative Commons GNU GPL (Software)</a></epp:phrase>
3545-
<epp:phrase id="licenses_description_cc_gnu_lgpl"><a href="http://creativecommons.org/licenses/LGPL/2.1/">Creative Commons GNU LGPL (Software)</a></epp:phrase>
3546+
<epp:phrase id="licenses_description_cc_gnu_gpl"><a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">GNU GPL 2.0 (Software)</a></epp:phrase>
3547+
<epp:phrase id="licenses_description_gnu_gpl_3"><a href="http://www.gnu.org/licenses/gpl-3.0.en.html">GNU GPL 3.0 (Software)</a></epp:phrase>
3548+
<epp:phrase id="licenses_description_cc_gnu_lgpl"><a href="http://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html">GNU LGPL 2.1 (Software)</a></epp:phrase>
3549+
<epp:phrase id="licenses_description_gnu_lgpl_3"><a href="http://www.gnu.org/licenses/lgpl-3.0.en.html">GNU LGPL 3.0 (Software)</a></epp:phrase>
35463550

35473551

35483552

lib/namedsets/licenses

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ cc_by_nc_sa_4
88
cc_by_sa_4
99

1010
cc_public_domain
11-
cc_gnu_gpl
12-
cc_gnu_lgpl
11+
gnu_gpl_3
12+
gnu_lgpl_3

0 commit comments

Comments
 (0)