Skip to content

Commit c944211

Browse files
Fix src/plan.rs license header
1 parent 08b404c commit c944211

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

src/plan.rs

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
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/>.
1+
// SPDX-License-Identifier: CC0-1.0
2+
123
//! A spending plan or *plan* for short is a representation of a particular spending path on a
134
//! descriptor. This allows us to analayze a choice of spending path without producing any
145
//! signatures or other witness data for it.

0 commit comments

Comments
 (0)