diff --git a/.github/config/int-metadb-mariadb.yaml b/.github/config/int-metadb-mariadb.yaml index eba3bb218..6f2b1ddc7 100644 --- a/.github/config/int-metadb-mariadb.yaml +++ b/.github/config/int-metadb-mariadb.yaml @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # https://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.github/config/int-metadb-mysql.yaml b/.github/config/int-metadb-mysql.yaml index 1a180ae6c..68b2eefc8 100644 --- a/.github/config/int-metadb-mysql.yaml +++ b/.github/config/int-metadb-mysql.yaml @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # https://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.github/config/int-metadb-postgresql.yaml b/.github/config/int-metadb-postgresql.yaml index d7fe492be..6be8efc17 100644 --- a/.github/config/int-metadb-postgresql.yaml +++ b/.github/config/int-metadb-postgresql.yaml @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # https://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.github/config/int-metadb-sqlserver.yaml b/.github/config/int-metadb-sqlserver.yaml index 9c407555d..ecb070c6c 100644 --- a/.github/config/int-metadb-sqlserver.yaml +++ b/.github/config/int-metadb-sqlserver.yaml @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # https://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.github/config/int-storage-azure.yaml b/.github/config/int-storage-azure.yaml index ac48b8c0d..56446a903 100644 --- a/.github/config/int-storage-azure.yaml +++ b/.github/config/int-storage-azure.yaml @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.github/config/int-storage-gcs.yaml b/.github/config/int-storage-gcs.yaml index a77e2844d..dde4c8196 100644 --- a/.github/config/int-storage-gcs.yaml +++ b/.github/config/int-storage-gcs.yaml @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.github/config/int-storage-s3.yaml b/.github/config/int-storage-s3.yaml index 680f87d2d..8b226cead 100644 --- a/.github/config/int-storage-s3.yaml +++ b/.github/config/int-storage-s3.yaml @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.github/scripts/int-storage-azure-install.sh b/.github/scripts/int-storage-azure-install.sh index be75b73fd..8bf72a69d 100755 --- a/.github/scripts/int-storage-azure-install.sh +++ b/.github/scripts/int-storage-azure-install.sh @@ -1,10 +1,11 @@ #!/bin/sh -# Copyright 2023 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.github/scripts/int-storage-azure-setup.sh b/.github/scripts/int-storage-azure-setup.sh index 7e94b0135..a074e0100 100755 --- a/.github/scripts/int-storage-azure-setup.sh +++ b/.github/scripts/int-storage-azure-setup.sh @@ -1,10 +1,11 @@ #!/bin/sh -# Copyright 2023 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.github/scripts/int-storage-gcs-install.sh b/.github/scripts/int-storage-gcs-install.sh index 9561adf22..1d7f34839 100755 --- a/.github/scripts/int-storage-gcs-install.sh +++ b/.github/scripts/int-storage-gcs-install.sh @@ -1,10 +1,11 @@ #!/bin/sh -# Copyright 2023 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.github/scripts/int-storage-gcs-setup.sh b/.github/scripts/int-storage-gcs-setup.sh index 9f9a86851..044e20bf0 100755 --- a/.github/scripts/int-storage-gcs-setup.sh +++ b/.github/scripts/int-storage-gcs-setup.sh @@ -1,10 +1,11 @@ #!/bin/bash -# Copyright 2023 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.github/scripts/int-storage-s3-install.sh b/.github/scripts/int-storage-s3-install.sh index 20072df52..83a9017ee 100755 --- a/.github/scripts/int-storage-s3-install.sh +++ b/.github/scripts/int-storage-s3-install.sh @@ -1,10 +1,11 @@ #!/bin/sh -# Copyright 2023 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.github/scripts/int-storage-s3-setup.sh b/.github/scripts/int-storage-s3-setup.sh index 7dbad4c20..df92d1494 100755 --- a/.github/scripts/int-storage-s3-setup.sh +++ b/.github/scripts/int-storage-s3-setup.sh @@ -1,10 +1,11 @@ #!/bin/sh -# Copyright 2023 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.gitignore b/.gitignore index 8a501945e..b1b788daa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,10 @@ # ----------------------------------------------------------------------------- -# Copyright 2020 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 67495724d..cc91b5611 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,10 @@ # ----------------------------------------------------------------------------- -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # https://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/compliance/license-config-python.sh b/dev/compliance/license-config-python.sh index d1e2dfb95..c1086a315 100644 --- a/dev/compliance/license-config-python.sh +++ b/dev/compliance/license-config-python.sh @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/config/trac-devlocal.yaml b/dev/config/trac-devlocal.yaml index 3eebcc96c..ad64dc9da 100644 --- a/dev/config/trac-devlocal.yaml +++ b/dev/config/trac-devlocal.yaml @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/containers/build_runtime.sh b/dev/containers/build_runtime.sh index 824f5cbb0..4ff85ce41 100755 --- a/dev/containers/build_runtime.sh +++ b/dev/containers/build_runtime.sh @@ -1,10 +1,11 @@ #!/usr/bin/env sh -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/containers/build_runtime_inner.sh b/dev/containers/build_runtime_inner.sh index ab78bc8c6..6a2cbc754 100755 --- a/dev/containers/build_runtime_inner.sh +++ b/dev/containers/build_runtime_inner.sh @@ -1,10 +1,11 @@ #!/usr/bin/env sh -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/docker/.dockerignore b/dev/docker/.dockerignore index a062e5914..7669094ad 100644 --- a/dev/docker/.dockerignore +++ b/dev/docker/.dockerignore @@ -1,9 +1,10 @@ # ----------------------------------------------------------------------------- -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/docker/.gitignore b/dev/docker/.gitignore index 9773efbde..7ed739ca2 100644 --- a/dev/docker/.gitignore +++ b/dev/docker/.gitignore @@ -1,9 +1,10 @@ # ----------------------------------------------------------------------------- -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/docker/auth-tool.Dockerfile b/dev/docker/auth-tool.Dockerfile index d5824d308..16a12bf88 100644 --- a/dev/docker/auth-tool.Dockerfile +++ b/dev/docker/auth-tool.Dockerfile @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/docker/deploy-metadb.Dockerfile b/dev/docker/deploy-metadb.Dockerfile index 220951320..9f44b9b94 100644 --- a/dev/docker/deploy-metadb.Dockerfile +++ b/dev/docker/deploy-metadb.Dockerfile @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/docker/docker-compose.yaml b/dev/docker/docker-compose.yaml index 9c4d19eea..f27006ec4 100644 --- a/dev/docker/docker-compose.yaml +++ b/dev/docker/docker-compose.yaml @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/docker/tracdap-gateway.Dockerfile b/dev/docker/tracdap-gateway.Dockerfile index 4f5ef6c8c..185aaec0d 100644 --- a/dev/docker/tracdap-gateway.Dockerfile +++ b/dev/docker/tracdap-gateway.Dockerfile @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/docker/tracdap-svc-data.Dockerfile b/dev/docker/tracdap-svc-data.Dockerfile index e761372ee..00fef6ac7 100644 --- a/dev/docker/tracdap-svc-data.Dockerfile +++ b/dev/docker/tracdap-svc-data.Dockerfile @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/docker/tracdap-svc-meta.Dockerfile b/dev/docker/tracdap-svc-meta.Dockerfile index 7fd1bad99..c53e84dad 100644 --- a/dev/docker/tracdap-svc-meta.Dockerfile +++ b/dev/docker/tracdap-svc-meta.Dockerfile @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/docker/tracdap-svc-orch-local.Dockerfile b/dev/docker/tracdap-svc-orch-local.Dockerfile index 89bc45554..d85c73266 100644 --- a/dev/docker/tracdap-svc-orch-local.Dockerfile +++ b/dev/docker/tracdap-svc-orch-local.Dockerfile @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # @@ -12,13 +13,11 @@ # See the License for the specific language governing permissions and # limitations under the License. -# # This is tracdap-svc-orch with local Python executor. # # In a future tracdap-svc-orch will be able to run a separate container # with executor - in that case tracdap-svc-orch.Dockerfile will be # recommended. -# FROM ubuntu:22.04 diff --git a/dev/docker/tracdap-svc-orch.Dockerfile b/dev/docker/tracdap-svc-orch.Dockerfile index b4e5b1058..b7685e9cb 100644 --- a/dev/docker/tracdap-svc-orch.Dockerfile +++ b/dev/docker/tracdap-svc-orch.Dockerfile @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/ide/copy_settings.sh b/dev/ide/copy_settings.sh index f8a208ae8..dd6209308 100755 --- a/dev/ide/copy_settings.sh +++ b/dev/ide/copy_settings.sh @@ -1,10 +1,11 @@ #!/usr/bin/env sh -# Copyright 2020 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/version.ps1 b/dev/version.ps1 index 8b45cedb0..d0cdca51e 100644 --- a/dev/version.ps1 +++ b/dev/version.ps1 @@ -1,8 +1,9 @@ -# Copyright 2020 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/version.sh b/dev/version.sh index 318e96cb3..e3eea4e67 100755 --- a/dev/version.sh +++ b/dev/version.sh @@ -1,10 +1,11 @@ #!/usr/bin/env sh -# Copyright 2020 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dev/version_tag.sh b/dev/version_tag.sh index 43a60c540..450126ea9 100755 --- a/dev/version_tag.sh +++ b/dev/version_tag.sh @@ -1,10 +1,11 @@ #!/usr/bin/env sh -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dist/scripts/service-ctrl.sh b/dist/scripts/service-ctrl.sh index ddeb40587..eb6431210 100644 --- a/dist/scripts/service-ctrl.sh +++ b/dist/scripts/service-ctrl.sh @@ -1,10 +1,11 @@ #!/bin/sh -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dist/template/etc/env.sh b/dist/template/etc/env.sh index f5de8e93f..13bd3eb80 100644 --- a/dist/template/etc/env.sh +++ b/dist/template/etc/env.sh @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/dist/template/etc/trac-platform.yaml b/dist/template/etc/trac-platform.yaml index 18ad9d18d..f135c4e83 100644 --- a/dist/template/etc/trac-platform.yaml +++ b/dist/template/etc/trac-platform.yaml @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/gradle.properties b/gradle.properties index 0a7f22264..4236519ba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ -# -# Copyright 2024 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # @@ -12,7 +12,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -# # Allow for OWASP dependency check gradle task, which is going OOM org.gradle.jvmargs=-Xmx4096m diff --git a/tracdap-libs/tracdap-lib-auth/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin b/tracdap-libs/tracdap-lib-auth/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin index 42530667f..bf1c56afc 100644 --- a/tracdap-libs/tracdap-lib-auth/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin +++ b/tracdap-libs/tracdap-lib-auth/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-libs/tracdap-lib-common/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin b/tracdap-libs/tracdap-lib-common/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin index cc26cb815..372ecc79c 100644 --- a/tracdap-libs/tracdap-lib-common/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin +++ b/tracdap-libs/tracdap-lib-common/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-libs/tracdap-lib-common/src/test/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin b/tracdap-libs/tracdap-lib-common/src/test/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin index 1b8e1c8c9..1735dccf8 100644 --- a/tracdap-libs/tracdap-lib-common/src/test/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin +++ b/tracdap-libs/tracdap-lib-common/src/test/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-libs/tracdap-lib-common/src/test/resources/config_mgr_test/sample-config.yaml b/tracdap-libs/tracdap-lib-common/src/test/resources/config_mgr_test/sample-config.yaml index 7338e5bff..b44461923 100644 --- a/tracdap-libs/tracdap-lib-common/src/test/resources/config_mgr_test/sample-config.yaml +++ b/tracdap-libs/tracdap-lib-common/src/test/resources/config_mgr_test/sample-config.yaml @@ -1,8 +1,9 @@ -# Copyright 2020 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-libs/tracdap-lib-common/src/test/resources/config_mgr_test/secrets-jceks.yaml b/tracdap-libs/tracdap-lib-common/src/test/resources/config_mgr_test/secrets-jceks.yaml index cbea6c634..046122dbc 100644 --- a/tracdap-libs/tracdap-lib-common/src/test/resources/config_mgr_test/secrets-jceks.yaml +++ b/tracdap-libs/tracdap-lib-common/src/test/resources/config_mgr_test/secrets-jceks.yaml @@ -1,8 +1,9 @@ -# Copyright 2020 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-libs/tracdap-lib-common/src/test/resources/config_mgr_test/unknown-item.yaml b/tracdap-libs/tracdap-lib-common/src/test/resources/config_mgr_test/unknown-item.yaml index 5d726d617..94daf1689 100644 --- a/tracdap-libs/tracdap-lib-common/src/test/resources/config_mgr_test/unknown-item.yaml +++ b/tracdap-libs/tracdap-lib-common/src/test/resources/config_mgr_test/unknown-item.yaml @@ -1,8 +1,9 @@ -# Copyright 2020 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-libs/tracdap-lib-data/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin b/tracdap-libs/tracdap-lib-data/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin index d447c091f..89dac4427 100644 --- a/tracdap-libs/tracdap-lib-data/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin +++ b/tracdap-libs/tracdap-lib-data/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-libs/tracdap-lib-orch/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin b/tracdap-libs/tracdap-lib-orch/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin index 17c746a45..b906f6c60 100644 --- a/tracdap-libs/tracdap-lib-orch/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin +++ b/tracdap-libs/tracdap-lib-orch/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-libs/tracdap-lib-test/src/main/resources/config/trac-e2e.yaml b/tracdap-libs/tracdap-lib-test/src/main/resources/config/trac-e2e.yaml index 7ea06240b..fb5d52237 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/resources/config/trac-e2e.yaml +++ b/tracdap-libs/tracdap-lib-test/src/main/resources/config/trac-e2e.yaml @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-libs/tracdap-lib-test/src/main/resources/config/trac-unit.yaml b/tracdap-libs/tracdap-lib-test/src/main/resources/config/trac-unit.yaml index aaa08d0d4..55d2b14c0 100644 --- a/tracdap-libs/tracdap-lib-test/src/main/resources/config/trac-unit.yaml +++ b/tracdap-libs/tracdap-lib-test/src/main/resources/config/trac-unit.yaml @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-plugins/aws-config/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin b/tracdap-plugins/aws-config/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin index 8b7c136cf..c44af6fad 100644 --- a/tracdap-plugins/aws-config/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin +++ b/tracdap-plugins/aws-config/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-plugins/aws-storage/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin b/tracdap-plugins/aws-storage/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin index 6eaa21073..29a458747 100644 --- a/tracdap-plugins/aws-storage/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin +++ b/tracdap-plugins/aws-storage/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-plugins/azure-storage/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin b/tracdap-plugins/azure-storage/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin index 6c3ad2917..17908ce60 100644 --- a/tracdap-plugins/azure-storage/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin +++ b/tracdap-plugins/azure-storage/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin @@ -1,8 +1,9 @@ -# Copyright 2023 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-plugins/gcp-config/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin b/tracdap-plugins/gcp-config/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin index c6b4088b3..c87d27fbc 100644 --- a/tracdap-plugins/gcp-config/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin +++ b/tracdap-plugins/gcp-config/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-plugins/gcp-storage/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin b/tracdap-plugins/gcp-storage/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin index 5b1c953df..92cffb6b5 100644 --- a/tracdap-plugins/gcp-storage/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin +++ b/tracdap-plugins/gcp-storage/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin @@ -1,8 +1,9 @@ -# Copyright 2023 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-plugins/ssh-executor/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin b/tracdap-plugins/ssh-executor/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin index 09f583983..4dfdfc5a1 100644 --- a/tracdap-plugins/ssh-executor/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin +++ b/tracdap-plugins/ssh-executor/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin @@ -1,8 +1,9 @@ -# Copyright 2023 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-plugins/ssh-executor/src/main/resources/scripts/launch_batch.sh b/tracdap-plugins/ssh-executor/src/main/resources/scripts/launch_batch.sh index b422522f0..5adb10ba5 100644 --- a/tracdap-plugins/ssh-executor/src/main/resources/scripts/launch_batch.sh +++ b/tracdap-plugins/ssh-executor/src/main/resources/scripts/launch_batch.sh @@ -1,10 +1,11 @@ #!/bin/sh -# Copyright 2023 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-plugins/ssh-executor/src/main/resources/scripts/poll_batch.sh b/tracdap-plugins/ssh-executor/src/main/resources/scripts/poll_batch.sh index 8a3f6aad2..06cccf4df 100644 --- a/tracdap-plugins/ssh-executor/src/main/resources/scripts/poll_batch.sh +++ b/tracdap-plugins/ssh-executor/src/main/resources/scripts/poll_batch.sh @@ -1,10 +1,11 @@ #!/bin/sh -# Copyright 2023 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-services/tracdap-gateway/src/test/resources/trac-unit-gateway-http1.yaml b/tracdap-services/tracdap-gateway/src/test/resources/trac-unit-gateway-http1.yaml index ba3e6cbf8..d2ee2c16f 100644 --- a/tracdap-services/tracdap-gateway/src/test/resources/trac-unit-gateway-http1.yaml +++ b/tracdap-services/tracdap-gateway/src/test/resources/trac-unit-gateway-http1.yaml @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-services/tracdap-svc-meta/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin b/tracdap-services/tracdap-svc-meta/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin index c734600fd..078c9cf84 100644 --- a/tracdap-services/tracdap-svc-meta/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin +++ b/tracdap-services/tracdap-svc-meta/src/main/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin @@ -1,8 +1,9 @@ -# Copyright 2022 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-services/tracdap-svc-orch/src/test/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin b/tracdap-services/tracdap-svc-orch/src/test/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin index 6aad8354f..0a61a85c8 100644 --- a/tracdap-services/tracdap-svc-orch/src/test/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin +++ b/tracdap-services/tracdap-svc-orch/src/test/resources/META-INF/services/org.finos.tracdap.common.plugin.ITracPlugin @@ -1,8 +1,9 @@ -# Copyright 2024 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 # diff --git a/tracdap-services/tracdap-webserver/src/test/resources/config/trac-platform.yaml b/tracdap-services/tracdap-webserver/src/test/resources/config/trac-platform.yaml index 4c29af6ff..d11862f68 100644 --- a/tracdap-services/tracdap-webserver/src/test/resources/config/trac-platform.yaml +++ b/tracdap-services/tracdap-webserver/src/test/resources/config/trac-platform.yaml @@ -1,8 +1,9 @@ -# Copyright 2021 Accenture Global Solutions 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 +# Licensed to the Fintech Open Source Foundation (FINOS) under one or +# more contributor license agreements. See the NOTICE file distributed +# with this work for additional information regarding copyright ownership. +# FINOS licenses this file to you 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 # # http://www.apache.org/licenses/LICENSE-2.0 #