From 3773a4343c53634f3bc8ab24eff16ecb31109aa6 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Tue, 26 Apr 2016 10:42:20 +0200 Subject: [PATCH] Add a generic copyright statement to all license headers that don't have one. Note it is not legally necessary to state copyright, but we think it makes things easier. --- core/src/main/java/org/bitcoinj/core/Context.java | 2 ++ .../org/bitcoinj/core/listeners/AbstractBlockChainListener.java | 2 ++ .../java/org/bitcoinj/core/listeners/BlockChainListener.java | 2 ++ .../bitcoinj/core/listeners/OnTransactionBroadcastListener.java | 2 ++ core/src/main/java/org/bitcoinj/core/package-info.java | 2 ++ core/src/main/java/org/bitcoinj/crypto/DRMWorkaround.java | 2 ++ core/src/main/java/org/bitcoinj/crypto/KeyCrypterException.java | 2 ++ core/src/main/java/org/bitcoinj/crypto/LazyECPoint.java | 2 ++ core/src/main/java/org/bitcoinj/crypto/package-info.java | 2 ++ .../org/bitcoinj/jni/NativePaymentChannelHandlerFactory.java | 2 ++ .../jni/NativePaymentChannelServerConnectionEventHandler.java | 2 ++ core/src/main/java/org/bitcoinj/kits/package-info.java | 2 ++ core/src/main/java/org/bitcoinj/net/FilterMerger.java | 2 ++ core/src/main/java/org/bitcoinj/net/discovery/package-info.java | 2 ++ core/src/main/java/org/bitcoinj/net/package-info.java | 2 ++ core/src/main/java/org/bitcoinj/params/package-info.java | 2 ++ .../org/bitcoinj/protocols/channels/PaymentIncrementAck.java | 2 ++ .../main/java/org/bitcoinj/protocols/channels/package-info.java | 2 ++ core/src/main/java/org/bitcoinj/protocols/package-info.java | 2 ++ .../java/org/bitcoinj/protocols/payments/PaymentSession.java | 2 ++ .../main/java/org/bitcoinj/protocols/payments/package-info.java | 2 ++ core/src/main/java/org/bitcoinj/script/package-info.java | 2 ++ core/src/main/java/org/bitcoinj/signers/package-info.java | 2 ++ .../main/java/org/bitcoinj/store/ChainFileLockedException.java | 2 ++ core/src/main/java/org/bitcoinj/store/LevelDBBlockStore.java | 2 ++ core/src/main/java/org/bitcoinj/store/WindowsMMapHack.java | 2 ++ core/src/main/java/org/bitcoinj/store/package-info.java | 2 ++ .../java/org/bitcoinj/uri/OptionalFieldValidationException.java | 2 ++ .../java/org/bitcoinj/uri/RequiredFieldValidationException.java | 2 ++ core/src/main/java/org/bitcoinj/uri/package-info.java | 2 ++ core/src/main/java/org/bitcoinj/utils/BaseTaggableObject.java | 2 ++ .../org/bitcoinj/utils/ContextPropagatingThreadFactory.java | 2 ++ core/src/main/java/org/bitcoinj/utils/DaemonThreadFactory.java | 2 ++ core/src/main/java/org/bitcoinj/utils/TaggableObject.java | 2 ++ .../main/java/org/bitcoinj/wallet/AllRandomKeysRotating.java | 2 ++ .../java/org/bitcoinj/wallet/AllowUnconfirmedCoinSelector.java | 2 ++ core/src/main/java/org/bitcoinj/wallet/CoinSelection.java | 2 ++ core/src/main/java/org/bitcoinj/wallet/CoinSelector.java | 2 ++ core/src/main/java/org/bitcoinj/wallet/DefaultCoinSelector.java | 2 ++ .../bitcoinj/wallet/DeterministicUpgradeRequiredException.java | 2 ++ .../bitcoinj/wallet/DeterministicUpgradeRequiresPassword.java | 2 ++ .../java/org/bitcoinj/wallet/UnreadableWalletException.java | 2 ++ .../wallet/listeners/AbstractKeyChainEventListener.java | 2 ++ core/src/main/java/org/bitcoinj/wallet/package-info.java | 2 ++ .../src/test/java/org/bitcoinj/core/FullBlockTestGenerator.java | 2 ++ .../test/java/org/bitcoinj/core/H2FullPrunedBlockChainTest.java | 2 ++ .../java/org/bitcoinj/core/MemoryFullPrunedBlockChainTest.java | 2 ++ .../org/bitcoinj/core/PostgresFullPrunedBlockChainTest.java | 2 ++ core/src/test/java/org/bitcoinj/core/TransactionOutputTest.java | 2 ++ .../java/org/bitcoinj/protocols/channels/ChannelTestUtils.java | 2 ++ .../bitcoinj/protocols/channels/PaymentChannelClientTest.java | 2 ++ .../bitcoinj/protocols/channels/PaymentChannelServerTest.java | 2 ++ .../src/test/java/org/bitcoinj/store/LevelDBBlockStoreTest.java | 2 ++ core/src/test/java/org/bitcoinj/testing/FooWalletExtension.java | 2 ++ .../test/java/org/bitcoinj/testing/InboundMessageQueuer.java | 2 ++ .../test/java/org/bitcoinj/utils/BaseTaggableObjectTest.java | 2 ++ .../src/test/java/org/bitcoinj/wallet/WalletExtensionsTest.java | 2 ++ .../main/java/org/bitcoinj/examples/BackupToMnemonicSeed.java | 2 ++ examples/src/main/java/org/bitcoinj/examples/DoubleSpend.java | 2 ++ examples/src/main/java/org/bitcoinj/examples/Kit.java | 2 ++ .../src/main/java/org/bitcoinj/examples/RestoreFromSeed.java | 2 ++ examples/src/main/java/org/bitcoinj/examples/SendRequest.java | 2 ++ tools/src/main/java/org/bitcoinj/tools/BlockImporter.java | 2 ++ tools/src/main/java/org/bitcoinj/tools/TestFeeLevel.java | 2 ++ wallettemplate/src/main/java/wallettemplate/Main.java | 2 ++ wallettemplate/src/main/java/wallettemplate/MainController.java | 2 ++ .../src/main/java/wallettemplate/SendMoneyController.java | 2 ++ .../src/main/java/wallettemplate/WalletPasswordController.java | 2 ++ .../main/java/wallettemplate/WalletSetPasswordController.java | 2 ++ .../src/main/java/wallettemplate/WalletSettingsController.java | 2 ++ .../java/wallettemplate/controls/BitcoinAddressValidator.java | 2 ++ .../java/wallettemplate/controls/ClickableBitcoinAddress.java | 2 ++ .../main/java/wallettemplate/controls/NotificationBarPane.java | 2 ++ .../main/java/wallettemplate/utils/AlertWindowController.java | 2 ++ .../src/main/java/wallettemplate/utils/BitcoinUIModel.java | 2 ++ wallettemplate/src/main/java/wallettemplate/utils/GuiUtils.java | 2 ++ .../src/main/java/wallettemplate/utils/KeyDerivationTasks.java | 2 ++ .../src/main/java/wallettemplate/utils/TextFieldValidator.java | 2 ++ .../src/main/java/wallettemplate/utils/ThrottledRunLater.java | 2 ++ wallettemplate/src/main/java/wallettemplate/utils/WTUtils.java | 2 ++ 80 files changed, 160 insertions(+) diff --git a/core/src/main/java/org/bitcoinj/core/Context.java b/core/src/main/java/org/bitcoinj/core/Context.java index f41a01f9..abad3c09 100644 --- a/core/src/main/java/org/bitcoinj/core/Context.java +++ b/core/src/main/java/org/bitcoinj/core/Context.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/core/listeners/AbstractBlockChainListener.java b/core/src/main/java/org/bitcoinj/core/listeners/AbstractBlockChainListener.java index 391edba3..a59045cc 100644 --- a/core/src/main/java/org/bitcoinj/core/listeners/AbstractBlockChainListener.java +++ b/core/src/main/java/org/bitcoinj/core/listeners/AbstractBlockChainListener.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/core/listeners/BlockChainListener.java b/core/src/main/java/org/bitcoinj/core/listeners/BlockChainListener.java index a19a42b7..ee4f28e6 100644 --- a/core/src/main/java/org/bitcoinj/core/listeners/BlockChainListener.java +++ b/core/src/main/java/org/bitcoinj/core/listeners/BlockChainListener.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/core/listeners/OnTransactionBroadcastListener.java b/core/src/main/java/org/bitcoinj/core/listeners/OnTransactionBroadcastListener.java index 9ae94af2..58e6614c 100644 --- a/core/src/main/java/org/bitcoinj/core/listeners/OnTransactionBroadcastListener.java +++ b/core/src/main/java/org/bitcoinj/core/listeners/OnTransactionBroadcastListener.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/core/package-info.java b/core/src/main/java/org/bitcoinj/core/package-info.java index 0b075687..cdd34874 100644 --- a/core/src/main/java/org/bitcoinj/core/package-info.java +++ b/core/src/main/java/org/bitcoinj/core/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/crypto/DRMWorkaround.java b/core/src/main/java/org/bitcoinj/crypto/DRMWorkaround.java index 7f8320e4..af053569 100644 --- a/core/src/main/java/org/bitcoinj/crypto/DRMWorkaround.java +++ b/core/src/main/java/org/bitcoinj/crypto/DRMWorkaround.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/crypto/KeyCrypterException.java b/core/src/main/java/org/bitcoinj/crypto/KeyCrypterException.java index e65a1ded..b5fe6a5c 100644 --- a/core/src/main/java/org/bitcoinj/crypto/KeyCrypterException.java +++ b/core/src/main/java/org/bitcoinj/crypto/KeyCrypterException.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/crypto/LazyECPoint.java b/core/src/main/java/org/bitcoinj/crypto/LazyECPoint.java index 8d2e9cce..dd5a5925 100644 --- a/core/src/main/java/org/bitcoinj/crypto/LazyECPoint.java +++ b/core/src/main/java/org/bitcoinj/crypto/LazyECPoint.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/crypto/package-info.java b/core/src/main/java/org/bitcoinj/crypto/package-info.java index f3b1447d..59619c25 100644 --- a/core/src/main/java/org/bitcoinj/crypto/package-info.java +++ b/core/src/main/java/org/bitcoinj/crypto/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/jni/NativePaymentChannelHandlerFactory.java b/core/src/main/java/org/bitcoinj/jni/NativePaymentChannelHandlerFactory.java index afee9c32..ec833c5e 100644 --- a/core/src/main/java/org/bitcoinj/jni/NativePaymentChannelHandlerFactory.java +++ b/core/src/main/java/org/bitcoinj/jni/NativePaymentChannelHandlerFactory.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/jni/NativePaymentChannelServerConnectionEventHandler.java b/core/src/main/java/org/bitcoinj/jni/NativePaymentChannelServerConnectionEventHandler.java index a706cc5a..6226bfb3 100644 --- a/core/src/main/java/org/bitcoinj/jni/NativePaymentChannelServerConnectionEventHandler.java +++ b/core/src/main/java/org/bitcoinj/jni/NativePaymentChannelServerConnectionEventHandler.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/kits/package-info.java b/core/src/main/java/org/bitcoinj/kits/package-info.java index efb678dd..77bdfff0 100644 --- a/core/src/main/java/org/bitcoinj/kits/package-info.java +++ b/core/src/main/java/org/bitcoinj/kits/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/net/FilterMerger.java b/core/src/main/java/org/bitcoinj/net/FilterMerger.java index 53a718b3..2223fe8c 100644 --- a/core/src/main/java/org/bitcoinj/net/FilterMerger.java +++ b/core/src/main/java/org/bitcoinj/net/FilterMerger.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/net/discovery/package-info.java b/core/src/main/java/org/bitcoinj/net/discovery/package-info.java index d54d6e3e..9e3507df 100644 --- a/core/src/main/java/org/bitcoinj/net/discovery/package-info.java +++ b/core/src/main/java/org/bitcoinj/net/discovery/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/net/package-info.java b/core/src/main/java/org/bitcoinj/net/package-info.java index 48249a61..e63a2ecd 100644 --- a/core/src/main/java/org/bitcoinj/net/package-info.java +++ b/core/src/main/java/org/bitcoinj/net/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/params/package-info.java b/core/src/main/java/org/bitcoinj/params/package-info.java index a0e1697c..57d7e642 100644 --- a/core/src/main/java/org/bitcoinj/params/package-info.java +++ b/core/src/main/java/org/bitcoinj/params/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/protocols/channels/PaymentIncrementAck.java b/core/src/main/java/org/bitcoinj/protocols/channels/PaymentIncrementAck.java index 40da762e..93306440 100644 --- a/core/src/main/java/org/bitcoinj/protocols/channels/PaymentIncrementAck.java +++ b/core/src/main/java/org/bitcoinj/protocols/channels/PaymentIncrementAck.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/protocols/channels/package-info.java b/core/src/main/java/org/bitcoinj/protocols/channels/package-info.java index 458f16c4..16ebba4a 100644 --- a/core/src/main/java/org/bitcoinj/protocols/channels/package-info.java +++ b/core/src/main/java/org/bitcoinj/protocols/channels/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/protocols/package-info.java b/core/src/main/java/org/bitcoinj/protocols/package-info.java index 3d1caf59..28f791bc 100644 --- a/core/src/main/java/org/bitcoinj/protocols/package-info.java +++ b/core/src/main/java/org/bitcoinj/protocols/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/protocols/payments/PaymentSession.java b/core/src/main/java/org/bitcoinj/protocols/payments/PaymentSession.java index 8988f89c..1d916c18 100644 --- a/core/src/main/java/org/bitcoinj/protocols/payments/PaymentSession.java +++ b/core/src/main/java/org/bitcoinj/protocols/payments/PaymentSession.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/protocols/payments/package-info.java b/core/src/main/java/org/bitcoinj/protocols/payments/package-info.java index 0d6de718..72cf934c 100644 --- a/core/src/main/java/org/bitcoinj/protocols/payments/package-info.java +++ b/core/src/main/java/org/bitcoinj/protocols/payments/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/script/package-info.java b/core/src/main/java/org/bitcoinj/script/package-info.java index 8198e99c..9dba0b60 100644 --- a/core/src/main/java/org/bitcoinj/script/package-info.java +++ b/core/src/main/java/org/bitcoinj/script/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/signers/package-info.java b/core/src/main/java/org/bitcoinj/signers/package-info.java index 86e35e2f..f99b3deb 100644 --- a/core/src/main/java/org/bitcoinj/signers/package-info.java +++ b/core/src/main/java/org/bitcoinj/signers/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/store/ChainFileLockedException.java b/core/src/main/java/org/bitcoinj/store/ChainFileLockedException.java index 7d7cf072..9bc9c7ba 100644 --- a/core/src/main/java/org/bitcoinj/store/ChainFileLockedException.java +++ b/core/src/main/java/org/bitcoinj/store/ChainFileLockedException.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/store/LevelDBBlockStore.java b/core/src/main/java/org/bitcoinj/store/LevelDBBlockStore.java index 90ff4089..ba3d8255 100644 --- a/core/src/main/java/org/bitcoinj/store/LevelDBBlockStore.java +++ b/core/src/main/java/org/bitcoinj/store/LevelDBBlockStore.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/store/WindowsMMapHack.java b/core/src/main/java/org/bitcoinj/store/WindowsMMapHack.java index 035d4f21..88f47f2d 100644 --- a/core/src/main/java/org/bitcoinj/store/WindowsMMapHack.java +++ b/core/src/main/java/org/bitcoinj/store/WindowsMMapHack.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/store/package-info.java b/core/src/main/java/org/bitcoinj/store/package-info.java index 929cf916..d9682017 100644 --- a/core/src/main/java/org/bitcoinj/store/package-info.java +++ b/core/src/main/java/org/bitcoinj/store/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/uri/OptionalFieldValidationException.java b/core/src/main/java/org/bitcoinj/uri/OptionalFieldValidationException.java index fbac47c6..e9986e0b 100644 --- a/core/src/main/java/org/bitcoinj/uri/OptionalFieldValidationException.java +++ b/core/src/main/java/org/bitcoinj/uri/OptionalFieldValidationException.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/uri/RequiredFieldValidationException.java b/core/src/main/java/org/bitcoinj/uri/RequiredFieldValidationException.java index 5b0df649..7a246761 100644 --- a/core/src/main/java/org/bitcoinj/uri/RequiredFieldValidationException.java +++ b/core/src/main/java/org/bitcoinj/uri/RequiredFieldValidationException.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/uri/package-info.java b/core/src/main/java/org/bitcoinj/uri/package-info.java index b1fc1857..2b61afaa 100644 --- a/core/src/main/java/org/bitcoinj/uri/package-info.java +++ b/core/src/main/java/org/bitcoinj/uri/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/utils/BaseTaggableObject.java b/core/src/main/java/org/bitcoinj/utils/BaseTaggableObject.java index 14f2814a..9d8b5f8d 100644 --- a/core/src/main/java/org/bitcoinj/utils/BaseTaggableObject.java +++ b/core/src/main/java/org/bitcoinj/utils/BaseTaggableObject.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/utils/ContextPropagatingThreadFactory.java b/core/src/main/java/org/bitcoinj/utils/ContextPropagatingThreadFactory.java index ca0cb761..b4156216 100644 --- a/core/src/main/java/org/bitcoinj/utils/ContextPropagatingThreadFactory.java +++ b/core/src/main/java/org/bitcoinj/utils/ContextPropagatingThreadFactory.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/utils/DaemonThreadFactory.java b/core/src/main/java/org/bitcoinj/utils/DaemonThreadFactory.java index 1f3d9d28..3be08f5a 100644 --- a/core/src/main/java/org/bitcoinj/utils/DaemonThreadFactory.java +++ b/core/src/main/java/org/bitcoinj/utils/DaemonThreadFactory.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/utils/TaggableObject.java b/core/src/main/java/org/bitcoinj/utils/TaggableObject.java index 60c74cde..c6d64340 100644 --- a/core/src/main/java/org/bitcoinj/utils/TaggableObject.java +++ b/core/src/main/java/org/bitcoinj/utils/TaggableObject.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/wallet/AllRandomKeysRotating.java b/core/src/main/java/org/bitcoinj/wallet/AllRandomKeysRotating.java index 5624ef83..d8b504da 100644 --- a/core/src/main/java/org/bitcoinj/wallet/AllRandomKeysRotating.java +++ b/core/src/main/java/org/bitcoinj/wallet/AllRandomKeysRotating.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/wallet/AllowUnconfirmedCoinSelector.java b/core/src/main/java/org/bitcoinj/wallet/AllowUnconfirmedCoinSelector.java index 1d052835..855c7afe 100644 --- a/core/src/main/java/org/bitcoinj/wallet/AllowUnconfirmedCoinSelector.java +++ b/core/src/main/java/org/bitcoinj/wallet/AllowUnconfirmedCoinSelector.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/wallet/CoinSelection.java b/core/src/main/java/org/bitcoinj/wallet/CoinSelection.java index 75840210..4c8cd7de 100644 --- a/core/src/main/java/org/bitcoinj/wallet/CoinSelection.java +++ b/core/src/main/java/org/bitcoinj/wallet/CoinSelection.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/wallet/CoinSelector.java b/core/src/main/java/org/bitcoinj/wallet/CoinSelector.java index e656416a..2fd2d770 100644 --- a/core/src/main/java/org/bitcoinj/wallet/CoinSelector.java +++ b/core/src/main/java/org/bitcoinj/wallet/CoinSelector.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/wallet/DefaultCoinSelector.java b/core/src/main/java/org/bitcoinj/wallet/DefaultCoinSelector.java index e2144a2f..4d6349c5 100644 --- a/core/src/main/java/org/bitcoinj/wallet/DefaultCoinSelector.java +++ b/core/src/main/java/org/bitcoinj/wallet/DefaultCoinSelector.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/wallet/DeterministicUpgradeRequiredException.java b/core/src/main/java/org/bitcoinj/wallet/DeterministicUpgradeRequiredException.java index dcd5e75e..b76b5eb9 100644 --- a/core/src/main/java/org/bitcoinj/wallet/DeterministicUpgradeRequiredException.java +++ b/core/src/main/java/org/bitcoinj/wallet/DeterministicUpgradeRequiredException.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/wallet/DeterministicUpgradeRequiresPassword.java b/core/src/main/java/org/bitcoinj/wallet/DeterministicUpgradeRequiresPassword.java index 4210e6b8..5cbb46f5 100644 --- a/core/src/main/java/org/bitcoinj/wallet/DeterministicUpgradeRequiresPassword.java +++ b/core/src/main/java/org/bitcoinj/wallet/DeterministicUpgradeRequiresPassword.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/wallet/UnreadableWalletException.java b/core/src/main/java/org/bitcoinj/wallet/UnreadableWalletException.java index 8c9d7d58..be799cea 100644 --- a/core/src/main/java/org/bitcoinj/wallet/UnreadableWalletException.java +++ b/core/src/main/java/org/bitcoinj/wallet/UnreadableWalletException.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/wallet/listeners/AbstractKeyChainEventListener.java b/core/src/main/java/org/bitcoinj/wallet/listeners/AbstractKeyChainEventListener.java index 1581455f..08d38769 100644 --- a/core/src/main/java/org/bitcoinj/wallet/listeners/AbstractKeyChainEventListener.java +++ b/core/src/main/java/org/bitcoinj/wallet/listeners/AbstractKeyChainEventListener.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/main/java/org/bitcoinj/wallet/package-info.java b/core/src/main/java/org/bitcoinj/wallet/package-info.java index a863bd6e..ce2b069f 100644 --- a/core/src/main/java/org/bitcoinj/wallet/package-info.java +++ b/core/src/main/java/org/bitcoinj/wallet/package-info.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/test/java/org/bitcoinj/core/FullBlockTestGenerator.java b/core/src/test/java/org/bitcoinj/core/FullBlockTestGenerator.java index 08481e13..1397f12b 100644 --- a/core/src/test/java/org/bitcoinj/core/FullBlockTestGenerator.java +++ b/core/src/test/java/org/bitcoinj/core/FullBlockTestGenerator.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/test/java/org/bitcoinj/core/H2FullPrunedBlockChainTest.java b/core/src/test/java/org/bitcoinj/core/H2FullPrunedBlockChainTest.java index 1c2301d0..f3e0b968 100644 --- a/core/src/test/java/org/bitcoinj/core/H2FullPrunedBlockChainTest.java +++ b/core/src/test/java/org/bitcoinj/core/H2FullPrunedBlockChainTest.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/test/java/org/bitcoinj/core/MemoryFullPrunedBlockChainTest.java b/core/src/test/java/org/bitcoinj/core/MemoryFullPrunedBlockChainTest.java index 68f3d55c..8c49cc72 100644 --- a/core/src/test/java/org/bitcoinj/core/MemoryFullPrunedBlockChainTest.java +++ b/core/src/test/java/org/bitcoinj/core/MemoryFullPrunedBlockChainTest.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/test/java/org/bitcoinj/core/PostgresFullPrunedBlockChainTest.java b/core/src/test/java/org/bitcoinj/core/PostgresFullPrunedBlockChainTest.java index 57b448b9..47755eca 100644 --- a/core/src/test/java/org/bitcoinj/core/PostgresFullPrunedBlockChainTest.java +++ b/core/src/test/java/org/bitcoinj/core/PostgresFullPrunedBlockChainTest.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/test/java/org/bitcoinj/core/TransactionOutputTest.java b/core/src/test/java/org/bitcoinj/core/TransactionOutputTest.java index 5c637d6c..4ef31140 100644 --- a/core/src/test/java/org/bitcoinj/core/TransactionOutputTest.java +++ b/core/src/test/java/org/bitcoinj/core/TransactionOutputTest.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/test/java/org/bitcoinj/protocols/channels/ChannelTestUtils.java b/core/src/test/java/org/bitcoinj/protocols/channels/ChannelTestUtils.java index 36a539db..1677242f 100644 --- a/core/src/test/java/org/bitcoinj/protocols/channels/ChannelTestUtils.java +++ b/core/src/test/java/org/bitcoinj/protocols/channels/ChannelTestUtils.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/test/java/org/bitcoinj/protocols/channels/PaymentChannelClientTest.java b/core/src/test/java/org/bitcoinj/protocols/channels/PaymentChannelClientTest.java index 4d0d6467..999782cc 100644 --- a/core/src/test/java/org/bitcoinj/protocols/channels/PaymentChannelClientTest.java +++ b/core/src/test/java/org/bitcoinj/protocols/channels/PaymentChannelClientTest.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/test/java/org/bitcoinj/protocols/channels/PaymentChannelServerTest.java b/core/src/test/java/org/bitcoinj/protocols/channels/PaymentChannelServerTest.java index e9e797d2..de32ced1 100644 --- a/core/src/test/java/org/bitcoinj/protocols/channels/PaymentChannelServerTest.java +++ b/core/src/test/java/org/bitcoinj/protocols/channels/PaymentChannelServerTest.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/test/java/org/bitcoinj/store/LevelDBBlockStoreTest.java b/core/src/test/java/org/bitcoinj/store/LevelDBBlockStoreTest.java index 1d5ffbbf..77374738 100644 --- a/core/src/test/java/org/bitcoinj/store/LevelDBBlockStoreTest.java +++ b/core/src/test/java/org/bitcoinj/store/LevelDBBlockStoreTest.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/test/java/org/bitcoinj/testing/FooWalletExtension.java b/core/src/test/java/org/bitcoinj/testing/FooWalletExtension.java index 0f108a5b..e1c3797f 100644 --- a/core/src/test/java/org/bitcoinj/testing/FooWalletExtension.java +++ b/core/src/test/java/org/bitcoinj/testing/FooWalletExtension.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/test/java/org/bitcoinj/testing/InboundMessageQueuer.java b/core/src/test/java/org/bitcoinj/testing/InboundMessageQueuer.java index d286639a..309b2f0f 100644 --- a/core/src/test/java/org/bitcoinj/testing/InboundMessageQueuer.java +++ b/core/src/test/java/org/bitcoinj/testing/InboundMessageQueuer.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/test/java/org/bitcoinj/utils/BaseTaggableObjectTest.java b/core/src/test/java/org/bitcoinj/utils/BaseTaggableObjectTest.java index 1705ea68..9973042a 100644 --- a/core/src/test/java/org/bitcoinj/utils/BaseTaggableObjectTest.java +++ b/core/src/test/java/org/bitcoinj/utils/BaseTaggableObjectTest.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/core/src/test/java/org/bitcoinj/wallet/WalletExtensionsTest.java b/core/src/test/java/org/bitcoinj/wallet/WalletExtensionsTest.java index 0bca6aec..cc32fbc2 100644 --- a/core/src/test/java/org/bitcoinj/wallet/WalletExtensionsTest.java +++ b/core/src/test/java/org/bitcoinj/wallet/WalletExtensionsTest.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/examples/src/main/java/org/bitcoinj/examples/BackupToMnemonicSeed.java b/examples/src/main/java/org/bitcoinj/examples/BackupToMnemonicSeed.java index 3087a478..bfb2e483 100644 --- a/examples/src/main/java/org/bitcoinj/examples/BackupToMnemonicSeed.java +++ b/examples/src/main/java/org/bitcoinj/examples/BackupToMnemonicSeed.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/examples/src/main/java/org/bitcoinj/examples/DoubleSpend.java b/examples/src/main/java/org/bitcoinj/examples/DoubleSpend.java index 60d2a354..1a62ca7f 100644 --- a/examples/src/main/java/org/bitcoinj/examples/DoubleSpend.java +++ b/examples/src/main/java/org/bitcoinj/examples/DoubleSpend.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/examples/src/main/java/org/bitcoinj/examples/Kit.java b/examples/src/main/java/org/bitcoinj/examples/Kit.java index 7ce564a6..486ee8f5 100644 --- a/examples/src/main/java/org/bitcoinj/examples/Kit.java +++ b/examples/src/main/java/org/bitcoinj/examples/Kit.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/examples/src/main/java/org/bitcoinj/examples/RestoreFromSeed.java b/examples/src/main/java/org/bitcoinj/examples/RestoreFromSeed.java index 7119841e..99d14799 100644 --- a/examples/src/main/java/org/bitcoinj/examples/RestoreFromSeed.java +++ b/examples/src/main/java/org/bitcoinj/examples/RestoreFromSeed.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/examples/src/main/java/org/bitcoinj/examples/SendRequest.java b/examples/src/main/java/org/bitcoinj/examples/SendRequest.java index 0313ec1f..27c8ba7d 100644 --- a/examples/src/main/java/org/bitcoinj/examples/SendRequest.java +++ b/examples/src/main/java/org/bitcoinj/examples/SendRequest.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/tools/src/main/java/org/bitcoinj/tools/BlockImporter.java b/tools/src/main/java/org/bitcoinj/tools/BlockImporter.java index be91f183..1102795b 100644 --- a/tools/src/main/java/org/bitcoinj/tools/BlockImporter.java +++ b/tools/src/main/java/org/bitcoinj/tools/BlockImporter.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/tools/src/main/java/org/bitcoinj/tools/TestFeeLevel.java b/tools/src/main/java/org/bitcoinj/tools/TestFeeLevel.java index 1ca5036d..be0ddec9 100644 --- a/tools/src/main/java/org/bitcoinj/tools/TestFeeLevel.java +++ b/tools/src/main/java/org/bitcoinj/tools/TestFeeLevel.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/Main.java b/wallettemplate/src/main/java/wallettemplate/Main.java index 6c62d3db..65e086b1 100644 --- a/wallettemplate/src/main/java/wallettemplate/Main.java +++ b/wallettemplate/src/main/java/wallettemplate/Main.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/MainController.java b/wallettemplate/src/main/java/wallettemplate/MainController.java index 325c72f0..b5e8b9e6 100644 --- a/wallettemplate/src/main/java/wallettemplate/MainController.java +++ b/wallettemplate/src/main/java/wallettemplate/MainController.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/SendMoneyController.java b/wallettemplate/src/main/java/wallettemplate/SendMoneyController.java index f9782d2b..09c3e858 100644 --- a/wallettemplate/src/main/java/wallettemplate/SendMoneyController.java +++ b/wallettemplate/src/main/java/wallettemplate/SendMoneyController.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/WalletPasswordController.java b/wallettemplate/src/main/java/wallettemplate/WalletPasswordController.java index 745264e4..5e5b3023 100644 --- a/wallettemplate/src/main/java/wallettemplate/WalletPasswordController.java +++ b/wallettemplate/src/main/java/wallettemplate/WalletPasswordController.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/WalletSetPasswordController.java b/wallettemplate/src/main/java/wallettemplate/WalletSetPasswordController.java index ec91d3df..979ac131 100644 --- a/wallettemplate/src/main/java/wallettemplate/WalletSetPasswordController.java +++ b/wallettemplate/src/main/java/wallettemplate/WalletSetPasswordController.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/WalletSettingsController.java b/wallettemplate/src/main/java/wallettemplate/WalletSettingsController.java index 9389e331..acfcd91d 100644 --- a/wallettemplate/src/main/java/wallettemplate/WalletSettingsController.java +++ b/wallettemplate/src/main/java/wallettemplate/WalletSettingsController.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/controls/BitcoinAddressValidator.java b/wallettemplate/src/main/java/wallettemplate/controls/BitcoinAddressValidator.java index a48d6dba..1fcf0424 100644 --- a/wallettemplate/src/main/java/wallettemplate/controls/BitcoinAddressValidator.java +++ b/wallettemplate/src/main/java/wallettemplate/controls/BitcoinAddressValidator.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/controls/ClickableBitcoinAddress.java b/wallettemplate/src/main/java/wallettemplate/controls/ClickableBitcoinAddress.java index 7506efc8..306773a6 100644 --- a/wallettemplate/src/main/java/wallettemplate/controls/ClickableBitcoinAddress.java +++ b/wallettemplate/src/main/java/wallettemplate/controls/ClickableBitcoinAddress.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/controls/NotificationBarPane.java b/wallettemplate/src/main/java/wallettemplate/controls/NotificationBarPane.java index f523eab2..f62ed91c 100644 --- a/wallettemplate/src/main/java/wallettemplate/controls/NotificationBarPane.java +++ b/wallettemplate/src/main/java/wallettemplate/controls/NotificationBarPane.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/utils/AlertWindowController.java b/wallettemplate/src/main/java/wallettemplate/utils/AlertWindowController.java index 0ae1c40a..d680672d 100644 --- a/wallettemplate/src/main/java/wallettemplate/utils/AlertWindowController.java +++ b/wallettemplate/src/main/java/wallettemplate/utils/AlertWindowController.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/utils/BitcoinUIModel.java b/wallettemplate/src/main/java/wallettemplate/utils/BitcoinUIModel.java index e96fea44..3fe3856d 100644 --- a/wallettemplate/src/main/java/wallettemplate/utils/BitcoinUIModel.java +++ b/wallettemplate/src/main/java/wallettemplate/utils/BitcoinUIModel.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/utils/GuiUtils.java b/wallettemplate/src/main/java/wallettemplate/utils/GuiUtils.java index cd9037c6..6d1a97b8 100644 --- a/wallettemplate/src/main/java/wallettemplate/utils/GuiUtils.java +++ b/wallettemplate/src/main/java/wallettemplate/utils/GuiUtils.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/utils/KeyDerivationTasks.java b/wallettemplate/src/main/java/wallettemplate/utils/KeyDerivationTasks.java index b4dd0612..c4200ba2 100644 --- a/wallettemplate/src/main/java/wallettemplate/utils/KeyDerivationTasks.java +++ b/wallettemplate/src/main/java/wallettemplate/utils/KeyDerivationTasks.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/utils/TextFieldValidator.java b/wallettemplate/src/main/java/wallettemplate/utils/TextFieldValidator.java index 8b9385ac..8cdf811b 100644 --- a/wallettemplate/src/main/java/wallettemplate/utils/TextFieldValidator.java +++ b/wallettemplate/src/main/java/wallettemplate/utils/TextFieldValidator.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/utils/ThrottledRunLater.java b/wallettemplate/src/main/java/wallettemplate/utils/ThrottledRunLater.java index 6a7950c4..1c188a09 100644 --- a/wallettemplate/src/main/java/wallettemplate/utils/ThrottledRunLater.java +++ b/wallettemplate/src/main/java/wallettemplate/utils/ThrottledRunLater.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at diff --git a/wallettemplate/src/main/java/wallettemplate/utils/WTUtils.java b/wallettemplate/src/main/java/wallettemplate/utils/WTUtils.java index fe10dbb3..35d632d8 100644 --- a/wallettemplate/src/main/java/wallettemplate/utils/WTUtils.java +++ b/wallettemplate/src/main/java/wallettemplate/utils/WTUtils.java @@ -1,4 +1,6 @@ /* + * Copyright by the original author or authors. + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at