build - Update license headers formatting (5) (#7019)

Apply license headers formatting under: plugin-api/ plugins/

---------

Signed-off-by: Usman Saleem <usman@usmans.info>
Co-authored-by: Sally MacFarlane <macfarla.github@gmail.com>
pull/7029/head
Usman Saleem 7 months ago committed by GitHub
parent a98dfff4f6
commit 9a1f6842ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      plugin-api/build.gradle
  2. 2
      plugin-api/src/main/java/org/hyperledger/besu/plugin/data/BlockBody.java
  3. 1
      plugin-api/src/main/java/org/hyperledger/besu/plugin/services/BesuService.java
  4. 1
      plugin-api/src/main/java/org/hyperledger/besu/plugin/services/PluginVersionsProvider.java
  5. 1
      plugin-api/src/main/java/org/hyperledger/besu/plugin/services/permissioning/NodeMessagePermissioningProvider.java
  6. 1
      plugins/rocksdb/src/main/java/org/hyperledger/besu/plugin/services/storage/rocksdb/RocksDbIterator.java
  7. 1
      plugins/rocksdb/src/test/java/org/hyperledger/besu/plugin/services/helper/Conditions.java
  8. 1
      plugins/rocksdb/src/test/java/org/hyperledger/besu/plugin/services/storage/rocksdb/configuration/DatabaseMetadataTest.java

@ -69,7 +69,7 @@ Calculated : ${currentHash}
tasks.register('checkAPIChanges', FileStateChecker) {
description = "Checks that the API for the Plugin-API project does not change without deliberate thought"
files = sourceSets.main.allJava.files
knownHash = 'wGHrCxNllf6j/YOB/6UzH5QXYcwwB2AEmYC4GkQVUuE='
knownHash = 'rCBv4jTpL47h0qSX64edjML55NkqEhq1NRlWwsOZy1Q='
}
check.dependsOn('checkAPIChanges')

@ -11,9 +11,7 @@
* specific language governing permissions and limitations under the License.
*
* SPDX-License-Identifier: Apache-2.0
*
*/
package org.hyperledger.besu.plugin.data;
import org.hyperledger.besu.datatypes.Transaction;

@ -12,7 +12,6 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
package org.hyperledger.besu.plugin.services;
import org.hyperledger.besu.plugin.BesuContext;

@ -12,7 +12,6 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
package org.hyperledger.besu.plugin.services;
import java.util.Collection;

@ -12,7 +12,6 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
package org.hyperledger.besu.plugin.services.permissioning;
import org.hyperledger.besu.plugin.data.EnodeURL;

@ -12,7 +12,6 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
package org.hyperledger.besu.plugin.services.storage.rocksdb;
import static com.google.common.base.Preconditions.checkState;

@ -12,7 +12,6 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
package org.hyperledger.besu.plugin.services.helper;
import java.io.IOException;

@ -12,7 +12,6 @@
*
* SPDX-License-Identifier: Apache-2.0
*/
package org.hyperledger.besu.plugin.services.storage.rocksdb.configuration;
import static org.assertj.core.api.Assertions.assertThat;

Loading…
Cancel
Save