]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Add copyright notices to `lightning-transaction-sync` modules
authorElias Rohrer <dev@tnull.de>
Wed, 4 Sep 2024 11:02:45 +0000 (13:02 +0200)
committerElias Rohrer <dev@tnull.de>
Wed, 4 Sep 2024 11:02:45 +0000 (13:02 +0200)
lightning-transaction-sync/src/common.rs
lightning-transaction-sync/src/electrum.rs
lightning-transaction-sync/src/error.rs
lightning-transaction-sync/src/esplora.rs
lightning-transaction-sync/src/lib.rs

index 1d6e64bab00bef40636c175dbd925dfb7920ea73..88e52de186dd0b891cb811334051303ed8271bb5 100644 (file)
@@ -1,3 +1,10 @@
+// This file is Copyright its original authors, visible in version control history.
+//
+// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
+// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
+// http://opensource.org/licenses/MIT>, at your option. You may not use this file except in
+// accordance with one or both of these licenses.
+
 use bitcoin::block::Header;
 use bitcoin::{BlockHash, OutPoint, Transaction, Txid};
 use lightning::chain::channelmonitor::ANTI_REORG_DELAY;
index 015cb42c6391c58d9524aaa392ee964711b0ccf6..78fca1b168fd38b0784c0d0c80ca5dd6bbda9a56 100644 (file)
@@ -1,3 +1,10 @@
+// This file is Copyright its original authors, visible in version control history.
+//
+// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
+// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
+// http://opensource.org/licenses/MIT>, at your option. You may not use this file except in
+// accordance with one or both of these licenses.
+
 use crate::common::{ConfirmedTx, FilterQueue, SyncState};
 use crate::error::{InternalError, TxSyncError};
 
index be59cb026b4cd1b760b06ecd95a26e2d48c8a340..57068b151d287e8770ddf1218157fd783aa13449 100644 (file)
@@ -1,3 +1,10 @@
+// This file is Copyright its original authors, visible in version control history.
+//
+// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
+// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
+// http://opensource.org/licenses/MIT>, at your option. You may not use this file except in
+// accordance with one or both of these licenses.
+
 use std::fmt;
 
 #[derive(Debug)]
index 564d7f1773ade4e69e6aa3bdf4420d2758f33045..8b8b39cfb4fd65f83ab6b7d90ba0e816536a4df0 100644 (file)
@@ -1,3 +1,10 @@
+// This file is Copyright its original authors, visible in version control history.
+//
+// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
+// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
+// http://opensource.org/licenses/MIT>, at your option. You may not use this file except in
+// accordance with one or both of these licenses.
+
 use crate::common::{ConfirmedTx, FilterQueue, SyncState};
 use crate::error::{InternalError, TxSyncError};
 
index 96e0c0dfe9c4875136e13670548a9dbd9745a7a6..9c6831cef5db37afcc870f8a7e3172162995a845 100644 (file)
@@ -1,3 +1,10 @@
+// This file is Copyright its original authors, visible in version control history.
+//
+// This file is licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
+// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license <LICENSE-MIT or
+// http://opensource.org/licenses/MIT>, at your option. You may not use this file except in
+// accordance with one or both of these licenses.
+
 //! Provides utilities for syncing LDK via the transaction-based [`Confirm`] interface.
 //!
 //! The provided synchronization clients need to be registered with a [`ChainMonitor`] via the