Skip to content

Remove written in clause #580

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/descriptor/bare.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2020 by the rust-miniscript developers
// SPDX-License-Identifier: CC0-1.0

//! # Bare Output Descriptors
Expand Down
1 change: 0 additions & 1 deletion src/descriptor/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2018 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! # Output Descriptors
Expand Down
1 change: 0 additions & 1 deletion src/descriptor/segwitv0.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2020 by the rust-miniscript developers
// SPDX-License-Identifier: CC0-1.0

//! # Segwit Output Descriptors
Expand Down
1 change: 0 additions & 1 deletion src/descriptor/sh.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2020 by the rust-miniscript developers
// SPDX-License-Identifier: CC0-1.0

//! # P2SH Descriptors
Expand Down
1 change: 0 additions & 1 deletion src/descriptor/sortedmulti.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2020 by the rust-miniscript developers
// SPDX-License-Identifier: CC0-1.0

//! # Sorted Multi
Expand Down
1 change: 0 additions & 1 deletion src/expression.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2019 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! # Function-like Expression Language
Expand Down
1 change: 0 additions & 1 deletion src/iter/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2023 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! Abstract Tree Iteration
Expand Down
1 change: 0 additions & 1 deletion src/iter/tree.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2023 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! Abstract Trees
Expand Down
1 change: 0 additions & 1 deletion src/miniscript/analyzable.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2018 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! Miniscript Analysis
Expand Down
1 change: 0 additions & 1 deletion src/miniscript/astelem.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2019 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! AST Elements
Expand Down
1 change: 0 additions & 1 deletion src/miniscript/decode.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2019 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! Script Decoder
Expand Down
1 change: 0 additions & 1 deletion src/miniscript/lex.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2018 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! Lexer
Expand Down
1 change: 0 additions & 1 deletion src/miniscript/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2019 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! # Abstract Syntax Tree
Expand Down
1 change: 0 additions & 1 deletion src/miniscript/satisfy.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2018 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! # Satisfaction and Dissatisfaction
Expand Down
1 change: 0 additions & 1 deletion src/miniscript/types/correctness.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2019 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! Correctness/Soundness type properties
Expand Down
1 change: 0 additions & 1 deletion src/miniscript/types/malleability.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2019 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! Malleability-related Type properties
Expand Down
1 change: 0 additions & 1 deletion src/miniscript/types/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2019 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! Miniscript Types
Expand Down
1 change: 0 additions & 1 deletion src/policy/compiler.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2019 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! # Policy Compiler
Expand Down
1 change: 0 additions & 1 deletion src/policy/concrete.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2019 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! Concrete Policies
Expand Down
1 change: 0 additions & 1 deletion src/policy/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2018 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! Script Policies
Expand Down
1 change: 0 additions & 1 deletion src/policy/semantic.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2019 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! Abstract Policies
Expand Down
1 change: 0 additions & 1 deletion src/psbt/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// Written in 2019 by Andrew Poelstra <[email protected]>
// SPDX-License-Identifier: CC0-1.0

//! # Partially-Signed Bitcoin Transactions
Expand Down