Skip to content

Commit cd652b8

Browse files
committed
Remove unnecessary attribution
As we discussed in rust-bitcoin recently the "written by" attribute is not that valuable because: - It is not really true because many devs contribute to a file - The 'by rust bitcoin devs' adds zero information Remove the unnecessary attribution for all files in the `primitives` module. Leave the `lib.rs` attribution as // Written by Clark Moody and the rust-bitcoin developers. because Clark wrote the library initially and the rust-bitcoin devs came along and hacked the s**t out of it, keep the attribution to give recognition to Clark and to assume accountability by the rust-bitcoin devs (well that's how I read it anyways).
1 parent 7b4fd0f commit cd652b8

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/primitives/gf32.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Written by the Andrew Poelstra and the rust-bitcoin developers.
2-
// (Replacing very similar code originally written by Clark Moody.)
31
// SPDX-License-Identifier: MIT
42

53
//! GF32 - Galois Field over 32 elements.

src/primitives/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written by the rust-bitcoin developers.
21
// SPDX-License-Identifier: MIT
32

43
//! Provides the internal nuts and bolts that enable bech32 encoding/decoding.

0 commit comments

Comments
 (0)