From 3b614b409b8b9b6e69b3d021f3f31a9e3bd3c639 Mon Sep 17 00:00:00 2001 From: Nigel Jones Date: Tue, 7 Mar 2023 10:17:09 +0000 Subject: [PATCH] #6992 Fix remaining check violations Signed-off-by: Nigel Jones --- .../assetowner/metadataelements/CertificationElement.java | 2 +- .../metadataelements/CertificationElement.java | 2 +- .../fvt/client/Configs/GlossaryAuthorViewConfig.java | 1 + .../fvt/client/Configs/GlossaryAuthorViewConfigClient.java | 1 + .../glossaryauthor/fvt/client/GlossaryAuthorViewRestClient.java | 1 + .../fvt/client/category/GlossaryAuthorViewCategory.java | 1 + .../fvt/client/category/GlossaryAuthorViewCategoryClient.java | 1 + .../fvt/client/glossarys/GlossaryAuthorViewGlossary.java | 1 + .../fvt/client/glossarys/GlossaryAuthorViewGlossaryClient.java | 1 + .../fvt/client/graph/GlossaryAuthorViewGraph.java | 1 + .../fvt/client/graph/GlossaryAuthorViewGraphClient.java | 1 + .../fvt/client/project/GlossaryAuthorViewProject.java | 1 + .../fvt/client/project/GlossaryAuthorViewProjectClient.java | 1 + .../client/relationships/GlossaryAuthorViewRelationships.java | 1 + .../relationships/GlossaryAuthorViewRelationshipsClient.java | 1 + .../GlossaryAuthorViewSubjectAreaDefinitionCategory.java | 1 + .../GlossaryAuthorViewSubjectAreaDefinitionCategoryClient.java | 1 + .../glossaryauthor/fvt/client/term/GlossaryAuthorViewTerm.java | 1 + .../fvt/client/term/GlossaryAuthorViewTermClient.java | 1 + 19 files changed, 19 insertions(+), 2 deletions(-) diff --git a/open-metadata-implementation/access-services/asset-owner/asset-owner-api/src/main/java/org/odpi/openmetadata/accessservices/assetowner/metadataelements/CertificationElement.java b/open-metadata-implementation/access-services/asset-owner/asset-owner-api/src/main/java/org/odpi/openmetadata/accessservices/assetowner/metadataelements/CertificationElement.java index 5324582e6d..6b9e7fd922 100644 --- a/open-metadata-implementation/access-services/asset-owner/asset-owner-api/src/main/java/org/odpi/openmetadata/accessservices/assetowner/metadataelements/CertificationElement.java +++ b/open-metadata-implementation/access-services/asset-owner/asset-owner-api/src/main/java/org/odpi/openmetadata/accessservices/assetowner/metadataelements/CertificationElement.java @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: Apache 2.0 */ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.accessservices.assetowner.metadataelements; diff --git a/open-metadata-implementation/access-services/governance-program/governance-program-api/src/main/java/org/odpi/openmetadata/accessservices/governanceprogram/metadataelements/CertificationElement.java b/open-metadata-implementation/access-services/governance-program/governance-program-api/src/main/java/org/odpi/openmetadata/accessservices/governanceprogram/metadataelements/CertificationElement.java index ac10fc8755..0f933c16e2 100644 --- a/open-metadata-implementation/access-services/governance-program/governance-program-api/src/main/java/org/odpi/openmetadata/accessservices/governanceprogram/metadataelements/CertificationElement.java +++ b/open-metadata-implementation/access-services/governance-program/governance-program-api/src/main/java/org/odpi/openmetadata/accessservices/governanceprogram/metadataelements/CertificationElement.java @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: Apache 2.0 */ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.accessservices.governanceprogram.metadataelements; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/Configs/GlossaryAuthorViewConfig.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/Configs/GlossaryAuthorViewConfig.java index 05e841c288..ad214f448f 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/Configs/GlossaryAuthorViewConfig.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/Configs/GlossaryAuthorViewConfig.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.Configs; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/Configs/GlossaryAuthorViewConfigClient.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/Configs/GlossaryAuthorViewConfigClient.java index 9974b03484..d8bfbd58ea 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/Configs/GlossaryAuthorViewConfigClient.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/Configs/GlossaryAuthorViewConfigClient.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.Configs; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/GlossaryAuthorViewRestClient.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/GlossaryAuthorViewRestClient.java index c0c19becb9..ecdc477f2b 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/GlossaryAuthorViewRestClient.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/GlossaryAuthorViewRestClient.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/category/GlossaryAuthorViewCategory.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/category/GlossaryAuthorViewCategory.java index 707c857cf3..71277cc6b7 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/category/GlossaryAuthorViewCategory.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/category/GlossaryAuthorViewCategory.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.category; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/category/GlossaryAuthorViewCategoryClient.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/category/GlossaryAuthorViewCategoryClient.java index 52471eef87..f5ed00ea30 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/category/GlossaryAuthorViewCategoryClient.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/category/GlossaryAuthorViewCategoryClient.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.category; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/glossarys/GlossaryAuthorViewGlossary.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/glossarys/GlossaryAuthorViewGlossary.java index 81df32b67b..d7f1cfa0f2 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/glossarys/GlossaryAuthorViewGlossary.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/glossarys/GlossaryAuthorViewGlossary.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.glossarys; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/glossarys/GlossaryAuthorViewGlossaryClient.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/glossarys/GlossaryAuthorViewGlossaryClient.java index 770fe2abdd..c70fbb83dd 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/glossarys/GlossaryAuthorViewGlossaryClient.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/glossarys/GlossaryAuthorViewGlossaryClient.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.glossarys; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/graph/GlossaryAuthorViewGraph.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/graph/GlossaryAuthorViewGraph.java index 9e7bb5963c..cd7e9debfe 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/graph/GlossaryAuthorViewGraph.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/graph/GlossaryAuthorViewGraph.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.graph; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/graph/GlossaryAuthorViewGraphClient.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/graph/GlossaryAuthorViewGraphClient.java index 6800c4f5b8..22b1aa04c3 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/graph/GlossaryAuthorViewGraphClient.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/graph/GlossaryAuthorViewGraphClient.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.graph; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/project/GlossaryAuthorViewProject.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/project/GlossaryAuthorViewProject.java index be0ac6c2a4..5646d5284c 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/project/GlossaryAuthorViewProject.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/project/GlossaryAuthorViewProject.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.project; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/project/GlossaryAuthorViewProjectClient.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/project/GlossaryAuthorViewProjectClient.java index 0ea2d8f55d..9cc5142fa1 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/project/GlossaryAuthorViewProjectClient.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/project/GlossaryAuthorViewProjectClient.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.project; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/relationships/GlossaryAuthorViewRelationships.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/relationships/GlossaryAuthorViewRelationships.java index ce5a7f2039..e276091328 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/relationships/GlossaryAuthorViewRelationships.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/relationships/GlossaryAuthorViewRelationships.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.relationships; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/relationships/GlossaryAuthorViewRelationshipsClient.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/relationships/GlossaryAuthorViewRelationshipsClient.java index 97e9c3d14c..191763a2b4 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/relationships/GlossaryAuthorViewRelationshipsClient.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/relationships/GlossaryAuthorViewRelationshipsClient.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.relationships; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/subjectAreaDefinitionCategory/GlossaryAuthorViewSubjectAreaDefinitionCategory.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/subjectAreaDefinitionCategory/GlossaryAuthorViewSubjectAreaDefinitionCategory.java index 4b44d56e05..ca96aef124 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/subjectAreaDefinitionCategory/GlossaryAuthorViewSubjectAreaDefinitionCategory.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/subjectAreaDefinitionCategory/GlossaryAuthorViewSubjectAreaDefinitionCategory.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.subjectAreaDefinitionCategory; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/subjectAreaDefinitionCategory/GlossaryAuthorViewSubjectAreaDefinitionCategoryClient.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/subjectAreaDefinitionCategory/GlossaryAuthorViewSubjectAreaDefinitionCategoryClient.java index 5699341016..d87c9e67ae 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/subjectAreaDefinitionCategory/GlossaryAuthorViewSubjectAreaDefinitionCategoryClient.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/subjectAreaDefinitionCategory/GlossaryAuthorViewSubjectAreaDefinitionCategoryClient.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.subjectAreaDefinitionCategory; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/term/GlossaryAuthorViewTerm.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/term/GlossaryAuthorViewTerm.java index 001670804c..b8915a01e6 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/term/GlossaryAuthorViewTerm.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/term/GlossaryAuthorViewTerm.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.term; diff --git a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/term/GlossaryAuthorViewTermClient.java b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/term/GlossaryAuthorViewTermClient.java index 5f293175fb..0ef34084b3 100644 --- a/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/term/GlossaryAuthorViewTermClient.java +++ b/open-metadata-test/open-metadata-fvt/view-services-fvt/glossary-author-fvt/src/main/java/org/odpi/openmetadata/viewservices/glossaryauthor/fvt/client/term/GlossaryAuthorViewTermClient.java @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.viewservices.glossaryauthor.fvt.client.term;