Replace "The bitcoinj developers" copyright statement by the generic statement. There is no such legal entitiy.

This commit is contained in:
Andreas Schildbach
2016-04-26 10:48:54 +02:00
parent 3773a4343c
commit e99d983497
2 changed files with 6 additions and 5 deletions

View File

@@ -1,7 +1,6 @@
/* /*
* Copyright 2014 The bitcoinj developers. * Copyright by the original author or authors.
* Copyright 2015 Andreas Schildbach *
*
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * 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. * 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. * But even when you are requesting the 33rd key, you will still be looking 100 keys ahead.
* </p> * </p>
*
* @author Andreas Schildbach
*/ */
@SuppressWarnings("PublicStaticCollectionField") @SuppressWarnings("PublicStaticCollectionField")
public class DeterministicKeyChain implements EncryptableKeyChain { public class DeterministicKeyChain implements EncryptableKeyChain {

View File

@@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at * You may obtain a copy of the License at