From 72d8f5642296135e83d37b17b888600a1d881099 Mon Sep 17 00:00:00 2001 From: Trent Palmer Date: Tue, 16 Mar 2021 12:30:21 -0700 Subject: [PATCH] extend LICENSE_CHOICES --- audio/choices.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/audio/choices.py b/audio/choices.py index 2f4da23..7362cdc 100644 --- a/audio/choices.py +++ b/audio/choices.py @@ -2,5 +2,6 @@ LICENSE_CHOICES = [ (1, 'Public Domain'), (2, 'Unknown'), (3, 'CC BY-SA 2.5'), - (4, 'CC BY-SA 3.0') + (4, 'CC BY-SA 3.0'), + (5, 'CC BY 3.0') ]