Skip to content

Commit

Permalink
Merge pull request #1643 from emfcamp/video-license-upgrade
Browse files Browse the repository at this point in the history
schedule: Use CC BY-SA 4.0 for videos
  • Loading branch information
lukegb authored May 25, 2024
2 parents 3a27447 + 99cb7c0 commit 7ff9c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/schedule/schedule_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def add_recording(event_node, event):

recording_node = etree.SubElement(event_node, "recording")

_add_sub_with_text(recording_node, "license", "CC BY-SA 3.0")
_add_sub_with_text(recording_node, "license", "CC BY-SA 4.0")
_add_sub_with_text(
recording_node, "optout", "false" if event.get("may_record") else "true"
)
Expand Down

0 comments on commit 7ff9c34

Please sign in to comment.