Skip to content

Commit c991b30

Browse files
author
MarcoFalke
committed
Merge #12075: [scripts] Add missing univalue file to copyright_header.py
415f86c [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
2 parents 5961b23 + 415f86c commit c991b30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

contrib/devtools/copyright_header.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@
2424
'src/secp256k1/src/java/org_bitcoin_NativeSecp256k1.h',
2525
'src/secp256k1/src/java/org_bitcoin_Secp256k1Context.c',
2626
'src/secp256k1/src/java/org_bitcoin_Secp256k1Context.h',
27-
# auto generated:
27+
# univalue:
28+
'src/univalue/test/object.cpp',
2829
'src/univalue/lib/univalue_escapes.h',
30+
# auto generated:
2931
'src/qt/bitcoinstrings.cpp',
3032
'src/chainparamsseeds.h',
3133
# other external copyrights:

0 commit comments

Comments
 (0)