Update Creative Commons license version to 4.0
This commit is contained in:
parent
bcd72f136d
commit
2b4a84b2c5
@ -68,34 +68,34 @@ _CHARACTER_SETS = [
|
|||||||
_CC = [
|
_CC = [
|
||||||
'',
|
'',
|
||||||
|
|
||||||
'<a rel="license" href="http://creativecommons.org/licenses/by/2.5/">'
|
'<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">'
|
||||||
'<img alt="Creative Commons License - By attribution" '
|
'<img alt="Creative Commons License - By attribution" '
|
||||||
'title="Creative Commons License - By attribution" '
|
'title="Creative Commons License - By attribution" '
|
||||||
'src="%(gif_fname)s" /></a>',
|
'src="%(gif_fname)s" /></a>',
|
||||||
|
|
||||||
'<a rel="license" href="http://creativecommons.org/licenses/by-nd/2.5/">'
|
'<a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/">'
|
||||||
'<img alt="Creative Commons License - By attribution, No derivations" '
|
'<img alt="Creative Commons License - By attribution, No derivations" '
|
||||||
'title="Creative Commons License - By attribution, No derivations" '
|
'title="Creative Commons License - By attribution, No derivations" '
|
||||||
'src="%(gif_fname)s" /></a>',
|
'src="%(gif_fname)s" /></a>',
|
||||||
|
|
||||||
'<a rel="license" href="http://creativecommons.org/licenses/by-sa/2.5/">'
|
'<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">'
|
||||||
'<img alt="Creative Commons License - By attribution, Share-alike" '
|
'<img alt="Creative Commons License - By attribution, Share-alike" '
|
||||||
'title="Creative Commons License - By attribution, Share-alike" '
|
'title="Creative Commons License - By attribution, Share-alike" '
|
||||||
'src="%(gif_fname)s" /></a>',
|
'src="%(gif_fname)s" /></a>',
|
||||||
|
|
||||||
'<a rel="license" href="http://creativecommons.org/licenses/by-nc/2.5/">'
|
'<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/">'
|
||||||
'<img alt="Creative Commons License - By attribution, Non-commercial" '
|
'<img alt="Creative Commons License - By attribution, Non-commercial" '
|
||||||
'title="Creative Commons License - By attribution, Non-commercial" '
|
'title="Creative Commons License - By attribution, Non-commercial" '
|
||||||
'src="%(gif_fname)s" /></a>',
|
'src="%(gif_fname)s" /></a>',
|
||||||
|
|
||||||
'<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/2.5/">'
|
'<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/">'
|
||||||
'<img alt="Creative Commons License - By attribution, Non-commercial, '
|
'<img alt="Creative Commons License - By attribution, Non-commercial, '
|
||||||
'No derivations" '
|
'No derivations" '
|
||||||
'title="Creative Commons License - By attribution, Non-commercial, '
|
'title="Creative Commons License - By attribution, Non-commercial, '
|
||||||
'No derivations" '
|
'No derivations" '
|
||||||
'src="%(gif_fname)s" /></a>',
|
'src="%(gif_fname)s" /></a>',
|
||||||
|
|
||||||
'<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.5/">'
|
'<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">'
|
||||||
'<img alt="Creative Commons License - By attribution, Non-commerical, '
|
'<img alt="Creative Commons License - By attribution, Non-commerical, '
|
||||||
'Share-alike" '
|
'Share-alike" '
|
||||||
'title="Creative Commons License - By attribution, Non-commerical, '
|
'title="Creative Commons License - By attribution, Non-commerical, '
|
||||||
|
Loading…
Reference in New Issue
Block a user