703310c552ae26ae69b0848fbbdd99554014ca81
[openstack-build/ceilometer-build.git] / trusty / debian / copyright
1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2 Upstream-Name: ceilometer
3 Upstream-Contact: Julien Danjou <acid@debian.org>,
4 Source: https://github.com/stackforge/ceilometer
5
6 Files: debian/*
7 Copyright: 2012 Thomas Goirand <zigo@debian.org>
8 License: Apache-2
9
10 Files: *
11 Copyright: 2012 New Dream Network, LLC (DreamHost)
12            2012 eNovance
13            2012 Red Hat Inc.
14            2010 United States Government
15            2011 Cloudscaling Group, Inc
16            2011 OpenStack LLC.
17            2012 Nicolas Barcet for Canonical
18 License: Apache-2
19
20 Files: ceilometer/api/static/d3.v2.min.js
21 Copyright: (c) 2012, Michael Bostock
22 License: BSD-3-clauses
23
24 Files: ceilometer/api/v1/static/rickshaw.*
25 Copyright: (c) 2005-2010 Sam Stephenson
26 License: MIT-rickshaw
27
28 Files: ceilometer/api/v1/static/jquery-1.8.3.js
29 Copyright: (c) 2012, jQuery Foundation and other contributors
30 License: MIT-jquery
31
32 License: MIT-jquery
33  Permission is hereby granted, free of charge, to any person obtaining a copy
34  of this software and associated documentation files (the "Software"), to deal
35  in the Software without restriction, including without limitation the rights
36  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
37  copies of the Software, and to permit persons to whom the Software is
38  furnished to do so, subject to the following conditions:
39  .
40  The above copyright notice and this permission notice shall be included in all
41  copies or substantial portions of the Software.
42  .
43  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
44  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
45  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
46  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
47  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
48  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
49  SOFTWARE.
50
51 License: MIT-rickshaw
52  Permission is hereby granted, free of charge, to any person obtaining a copy
53  of this software and associated documentation files (the "Software"), to deal
54  in the Software without restriction, including without limitation the rights
55  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
56  copies of the Software, and to permit persons to whom the Software is
57  furnished to do so, subject to the following conditions:
58  .
59  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
60  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
61  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
62  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
63  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
64  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
65  SOFTWARE.
66
67 License: BSD-3-clauses
68  Redistribution and use in source and binary forms, with or without
69  modification, are permitted provided that the following conditions are met:
70  .
71  * Redistributions of source code must retain the above copyright notice, this
72    list of conditions and the following disclaimer.
73  .
74  * Redistributions in binary form must reproduce the above copyright notice,
75    this list of conditions and the following disclaimer in the documentation
76    and/or other materials provided with the distribution.
77  .
78  * The name Michael Bostock may not be used to endorse or promote products
79    derived from this software without specific prior written permission.
80  .
81  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
82  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
83  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
84  DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
85  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
86  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
87  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
88  OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
89  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
90  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
91
92 License: Apache-2
93  Licensed under the Apache License, Version 2.0 (the "License");
94  you may not use this file except in compliance with the License.
95  You may obtain a copy of the License at
96  .
97     http://www.apache.org/licenses/LICENSE-2.0
98  .
99  Unless required by applicable law or agreed to in writing, software
100  distributed under the License is distributed on an "AS IS" BASIS,
101  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
102  See the License for the specific language governing permissions and
103  limitations under the License.
104  .
105  On Debian-based systems the full text of the Apache version 2.0 license
106  can be found in `/usr/share/common-licenses/Apache-2.0'.