diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:29:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:29:52 +0000 |
commit | 1f682782375f8bce3f31fea8867f0412b54ebe8e (patch) | |
tree | 80774428eaf1d482fd020e932252da5c872adcf6 /debian/copyright | |
parent | Adding upstream version 0.3.3. (diff) | |
download | mdit-py-plugins-1f682782375f8bce3f31fea8867f0412b54ebe8e.tar.xz mdit-py-plugins-1f682782375f8bce3f31fea8867f0412b54ebe8e.zip |
Adding debian version 0.3.3-1.debian/0.3.3-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..8f03c14 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,73 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: mdit-py-plugins +Upstream-Contact: Chris Sewell <chrisj_sewell@hotmail.com> +Source: https://github.com/executablebooks/mdit-py-plugins + +Files: * +Copyright: 2020 ExecutableBookProject +License: Expat + +Files: mdit_py_plugins/container/* +Copyright: 2015 Vitaly Puzrin + 2015 Alex Kocharin +License: Expat + +Files: mdit_py_plugins/front_matter/* +Copyright: 2016-2020 ParkSB +License: Expat + +Files: mdit_py_plugins/deflist/* + mdit_py_plugins/footnote/* +Copyright: 2014-2015 Vitaly Puzrin + 2014-2015 Alex Kocharin +License: Expat + +Files: mdit_py_plugins/texmath/* +Copyright: 2013-17 Stefan Goessner> +License: Expat + +Files: mdit_py_plugins/tasklists/__init__.py +Copyright: 2016, Revin Guillen +License: ISC + +Files: mdit_py_plugins/admon/* +Copyright: 2015 Vitaly Puzrin, Alex Kocharin + 2018 jebbs + 2021 commenthol +License: Expat + +Files: debian/* +Copyright: 2021-2022 Emmanuel Arias <eamanu@yaerobi.com> +License: Expat + +License: Expat + 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. + +License: ISC + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + 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. |