[Pkg-javascript-commits] [d3-tip.js] 120/277: add licensing information

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

bhuvan-guest pushed a commit to branch master
in repository d3-tip.js.

commit 1457d40de9489760e20c8f9e89ac6a83187384ef
Author: Justin Palmer <justin at github.com>
Date:   Sun Apr 21 16:14:46 2013 -0700

    add licensing information
---
 LICENSE       | 8 ++++++++
 d3.tip.min.js | 2 +-
 src/d3.tip.js | 5 +++++
 3 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..2b5c619
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,8 @@
+The MIT License (MIT)
+Copyright (c) 2013 Justin Palmer
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
diff --git a/d3.tip.min.js b/d3.tip.min.js
index f189796..1457ae3 100644
--- a/d3.tip.min.js
+++ b/d3.tip.min.js
@@ -1 +1 @@
-d3.tip=function(){function tip(vis){svg=get_svg_node(vis),point=svg.createSVGPoint(),document.body.appendChild(node)}function d3_svg_direction(){return"n"}function d3_svg_offset(){return[0,0]}function d3_svg_text(){return" "}function direction_n(){var bbox=get_screen_bbox();return{top:bbox.n.y-node.offsetHeight,left:bbox.n.x-node.offsetWidth/2}}function direction_s(){var bbox=get_screen_bbox();return{top:bbox.s.y,left:bbox.s.x-node.offsetWidth/2}}function direction_e(){var bbox=get_scree [...]
\ No newline at end of file
+d3.tip=function(){function t(t){p=f(t),g=p.createSVGPoint(),document.body.appendChild(y)}function e(){return"n"}function n(){return[0,0]}function r(){return" "}function o(){var t=i();return{top:t.n.y-y.offsetHeight,left:t.n.x-y.offsetWidth/2}}function l(){var t=i();return{top:t.s.y,left:t.s.x-y.offsetWidth/2}}function s(){var t=i();return{top:t.e.y-y.offsetHeight/2,left:t.e.x}}function u(){var t=i();return{top:t.w.y-y.offsetHeight/2,left:t.w.x-y.offsetWidth}}function a(){var t=document.c [...]
\ No newline at end of file
diff --git a/src/d3.tip.js b/src/d3.tip.js
index 9bc1c9a..c15649c 100644
--- a/src/d3.tip.js
+++ b/src/d3.tip.js
@@ -1,3 +1,8 @@
+// d3.tip
+// Copyright (c) 2013 Justin Palmer
+//
+// Tooltips for d3.js SVG visualizations
+
 // Public - contructs a new tooltip
 //
 // Returns a tip

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/d3-tip.js.git



More information about the Pkg-javascript-commits mailing list