diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ade9933..f94086f5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2019 The Bitcoin Core developers +# Copyright (c) The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/cmake/compat_config.cmake b/cmake/compat_config.cmake index 283cd38c..f9d3004f 100644 --- a/cmake/compat_config.cmake +++ b/cmake/compat_config.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2019 The Bitcoin Core developers +# Copyright (c) The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/cmake/compat_find.cmake b/cmake/compat_find.cmake index e1d4f7d4..298dd851 100644 --- a/cmake/compat_find.cmake +++ b/cmake/compat_find.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2024 The Bitcoin Core developers +# Copyright (c) The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/cmake/pthread_checks.cmake b/cmake/pthread_checks.cmake index b54c0b45..241978d5 100644 --- a/cmake/pthread_checks.cmake +++ b/cmake/pthread_checks.cmake @@ -1,4 +1,4 @@ -# Copyright (c) 2024 The Bitcoin Core developers +# Copyright (c) The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/example/CMakeLists.txt b/example/CMakeLists.txt index 333462b8..0e758d57 100644 --- a/example/CMakeLists.txt +++ b/example/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2021 The Bitcoin Core developers +# Copyright (c) The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/example/calculator.capnp b/example/calculator.capnp index 8f546552..94551883 100644 --- a/example/calculator.capnp +++ b/example/calculator.capnp @@ -1,4 +1,4 @@ -# Copyright (c) 2021 The Bitcoin Core developers +# Copyright (c) The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/example/calculator.cpp b/example/calculator.cpp index ae69ce8a..e94be4b8 100644 --- a/example/calculator.cpp +++ b/example/calculator.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/example/calculator.h b/example/calculator.h index 749e4355..342a3c1d 100644 --- a/example/calculator.h +++ b/example/calculator.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/example/example.cpp b/example/example.cpp index a4f84c55..ce1a9ba7 100644 --- a/example/example.cpp +++ b/example/example.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/example/init.capnp b/example/init.capnp index 2b0b5113..03c88991 100644 --- a/example/init.capnp +++ b/example/init.capnp @@ -1,4 +1,4 @@ -# Copyright (c) 2021 The Bitcoin Core developers +# Copyright (c) The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/example/init.h b/example/init.h index 314d5d7f..54e36da8 100644 --- a/example/init.h +++ b/example/init.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/example/printer.capnp b/example/printer.capnp index e27ce412..0f407b77 100644 --- a/example/printer.capnp +++ b/example/printer.capnp @@ -1,4 +1,4 @@ -# Copyright (c) 2021 The Bitcoin Core developers +# Copyright (c) The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/example/printer.cpp b/example/printer.cpp index 9f85d450..931eab46 100644 --- a/example/printer.cpp +++ b/example/printer.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2021 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/example/printer.h b/example/printer.h index 066facf1..fbdb35c0 100644 --- a/example/printer.h +++ b/example/printer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2021 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/example/types.h b/example/types.h index 0c0bd934..6b6b579d 100644 --- a/example/types.h +++ b/example/types.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/config.h.in b/include/mp/config.h.in index 79ebc479..9d3c6240 100644 --- a/include/mp/config.h.in +++ b/include/mp/config.h.in @@ -1,4 +1,4 @@ -// Copyright (c) 2019 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/proxy-io.h b/include/mp/proxy-io.h index dff8c2a6..566e36b8 100644 --- a/include/mp/proxy-io.h +++ b/include/mp/proxy-io.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/proxy-types.h b/include/mp/proxy-types.h index a74c6de0..607aaccd 100644 --- a/include/mp/proxy-types.h +++ b/include/mp/proxy-types.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/proxy.capnp b/include/mp/proxy.capnp index abd02e43..386f8f7a 100644 --- a/include/mp/proxy.capnp +++ b/include/mp/proxy.capnp @@ -1,4 +1,4 @@ -# Copyright (c) 2019 The Bitcoin Core developers +# Copyright (c) The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/proxy.h b/include/mp/proxy.h index e7faad9a..d315fa14 100644 --- a/include/mp/proxy.h +++ b/include/mp/proxy.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-char.h b/include/mp/type-char.h index d1d27b62..b51ffeb1 100644 --- a/include/mp/type-char.h +++ b/include/mp/type-char.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-chrono.h b/include/mp/type-chrono.h index a17d9a99..d7154986 100644 --- a/include/mp/type-chrono.h +++ b/include/mp/type-chrono.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-context.h b/include/mp/type-context.h index 7c12afe2..cf040c7b 100644 --- a/include/mp/type-context.h +++ b/include/mp/type-context.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-data.h b/include/mp/type-data.h index 46a2b2fc..5da4cfce 100644 --- a/include/mp/type-data.h +++ b/include/mp/type-data.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-decay.h b/include/mp/type-decay.h index 7b203c86..65934372 100644 --- a/include/mp/type-decay.h +++ b/include/mp/type-decay.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-exception.h b/include/mp/type-exception.h index 3e2fcac2..3f04d7a9 100644 --- a/include/mp/type-exception.h +++ b/include/mp/type-exception.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-function.h b/include/mp/type-function.h index bf00c581..ea4a887c 100644 --- a/include/mp/type-function.h +++ b/include/mp/type-function.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-interface.h b/include/mp/type-interface.h index 8a89ac24..7a98b4af 100644 --- a/include/mp/type-interface.h +++ b/include/mp/type-interface.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-map.h b/include/mp/type-map.h index bc1b2276..6fa5623e 100644 --- a/include/mp/type-map.h +++ b/include/mp/type-map.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-message.h b/include/mp/type-message.h index d80f43c8..baa46eb0 100644 --- a/include/mp/type-message.h +++ b/include/mp/type-message.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-number.h b/include/mp/type-number.h index 9d269be6..4d172a01 100644 --- a/include/mp/type-number.h +++ b/include/mp/type-number.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-optional.h b/include/mp/type-optional.h index 822508d5..6f23fd4d 100644 --- a/include/mp/type-optional.h +++ b/include/mp/type-optional.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-pair.h b/include/mp/type-pair.h index 3af9c931..b1914c9d 100644 --- a/include/mp/type-pair.h +++ b/include/mp/type-pair.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-pointer.h b/include/mp/type-pointer.h index 5c79e8d2..98b7aa81 100644 --- a/include/mp/type-pointer.h +++ b/include/mp/type-pointer.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-set.h b/include/mp/type-set.h index ea60dc4d..699c6e9e 100644 --- a/include/mp/type-set.h +++ b/include/mp/type-set.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-string.h b/include/mp/type-string.h index 77d04acb..d4c3383b 100644 --- a/include/mp/type-string.h +++ b/include/mp/type-string.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-struct.h b/include/mp/type-struct.h index d282e20e..6d396387 100644 --- a/include/mp/type-struct.h +++ b/include/mp/type-struct.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-threadmap.h b/include/mp/type-threadmap.h index 683586fb..3005d9de 100644 --- a/include/mp/type-threadmap.h +++ b/include/mp/type-threadmap.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-tuple.h b/include/mp/type-tuple.h index 50838872..597ffbfb 100644 --- a/include/mp/type-tuple.h +++ b/include/mp/type-tuple.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-vector.h b/include/mp/type-vector.h index e4996e93..90605ddf 100644 --- a/include/mp/type-vector.h +++ b/include/mp/type-vector.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/type-void.h b/include/mp/type-void.h index 0a887680..ed733985 100644 --- a/include/mp/type-void.h +++ b/include/mp/type-void.h @@ -1,4 +1,4 @@ -// Copyright (c) 2025 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/include/mp/util.h b/include/mp/util.h index 8b802abc..45ce0aa7 100644 --- a/include/mp/util.h +++ b/include/mp/util.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/mp/gen.cpp b/src/mp/gen.cpp index 3d841a3f..22001eba 100644 --- a/src/mp/gen.cpp +++ b/src/mp/gen.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/mp/proxy.cpp b/src/mp/proxy.cpp index b4255b60..091985db 100644 --- a/src/mp/proxy.cpp +++ b/src/mp/proxy.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/src/mp/util.cpp b/src/mp/util.cpp index 309bb922..cbe8b9fb 100644 --- a/src/mp/util.cpp +++ b/src/mp/util.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2018-2019 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 997a0289..908f84b7 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (c) 2020 The Bitcoin Core developers +# Copyright (c) The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/test/mp/test/foo-types.h b/test/mp/test/foo-types.h index 246b1948..54056f4b 100644 --- a/test/mp/test/foo-types.h +++ b/test/mp/test/foo-types.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/test/mp/test/foo.capnp b/test/mp/test/foo.capnp index df0d4361..5b0dfe48 100644 --- a/test/mp/test/foo.capnp +++ b/test/mp/test/foo.capnp @@ -1,4 +1,4 @@ -# Copyright (c) 2019 The Bitcoin Core developers +# Copyright (c) The Bitcoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/test/mp/test/foo.h b/test/mp/test/foo.h index 1c5ee79f..bfb67277 100644 --- a/test/mp/test/foo.h +++ b/test/mp/test/foo.h @@ -1,4 +1,4 @@ -// Copyright (c) 2019 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/test/mp/test/test.cpp b/test/mp/test/test.cpp index 7fc64f67..41116d43 100644 --- a/test/mp/test/test.cpp +++ b/test/mp/test/test.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2019 The Bitcoin Core developers +// Copyright (c) The Bitcoin Core developers // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php.