summaryrefslogtreecommitdiffstats
path: root/minify_web_js.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2014-09-22 22:15:33 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2014-09-23 08:39:29 +0100
commitf2d81ff54296c600a7aef395af5d0e9ea17b1af5 (patch)
treee52db4294362a8bb386401bf014789d694c58852 /minify_web_js.py
parent966f10bcb743286512f605863cf128c627fedf0d (diff)
downloaddeluge-f2d81ff54296c600a7aef395af5d0e9ea17b1af5.tar.gz
deluge-f2d81ff54296c600a7aef395af5d0e9ea17b1af5.tar.bz2
deluge-f2d81ff54296c600a7aef395af5d0e9ea17b1af5.zip
Update headers and isort imports
Diffstat (limited to 'minify_web_js.py')
-rwxr-xr-xminify_web_js.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/minify_web_js.py b/minify_web_js.py
index 23b8fbb6a..9388b52e1 100755
--- a/minify_web_js.py
+++ b/minify_web_js.py
@@ -1,4 +1,14 @@
#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+#
+# Copyright (C) 2014 Calum Lind <calumlind@gmail.com>
+# Copyright (C) 2010 Damien Churchill <damoxc@gmail.com>
+#
+# This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with
+# the additional special exception to link portions of this program with the OpenSSL library.
+# See LICENSE for more details.
+#
+
import fileinput
import fnmatch
import os