summaryrefslogtreecommitdiff
path: root/debian/copyright
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-07-06 07:33:11 +0100
committerSean Whitton <spwhitton@spwhitton.name>2017-07-06 07:33:11 +0100
commit22a6cebefa3dbfee352c5d661b85b18658557f0d (patch)
tree603a05d8b99d56c76b7cc9ed5e140b1ad07c36ba /debian/copyright
parentfc65c2d7a396fa996586dd2b4c1ba2a06848a3a0 (diff)
add a copyright file
Diffstat (limited to 'debian/copyright')
-rw-r--r--debian/copyright28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..8bb3d28
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pytest-helpers-namespace
+Source: https://pypi.python.org/pypi/pytest-helpers-namespace
+
+Files: *
+Copyright: © 2016 by the SaltStack Team, see AUTHORS for more details.
+License: Apache-2.0
+Comment: https://github.com/saltstack/salt/blob/develop/AUTHORS
+
+Files: debian/*
+Copyright: (C) 2017 Sean Whitton <spwhitton@spwhitton.name>
+License: Apache-2.0
+
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+ .
+ http://www.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ .
+ On Debian systems, the complete text of the Apache version 2.0 license
+ can be found in "/usr/share/common-licenses/Apache-2.0".