Codebase list cloudkitty-dashboard / ed801c5
Document license of JS files. Thomas Goirand 5 years ago
1 changed file(s) with 57 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
66 (c) 2013-2017, Objectif Libre
77 (c) 2010-2017, OpenStack Foundation
88 License: Apache-2.0
9
10 Files: cloudkittydashboard/static/cloudkitty/js/d3.js
11 cloudkittydashboard/static/cloudkitty/js/d3.min.js
12 Copyright: (c) 2010-2014, Mike Bostock
13 License: BSD-3-clause
14
15 Files: cloudkittydashboard/static/cloudkitty/js/rickshaw.js
16 cloudkittydashboard/static/cloudkitty/js/rickshaw.min.js
17 Copyright: (c) 2005-2010 Sam Stephenson
18 License: Expat
19
20 Files: cloudkittydashboard/static/cloudkitty/js/d3pie.js
21 cloudkittydashboard/static/cloudkitty/js/d3pie.min.js
22 Copyright: (c) 2014-2015 Benjamin Keen
23 License: Expat
924
1025 Files: debian/*
1126 Copyright: (c) 2018, Thomas Goirand <zigo@debian.org>
2641 .
2742 On Debian systems, the complete text of the Apache version 2.0 license
2843 can be found in "/usr/share/common-licenses/Apache-2.0".
44
45 License: BSD-3-clause
46 Redistribution and use in source and binary forms, with or without modification,
47 are permitted provided that the following conditions are met:
48 .
49 * Redistributions of source code must retain the above copyright notice, this
50 list of conditions and the following disclaimer.
51
52 * Redistributions in binary form must reproduce the above copyright notice,
53 this list of conditions and the following disclaimer in the documentation
54 and/or other materials provided with the distribution.
55 .
56 * Neither the name of the author nor the names of contributors may be used to
57 endorse or promote products derived from this software without specific prior
58 written permission.
59 .
60 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
61 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
62 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
63 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
64 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
65 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
66 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
67 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
68 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
69 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
70
71 License: Expat
72 Permission is hereby granted, free of charge, to any person obtaining a copy
73 of this software and associated documentation files (the "Software"), to deal
74 in the Software without restriction, including without limitation the rights
75 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
76 copies of the Software, and to permit persons to whom the Software is
77 furnished to do so, subject to the following conditions:
78 .
79 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
80 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
81 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
82 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
83 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
84 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
85 SOFTWARE.