contrib: output copyright in generate-seeds.py

This commit is contained in:
fanquake 2025-12-18 14:49:27 +00:00
parent 516ae5ede4
commit 68a7cb8f8b
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -160,6 +160,9 @@ def main():
sys.exit(1)
g = sys.stdout
indir = sys.argv[1]
g.write('// Copyright (c) The Bitcoin Core developers\n')
g.write('// Distributed under the MIT software license, see the accompanying\n')
g.write('// file COPYING or https://opensource.org/license/mit.\n\n')
g.write('#ifndef BITCOIN_CHAINPARAMSSEEDS_H\n')
g.write('#define BITCOIN_CHAINPARAMSSEEDS_H\n')
g.write('/**\n')