diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 13:39:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 13:39:30 +0000 |
commit | 6e47cbcd64d260a7ae95e129ef205f46760adde5 (patch) | |
tree | e01b68cfaf0c6bd48fedd1cf611cbdfa62e7dc38 /debian/copyright | |
parent | Adding upstream version 1.0.76. (diff) | |
download | rust-proc-macro2-6e47cbcd64d260a7ae95e129ef205f46760adde5.tar.xz rust-proc-macro2-6e47cbcd64d260a7ae95e129ef205f46760adde5.zip |
Adding debian version 1.0.76-1.debian/1.0.76-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..9f02c1c --- /dev/null +++ b/debian/copyright @@ -0,0 +1,40 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: proc-macro2 +Upstream-Contact: Alex Crichton <alex@alexcrichton.com> +Source: https://github.com/dtolnay/proc-macro2 + +Files: * +Copyright: + 2014-2020 Alex Crichton <alex@alexcrichton.com> + 2017-2024 David Tolnay <dtolnay@gmail.com> +License: MIT or Apache-2.0 + +Files: debian/* +Copyright: + 2018-2024 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> + 2018 Ximin Luo <infinity0@debian.org> + 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at> +License: MIT or Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 + +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. |