mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-08-01 12:31:23 +00:00
Replace "The bitcoinj developers" copyright statement by the generic statement. There is no such legal entitiy.
This commit is contained in:
@@ -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.
|
||||
* </p>
|
||||
*
|
||||
* @author Andreas Schildbach
|
||||
*/
|
||||
@SuppressWarnings("PublicStaticCollectionField")
|
||||
public class DeterministicKeyChain implements EncryptableKeyChain {
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user