mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-05 05:01:16 +00:00
contrib: output copyright in generate-seeds.py
This commit is contained in:
parent
516ae5ede4
commit
68a7cb8f8b
@ -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')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user