Skip to content

Commit 87a16ef

Browse files
committed
Remove written in clause
Recently we discussed in `rust-bitcoin` the pointlessness of the `\\ Written in ...` clause above the license terms. We came to the conclusion that: - It probably wasn't written then and who cares anyway because we patch files all the time - It almost certainly wasn't written by just this person because we have a bunch of contributors - Use of "the rust bitcoin devs" is just noise and no signal Remove the "written in" clause if it contains "the rust bitcoin devs" or Andrew's name (because he was part of the conversation in rust-bitcoin) Do no remove clauses that have Sanket's name or Maxim's. Its up to them if they want attribution so we leave it there for now. Leave Andrew's name in `lib.rs` as a little nod-of-the-head to him as the original author. I do not know the full relationship between Sanket and Andrew and who did what so please forgive me Sanket if this is wrong.
1 parent 20657ea commit 87a16ef

22 files changed

+0
-22
lines changed

src/descriptor/bare.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2020 by the rust-miniscript developers
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! # Bare Output Descriptors

src/descriptor/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2018 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! # Output Descriptors

src/descriptor/segwitv0.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2020 by the rust-miniscript developers
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! # Segwit Output Descriptors

src/descriptor/sh.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2020 by the rust-miniscript developers
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! # P2SH Descriptors

src/descriptor/sortedmulti.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2020 by the rust-miniscript developers
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! # Sorted Multi

src/expression.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2019 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! # Function-like Expression Language

src/iter/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2023 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! Abstract Tree Iteration

src/iter/tree.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2023 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! Abstract Trees

src/miniscript/analyzable.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2018 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! Miniscript Analysis

src/miniscript/astelem.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2019 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! AST Elements

src/miniscript/decode.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2019 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! Script Decoder

src/miniscript/lex.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2018 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! Lexer

src/miniscript/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2019 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! # Abstract Syntax Tree

src/miniscript/satisfy.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2018 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! # Satisfaction and Dissatisfaction

src/miniscript/types/correctness.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2019 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! Correctness/Soundness type properties

src/miniscript/types/malleability.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2019 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! Malleability-related Type properties

src/miniscript/types/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2019 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! Miniscript Types

src/policy/compiler.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2019 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! # Policy Compiler

src/policy/concrete.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2019 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! Concrete Policies

src/policy/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2018 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! Script Policies

src/policy/semantic.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2019 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! Abstract Policies

src/psbt/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// Written in 2019 by Andrew Poelstra <[email protected]>
21
// SPDX-License-Identifier: CC0-1.0
32

43
//! # Partially-Signed Bitcoin Transactions

0 commit comments

Comments
 (0)