Skip to content

Commit 583d9ca

Browse files
author
Mike Place
committed
Reformatted according to Debian spec. Also added note to declare that images in doc/_ext/images were created in-house, by Salt Stack.
1 parent 75d1e70 commit 583d9ca

File tree

1 file changed

+128
-27
lines changed

1 file changed

+128
-27
lines changed

COPYING

Lines changed: 128 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,135 @@
1+
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2+
Upstream-Name: salt
3+
Upstream-Contact: salt-users@googlegroups.com
4+
Source: https://github.com/saltstack/salt
15

2-
--
3-
salt/doc/_build/html/_static/css/bootstrap-responsive.css
4-
Licensed under the Apache License v2.0
5-
--
6+
Files: *
7+
Copyright: 2013 SaltStack Team
8+
License: Apache-2.0
9+
Licensed under the Apache License, Version 2.0 (the "License");
10+
you may not use this file except in compliance with the License.
11+
You may obtain a copy of the License at
12+
.
13+
http://www.apache.org/licenses/LICENSE-2.0
14+
.
15+
Unless required by applicable law or agreed to in writing, software
16+
distributed under the License is distributed on an "AS IS" BASIS,
17+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18+
See the License for the specific language governing permissions and
19+
limitations under the License.
20+
.
21+
On Debian systems, the full text of the Apache License, Version 2.0 can be
22+
found in the file
23+
`/usr/share/common-licenses/Apache-2.0'.
624

7-
--
8-
salt/doc/_build/html/_static/jquery.js
9-
Dual licensed under the MIT or GPL Version 2 licenses.
10-
--
25+
Files: debian/*
26+
Copyright: 2013 Joe Healy <joehealy@gmail.com>
27+
2012 Michael Prokop <mika@debian.org>
28+
2012 Christian Hofstaedtler <christian@hofstaedtler.name>
29+
2012 Ulrich Dangel <mru@spamt.net>
30+
2012 Corey Quinn <corey@sequestered.net>
31+
2011 Aaron Toponce <aaron.toponce@gmail.com>
32+
License: Apache-2.0
33+
Licensed under the Apache License, Version 2.0 (the "License");
34+
you may not use this file except in compliance with the License.
35+
You may obtain a copy of the License at
36+
.
37+
http://www.apache.org/licenses/LICENSE-2.0
38+
.
39+
Unless required by applicable law or agreed to in writing, software
40+
distributed under the License is distributed on an "AS IS" BASIS,
41+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42+
See the License for the specific language governing permissions and
43+
limitations under the License.
44+
.
45+
On Debian systems, the full text of the Apache License, Version 2.0 can be
46+
found in the file
47+
`/usr/share/common-licenses/Apache-2.0'.
1148

12-
--
13-
salt/doc/_build/html/_static/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js
14-
MIT & BSD
15-
--
49+
Files: salt/auth/pam.py
50+
Copyright: 2007 Chris AtLee <chris@atlee.ca>
51+
License: MIT License
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 above copyright notice and this permission notice shall be included in
60+
all copies or substantial portions of the Software.
61+
.
62+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
63+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
64+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
65+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
66+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
67+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
68+
THE SOFTWARE.
1669

17-
--
18-
salt/salt/utils/ipaddr.py
19-
Licensed under the Apache License, Version 2.0
20-
--
70+
Files: salt/utils/ipaddr.py
71+
Copyright: 2007 Google Inc.
72+
License: Apache-2.0
73+
Licensed under the Apache License, Version 2.0 (the "License");
74+
you may not use this file except in compliance with the License.
75+
You may obtain a copy of the License at
76+
.
77+
http://www.apache.org/licenses/LICENSE-2.0
78+
.
79+
Unless required by applicable law or agreed to in writing, software
80+
distributed under the License is distributed on an "AS IS" BASIS,
81+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
82+
See the License for the specific language governing permissions and
83+
limitations under the License.
84+
.
85+
On Debian systems, the full text of the Apache License, Version 2.0 can be
86+
found in the file
87+
`/usr/share/common-licenses/Apache-2.0'.
2188

22-
--
23-
salt/salt/auth/pam.py
24-
Licensed under the MIT license
25-
--
89+
Files: doc/_ext/youtube.py
90+
Copyright: 2009 Chris Pickel <sfiera@gmail.com>
91+
License: BSD-2-clause
92+
Redistribution and use in source and binary forms, with or without
93+
modification, are permitted provided that the following conditions are
94+
met:
95+
.
96+
* Redistributions of source code must retain the above copyright
97+
notice, this list of conditions and the following disclaimer.
98+
.
99+
* Redistributions in binary form must reproduce the above copyright
100+
notice, this list of conditions and the following disclaimer in the
101+
documentation and/or other materials provided with the distribution.
102+
.
103+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
104+
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
105+
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
106+
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
107+
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
108+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
109+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
110+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
111+
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
112+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
113+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26114

27-
--
28-
salt/doc/_ext/youtube.py
29-
BSD
30-
--
31115

32-
--
33-
All other files licensed according to the LICENSE file included in the top-level of this package
34-
--
116+
Files: doc/_ext/images
117+
Copyright: 2013 SaltStack Team
118+
License: Apache-2.0
119+
Licensed under the Apache License, Version 2.0 (the "License");
120+
you may not use this file except in compliance with the License.
121+
You may obtain a copy of the License at
122+
.
123+
http://www.apache.org/licenses/LICENSE-2.0
124+
.
125+
Unless required by applicable law or agreed to in writing, software
126+
distributed under the License is distributed on an "AS IS" BASIS,
127+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
128+
See the License for the specific language governing permissions and
129+
limitations under the License.
130+
.
131+
On Debian systems, the full text of the Apache License, Version 2.0 can be
132+
found in the file
133+
`/usr/share/common-licenses/Apache-2.0'.
134+
.
135+
Files in this directory were created in-house.

0 commit comments

Comments
 (0)