File: copyright_hints

package info (click to toggle)
rust-libp2p-identity 0.2.10%2B20250205%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 804 kB
  • sloc: makefile: 8; sh: 1
file content (155 lines) | stat: -rw-r--r-- 4,265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by licensecheck

Files: Cargo.toml
 README.md
 core/Cargo.toml
 debian/TODO
 debian/control
 debian/copyright-check
 debian/gbp.conf
 debian/patches/2001_workspace.patch
 debian/patches/2002_asn1_der.patch
 debian/patches/2002_tracing.patch
 debian/patches/2003_no_bench.patch
 debian/patches/2003_no_wasm.patch
 debian/patches/2004_quickcheck-ext.patch
 debian/patches/README
 debian/patches/series
 debian/rules
 debian/source/format
 debian/source/lintian-overrides
 debian/tests/control
 debian/upstream/metadata
 debian/watch
 examples/README.md
 examples/autonat/Cargo.toml
 examples/autonat/README.md
 examples/autonatv2/Cargo.toml
 examples/browser-webrtc/Cargo.toml
 examples/browser-webrtc/README.md
 examples/chat/Cargo.toml
 examples/chat/README.md
 examples/dcutr/Cargo.toml
 examples/dcutr/README.md
 examples/distributed-key-value-store/Cargo.toml
 examples/distributed-key-value-store/README.md
 examples/file-sharing/Cargo.toml
 examples/file-sharing/README.md
 examples/identify/Cargo.toml
 examples/identify/README.md
 examples/ipfs-kad/Cargo.toml
 examples/ipfs-kad/README.md
 examples/ipfs-private/Cargo.toml
 examples/ipfs-private/README.md
 examples/metrics/Cargo.toml
 examples/metrics/README.md
 examples/ping/Cargo.toml
 examples/ping/README.md
 examples/relay-server/Cargo.toml
 examples/relay-server/README.md
 examples/rendezvous/Cargo.toml
 examples/rendezvous/README.md
 examples/stream/Cargo.toml
 examples/stream/README.md
 examples/upnp/Cargo.toml
 examples/upnp/README.md
 hole-punching-tests/Cargo.toml
 identity/CHANGELOG.md
 identity/Cargo.toml
 identity/src/generated/keys.proto
 identity/src/generated/keys_proto.rs
 identity/src/generated/mod.rs
 identity/src/test/rsa-2048.pk8
 identity/src/test/rsa-3072.pk8
 identity/src/test/rsa-4096.pk8
 identity/tests/keypair_api.rs
 identity/tests/serde.rs
 interop-tests/Cargo.toml
 interop-tests/README.md
 libp2p/Cargo.toml
 misc/allow-block-list/Cargo.toml
 misc/connection-limits/Cargo.toml
 misc/keygen/Cargo.toml
 misc/memory-connection-limits/Cargo.toml
 misc/metrics/Cargo.toml
 misc/metrics/README.md
 misc/multistream-select/Cargo.toml
 misc/quick-protobuf-codec/Cargo.toml
 misc/quickcheck-ext/Cargo.toml
 misc/quickcheck-ext/src/lib.rs
 misc/rw-stream-sink/Cargo.toml
 misc/server/Cargo.toml
 misc/server/README.md
 misc/webrtc-utils/Cargo.toml
 muxers/mplex/Cargo.toml
 muxers/test-harness/Cargo.toml
 muxers/yamux/Cargo.toml
 protocols/autonat/Cargo.toml
 protocols/dcutr/Cargo.toml
 protocols/floodsub/Cargo.toml
 protocols/gossipsub/Cargo.toml
 protocols/identify/Cargo.toml
 protocols/kad/Cargo.toml
 protocols/mdns/Cargo.toml
 protocols/perf/Cargo.toml
 protocols/ping/Cargo.toml
 protocols/relay/Cargo.toml
 protocols/rendezvous/Cargo.toml
 protocols/request-response/Cargo.toml
 protocols/stream/Cargo.toml
 protocols/stream/README.md
 protocols/upnp/Cargo.toml
 swarm-derive/Cargo.toml
 swarm-test/Cargo.toml
 swarm/Cargo.toml
 transports/dns/Cargo.toml
 transports/noise/Cargo.toml
 transports/plaintext/Cargo.toml
 transports/pnet/Cargo.toml
 transports/quic/Cargo.toml
 transports/tcp/Cargo.toml
 transports/tls/Cargo.toml
 transports/uds/Cargo.toml
 transports/webrtc-websys/Cargo.toml
 transports/webrtc-websys/README.md
 transports/webrtc/Cargo.toml
 transports/websocket-websys/Cargo.toml
 transports/websocket/Cargo.toml
 transports/webtransport-websys/Cargo.toml
 wasm-tests/README.md
 wasm-tests/webtransport-tests/Cargo.toml
 wasm-tests/webtransport-tests/README.md
Copyright: NONE
License: UNKNOWN
 FIXME

Files: LICENSE
 identity/benches/peer_id.rs
 identity/src/ecdsa.rs
 identity/src/ed25519.rs
 identity/src/error.rs
 identity/src/peer_id.rs
 identity/src/rsa.rs
 identity/src/secp256k1.rs
Copyright: 2017-2020, Parity Technologies (UK) Ltd.
  2018, Parity Technologies (UK) Ltd.
  2019, Parity Technologies (UK) Ltd.
  2020, Parity Technologies (UK) Ltd.
License: Expat
 FIXME

Files: identity/src/lib.rs
Copyright: 2019, Parity Technologies (UK) Ltd.
  2023, Protocol Labs.
License: Expat
 FIXME

Files: identity/src/keypair.rs
Copyright: 2023, Protocol Labs.
License: Expat
 FIXME