Fix license on bip158 module

When we introduced the SPDX license blurb in [0] we incorrectly gave
attribution to Andrew when the original file author had the attribution
as "the rust-bitcoin developers". The original author [1] was Tamas
Blummer and he copied this code from code he wrote and explicitly
re-licenses it. In order to make the re-licensing comment a little
clearer and fix the mis-attribution use Tamas' name in the attribution.

[0] commit: `91ff2f628ce7db732d234a812e29fa8508f501a1 Introduce SPDX license identifiers`
[1] commit: `c93a70487f81a93c7d479ae046c75590d9fb7733 Add client side block filter (BIP158) (#281)`
This commit is contained in:
Tobin C. Harding 2023-01-23 10:47:50 +11:00
parent d66ee48482
commit 097e4e9c7f
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// Written in 2019 by Andrew Poelstra <apoelstra@wpsoftware.net> // Written in 2019 by Tammas Blummer.
// SPDX-License-Identifier: CC0-1.0 // SPDX-License-Identifier: CC0-1.0
// This module was largely copied from https://github.com/rust-bitcoin/murmel/blob/master/src/blockfilter.rs // This module was largely copied from https://github.com/rust-bitcoin/murmel/blob/master/src/blockfilter.rs