Codebase list rust-serde-xml-rs / 75bbf45
Markdown: Fill in copyright Christopher Hoskin 2 years ago
2 changed file(s) with 74 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 rust-markdown (0.3.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
22 * Package markdown 0.3.0 from crates.io using debcargo 2.4.4
3 * Fill in copyright
34
4 -- Christopher Hoskin <mans0954@debian.org> Thu, 20 May 2021 16:25:22 +0100
5 -- Christopher Hoskin <mans0954@debian.org> Thu, 20 May 2021 20:25:44 +0100
0 FIXME fill me in using ./copyright.debcargo.hint as a guide
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: markdown
2 Upstream-Contact: Johann Hofmann <mail@johann-hofmann.com>
3 Source: https://github.com/johannhof/markdown.rs
4
5 Files: *
6 Copyright: 2014-2020 Johann Hofmann <mail@johann-hofmann.com>
7 License: MIT or Apache-2.0
8
9 Files: tests/fixtures/*
10 Copyright:
11 2003-2004, John Gruber
12 2005-2006 Fletcher T. Penney
13 2006-2009 Darren Kulp and Tomas Doran
14 License: BSD-3-Clause
15
16 Files: debian/*
17 Copyright:
18 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
19 2021 Christopher Hoskin <mans0954@debian.org>
20 License: MIT or Apache-2.0
21
22 License: Apache-2.0
23 Debian systems provide the Apache 2.0 license in
24 /usr/share/common-licenses/Apache-2.0
25
26 License: MIT
27 Permission is hereby granted, free of charge, to any person obtaining a copy
28 of this software and associated documentation files (the "Software"), to deal
29 in the Software without restriction, including without limitation the rights
30 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
31 copies of the Software, and to permit persons to whom the Software is
32 furnished to do so, subject to the following conditions:
33 .
34 The above copyright notice and this permission notice shall be included in all
35 copies or substantial portions of the Software.
36 .
37 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
38 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
39 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
40 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
41 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
42 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
43 SOFTWARE.
44
45 License: BSD-3-Clause
46 Redistribution and use in source and binary forms, with or without
47 modification, are permitted provided that the following conditions are
48 met:
49 .
50 * Redistributions of source code must retain the above copyright notice,
51 this list of conditions and the following disclaimer.
52 .
53 * Redistributions in binary form must reproduce the above copyright
54 notice, this list of conditions and the following disclaimer in the
55 documentation and/or other materials provided with the distribution.
56 .
57 * Neither the name "Markdown" nor the names of its contributors may
58 be used to endorse or promote products derived from this software
59 without specific prior written permission.
60 .
61 This software is provided by the copyright holders and contributors "as
62 is" and any express or implied warranties, including, but not limited
63 to, the implied warranties of merchantability and fitness for a
64 particular purpose are disclaimed. In no event shall the copyright owner
65 or contributors be liable for any direct, indirect, incidental, special,
66 exemplary, or consequential damages (including, but not limited to,
67 procurement of substitute goods or services; loss of use, data, or
68 profits; or business interruption) however caused and on any theory of
69 liability, whether in contract, strict liability, or tort (including
70 negligence or otherwise) arising in any way out of the use of this
71 software, even if advised of the possibility of such damage.