We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
src/plan.rs
1 parent 1bb08f2 commit 9a88807Copy full SHA for 9a88807
src/plan.rs
@@ -1,14 +1,4 @@
1
-// Miniscript
2
-// Written in 2022 by rust-miniscript developers
3
-//
4
-// To the extent possible under law, the author(s) have dedicated all
5
-// copyright and related and neighboring rights to this software to
6
-// the public domain worldwide. This software is distributed without
7
-// any warranty.
8
9
-// You should have received a copy of the CC0 Public Domain Dedication
10
-// along with this software.
11
-// If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
+// SPDX-License-Identifier: CC0-1.0
12
//! A spending plan or *plan* for short is a representation of a particular spending path on a
13
//! descriptor. This allows us to analayze a choice of spending path without producing any
14
//! signatures or other witness data for it.
0 commit comments