From b96c99428f487d4fc35b35386660bb229de643bd Mon Sep 17 00:00:00 2001 From: duncanjw Date: Sat, 9 Dec 2023 17:36:10 +0300 Subject: [PATCH] docs: update ownership following IP assignation Signed-off-by: duncanjw --- COPYRIGHT | 2 +- Jenkinsfile | 2 +- editions/aws_sfd.ts | 2 +- editions/aws_sfd_nometer.ts | 2 +- editions/aws_sfs_nometer.ts | 2 +- mkdocs.yml | 2 +- src/api/daml/damlRPC.ts | 2 +- src/api/daml/secretLoader.ts | 2 +- src/api/taekion/deploymentConnection.ts | 2 +- src/api/taekion/deploymentHttpConnection.ts | 2 +- src/tasks/deployment/update.js | 2 +- src/utils/deploymentNames.ts | 2 +- src/utils/deploymentPodProxy.ts | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/COPYRIGHT b/COPYRIGHT index 3c42a6a8..8e8f2a01 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,3 +1,3 @@ -Copyright © 2020 Blockchain Technology Partners Limited All Rights Reserved +Copyright © 2023 Paravela Limited All Rights Reserved License: Product diff --git a/Jenkinsfile b/Jenkinsfile index af937758..b4a6fe49 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/editions/aws_sfd.ts b/editions/aws_sfd.ts index 9785cb96..36dfe4ae 100644 --- a/editions/aws_sfd.ts +++ b/editions/aws_sfd.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Blockchain Technology Partners Limited All Rights Reserved + * Copyright © 2023 Paravela Limited All Rights Reserved * * License: Product */ diff --git a/editions/aws_sfd_nometer.ts b/editions/aws_sfd_nometer.ts index 16d470cc..8bd3aeaf 100644 --- a/editions/aws_sfd_nometer.ts +++ b/editions/aws_sfd_nometer.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Blockchain Technology Partners Limited All Rights Reserved + * Copyright © 2023 Paravela Limited All Rights Reserved * * License: Product */ diff --git a/editions/aws_sfs_nometer.ts b/editions/aws_sfs_nometer.ts index 05a69770..4ff4b6bc 100644 --- a/editions/aws_sfs_nometer.ts +++ b/editions/aws_sfs_nometer.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Blockchain Technology Partners Limited All Rights Reserved + * Copyright © 2023 Paravela Limited All Rights Reserved * * License: Product */ diff --git a/mkdocs.yml b/mkdocs.yml index 7c01ded0..6e105cfc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,4 +1,4 @@ site_name: Sextant API site_author: BTP theme: readthedocs -copyright: Copyright © 2021 Blockchain Technology Partners +copyright: Copyright © 2023 Paravela Limited diff --git a/src/api/daml/damlRPC.ts b/src/api/daml/damlRPC.ts index 23358e6d..bfee2603 100644 --- a/src/api/daml/damlRPC.ts +++ b/src/api/daml/damlRPC.ts @@ -1,6 +1,6 @@ /* eslint-disable camelcase */ /* - * Copyright © 2020 Blockchain Technology Partners Limited All Rights Reserved + * Copyright © 2023 Paravela Limited All Rights Reserved * * License: Product */ diff --git a/src/api/daml/secretLoader.ts b/src/api/daml/secretLoader.ts index 4e07874d..6b43e780 100644 --- a/src/api/daml/secretLoader.ts +++ b/src/api/daml/secretLoader.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Blockchain Technology Partners Limited All Rights Reserved + * Copyright © 2023 Paravela Limited All Rights Reserved * * License: Product */ diff --git a/src/api/taekion/deploymentConnection.ts b/src/api/taekion/deploymentConnection.ts index 24517501..06f6220d 100644 --- a/src/api/taekion/deploymentConnection.ts +++ b/src/api/taekion/deploymentConnection.ts @@ -1,6 +1,6 @@ /* eslint-disable camelcase */ /* - * Copyright © 2020 Blockchain Technology Partners Limited All Rights Reserved + * Copyright © 2023 Paravela Limited All Rights Reserved * * License: Product */ diff --git a/src/api/taekion/deploymentHttpConnection.ts b/src/api/taekion/deploymentHttpConnection.ts index 7dace90e..e2c35a93 100644 --- a/src/api/taekion/deploymentHttpConnection.ts +++ b/src/api/taekion/deploymentHttpConnection.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Blockchain Technology Partners Limited All Rights Reserved + * Copyright © 2023 Paravela Limited All Rights Reserved * * License: Product */ diff --git a/src/tasks/deployment/update.js b/src/tasks/deployment/update.js index 53555af1..3dc2c55c 100644 --- a/src/tasks/deployment/update.js +++ b/src/tasks/deployment/update.js @@ -7,7 +7,7 @@ /* eslint-disable @typescript-eslint/no-var-requires */ /* eslint-disable max-len */ /* - * Copyright © 2020 Blockchain Technology Partners Limited All Rights Reserved + * Copyright © 2023 Paravela Limited All Rights Reserved * * License: Product */ diff --git a/src/utils/deploymentNames.ts b/src/utils/deploymentNames.ts index 43e74493..f7d8e0dc 100644 --- a/src/utils/deploymentNames.ts +++ b/src/utils/deploymentNames.ts @@ -1,6 +1,6 @@ /* eslint-disable camelcase */ /* - * Copyright © 2021 Blockchain Technology Partners Limited All Rights Reserved + * Copyright © 2023 Paravela Limited All Rights Reserved * * License: Product */ diff --git a/src/utils/deploymentPodProxy.ts b/src/utils/deploymentPodProxy.ts index 1240b00e..78f6fabf 100644 --- a/src/utils/deploymentPodProxy.ts +++ b/src/utils/deploymentPodProxy.ts @@ -1,5 +1,5 @@ /* - * Copyright © 2020 Blockchain Technology Partners Limited All Rights Reserved + * Copyright © 2023 Paravela Limited All Rights Reserved * * License: Product */