Skip to content

Commit

Permalink
Harmonize license headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Mar 26, 2016
1 parent d48e810 commit c1938fe
Show file tree
Hide file tree
Showing 239 changed files with 1,208 additions and 178 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoin/NativeSecp256k1.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/Address.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
* Copyright 2014 Giannis Dzegoutanis
* Copyright 2015 Andreas Schildbach
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/Base58.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/BlockChain.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 1 addition & 0 deletions core/src/main/java/org/bitcoinj/core/ChildMessage.java
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.bitcoinj.core;

import javax.annotation.Nullable;
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/Coin.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
14 changes: 14 additions & 0 deletions core/src/main/java/org/bitcoinj/core/Context.java
@@ -1,3 +1,17 @@
/*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.bitcoinj.core;

import org.bitcoinj.core.Wallet.SendRequest;
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/DumpedPrivateKey.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
* Copyright 2015 Andreas Schildbach
*
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/FilteredBlock.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2012 Matt Corallo
* Copyright 2015 Andreas Schildbach
*
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/InventoryItem.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/Monetary.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2014 Andreas Schildbach
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2012 The Bitcoin Developers
* Copyright 2012 Matt Corallo
* Copyright 2015 Andreas Schildbach
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/Peer.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/PeerException.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/PeerGroup.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2013 Google Inc.
* Copyright 2014 Andreas Schildbach
*
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/Ping.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Noa Resare
* Copyright 2015 Andreas Schildbach
*
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/Pong.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2012 Matt Corallo
* Copyright 2015 Andreas Schildbach
*
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/ScriptException.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/Sha256Hash.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
Expand Down
1 change: 0 additions & 1 deletion core/src/main/java/org/bitcoinj/core/Transaction.java
Expand Up @@ -25,7 +25,6 @@
import org.bitcoinj.utils.ExchangeRate;
import org.bitcoinj.wallet.WalletTransaction.Pool;

import com.google.common.base.Joiner;
import com.google.common.collect.ImmutableMap;
import com.google.common.primitives.Ints;
import com.google.common.primitives.Longs;
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/TransactionBag.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2014 Giannis Dzegoutanis
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2013 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2012 Matt Corallo.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
10 changes: 5 additions & 5 deletions core/src/main/java/org/bitcoinj/core/UTXO.java
@@ -1,12 +1,12 @@
/**
/*
* Copyright 2012 Matt Corallo.
* <p/>
*
* 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
* <p/>
* http://www.apache.org/licenses/LICENSE-2.0
* <p/>
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand Down
3 changes: 2 additions & 1 deletion core/src/main/java/org/bitcoinj/core/UTXOProvider.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2014 Kalpesh Parmar.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.bitcoinj.core;

import java.util.List;
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2014 Kalpesh Parmar.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.bitcoinj.core;

public class UTXOProviderException extends Exception {
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Steve Coughlan.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.bitcoinj.core;

import java.io.ByteArrayOutputStream;
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/Utils.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/VarInt.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/org/bitcoinj/core/VersionAck.java
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Noa Resare.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,3 +1,17 @@
/*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.bitcoinj.core.listeners;

import org.bitcoinj.core.*;
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,3 +1,17 @@
/*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.bitcoinj.core.listeners;

/**
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
* Copyright 2014 Andreas Schildbach
*
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Expand Up @@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.bitcoinj.core.listeners;

import org.bitcoinj.core.StoredBlock;
Expand Down
@@ -1,3 +1,17 @@
/*
* 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

package org.bitcoinj.core.listeners;

import org.bitcoinj.core.*;
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
@@ -1,4 +1,4 @@
/**
/*
* Copyright 2011 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit c1938fe

Please sign in to comment.