Update licence for schedule JSON
Change licence to CC-BY-SA so YouTube gets appropriate licencing for talks. This does not correspond to the YouTube Creative Common licence, which is CC-BY-3.0, which is more permissive than we allow.
This commit is contained in:
parent
7fac10241e
commit
e1e86a7a39
1 changed files with 1 additions and 1 deletions
2
vendor/symposion/schedule/views.py
vendored
2
vendor/symposion/schedule/views.py
vendored
|
@ -245,7 +245,7 @@ def schedule_json(request):
|
|||
# these are model features from other conferences that have forked symposion
|
||||
# these have been used almost everywhere and are good candidates for
|
||||
# base proposals
|
||||
"license": "CC BY",
|
||||
"license": "CC-BY-SA",
|
||||
"tags": "",
|
||||
"released": False,
|
||||
"contact": [],
|
||||
|
|
Loading…
Reference in a new issue