diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-01-03 06:02:55 -0900 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-01-03 06:03:03 -0900 |
commit | c991b304dee368f506cfee27ddaa333f1f82c518 (patch) | |
tree | ea7aaeeb2266a66d3a0830da9cf970884363dd61 /contrib/devtools | |
parent | 5961b23898ee7c0af2626c46d5d70e80136578d3 (diff) | |
parent | 415f86c6ae05a4d1d8160048e5fee19ed759ca39 (diff) |
Merge #12075: [scripts] Add missing univalue file to copyright_header.py
415f86c6ae [scripts] Add missing univalue file to copyright_header.py (fanquake)
Pull request description:
This needs to be added so that PRs like #12062 don't modify the subtree.
Tree-SHA512: 3642bdb0c8271ae700857a79fa5800b0c26c4b3f126d4406f224293817fb74d498fa1fc581d576ae747fbbb6952d4369fc4ab823ab48fd0946c1e8ccbe93cee6
Diffstat (limited to 'contrib/devtools')
-rwxr-xr-x | contrib/devtools/copyright_header.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/devtools/copyright_header.py b/contrib/devtools/copyright_header.py index 445acb6fe8..c817e794b9 100755 --- a/contrib/devtools/copyright_header.py +++ b/contrib/devtools/copyright_header.py @@ -24,8 +24,10 @@ EXCLUDE = [ 'src/secp256k1/src/java/org_bitcoin_NativeSecp256k1.h', 'src/secp256k1/src/java/org_bitcoin_Secp256k1Context.c', 'src/secp256k1/src/java/org_bitcoin_Secp256k1Context.h', - # auto generated: + # univalue: + 'src/univalue/test/object.cpp', 'src/univalue/lib/univalue_escapes.h', + # auto generated: 'src/qt/bitcoinstrings.cpp', 'src/chainparamsseeds.h', # other external copyrights: |