Fixed Copyright Headers
authorsaksham1115 <saksham115@gmail.com>
Tue, 16 Aug 2016 17:26:09 +0000 (17:26 +0000)
committersaksham1115 <saksham115@gmail.com>
Tue, 16 Aug 2016 17:26:09 +0000 (17:26 +0000)
mediagoblin/plugins/subtitles/__init__.py
mediagoblin/plugins/subtitles/forms.py
mediagoblin/plugins/subtitles/models.py
mediagoblin/plugins/subtitles/templates/mediagoblin/plugins/subtitles/custom_subtitles.html
mediagoblin/plugins/subtitles/templates/mediagoblin/plugins/subtitles/subtitle_media_block.html
mediagoblin/plugins/subtitles/templates/mediagoblin/plugins/subtitles/subtitles.html
mediagoblin/plugins/subtitles/tools.py
mediagoblin/plugins/subtitles/views.py

index d6f7466887ac43eda88ad52556770db7859e9717..78f207dc6427922fd768bb9ece2f9438ab1e886e 100644 (file)
@@ -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
index 69afd6e74da8dd820b87ddc9274f934f3dc6ba2a..de8ffbcd51c809c4d749a38c2839c16fcfd59853 100644 (file)
@@ -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')
index 4ff57b8d594463c73eb4deb6fe919f58810c3fef..f71fb1734f8db11d01bd46d0696b2f6a7c2a050c 100644 (file)
@@ -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
+]
index 8bd56461010f3f316f87c9a344afaed45b9420f2..a62325ca74f20f435a034b96ddaa36b34f123537 100644 (file)
@@ -1,6 +1,6 @@
 {#
 # 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
@@ -45,4 +45,4 @@
       </div>
     </div>
   </form>
-{% endblock %}
\ No newline at end of file
+{% endblock %}
index fd0fd24ecbff4f1d377db420696ba75378a01892..34c9c16f120609602cfc4eebf036b8451dd2c55b 100644 (file)
@@ -1,6 +1,6 @@
 {#
 # 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
@@ -47,4 +47,4 @@
         </p>
       {%- endif %}
     {% endif %}
-{% endblock %}
\ No newline at end of file
+{% endblock %}
index cf689eedf29bc2eb33cd9eaf1d094fe9e54a6269..5b249403797cd04ccccf1f0692e844b55d20a0ad 100644 (file)
@@ -1,6 +1,6 @@
 {#
 # 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
index 735c89b2f402a91fe7f0050014a8937d7cf1def1..43f5bd6ac73806daa54949ba7deda46ade7490e2 100644 (file)
@@ -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
index 338ba859f7ab2451c56b4acb8e7a037bfbfbc469..7d41a36db362f061a9805a93bd5a3052972be8b8 100644 (file)
@@ -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