aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/subtitles/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/plugins/subtitles/forms.py')
-rw-r--r--mediagoblin/plugins/subtitles/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/plugins/subtitles/forms.py b/mediagoblin/plugins/subtitles/forms.py
index 69afd6e7..de8ffbcd 100644
--- a/mediagoblin/plugins/subtitles/forms.py
+++ b/mediagoblin/plugins/subtitles/forms.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
@@ -26,4 +26,4 @@ class EditSubtitlesForm(wtforms.Form):
subtitle_language = wtforms.StringField(
'Language')
subtitle_file = wtforms.FileField(
- 'File') \ No newline at end of file
+ 'File')