rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding 984fe69448
bitcoin: Remove attribution from all files
Currently we have a mishmash of attribution lines accompanying the SPDX
identifier. These lines are basically meaningless because:

- The date is often wrong
- The original author attributed is not the only contributor to a file
- The term "rust bitcoin developers" is basically just noise

Just remove all the attribution lines and be done with it. While we are
at it add an SPDX line to the few files missing it, whether this license
nonsense is even needed is left as an argument for another day.
2023-05-01 09:22:48 +10:00
..
blockdata bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
consensus bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
crypto bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
merkle_tree bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
network bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
psbt Merge rust-bitcoin/rust-bitcoin#1742: Use package in manifest and shorten import 2023-04-05 14:20:06 +00:00
util bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
address.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
amount.rs Use doc_auto_cfg 2023-03-29 14:50:33 +11:00
base58.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
bip32.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
bip152.rs Merge rust-bitcoin/rust-bitcoin#1742: Use package in manifest and shorten import 2023-04-05 14:20:06 +00:00
bip158.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
error.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
hash_types.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
internal_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
lib.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
parse.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
policy.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
pow.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
serde_utils.rs Use package in manifest and shorten import 2023-03-28 12:20:04 +11:00
sign_message.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00
string.rs Merge rust-bitcoin/rust-bitcoin#1742: Use package in manifest and shorten import 2023-04-05 14:20:06 +00:00
taproot.rs Merge rust-bitcoin/rust-bitcoin#1742: Use package in manifest and shorten import 2023-04-05 14:20:06 +00:00
test_macros.rs bitcoin: Remove attribution from all files 2023-05-01 09:22:48 +10:00