Skip to content

Commit 8234393

Browse files
committed
Add copyright header to lightning-background-processor/src/lib.rs
1 parent 17c469c commit 8234393

File tree

1 file changed

+9
-0
lines changed
  • lightning-background-processor/src

1 file changed

+9
-0
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 9 additions & 0 deletions
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
//! Utilities that take care of tasks that (1) need to happen periodically to keep Rust-Lightning
211
//! running properly, and (2) either can or should be run in the background.
312
#![cfg_attr(feature = "std", doc = "See docs for [`BackgroundProcessor`] for more details.")]

0 commit comments

Comments
 (0)