summaryrefslogtreecommitdiff
path: root/media/visualize.js
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-30 03:26:50 +0000
committerroot <root@rshg054.dnsready.net>2011-12-30 03:26:50 +0000
commit03384fc53b65bccaf3baf1b632c3bd5383720a40 (patch)
treeacd0d93ad2ef70e5466c082189427b75f5baab25 /media/visualize.js
parent2379f6029811a9035234ccfafda38b131e0e087b (diff)
parent20a85a7306aaa1c792acf3f2ca24ae192178a8b9 (diff)
Merge branch 'master' of /srv/git/repositories/parabolaweb
Diffstat (limited to 'media/visualize.js')
-rw-r--r--media/visualize.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/media/visualize.js b/media/visualize.js
index d9196d4d..fa89a613 100644
--- a/media/visualize.js
+++ b/media/visualize.js
@@ -1,3 +1,23 @@
+/* archweb.js
+ * Homepage: https://projects.archlinux.org/archweb.git/
+ * Copyright: 2011 Dan McGee
+ * License: GPLv2
+ *
+ * This file is part of Archweb.
+ *
+ * Archweb is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * Archweb 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 Archweb. If not, see <http://www.gnu.org/licenses/>.
+ */
+
function packages_treemap(chart_id, orderings, default_order) {
var jq_div = $(chart_id),
color = d3.scale.category20();