diff options
Diffstat (limited to 'mediagoblin/plugins/subtitles/models.py')
-rw-r--r-- | mediagoblin/plugins/subtitles/models.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/plugins/subtitles/models.py b/mediagoblin/plugins/subtitles/models.py index 4ff57b8d..f71fb173 100644 --- a/mediagoblin/plugins/subtitles/models.py +++ b/mediagoblin/plugins/subtitles/models.py @@ -1,5 +1,5 @@ # GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2011, 2012 MediaGoblin contributors. See AUTHORS. +# Copyright (C) 2016 MediaGoblin contributors. See AUTHORS. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -46,4 +46,4 @@ class MediaSubtitleFile(Base): MODELS = [ MediaSubtitleFile -]
\ No newline at end of file +] |