diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-04-22 19:27:57 +0200 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-07-09 09:03:20 +0200 |
commit | ca42184b18f521ac84ed98c371528af4ac2640e3 (patch) | |
tree | 9078630313fbf83abac53e1521b6c435ff25dff6 /debian/copyright | |
parent | a45bb607c2d3900b9151fa0bc45d97f7c28e736b (diff) | |
download | immutables-ca42184b18f521ac84ed98c371528af4ac2640e3.tar.gz immutables-ca42184b18f521ac84ed98c371528af4ac2640e3.zip |
add debian/ directory
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..c92f865 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,27 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: * +Copyright: 2018-2022 Contributors to the immutables project +License: Apache-2.0 + +Files: debian/* +Copyright: 2021-2022 Wojtek Kosior <koszko@koszko.org> +License: CC0-1.0 + +Files: immutables/pythoncapi_compat.h +Copyright: 2020-2022 Contributors to the pythoncapi_compat project +License: 0BSD + BSD Zero Clause License +. + Copyright Contributors to the pythoncapi_compat project. +. + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted. +. + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH + REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, + INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR + OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + PERFORMANCE OF THIS SOFTWARE. |