diff --git a/.copyright-header-cstyle.txt b/.copyright-header-cstyle.txt index f882a306..8271fa18 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/Jenkinsfile b/Jenkinsfile index 7dcf3ba2..f7aa15e9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ #!groovy -// Copyright 2019 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/README.md b/README.md index 8d96fe7a..27f12c83 100644 --- a/README.md +++ b/README.md @@ -112,4 +112,4 @@ Please refer to [AUTH.md](./AUTH.md) for more instructions. ## Copyright -Copyright @2019 Blockchain Technology Partners +Copyright © 2023 Paravela Limited diff --git a/bin/build.sh b/bin/build.sh index 9af025e1..7c4abc9b 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -1,5 +1,5 @@ #!/bin/bash -x -# Copyright 2019 Blockchain Techology 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/build-tools/pom.xml b/build-tools/pom.xml index 4259174a..0db9b761 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -1,6 +1,6 @@