summaryrefslogtreecommitdiffstats
path: root/deluge/plugins/label/label/data/label.js
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/plugins/label/label/data/label.js')
-rw-r--r--deluge/plugins/label/label/data/label.js21
1 files changed, 18 insertions, 3 deletions
diff --git a/deluge/plugins/label/label/data/label.js b/deluge/plugins/label/label/data/label.js
index c67e56047..62efcec83 100644
--- a/deluge/plugins/label/label/data/label.js
+++ b/deluge/plugins/label/label/data/label.js
@@ -1,6 +1,22 @@
/*
-# Copyright (C) 2008 Martijn Voncken <mvoncken@gmail.com>
-# License : GPL v3.
+# Copyright (C) Martijn Voncken 2008 <mvoncken@gmail.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, write to:
+# The Free Software Foundation, Inc.,
+# 51 Franklin Street, Fifth Floor
+# Boston, MA 02110-1301, USA.
+#
*/
@@ -77,4 +93,3 @@ Plugins.Label = {
window.addEvent('domready', function(e) {
Plugins.Label.initialize();
});
-