X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Fblinded_path%2Fmessage.rs;h=1f3f5a1fa38e70bdac2c7d01923fa06e04513f2e;hb=2701bc512ad0d73a3309bf87a6b2487b2bfe00bf;hp=1a0f63d46000401cd5ffbec7a87c1dd42bf7e786;hpb=d792afb08cdc20a30786728c3bfe816dd3b59e47;p=rust-lightning diff --git a/lightning/src/blinded_path/message.rs b/lightning/src/blinded_path/message.rs index 1a0f63d4..1f3f5a1f 100644 --- a/lightning/src/blinded_path/message.rs +++ b/lightning/src/blinded_path/message.rs @@ -1,3 +1,12 @@ +// This file is Copyright its original authors, visible in version control +// history. +// +// This file is licensed under the Apache License, Version 2.0 or the MIT license +// , at your option. +// You may not use this file except in accordance with one or both of these +// licenses. + //! Data structures and methods for constructing [`BlindedPath`]s to send a message over. //! //! [`BlindedPath`]: crate::blinded_path::BlindedPath