summaryrefslogtreecommitdiff
path: root/visualize
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:31:46 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-04-23 14:31:46 -0400
commit330353f8dc50d5f27470f03f021cde72b056ac0b (patch)
tree5c9be18fa38892bf3968c85c74b1e3d013969827 /visualize
parent8833749d9c9b361fcbbd1373e023569dd154b38e (diff)
reduce differences
Diffstat (limited to 'visualize')
-rw-r--r--visualize/static/visualize.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/visualize/static/visualize.js b/visualize/static/visualize.js
index 5004fe6c..ff39bb96 100644
--- a/visualize/static/visualize.js
+++ b/visualize/static/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 = jQuery(chart_id),
color = d3.scale.category20();