summaryrefslogtreecommitdiff
path: root/debian/copyright
diff options
context:
space:
mode:
authornicoo <nicoo@debian.org>2020-02-12 14:08:38 +0100
committerNicolas Braud-Santoni <nicolas@braud-santoni.eu>2020-02-12 14:09:38 +0100
commitf0c9891982bb6a4772bc75f37a55d20c8027e0a4 (patch)
treef87f95424dd468d17bbbde10d10867e546039bff /debian/copyright
parent88a8bdd35ca7fb0c1ce70abdd8262d958fedafc1 (diff)
Initial Debian packaging
Based on upstream's debianization
Diffstat (limited to 'debian/copyright')
-rw-r--r--debian/copyright90
1 files changed, 90 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..dcb98a0
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,90 @@
1Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2Upstream-Name: libfido2
3Source: https://github.com/yubico/libfido2
4
5Files: *
6Copyright: 2018-2019 Yubico AB <ossmaint@yubico.com>
7License: BSD-2-clause
8
9Files: debian/*
10Copyright: 2018-2019 Yubico AB <ossmaint@yubico.com>
11 2020 nicoo <nicoo@debian.org>
12License: BSD-2-clause
13
14Files: openbsd-compat/strlcpy.c openbsd-compat/strlcat.c
15Copyright: 1998 Todd C. Miller <Todd.Miller@courtesan.com>
16License: ISC
17
18Files: src/compat/timingsafe_bcmp.c
19Copyright: 2010 Damien Miller
20License: ISC
21
22Files:
23 openbsd-compat/bsd-getpagesize.c
24 openbsd-compat/err.h
25 openbsd-compat/explicit_bzero.c
26 openbsd-compat/explicit_bzero_win32.c
27 openbsd-compat/types.h
28Copyright: Public domain
29License: public-domain
30
31Files: openbsd-compat/recallocarray.c
32Copyright: 2008, 2017 Otto Moerbeek <otto@drijf.net>
33License: ISC
34
35Files: openbsd-compat/readpassphrase.h
36Copyright: 2000, 2002 Todd C. Miller <Todd.Miller@courtesan.com>
37License: ISC
38
39Files: openbsd-compat/readpassphrase.c
40Copyright: 2000-2002, 2007, 2010 Todd C. Miller <Todd.Miller@courtesan.com>
41License: ISC
42
43Files: openbsd-compat/getopt.h
44Copyright: 2000 The NetBSD Foundation, Inc. All rights reserved.
45License: BSD-2-clause
46
47Files: openbsd-compat/getopt_long.c
48Copyright: 2002 Todd C. Miller <Todd.Miller@courtesan.com>
49 2000 The NetBSD Foundation, Inc. All rights reserved.
50License: ISC and BSD-2-clause
51
52License: BSD-2-clause
53 Redistribution and use in source and binary forms, with or without
54 modification, are permitted provided that the following conditions are
55 met:
56 .
57 1. Redistributions of source code must retain the above copyright
58 notice, this list of conditions and the following disclaimer.
59 2. Redistributions in binary form must reproduce the above copyright
60 notice, this list of conditions and the following disclaimer in
61 the documentation and/or other materials provided with the
62 distribution.
63 .
64 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
65 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
66 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
67 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
68 HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
69 SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
70 LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
71 DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
72 THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
73 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
74 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
75
76License: public-domain
77 Public domain.
78
79License: ISC
80 Permission to use, copy, modify, and distribute this software for any
81 purpose with or without fee is hereby granted, provided that the above
82 copyright notice and this permission notice appear in all copies.
83 .
84 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
85 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
86 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
87 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
88 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
89 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
90 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.