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:
Joel Addison 2020-01-11 12:30:32 +10:00
parent 7fac10241e
commit e1e86a7a39

View file

@ -245,7 +245,7 @@ def schedule_json(request):
# these are model features from other conferences that have forked symposion # these are model features from other conferences that have forked symposion
# these have been used almost everywhere and are good candidates for # these have been used almost everywhere and are good candidates for
# base proposals # base proposals
"license": "CC BY", "license": "CC-BY-SA",
"tags": "", "tags": "",
"released": False, "released": False,
"contact": [], "contact": [],