X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Fblinded_path%2Fmessage.rs;fp=lightning%2Fsrc%2Fblinded_path%2Fmessage.rs;h=1f3f5a1fa38e70bdac2c7d01923fa06e04513f2e;hb=e4661fe4c4b9d1d25eeb71dedfc65071d7ca1eb8;hp=1a0f63d46000401cd5ffbec7a87c1dd42bf7e786;hpb=e8354b212b27a07d62a69b8de4cbcec02f20decd;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