diff --git a/.copyright-header-cstyle.txt b/.copyright-header-cstyle.txt index f882a30..8271fa1 100644 --- a/.copyright-header-cstyle.txt +++ b/.copyright-header-cstyle.txt @@ -1,5 +1,5 @@ /* - * Copyright $today.year Blockchain Technology Partners + * Copyright © $today.year Paravela Limited * * 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 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3711fa5..c3a4baf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,10 +68,10 @@ repos: rev: v0.12.0 hooks: - id: markdownlint - - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.38.0 - hooks: - - id: eslint +# - repo: https://github.com/pre-commit/mirrors-eslint +# rev: v8.38.0 +# hooks: +# - id: eslint - repo: https://github.com/Lucas-C/pre-commit-hooks rev: v1.5.1 hooks: diff --git a/Jenkinsfile b/Jenkinsfile index 4e0bf12..6ada2a6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ #!groovy -// Copyright 2021 Blockchain Technology Partners +// Copyright © 2023 Paravela Limited // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/besu/pom.xml b/besu/pom.xml index 6907f08..0a03efd 100644 --- a/besu/pom.xml +++ b/besu/pom.xml @@ -1,6 +1,6 @@