chore: update copyright_header.py and BitPay copyright strings

This commit is contained in:
UdjinM6 2024-10-04 23:03:12 +03:00
parent 07aa0961c4
commit c2acde0f9b
No known key found for this signature in database
GPG Key ID: 83592BD1400D58D9
7 changed files with 15 additions and 11 deletions

View File

@ -20,15 +20,16 @@ EXCLUDE = [
'src/qt/dashstrings.cpp', 'src/qt/dashstrings.cpp',
'src/chainparamsseeds.h', 'src/chainparamsseeds.h',
# other external copyrights: # other external copyrights:
'src/bip39.cpp', 'src/bench/nanobench.h',
'src/bip39.h',
'src/bip39_english.h',
'src/crypto/*', 'src/crypto/*',
'src/ctpl_stl.h', 'src/ctpl_stl.h',
'src/reverse_iterator.h', 'src/reverse_iterator.h',
'src/test/fuzz/FuzzedDataProvider.h', 'src/test/fuzz/FuzzedDataProvider.h',
'src/tinyformat.h', 'src/tinyformat.h',
'src/bench/nanobench.h', 'src/util/expected.h',
'src/wallet/bip39.cpp',
'src/wallet/bip39.h',
'src/wallet/bip39_english.h',
'test/functional/test_framework/bignum.py', 'test/functional/test_framework/bignum.py',
# python init: # python init:
'*__init__.py', '*__init__.py',
@ -37,13 +38,14 @@ EXCLUDE_COMPILED = re.compile('|'.join([fnmatch.translate(m) for m in EXCLUDE]))
EXCLUDE_DIRS = [ EXCLUDE_DIRS = [
# git subtrees # git subtrees
"src/crc32c/",
"src/crypto/ctaes/", "src/crypto/ctaes/",
"src/dashbls/", "src/dashbls/",
"src/gsl/",
"src/immer/", "src/immer/",
"src/leveldb/", "src/leveldb/",
"src/secp256k1/", "src/secp256k1/",
"src/univalue/", "src/univalue/",
"src/crc32c/",
] ]
INCLUDE = ['*.h', '*.cpp', '*.cc', '*.c', '*.mm', '*.py', '*.sh', '*.bash-completion'] INCLUDE = ['*.h', '*.cpp', '*.cc', '*.c', '*.mm', '*.py', '*.sh', '*.bash-completion']
@ -113,6 +115,8 @@ EXPECTED_HOLDER_NAMES = [
r"Intel Corporation ?", r"Intel Corporation ?",
r"The Zcash developers", r"The Zcash developers",
r"Jeremy Rubin", r"Jeremy Rubin",
r"Statoshi Developers",
r"Vincent Thiery",
] ]
DOMINANT_STYLE_COMPILED = {} DOMINANT_STYLE_COMPILED = {}

View File

@ -1,4 +1,4 @@
// Copyright (c) 2016 BitPay, Inc. // Copyright (c) 2016 BitPay Inc.
// Copyright (c) 2023 The Dash Core developers // Copyright (c) 2023 The Dash Core developers
// Distributed under the MIT software license, see the accompanying // Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php. // file COPYING or http://www.opensource.org/licenses/mit-license.php.

View File

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers // Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2016 BitPay, Inc. // Copyright (c) 2016 BitPay Inc.
// Copyright (c) 2023 The Dash Core developers // Copyright (c) 2023 The Dash Core developers
// Distributed under the MIT software license, see the accompanying // Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php. // file COPYING or http://www.opensource.org/licenses/mit-license.php.

View File

@ -1,4 +1,4 @@
// Copyright (c) 2016 BitPay, Inc. // Copyright (c) 2016 BitPay Inc.
// Copyright (c) 2024 The Dash Core developers // Copyright (c) 2024 The Dash Core developers
// Distributed under the MIT software license, see the accompanying // Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php. // file COPYING or http://www.opensource.org/licenses/mit-license.php.

View File

@ -1,4 +1,4 @@
// Copyright (c) 2016 BitPay, Inc. // Copyright (c) 2016 BitPay Inc.
// Copyright (c) 2024 The Dash Core developers // Copyright (c) 2024 The Dash Core developers
// Distributed under the MIT software license, see the accompanying // Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php. // file COPYING or http://www.opensource.org/licenses/mit-license.php.

View File

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers // Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2016 BitPay, Inc. // Copyright (c) 2016 BitPay Inc.
// Copyright (c) 2023 The Dash Core developers // Copyright (c) 2023 The Dash Core developers
// Distributed under the MIT software license, see the accompanying // Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php. // file COPYING or http://www.opensource.org/licenses/mit-license.php.

View File

@ -1,6 +1,6 @@
// Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2009-2010 Satoshi Nakamoto
// Copyright (c) 2009-2015 The Bitcoin Core developers // Copyright (c) 2009-2015 The Bitcoin Core developers
// Copyright (c) 2016 BitPay, Inc. // Copyright (c) 2016 BitPay Inc.
// Copyright (c) 2023 The Dash Core developers // Copyright (c) 2023 The Dash Core developers
// Distributed under the MIT software license, see the accompanying // Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php. // file COPYING or http://www.opensource.org/licenses/mit-license.php.