diff --git a/libp2p.nim b/libp2p.nim index 8d44aae..e498972 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 6841d2d..487763c 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 1f18f82..846cc71 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 3c88d2d..fa163d6 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 8482897..f97a6d4 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 1ccf838..27df105 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 98a80d7..e317dd0 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 51786f3..2213875 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 bc77ea7..bea3a9d 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 c906113..391a4bb 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 88ad17a..7855cef 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 4c7966d..5535577 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 5fe82ee..74e0785 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 20daa13..6fbfc37 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 05f7647..79522a2 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 c1c07c1..ce00617 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 a384f9d..ecc4c1d 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 60d63e3..ff0ea08 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 4f7c035..c9adb12 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 140f533..55f7182 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 d3196e8..429eb41 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 211954d..a664684 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 61430f3..49bdd5f 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 a1f7106..2795221 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 f991b02..32fddf7 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 bded5a5..f34339a 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 f2cce3f..d2b7676 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 599056a..e85999e 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 42e2a5d..a68d80e 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 69e57e1..ee9dd9c 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 9f28449..f60cf72 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 a638b25..4589a26 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 4d9a061..6aa9a9a 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 b53e0b4..343bc00 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 043291e..a266051 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 12aeb47..a96a347 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 0084a90..23f31fb 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 5305905..7782119 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 efae875..b9e0a67 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 991ee0e..ce76f7a 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 1f17ef1..5d429d6 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 e64963a..7c47543 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 e92d21b..e8573e0 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 862d3d9..7f05f78 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 f355fd8..c46b8cc 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 a19f4c6..5e74970 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 011f682..cd3d3a0 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 275a26f..65eb4f4 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 ae7d26c..61a8dda 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 9c31c89..4b181b2 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 5103264..88d96f6 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 0bbf093..fd5f750 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 92d3526..1ee60db 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 b2c0255..57ea160 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 93a4fb3..b107e8f 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 5bc96ea..fdc5314 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 edb5fe4..14aa9a0 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 2203401..c3e5e0f 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 2fed1ce..1cc8d98 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 a40332d..ebdbd4d 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 e0c322b..2246f80 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 b12f453..541782a 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 602b0fb..d87a6b9 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 83bb08c..681ec48 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 1e76395..3a99445 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 66a8dcd..757d57e 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 151c7e6..04d08fe 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 1ebea90..0674b54 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 124e1e9..905bf28 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 cde43c3..8147527 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 7d4e3de..8e7c1d8 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 68cf862..a56bee3 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 7f26a44..bf9515d 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 a4f52de..3f4730e 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 e604baa..6dfe501 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 6844dc5..851a845 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 926029f..2acea8a 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 6d0d321..0ae11d7 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 e978be9..1e23ee6 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 12d1a08..9de3b33 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 220a21b..4e109c2 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 030508c..a805efa 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 c087bed..6f73857 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 dd499b5..3a02a25 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 f0e7a58..42789c4 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 4459531..40539f8 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 12f4a4d..990a31b 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 2d82f26..5a50e91 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 0b5b9ce..90b75ae 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 61c0010..4b5b650 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 ecac405..53303bc 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 ab6df3a..16a71ea 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 87318a4..8132a09 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 1dd4c03..f801660 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 cafb24e..0bc8a64 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 b9a6ecf..16d2939 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 339de4c..8ff35b0 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 8b269f9..5b98a29 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 6bda132..c43d444 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 2ddfa4c..b342fd0 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 f715a7b..ce0b51b 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 a032af8..d1bbf71 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 fcb9b1f..d2c862b 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 83d6a8d..8100272 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 03c2920..83515ae 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 a13ab79..83e7f48 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))