From e99d983497db893d91f46dcaa3d484005a5298f6 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Tue, 26 Apr 2016 10:48:54 +0200 Subject: [PATCH] Replace "The bitcoinj developers" copyright statement by the generic statement. There is no such legal entitiy. --- .../java/org/bitcoinj/wallet/DeterministicKeyChain.java | 7 ++++--- .../src/main/java/org/bitcoinj/wallet/MarriedKeyChain.java | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/core/src/main/java/org/bitcoinj/wallet/DeterministicKeyChain.java b/core/src/main/java/org/bitcoinj/wallet/DeterministicKeyChain.java index 6bfbd2f9..fe2a9fc0 100644 --- a/core/src/main/java/org/bitcoinj/wallet/DeterministicKeyChain.java +++ b/core/src/main/java/org/bitcoinj/wallet/DeterministicKeyChain.java @@ -1,7 +1,6 @@ /* - * Copyright 2014 The bitcoinj developers. - * Copyright 2015 Andreas Schildbach - * + * 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 @@ -93,6 +92,8 @@ import static com.google.common.collect.Lists.newLinkedList; * keys, you can request 33 keys before more keys will be calculated and the Bloom filter rebuilt and rebroadcast. * But even when you are requesting the 33rd key, you will still be looking 100 keys ahead. *

+ * + * @author Andreas Schildbach */ @SuppressWarnings("PublicStaticCollectionField") public class DeterministicKeyChain implements EncryptableKeyChain { diff --git a/core/src/main/java/org/bitcoinj/wallet/MarriedKeyChain.java b/core/src/main/java/org/bitcoinj/wallet/MarriedKeyChain.java index 5499b938..5990cb1b 100644 --- a/core/src/main/java/org/bitcoinj/wallet/MarriedKeyChain.java +++ b/core/src/main/java/org/bitcoinj/wallet/MarriedKeyChain.java @@ -1,6 +1,6 @@ /* - * Copyright 2013 The bitcoinj developers. - * + * 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