Added missing debian/copyright section for the d3 javascript.
[openstack-build/ceilometer-build.git] / xenial / 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  Redistribution and use in source and binary forms, with or without
24  modification, are permitted provided that the following conditions are met:
25  .
26  * Redistributions of source code must retain the above copyright notice, this
27    list of conditions and the following disclaimer.
28  .
29  * Redistributions in binary form must reproduce the above copyright notice,
30    this list of conditions and the following disclaimer in the documentation
31    and/or other materials provided with the distribution.
32  .
33  * The name Michael Bostock may not be used to endorse or promote products
34    derived from this software without specific prior written permission.
35  .
36  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
37  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
38  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
39  DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
40  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
41  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
42  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
43  OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
44  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
45  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46
47 License: Apache-2
48  Licensed under the Apache License, Version 2.0 (the "License");
49  you may not use this file except in compliance with the License.
50  You may obtain a copy of the License at
51  .
52     http://www.apache.org/licenses/LICENSE-2.0
53  .
54  Unless required by applicable law or agreed to in writing, software
55  distributed under the License is distributed on an "AS IS" BASIS,
56  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
57  See the License for the specific language governing permissions and
58  limitations under the License.
59  .
60  On Debian-based systems the full text of the Apache version 2.0 license
61  can be found in `/usr/share/common-licenses/Apache-2.0'.