From: Jeffrey Czyz Date: Thu, 23 May 2024 20:52:32 +0000 (-0500) Subject: Add missing copyright statement X-Git-Tag: v0.0.124-beta~111^2 X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=e4661fe4c4b9d1d25eeb71dedfc65071d7ca1eb8;p=rust-lightning Add missing copyright statement --- diff --git a/lightning/src/blinded_path/message.rs b/lightning/src/blinded_path/message.rs index 1a0f63d46..1f3f5a1fa 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 diff --git a/lightning/src/blinded_path/payment.rs b/lightning/src/blinded_path/payment.rs index dfe89e0eb..5e44c792d 100644 --- a/lightning/src/blinded_path/payment.rs +++ b/lightning/src/blinded_path/payment.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 payment over. //! //! [`BlindedPath`]: crate::blinded_path::BlindedPath