fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
f0f0f13
)
add cc by-sa 4.0 def
author
Radek Czajka
<rczajka@rczajka.pl>
Wed, 3 Jul 2024 09:32:01 +0000
(11:32 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Wed, 3 Jul 2024 09:32:01 +0000
(11:32 +0200)
src/catalogue/constants.py
patch
|
blob
|
history
diff --git
a/src/catalogue/constants.py
b/src/catalogue/constants.py
index
becb817
..
aeb76eb
100644
(file)
--- a/
src/catalogue/constants.py
+++ b/
src/catalogue/constants.py
@@
-17,7
+17,8
@@
LICENSES = {
}
LICENSES['http://creativecommons.org/licenses/by-sa/3.0/deed.pl'] = \
LICENSES['http://creativecommons.org/licenses/by-sa/3.0/']
-
+LICENSES['http://creativecommons.org/licenses/by-sa/4.0/deed.pl'] = \
+ LICENSES['http://creativecommons.org/licenses/by-sa/3.0/']
for license, data in list(LICENSES.items()):
LICENSES[license.replace('http://', 'https://')] = data