Skip to content

Commit

Permalink
correcting the license header
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandraRoatis committed May 31, 2018
1 parent 76f97db commit 6ad5911
Show file tree
Hide file tree
Showing 9 changed files with 74 additions and 87 deletions.
5 changes: 2 additions & 3 deletions modAionImpl/src/org/aion/zero/impl/AionBlockchainImpl.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*******************************************************************************
/*
* Copyright (c) 2017-2018 Aion foundation.
*
* This file is part of the aion network project.
Expand All @@ -19,8 +19,7 @@
*
* Contributors:
* Aion foundation.
******************************************************************************/

*/
package org.aion.zero.impl;

import static java.lang.Math.max;
Expand Down
6 changes: 2 additions & 4 deletions modAionImpl/src/org/aion/zero/impl/AionHub.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*******************************************************************************
/*
* Copyright (c) 2017-2018 Aion foundation.
*
* This file is part of the aion network project.
Expand All @@ -19,9 +19,7 @@
*
* Contributors:
* Aion foundation.
*
******************************************************************************/

*/
package org.aion.zero.impl;

import org.aion.base.db.IRepository;
Expand Down
4 changes: 2 additions & 2 deletions modAionImpl/src/org/aion/zero/impl/StandaloneBlockchain.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* ******************************************************************************
/*
* Copyright (c) 2017-2018 Aion foundation.
*
* This file is part of the aion network project.
Expand All @@ -19,7 +19,7 @@
*
* Contributors:
* Aion foundation.
******************************************************************************/
*/
package org.aion.zero.impl;

import java.math.BigInteger;
Expand Down
4 changes: 2 additions & 2 deletions modAionImpl/src/org/aion/zero/impl/db/AionBlockStore.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* ******************************************************************************
/*
* Copyright (c) 2017-2018 Aion foundation.
*
* This file is part of the aion network project.
Expand All @@ -19,7 +19,7 @@
*
* Contributors:
* Aion foundation.
******************************************************************************/
*/
package org.aion.zero.impl.db;

import org.aion.base.db.IByteArrayKeyValueDatabase;
Expand Down
34 changes: 14 additions & 20 deletions modAionImpl/src/org/aion/zero/impl/sync/TaskShowStatus.java
Original file line number Diff line number Diff line change
@@ -1,30 +1,24 @@
/*
* Copyright (c) 2017-2018 Aion foundation.
*
* This file is part of the aion network project.
* This file is part of the aion network project.
*
* The aion network project is free software: you can redistribute it
* and/or modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or any later version.
* The aion network project is free software: you can redistribute it
* and/or modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or any later version.
*
* The aion network project is distributed in the hope that it will
* be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
* The aion network project is distributed in the hope that it will
* be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the aion network project source files.
* If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU General Public License
* along with the aion network project source files.
* If not, see <https://www.gnu.org/licenses/>.
*
* The aion network project leverages useful source code from other
* open source projects. We greatly appreciate the effort that was
* invested in these projects and we thank the individual contributors
* for their work. For provenance information and contributors
* please see <https://github.com/aionnetwork/aion/wiki/Contributors>.
*
* Contributors to the aion source files in decreasing order of code volume:
* Aion foundation.
* Contributors:
* Aion foundation.
*/
package org.aion.zero.impl.sync;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,38 +1,37 @@
/*
* Copyright (c) 2017-2018 Aion foundation.
*
* This file is part of the aion network project.
* This file is part of the aion network project.
*
* The aion network project is free software: you can redistribute it
* and/or modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or any later version.
* The aion network project is free software: you can redistribute it
* and/or modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or any later version.
*
* The aion network project is distributed in the hope that it will
* be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
* The aion network project is distributed in the hope that it will
* be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the aion network project source files.
* If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU General Public License
* along with the aion network project source files.
* If not, see <https://www.gnu.org/licenses/>.
*
* The aion network project leverages useful source code from other
* open source projects. We greatly appreciate the effort that was
* invested in these projects and we thank the individual contributors
* for their work. For provenance information and contributors
* please see <https://github.com/aionnetwork/aion/wiki/Contributors>.
* The aion network project leverages useful source code from other
* open source projects. We greatly appreciate the effort that was
* invested in these projects and we thank the individual contributors
* for their work. For provenance information and contributors
* please see <https://github.com/aionnetwork/aion/wiki/Contributors>.
*
* Contributors to the aion source files in decreasing order of code volume:
* Aion foundation.
* <ether.camp> team through the ethereumJ library.
* Ether.Camp Inc. (US) team through Ethereum Harmony.
* John Tromp through the Equihash solver.
* Samuel Neves through the BLAKE2 implementation.
* Zcash project team.
* Bitcoinj team.
* Aion foundation.
* <ether.camp> team through the ethereumJ library.
* Ether.Camp Inc. (US) team through Ethereum Harmony.
* John Tromp through the Equihash solver.
* Samuel Neves through the BLAKE2 implementation.
* Zcash project team.
* Bitcoinj team.
*/

package org.aion.zero.impl.sync.handler;

import org.aion.base.util.ByteArrayWrapper;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,38 +1,37 @@
/*
* Copyright (c) 2017-2018 Aion foundation.
*
* This file is part of the aion network project.
* This file is part of the aion network project.
*
* The aion network project is free software: you can redistribute it
* and/or modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or any later version.
* The aion network project is free software: you can redistribute it
* and/or modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation, either version 3 of
* the License, or any later version.
*
* The aion network project is distributed in the hope that it will
* be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
* The aion network project is distributed in the hope that it will
* be useful, but WITHOUT ANY WARRANTY; without even the implied
* warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* See the GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with the aion network project source files.
* If not, see <https://www.gnu.org/licenses/>.
* You should have received a copy of the GNU General Public License
* along with the aion network project source files.
* If not, see <https://www.gnu.org/licenses/>.
*
* The aion network project leverages useful source code from other
* open source projects. We greatly appreciate the effort that was
* invested in these projects and we thank the individual contributors
* for their work. For provenance information and contributors
* please see <https://github.com/aionnetwork/aion/wiki/Contributors>.
* The aion network project leverages useful source code from other
* open source projects. We greatly appreciate the effort that was
* invested in these projects and we thank the individual contributors
* for their work. For provenance information and contributors
* please see <https://github.com/aionnetwork/aion/wiki/Contributors>.
*
* Contributors to the aion source files in decreasing order of code volume:
* Aion foundation.
* <ether.camp> team through the ethereumJ library.
* Ether.Camp Inc. (US) team through Ethereum Harmony.
* John Tromp through the Equihash solver.
* Samuel Neves through the BLAKE2 implementation.
* Zcash project team.
* Bitcoinj team.
* Aion foundation.
* <ether.camp> team through the ethereumJ library.
* Ether.Camp Inc. (US) team through Ethereum Harmony.
* John Tromp through the Equihash solver.
* Samuel Neves through the BLAKE2 implementation.
* Zcash project team.
* Bitcoinj team.
*/

package org.aion.zero.impl.sync.handler;

import org.aion.p2p.Ctrl;
Expand Down
6 changes: 2 additions & 4 deletions modAionImpl/src/org/aion/zero/impl/types/AionBlock.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*******************************************************************************
/*
* Copyright (c) 2017-2018 Aion foundation.
*
* This file is part of the aion network project.
Expand All @@ -19,9 +19,7 @@
*
* Contributors:
* Aion foundation.
*
******************************************************************************/

*/
package org.aion.zero.impl.types;

import org.aion.base.type.Address;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*******************************************************************************
/*
* Copyright (c) 2017-2018 Aion foundation.
*
* This file is part of the aion network project.
Expand Down Expand Up @@ -31,7 +31,7 @@
* Samuel Neves through the BLAKE2 implementation.
* Zcash project team.
* Bitcoinj team.
******************************************************************************/
*/
package org.aion.zero.impl;

import static com.google.common.truth.Truth.assertThat;
Expand Down

0 comments on commit 6ad5911

Please sign in to comment.