From 2eb68b96f9acdc3979ec6a92a84ca8225dbe47b5 Mon Sep 17 00:00:00 2001 From: Martin Traverse Date: Thu, 7 Nov 2024 11:28:23 +0000 Subject: [PATCH] Update license headers - /* comments, 2020 --- build.gradle | 11 ++++++----- gradle/base-java.gradle | 11 ++++++----- gradle/functions.gradle | 11 ++++++----- gradle/plugins.gradle | 11 ++++++----- gradle/versions.gradle | 11 ++++++----- settings.gradle | 11 ++++++----- tracdap-api/tracdap-metadata/build.gradle | 11 ++++++----- .../src/main/proto/tracdap/metadata/custom.proto | 11 ++++++----- .../src/main/proto/tracdap/metadata/data.proto | 11 ++++++----- .../src/main/proto/tracdap/metadata/file.proto | 11 ++++++----- .../src/main/proto/tracdap/metadata/flow.proto | 11 ++++++----- .../src/main/proto/tracdap/metadata/job.proto | 11 ++++++----- .../src/main/proto/tracdap/metadata/model.proto | 11 ++++++----- .../src/main/proto/tracdap/metadata/object.proto | 11 ++++++----- .../src/main/proto/tracdap/metadata/object_id.proto | 11 ++++++----- .../src/main/proto/tracdap/metadata/resource.proto | 11 ++++++----- .../src/main/proto/tracdap/metadata/search.proto | 11 ++++++----- .../src/main/proto/tracdap/metadata/tag.proto | 11 ++++++----- .../src/main/proto/tracdap/metadata/tag_update.proto | 11 ++++++----- .../src/main/proto/tracdap/metadata/type.proto | 11 ++++++----- tracdap-api/tracdap-services/build.gradle | 11 ++++++----- .../src/main/proto/tracdap/api/data.proto | 11 ++++++----- .../proto/tracdap/api/internal/metadata_trusted.proto | 11 ++++++----- .../src/main/proto/tracdap/api/metadata.proto | 11 ++++++----- .../src/main/proto/tracdap/api/orchestrator.proto | 11 ++++++----- tracdap-libs/tracdap-lib-auth/build.gradle | 11 ++++++----- tracdap-libs/tracdap-lib-common/build.gradle | 11 ++++++----- tracdap-libs/tracdap-lib-data/build.gradle | 11 ++++++----- tracdap-libs/tracdap-lib-db/build.gradle | 11 ++++++----- tracdap-libs/tracdap-lib-validation/build.gradle | 11 ++++++----- tracdap-plugins/aws-config/build.gradle | 11 ++++++----- tracdap-plugins/gcp-config/build.gradle | 11 ++++++----- tracdap-services/tracdap-gateway/build.gradle | 11 ++++++----- tracdap-services/tracdap-svc-data/build.gradle | 11 ++++++----- tracdap-services/tracdap-svc-meta/build.gradle | 11 ++++++----- tracdap-services/tracdap-svc-orch/build.gradle | 11 ++++++----- tracdap-services/tracdap-webserver/build.gradle | 11 ++++++----- tracdap-tools/deploy-metadb/build.gradle | 11 ++++++----- 38 files changed, 228 insertions(+), 190 deletions(-) diff --git a/build.gradle b/build.gradle index a67fd6a1b..9dabd9f5e 100644 --- a/build.gradle +++ b/build.gradle @@ -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/gradle/base-java.gradle b/gradle/base-java.gradle index 17fd40d60..ff04fceba 100644 --- a/gradle/base-java.gradle +++ b/gradle/base-java.gradle @@ -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/gradle/functions.gradle b/gradle/functions.gradle index 2e37a5921..e44475a7a 100644 --- a/gradle/functions.gradle +++ b/gradle/functions.gradle @@ -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/gradle/plugins.gradle b/gradle/plugins.gradle index 0f7493508..5e4e7f355 100644 --- a/gradle/plugins.gradle +++ b/gradle/plugins.gradle @@ -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/gradle/versions.gradle b/gradle/versions.gradle index 6a3c35354..5bbb20c70 100644 --- a/gradle/versions.gradle +++ b/gradle/versions.gradle @@ -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/settings.gradle b/settings.gradle index c22b594e9..5ce736140 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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/tracdap-api/tracdap-metadata/build.gradle b/tracdap-api/tracdap-metadata/build.gradle index 49ceaa311..11f840720 100644 --- a/tracdap-api/tracdap-metadata/build.gradle +++ b/tracdap-api/tracdap-metadata/build.gradle @@ -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/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/custom.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/custom.proto index fe92a54c7..a030d206a 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/custom.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/custom.proto @@ -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/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/data.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/data.proto index 78a476534..728e0f09c 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/data.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/data.proto @@ -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/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/file.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/file.proto index b5f268fb0..971a51bc4 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/file.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/file.proto @@ -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/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/flow.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/flow.proto index 5ecbf58e8..55cd3b5ac 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/flow.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/flow.proto @@ -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/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/job.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/job.proto index 9f7761b4f..ca8715a97 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/job.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/job.proto @@ -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/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/model.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/model.proto index ee3856b4b..8f833163a 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/model.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/model.proto @@ -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/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/object.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/object.proto index 0d6cf2527..4c27d5ecc 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/object.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/object.proto @@ -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/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/object_id.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/object_id.proto index cbe84b6ab..c2c2437bf 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/object_id.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/object_id.proto @@ -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/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/resource.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/resource.proto index 704563f72..a79cc8003 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/resource.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/resource.proto @@ -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/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/search.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/search.proto index 4d5c06cbd..38f8c4a58 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/search.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/search.proto @@ -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/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/tag.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/tag.proto index e7d350eb5..1cf24c87e 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/tag.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/tag.proto @@ -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/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/tag_update.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/tag_update.proto index 238fc962a..840cbbed7 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/tag_update.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/tag_update.proto @@ -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/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/type.proto b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/type.proto index 7afb89a07..075475413 100644 --- a/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/type.proto +++ b/tracdap-api/tracdap-metadata/src/main/proto/tracdap/metadata/type.proto @@ -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/tracdap-api/tracdap-services/build.gradle b/tracdap-api/tracdap-services/build.gradle index 7aef59e90..07185fef5 100644 --- a/tracdap-api/tracdap-services/build.gradle +++ b/tracdap-api/tracdap-services/build.gradle @@ -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/tracdap-api/tracdap-services/src/main/proto/tracdap/api/data.proto b/tracdap-api/tracdap-services/src/main/proto/tracdap/api/data.proto index 9d57e3b4a..13f307f0c 100644 --- a/tracdap-api/tracdap-services/src/main/proto/tracdap/api/data.proto +++ b/tracdap-api/tracdap-services/src/main/proto/tracdap/api/data.proto @@ -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/tracdap-api/tracdap-services/src/main/proto/tracdap/api/internal/metadata_trusted.proto b/tracdap-api/tracdap-services/src/main/proto/tracdap/api/internal/metadata_trusted.proto index 042b9a9ea..accca3536 100644 --- a/tracdap-api/tracdap-services/src/main/proto/tracdap/api/internal/metadata_trusted.proto +++ b/tracdap-api/tracdap-services/src/main/proto/tracdap/api/internal/metadata_trusted.proto @@ -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/tracdap-api/tracdap-services/src/main/proto/tracdap/api/metadata.proto b/tracdap-api/tracdap-services/src/main/proto/tracdap/api/metadata.proto index 4c1cb89aa..e0964ac6c 100644 --- a/tracdap-api/tracdap-services/src/main/proto/tracdap/api/metadata.proto +++ b/tracdap-api/tracdap-services/src/main/proto/tracdap/api/metadata.proto @@ -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/tracdap-api/tracdap-services/src/main/proto/tracdap/api/orchestrator.proto b/tracdap-api/tracdap-services/src/main/proto/tracdap/api/orchestrator.proto index bbe6e8164..c306e33ee 100644 --- a/tracdap-api/tracdap-services/src/main/proto/tracdap/api/orchestrator.proto +++ b/tracdap-api/tracdap-services/src/main/proto/tracdap/api/orchestrator.proto @@ -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/tracdap-libs/tracdap-lib-auth/build.gradle b/tracdap-libs/tracdap-lib-auth/build.gradle index 2acd3f121..a08b65a20 100644 --- a/tracdap-libs/tracdap-lib-auth/build.gradle +++ b/tracdap-libs/tracdap-lib-auth/build.gradle @@ -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/tracdap-libs/tracdap-lib-common/build.gradle b/tracdap-libs/tracdap-lib-common/build.gradle index fa8046fc6..f97e473df 100644 --- a/tracdap-libs/tracdap-lib-common/build.gradle +++ b/tracdap-libs/tracdap-lib-common/build.gradle @@ -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/tracdap-libs/tracdap-lib-data/build.gradle b/tracdap-libs/tracdap-lib-data/build.gradle index 187a39e64..5416f1f1a 100644 --- a/tracdap-libs/tracdap-lib-data/build.gradle +++ b/tracdap-libs/tracdap-lib-data/build.gradle @@ -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/tracdap-libs/tracdap-lib-db/build.gradle b/tracdap-libs/tracdap-lib-db/build.gradle index 6301e2b69..82d240761 100644 --- a/tracdap-libs/tracdap-lib-db/build.gradle +++ b/tracdap-libs/tracdap-lib-db/build.gradle @@ -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/tracdap-libs/tracdap-lib-validation/build.gradle b/tracdap-libs/tracdap-lib-validation/build.gradle index 67298b91c..360db1c13 100644 --- a/tracdap-libs/tracdap-lib-validation/build.gradle +++ b/tracdap-libs/tracdap-lib-validation/build.gradle @@ -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/tracdap-plugins/aws-config/build.gradle b/tracdap-plugins/aws-config/build.gradle index 1d900e7b5..a89c0c647 100644 --- a/tracdap-plugins/aws-config/build.gradle +++ b/tracdap-plugins/aws-config/build.gradle @@ -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/tracdap-plugins/gcp-config/build.gradle b/tracdap-plugins/gcp-config/build.gradle index 3b6a1b440..8b5913106 100644 --- a/tracdap-plugins/gcp-config/build.gradle +++ b/tracdap-plugins/gcp-config/build.gradle @@ -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/tracdap-services/tracdap-gateway/build.gradle b/tracdap-services/tracdap-gateway/build.gradle index 0ec2be8d9..d7592022e 100644 --- a/tracdap-services/tracdap-gateway/build.gradle +++ b/tracdap-services/tracdap-gateway/build.gradle @@ -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/tracdap-services/tracdap-svc-data/build.gradle b/tracdap-services/tracdap-svc-data/build.gradle index 0ed022473..6a6540108 100644 --- a/tracdap-services/tracdap-svc-data/build.gradle +++ b/tracdap-services/tracdap-svc-data/build.gradle @@ -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/tracdap-services/tracdap-svc-meta/build.gradle b/tracdap-services/tracdap-svc-meta/build.gradle index b778afdf3..aee3c0a5c 100644 --- a/tracdap-services/tracdap-svc-meta/build.gradle +++ b/tracdap-services/tracdap-svc-meta/build.gradle @@ -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/tracdap-services/tracdap-svc-orch/build.gradle b/tracdap-services/tracdap-svc-orch/build.gradle index d85df9f30..6b122f95e 100644 --- a/tracdap-services/tracdap-svc-orch/build.gradle +++ b/tracdap-services/tracdap-svc-orch/build.gradle @@ -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/tracdap-services/tracdap-webserver/build.gradle b/tracdap-services/tracdap-webserver/build.gradle index cc40a59cc..a7884c75d 100644 --- a/tracdap-services/tracdap-webserver/build.gradle +++ b/tracdap-services/tracdap-webserver/build.gradle @@ -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/tracdap-tools/deploy-metadb/build.gradle b/tracdap-tools/deploy-metadb/build.gradle index fa9cd9bd2..f145884c2 100644 --- a/tracdap-tools/deploy-metadb/build.gradle +++ b/tracdap-tools/deploy-metadb/build.gradle @@ -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 *