diff options
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. |