From c11772c94e44f0987b79d6593f34d6a4f92f07c5 Mon Sep 17 00:00:00 2001 From: Tanguy Date: Fri, 20 Jan 2023 15:47:40 +0100 Subject: [PATCH] Happy new year! (#847) --- libp2p.nim | 2 +- libp2p/builders.nim | 2 +- libp2p/cid.nim | 2 +- libp2p/connmanager.nim | 2 +- libp2p/crypto/chacha20poly1305.nim | 2 +- libp2p/crypto/crypto.nim | 2 +- libp2p/crypto/curve25519.nim | 2 +- libp2p/crypto/ecnist.nim | 2 +- libp2p/crypto/ed25519/constants.nim | 2 +- libp2p/crypto/ed25519/ed25519.nim | 2 +- libp2p/crypto/hkdf.nim | 2 +- libp2p/crypto/minasn1.nim | 2 +- libp2p/crypto/rsa.nim | 2 +- libp2p/crypto/secp.nim | 2 +- libp2p/daemon/daemonapi.nim | 2 +- libp2p/daemon/transpool.nim | 2 +- libp2p/debugutils.nim | 2 +- libp2p/dial.nim | 2 +- libp2p/dialer.nim | 2 +- libp2p/discovery/discoverymngr.nim | 2 +- libp2p/discovery/rendezvousinterface.nim | 2 +- libp2p/multiaddress.nim | 2 +- libp2p/multibase.nim | 2 +- libp2p/multicodec.nim | 2 +- libp2p/multihash.nim | 2 +- libp2p/multistream.nim | 2 +- libp2p/muxers/mplex/coder.nim | 2 +- libp2p/muxers/mplex/lpchannel.nim | 2 +- libp2p/muxers/mplex/mplex.nim | 2 +- libp2p/muxers/muxer.nim | 2 +- libp2p/muxers/yamux/yamux.nim | 2 +- libp2p/nameresolving/dnsresolver.nim | 2 +- libp2p/nameresolving/mockresolver.nim | 2 +- libp2p/nameresolving/nameresolver.nim | 2 +- libp2p/peerid.nim | 2 +- libp2p/peerinfo.nim | 2 +- libp2p/peerstore.nim | 2 +- libp2p/protobuf/minprotobuf.nim | 2 +- libp2p/protocols/connectivity/autonat/client.nim | 2 +- libp2p/protocols/connectivity/autonat/core.nim | 2 +- libp2p/protocols/connectivity/autonat/server.nim | 2 +- libp2p/protocols/connectivity/autonat/service.nim | 2 +- libp2p/protocols/connectivity/relay/client.nim | 2 +- libp2p/protocols/connectivity/relay/messages.nim | 2 +- libp2p/protocols/connectivity/relay/rconn.nim | 2 +- libp2p/protocols/connectivity/relay/relay.nim | 2 +- libp2p/protocols/connectivity/relay/rtransport.nim | 2 +- libp2p/protocols/connectivity/relay/utils.nim | 2 +- libp2p/protocols/identify.nim | 2 +- libp2p/protocols/ping.nim | 2 +- libp2p/protocols/protocol.nim | 2 +- libp2p/protocols/pubsub/floodsub.nim | 2 +- libp2p/protocols/pubsub/gossipsub.nim | 2 +- libp2p/protocols/pubsub/gossipsub/behavior.nim | 2 +- libp2p/protocols/pubsub/gossipsub/scoring.nim | 2 +- libp2p/protocols/pubsub/gossipsub/types.nim | 2 +- libp2p/protocols/pubsub/mcache.nim | 2 +- libp2p/protocols/pubsub/peertable.nim | 2 +- libp2p/protocols/pubsub/pubsub.nim | 2 +- libp2p/protocols/pubsub/pubsubpeer.nim | 2 +- libp2p/protocols/pubsub/rpc/message.nim | 2 +- libp2p/protocols/pubsub/rpc/messages.nim | 2 +- libp2p/protocols/pubsub/rpc/protobuf.nim | 2 +- libp2p/protocols/pubsub/timedcache.nim | 2 +- libp2p/protocols/rendezvous.nim | 2 +- libp2p/protocols/secure/noise.nim | 2 +- libp2p/protocols/secure/plaintext.nim | 2 +- libp2p/protocols/secure/secio.nim | 2 +- libp2p/protocols/secure/secure.nim | 2 +- libp2p/routing_record.nim | 2 +- libp2p/signed_envelope.nim | 2 +- libp2p/stream/bufferstream.nim | 2 +- libp2p/stream/chronosstream.nim | 2 +- libp2p/stream/connection.nim | 2 +- libp2p/stream/lpstream.nim | 2 +- libp2p/switch.nim | 2 +- libp2p/transcoder.nim | 2 +- libp2p/transports/tcptransport.nim | 2 +- libp2p/transports/tortransport.nim | 2 +- libp2p/transports/transport.nim | 2 +- libp2p/transports/wstransport.nim | 2 +- libp2p/upgrademngrs/muxedupgrade.nim | 2 +- libp2p/upgrademngrs/upgrade.nim | 2 +- libp2p/utility.nim | 2 +- libp2p/utils/heartbeat.nim | 2 +- libp2p/utils/offsettedseq.nim | 2 +- libp2p/utils/semaphore.nim | 2 +- libp2p/varint.nim | 2 +- libp2p/vbuffer.nim | 2 +- libp2p/wire.nim | 2 +- tests/pubsub/testfloodsub.nim | 2 +- tests/pubsub/testgossipsub.nim | 2 +- tests/pubsub/testgossipsub2.nim | 2 +- tests/stubs/autonatclientstub.nim | 2 +- tests/testautonatservice.nim | 2 +- tests/testcrypto.nim | 2 +- tests/testecnist.nim | 2 +- tests/tested25519.nim | 2 +- tests/testminasn1.nim | 2 +- tests/testminprotobuf.nim | 2 +- tests/testnoise.nim | 2 +- tests/testpeerid.nim | 2 +- tests/testpkifilter.nim | 2 +- tests/testrsa.nim | 2 +- tests/testsecp256k1.nim | 2 +- tools/pbcap_parser.nim | 2 +- 106 files changed, 106 insertions(+), 106 deletions(-) diff --git a/libp2p.nim b/libp2p.nim index 8d44aae6f..e498972aa 100644 --- a/libp2p.nim +++ b/libp2p.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/builders.nim b/libp2p/builders.nim index 6841d2da3..487763c66 100644 --- a/libp2p/builders.nim +++ b/libp2p/builders.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/cid.nim b/libp2p/cid.nim index 1f18f8201..846cc71fd 100644 --- a/libp2p/cid.nim +++ b/libp2p/cid.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/connmanager.nim b/libp2p/connmanager.nim index 3c88d2de3..fa163d6cc 100644 --- a/libp2p/connmanager.nim +++ b/libp2p/connmanager.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/crypto/chacha20poly1305.nim b/libp2p/crypto/chacha20poly1305.nim index 8482897d8..f97a6d482 100644 --- a/libp2p/crypto/chacha20poly1305.nim +++ b/libp2p/crypto/chacha20poly1305.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/crypto/crypto.nim b/libp2p/crypto/crypto.nim index 1ccf8386f..27df105d4 100644 --- a/libp2p/crypto/crypto.nim +++ b/libp2p/crypto/crypto.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/crypto/curve25519.nim b/libp2p/crypto/curve25519.nim index 98a80d7e2..e317dd0ce 100644 --- a/libp2p/crypto/curve25519.nim +++ b/libp2p/crypto/curve25519.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022-2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/crypto/ecnist.nim b/libp2p/crypto/ecnist.nim index 51786f3b1..2213875fa 100644 --- a/libp2p/crypto/ecnist.nim +++ b/libp2p/crypto/ecnist.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/crypto/ed25519/constants.nim b/libp2p/crypto/ed25519/constants.nim index bc77ea770..bea3a9d66 100644 --- a/libp2p/crypto/ed25519/constants.nim +++ b/libp2p/crypto/ed25519/constants.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/crypto/ed25519/ed25519.nim b/libp2p/crypto/ed25519/ed25519.nim index c906113a9..391a4bb1e 100644 --- a/libp2p/crypto/ed25519/ed25519.nim +++ b/libp2p/crypto/ed25519/ed25519.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/crypto/hkdf.nim b/libp2p/crypto/hkdf.nim index 88ad17a8f..7855cef5d 100644 --- a/libp2p/crypto/hkdf.nim +++ b/libp2p/crypto/hkdf.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/crypto/minasn1.nim b/libp2p/crypto/minasn1.nim index 4c7966d3b..5535577a1 100644 --- a/libp2p/crypto/minasn1.nim +++ b/libp2p/crypto/minasn1.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/crypto/rsa.nim b/libp2p/crypto/rsa.nim index 5fe82ee06..74e078533 100644 --- a/libp2p/crypto/rsa.nim +++ b/libp2p/crypto/rsa.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/crypto/secp.nim b/libp2p/crypto/secp.nim index 20daa13ef..6fbfc3750 100644 --- a/libp2p/crypto/secp.nim +++ b/libp2p/crypto/secp.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/daemon/daemonapi.nim b/libp2p/daemon/daemonapi.nim index 05f764756..79522a2ff 100644 --- a/libp2p/daemon/daemonapi.nim +++ b/libp2p/daemon/daemonapi.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/daemon/transpool.nim b/libp2p/daemon/transpool.nim index c1c07c16d..ce0061761 100644 --- a/libp2p/daemon/transpool.nim +++ b/libp2p/daemon/transpool.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/debugutils.nim b/libp2p/debugutils.nim index a384f9de6..ecc4c1d80 100644 --- a/libp2p/debugutils.nim +++ b/libp2p/debugutils.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/dial.nim b/libp2p/dial.nim index 60d63e35a..ff0ea0833 100644 --- a/libp2p/dial.nim +++ b/libp2p/dial.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/dialer.nim b/libp2p/dialer.nim index 4f7c03538..c9adb12d6 100644 --- a/libp2p/dialer.nim +++ b/libp2p/dialer.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/discovery/discoverymngr.nim b/libp2p/discovery/discoverymngr.nim index 140f5335e..55f71820c 100644 --- a/libp2p/discovery/discoverymngr.nim +++ b/libp2p/discovery/discoverymngr.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/discovery/rendezvousinterface.nim b/libp2p/discovery/rendezvousinterface.nim index d3196e87b..429eb41d4 100644 --- a/libp2p/discovery/rendezvousinterface.nim +++ b/libp2p/discovery/rendezvousinterface.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/multiaddress.nim b/libp2p/multiaddress.nim index 211954d95..a664684a0 100644 --- a/libp2p/multiaddress.nim +++ b/libp2p/multiaddress.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/multibase.nim b/libp2p/multibase.nim index 61430f3b5..49bdd5fe9 100644 --- a/libp2p/multibase.nim +++ b/libp2p/multibase.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/multicodec.nim b/libp2p/multicodec.nim index a1f710656..2795221c2 100644 --- a/libp2p/multicodec.nim +++ b/libp2p/multicodec.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/multihash.nim b/libp2p/multihash.nim index f991b02ba..32fddf7b9 100644 --- a/libp2p/multihash.nim +++ b/libp2p/multihash.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/multistream.nim b/libp2p/multistream.nim index bded5a532..f34339ac3 100644 --- a/libp2p/multistream.nim +++ b/libp2p/multistream.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/muxers/mplex/coder.nim b/libp2p/muxers/mplex/coder.nim index f2cce3fce..d2b76761a 100644 --- a/libp2p/muxers/mplex/coder.nim +++ b/libp2p/muxers/mplex/coder.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/muxers/mplex/lpchannel.nim b/libp2p/muxers/mplex/lpchannel.nim index 599056ae1..e85999ea5 100644 --- a/libp2p/muxers/mplex/lpchannel.nim +++ b/libp2p/muxers/mplex/lpchannel.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/muxers/mplex/mplex.nim b/libp2p/muxers/mplex/mplex.nim index 42e2a5de0..a68d80e71 100644 --- a/libp2p/muxers/mplex/mplex.nim +++ b/libp2p/muxers/mplex/mplex.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/muxers/muxer.nim b/libp2p/muxers/muxer.nim index 69e57e131..ee9dd9cac 100644 --- a/libp2p/muxers/muxer.nim +++ b/libp2p/muxers/muxer.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/muxers/yamux/yamux.nim b/libp2p/muxers/yamux/yamux.nim index 9f28449c6..f60cf72f9 100644 --- a/libp2p/muxers/yamux/yamux.nim +++ b/libp2p/muxers/yamux/yamux.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/nameresolving/dnsresolver.nim b/libp2p/nameresolving/dnsresolver.nim index a638b2545..4589a269b 100644 --- a/libp2p/nameresolving/dnsresolver.nim +++ b/libp2p/nameresolving/dnsresolver.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/nameresolving/mockresolver.nim b/libp2p/nameresolving/mockresolver.nim index 4d9a0617b..6aa9a9adf 100644 --- a/libp2p/nameresolving/mockresolver.nim +++ b/libp2p/nameresolving/mockresolver.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/nameresolving/nameresolver.nim b/libp2p/nameresolving/nameresolver.nim index b53e0b4ed..343bc00bf 100644 --- a/libp2p/nameresolving/nameresolver.nim +++ b/libp2p/nameresolving/nameresolver.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/peerid.nim b/libp2p/peerid.nim index 043291e3a..a26605181 100644 --- a/libp2p/peerid.nim +++ b/libp2p/peerid.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/peerinfo.nim b/libp2p/peerinfo.nim index 12aeb47c5..a96a347e4 100644 --- a/libp2p/peerinfo.nim +++ b/libp2p/peerinfo.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/peerstore.nim b/libp2p/peerstore.nim index 0084a90ac..23f31fb2c 100644 --- a/libp2p/peerstore.nim +++ b/libp2p/peerstore.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protobuf/minprotobuf.nim b/libp2p/protobuf/minprotobuf.nim index 5305905f6..77821194d 100644 --- a/libp2p/protobuf/minprotobuf.nim +++ b/libp2p/protobuf/minprotobuf.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/connectivity/autonat/client.nim b/libp2p/protocols/connectivity/autonat/client.nim index efae875af..b9e0a67a2 100644 --- a/libp2p/protocols/connectivity/autonat/client.nim +++ b/libp2p/protocols/connectivity/autonat/client.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/connectivity/autonat/core.nim b/libp2p/protocols/connectivity/autonat/core.nim index 991ee0eab..ce76f7a28 100644 --- a/libp2p/protocols/connectivity/autonat/core.nim +++ b/libp2p/protocols/connectivity/autonat/core.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/connectivity/autonat/server.nim b/libp2p/protocols/connectivity/autonat/server.nim index 1f17ef17f..5d429d628 100644 --- a/libp2p/protocols/connectivity/autonat/server.nim +++ b/libp2p/protocols/connectivity/autonat/server.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/connectivity/autonat/service.nim b/libp2p/protocols/connectivity/autonat/service.nim index e64963a99..7c47543d5 100644 --- a/libp2p/protocols/connectivity/autonat/service.nim +++ b/libp2p/protocols/connectivity/autonat/service.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/connectivity/relay/client.nim b/libp2p/protocols/connectivity/relay/client.nim index e92d21b72..e8573e078 100644 --- a/libp2p/protocols/connectivity/relay/client.nim +++ b/libp2p/protocols/connectivity/relay/client.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/connectivity/relay/messages.nim b/libp2p/protocols/connectivity/relay/messages.nim index 862d3d993..7f05f78a1 100644 --- a/libp2p/protocols/connectivity/relay/messages.nim +++ b/libp2p/protocols/connectivity/relay/messages.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/connectivity/relay/rconn.nim b/libp2p/protocols/connectivity/relay/rconn.nim index f355fd8a9..c46b8cc70 100644 --- a/libp2p/protocols/connectivity/relay/rconn.nim +++ b/libp2p/protocols/connectivity/relay/rconn.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/connectivity/relay/relay.nim b/libp2p/protocols/connectivity/relay/relay.nim index a19f4c6a4..5e749702b 100644 --- a/libp2p/protocols/connectivity/relay/relay.nim +++ b/libp2p/protocols/connectivity/relay/relay.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/connectivity/relay/rtransport.nim b/libp2p/protocols/connectivity/relay/rtransport.nim index 011f682db..cd3d3a006 100644 --- a/libp2p/protocols/connectivity/relay/rtransport.nim +++ b/libp2p/protocols/connectivity/relay/rtransport.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/connectivity/relay/utils.nim b/libp2p/protocols/connectivity/relay/utils.nim index 275a26f09..65eb4f4e3 100644 --- a/libp2p/protocols/connectivity/relay/utils.nim +++ b/libp2p/protocols/connectivity/relay/utils.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/identify.nim b/libp2p/protocols/identify.nim index ae7d26c48..61a8ddad1 100644 --- a/libp2p/protocols/identify.nim +++ b/libp2p/protocols/identify.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/ping.nim b/libp2p/protocols/ping.nim index 9c31c8935..4b181b2f0 100644 --- a/libp2p/protocols/ping.nim +++ b/libp2p/protocols/ping.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/protocol.nim b/libp2p/protocols/protocol.nim index 5103264ad..88d96f623 100644 --- a/libp2p/protocols/protocol.nim +++ b/libp2p/protocols/protocol.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/pubsub/floodsub.nim b/libp2p/protocols/pubsub/floodsub.nim index 0bbf09399..fd5f75045 100644 --- a/libp2p/protocols/pubsub/floodsub.nim +++ b/libp2p/protocols/pubsub/floodsub.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/pubsub/gossipsub.nim b/libp2p/protocols/pubsub/gossipsub.nim index 92d352655..1ee60dbaa 100644 --- a/libp2p/protocols/pubsub/gossipsub.nim +++ b/libp2p/protocols/pubsub/gossipsub.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/pubsub/gossipsub/behavior.nim b/libp2p/protocols/pubsub/gossipsub/behavior.nim index b2c0255e4..57ea160ee 100644 --- a/libp2p/protocols/pubsub/gossipsub/behavior.nim +++ b/libp2p/protocols/pubsub/gossipsub/behavior.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/pubsub/gossipsub/scoring.nim b/libp2p/protocols/pubsub/gossipsub/scoring.nim index 93a4fb3c8..b107e8f68 100644 --- a/libp2p/protocols/pubsub/gossipsub/scoring.nim +++ b/libp2p/protocols/pubsub/gossipsub/scoring.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/pubsub/gossipsub/types.nim b/libp2p/protocols/pubsub/gossipsub/types.nim index 5bc96ea8b..fdc5314a8 100644 --- a/libp2p/protocols/pubsub/gossipsub/types.nim +++ b/libp2p/protocols/pubsub/gossipsub/types.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/pubsub/mcache.nim b/libp2p/protocols/pubsub/mcache.nim index edb5fe4ad..14aa9a0ee 100644 --- a/libp2p/protocols/pubsub/mcache.nim +++ b/libp2p/protocols/pubsub/mcache.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/pubsub/peertable.nim b/libp2p/protocols/pubsub/peertable.nim index 22034010b..c3e5e0fe4 100644 --- a/libp2p/protocols/pubsub/peertable.nim +++ b/libp2p/protocols/pubsub/peertable.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/pubsub/pubsub.nim b/libp2p/protocols/pubsub/pubsub.nim index 2fed1ce0c..1cc8d9810 100644 --- a/libp2p/protocols/pubsub/pubsub.nim +++ b/libp2p/protocols/pubsub/pubsub.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/pubsub/pubsubpeer.nim b/libp2p/protocols/pubsub/pubsubpeer.nim index a40332de4..ebdbd4d20 100644 --- a/libp2p/protocols/pubsub/pubsubpeer.nim +++ b/libp2p/protocols/pubsub/pubsubpeer.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/pubsub/rpc/message.nim b/libp2p/protocols/pubsub/rpc/message.nim index e0c322bc7..2246f8094 100644 --- a/libp2p/protocols/pubsub/rpc/message.nim +++ b/libp2p/protocols/pubsub/rpc/message.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/pubsub/rpc/messages.nim b/libp2p/protocols/pubsub/rpc/messages.nim index b12f45316..541782a8b 100644 --- a/libp2p/protocols/pubsub/rpc/messages.nim +++ b/libp2p/protocols/pubsub/rpc/messages.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/pubsub/rpc/protobuf.nim b/libp2p/protocols/pubsub/rpc/protobuf.nim index 602b0fbd6..d87a6b928 100644 --- a/libp2p/protocols/pubsub/rpc/protobuf.nim +++ b/libp2p/protocols/pubsub/rpc/protobuf.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/pubsub/timedcache.nim b/libp2p/protocols/pubsub/timedcache.nim index 83bb08c63..681ec48a5 100644 --- a/libp2p/protocols/pubsub/timedcache.nim +++ b/libp2p/protocols/pubsub/timedcache.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/rendezvous.nim b/libp2p/protocols/rendezvous.nim index 1e7639511..3a994456d 100644 --- a/libp2p/protocols/rendezvous.nim +++ b/libp2p/protocols/rendezvous.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/secure/noise.nim b/libp2p/protocols/secure/noise.nim index 66a8dcd22..757d57ebc 100644 --- a/libp2p/protocols/secure/noise.nim +++ b/libp2p/protocols/secure/noise.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/secure/plaintext.nim b/libp2p/protocols/secure/plaintext.nim index 151c7e6b0..04d08fe5c 100644 --- a/libp2p/protocols/secure/plaintext.nim +++ b/libp2p/protocols/secure/plaintext.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/secure/secio.nim b/libp2p/protocols/secure/secio.nim index 1ebea90b2..0674b54e2 100644 --- a/libp2p/protocols/secure/secio.nim +++ b/libp2p/protocols/secure/secio.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/protocols/secure/secure.nim b/libp2p/protocols/secure/secure.nim index 124e1e9b5..905bf281e 100644 --- a/libp2p/protocols/secure/secure.nim +++ b/libp2p/protocols/secure/secure.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/routing_record.nim b/libp2p/routing_record.nim index cde43c33b..81475274c 100644 --- a/libp2p/routing_record.nim +++ b/libp2p/routing_record.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/signed_envelope.nim b/libp2p/signed_envelope.nim index 7d4e3dec1..8e7c1d8ce 100644 --- a/libp2p/signed_envelope.nim +++ b/libp2p/signed_envelope.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/stream/bufferstream.nim b/libp2p/stream/bufferstream.nim index 68cf862c7..a56bee3cd 100644 --- a/libp2p/stream/bufferstream.nim +++ b/libp2p/stream/bufferstream.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/stream/chronosstream.nim b/libp2p/stream/chronosstream.nim index 7f26a44ee..bf9515d21 100644 --- a/libp2p/stream/chronosstream.nim +++ b/libp2p/stream/chronosstream.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/stream/connection.nim b/libp2p/stream/connection.nim index a4f52deae..3f4730e58 100644 --- a/libp2p/stream/connection.nim +++ b/libp2p/stream/connection.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/stream/lpstream.nim b/libp2p/stream/lpstream.nim index e604baa23..6dfe501c4 100644 --- a/libp2p/stream/lpstream.nim +++ b/libp2p/stream/lpstream.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/switch.nim b/libp2p/switch.nim index 6844dc515..851a84594 100644 --- a/libp2p/switch.nim +++ b/libp2p/switch.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/transcoder.nim b/libp2p/transcoder.nim index 926029f92..2acea8ab1 100644 --- a/libp2p/transcoder.nim +++ b/libp2p/transcoder.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/transports/tcptransport.nim b/libp2p/transports/tcptransport.nim index 6d0d32182..0ae11d7af 100644 --- a/libp2p/transports/tcptransport.nim +++ b/libp2p/transports/tcptransport.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/transports/tortransport.nim b/libp2p/transports/tortransport.nim index e978be90c..1e23ee686 100644 --- a/libp2p/transports/tortransport.nim +++ b/libp2p/transports/tortransport.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/transports/transport.nim b/libp2p/transports/transport.nim index 12d1a0803..9de3b337f 100644 --- a/libp2p/transports/transport.nim +++ b/libp2p/transports/transport.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/transports/wstransport.nim b/libp2p/transports/wstransport.nim index 220a21b45..4e109c225 100644 --- a/libp2p/transports/wstransport.nim +++ b/libp2p/transports/wstransport.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/upgrademngrs/muxedupgrade.nim b/libp2p/upgrademngrs/muxedupgrade.nim index 030508c10..a805efa19 100644 --- a/libp2p/upgrademngrs/muxedupgrade.nim +++ b/libp2p/upgrademngrs/muxedupgrade.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/upgrademngrs/upgrade.nim b/libp2p/upgrademngrs/upgrade.nim index c087bedba..6f738577e 100644 --- a/libp2p/upgrademngrs/upgrade.nim +++ b/libp2p/upgrademngrs/upgrade.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/utility.nim b/libp2p/utility.nim index dd499b5bb..3a02a25d3 100644 --- a/libp2p/utility.nim +++ b/libp2p/utility.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/utils/heartbeat.nim b/libp2p/utils/heartbeat.nim index f0e7a5857..42789c4ba 100644 --- a/libp2p/utils/heartbeat.nim +++ b/libp2p/utils/heartbeat.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/utils/offsettedseq.nim b/libp2p/utils/offsettedseq.nim index 445953156..40539f85e 100644 --- a/libp2p/utils/offsettedseq.nim +++ b/libp2p/utils/offsettedseq.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/utils/semaphore.nim b/libp2p/utils/semaphore.nim index 12f4a4daf..990a31b84 100644 --- a/libp2p/utils/semaphore.nim +++ b/libp2p/utils/semaphore.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/varint.nim b/libp2p/varint.nim index 2d82f26c5..5a50e91f9 100644 --- a/libp2p/varint.nim +++ b/libp2p/varint.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/vbuffer.nim b/libp2p/vbuffer.nim index 0b5b9ceec..90b75ae19 100644 --- a/libp2p/vbuffer.nim +++ b/libp2p/vbuffer.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/libp2p/wire.nim b/libp2p/wire.nim index 61c0010af..4b5b65039 100644 --- a/libp2p/wire.nim +++ b/libp2p/wire.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/pubsub/testfloodsub.nim b/tests/pubsub/testfloodsub.nim index ecac40554..53303bce6 100644 --- a/tests/pubsub/testfloodsub.nim +++ b/tests/pubsub/testfloodsub.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/pubsub/testgossipsub.nim b/tests/pubsub/testgossipsub.nim index ab6df3af1..16a71eae1 100644 --- a/tests/pubsub/testgossipsub.nim +++ b/tests/pubsub/testgossipsub.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/pubsub/testgossipsub2.nim b/tests/pubsub/testgossipsub2.nim index 87318a4fd..8132a098b 100644 --- a/tests/pubsub/testgossipsub2.nim +++ b/tests/pubsub/testgossipsub2.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/stubs/autonatclientstub.nim b/tests/stubs/autonatclientstub.nim index 1dd4c03f7..f801660b7 100644 --- a/tests/stubs/autonatclientstub.nim +++ b/tests/stubs/autonatclientstub.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/testautonatservice.nim b/tests/testautonatservice.nim index cafb24eb2..0bc8a64ba 100644 --- a/tests/testautonatservice.nim +++ b/tests/testautonatservice.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/testcrypto.nim b/tests/testcrypto.nim index b9a6ecfa4..16d2939f7 100644 --- a/tests/testcrypto.nim +++ b/tests/testcrypto.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/testecnist.nim b/tests/testecnist.nim index 339de4c43..8ff35b02b 100644 --- a/tests/testecnist.nim +++ b/tests/testecnist.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/tested25519.nim b/tests/tested25519.nim index 8b269f916..5b98a29b6 100644 --- a/tests/tested25519.nim +++ b/tests/tested25519.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/testminasn1.nim b/tests/testminasn1.nim index 6bda13204..c43d44486 100644 --- a/tests/testminasn1.nim +++ b/tests/testminasn1.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/testminprotobuf.nim b/tests/testminprotobuf.nim index 2ddfa4c61..b342fd0a6 100644 --- a/tests/testminprotobuf.nim +++ b/tests/testminprotobuf.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/testnoise.nim b/tests/testnoise.nim index f715a7b33..ce0b51b00 100644 --- a/tests/testnoise.nim +++ b/tests/testnoise.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/testpeerid.nim b/tests/testpeerid.nim index a032af853..d1bbf71ee 100644 --- a/tests/testpeerid.nim +++ b/tests/testpeerid.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/testpkifilter.nim b/tests/testpkifilter.nim index fcb9b1fe9..d2c862b89 100644 --- a/tests/testpkifilter.nim +++ b/tests/testpkifilter.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/testrsa.nim b/tests/testrsa.nim index 83d6a8dd0..8100272d8 100644 --- a/tests/testrsa.nim +++ b/tests/testrsa.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tests/testsecp256k1.nim b/tests/testsecp256k1.nim index 03c2920c7..83515aeaf 100644 --- a/tests/testsecp256k1.nim +++ b/tests/testsecp256k1.nim @@ -1,5 +1,5 @@ # Nim-Libp2p -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT)) diff --git a/tools/pbcap_parser.nim b/tools/pbcap_parser.nim index a13ab794d..83e7f48c8 100644 --- a/tools/pbcap_parser.nim +++ b/tools/pbcap_parser.nim @@ -1,5 +1,5 @@ # Nim-LibP2P -# Copyright (c) 2022 Status Research & Development GmbH +# Copyright (c) 2023 Status Research & Development GmbH # Licensed under either of # * Apache License, version 2.0, ([LICENSE-APACHE](LICENSE-APACHE)) # * MIT license ([LICENSE-MIT](LICENSE-MIT))