From e4661fe4c4b9d1d25eeb71dedfc65071d7ca1eb8 Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Thu, 23 May 2024 15:52:32 -0500 Subject: [PATCH] Add missing copyright statement --- lightning/src/blinded_path/message.rs | 9 +++++++++ lightning/src/blinded_path/payment.rs | 9 +++++++++ 2 files changed, 18 insertions(+) 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 diff --git a/lightning/src/blinded_path/payment.rs b/lightning/src/blinded_path/payment.rs index dfe89e0e..5e44c792 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 -- 2.30.2