Skip to content

Commit e4661fe

Browse files
committed
Add missing copyright statement
1 parent e8354b2 commit e4661fe

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

lightning/src/blinded_path/message.rs

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
// This file is Copyright its original authors, visible in version control
2+
// history.
3+
//
4+
// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
5+
// or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6+
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
7+
// You may not use this file except in accordance with one or both of these
8+
// licenses.
9+
110
//! Data structures and methods for constructing [`BlindedPath`]s to send a message over.
211
//!
312
//! [`BlindedPath`]: crate::blinded_path::BlindedPath

lightning/src/blinded_path/payment.rs

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
// This file is Copyright its original authors, visible in version control
2+
// history.
3+
//
4+
// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE
5+
// or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6+
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
7+
// You may not use this file except in accordance with one or both of these
8+
// licenses.
9+
110
//! Data structures and methods for constructing [`BlindedPath`]s to send a payment over.
211
//!
312
//! [`BlindedPath`]: crate::blinded_path::BlindedPath

0 commit comments

Comments
 (0)