From ed4fc0f3376c67add485394c270734862bf22a5f Mon Sep 17 00:00:00 2001 From: Ethiraj Krishnamanaidu Date: Fri, 22 Jan 2021 11:53:30 -0600 Subject: [PATCH] Added Apache Headers --- .fossa.yml | 14 ++++++++++++++ .gitlab-ci.yml | 14 ++++++++++++++ .mvn/community-maven.settings.xml | 16 ++++++++++++++++ maven/settings.xml | 16 ++++++++++++++++ pom.xml | 16 ++++++++++++++++ .../common/crs/dates/DatesConversionImpl.java | 14 ++++++++++++++ .../DatesConversionServiceErrorMessages.java | 14 ++++++++++++++ .../osdu/core/common/cryptographic/HmacData.java | 14 ++++++++++++++ .../common/cryptographic/ISignatureService.java | 14 ++++++++++++++ .../common/cryptographic/SignatureService.java | 14 ++++++++++++++ .../cryptographic/SignatureServiceException.java | 14 ++++++++++++++ .../entitlements/AuthorizationServiceImpl.java | 14 ++++++++++++++ .../common/http/FetchServiceHttpRequest.java | 14 ++++++++++++++ .../osdu/core/common/http/HttpConfiguration.java | 14 ++++++++++++++ .../common/http/json/HttpResponseBodyMapper.java | 14 ++++++++++++++ .../json/HttpResponseBodyParsingException.java | 14 ++++++++++++++ .../osdu/core/common/logging/LogUtils.java | 14 ++++++++++++++ .../osdu/core/common/model/AppEngineHeaders.java | 14 ++++++++++++++ .../osdu/core/common/model/http/AppError.java | 14 ++++++++++++++ .../osdu/core/common/model/http/Request.java | 14 ++++++++++++++ .../osdu/core/common/model/http/RequestInfo.java | 14 ++++++++++++++ .../common/model/indexer/DEAnalyzerType.java | 14 ++++++++++++++ .../legal/AllowedLegaltagPropertyValues.java | 14 ++++++++++++++ .../core/common/model/legal/CountryCodes.java | 14 ++++++++++++++ .../core/common/model/legal/DataTypeValues.java | 14 ++++++++++++++ .../osdu/core/common/model/legal/LegalTag.java | 14 ++++++++++++++ .../common/model/legal/ListLegalTagArgs.java | 14 ++++++++++++++ .../common/model/legal/PersistenceException.java | 14 ++++++++++++++ .../osdu/core/common/model/legal/Properties.java | 14 ++++++++++++++ .../core/common/model/legal/ServiceConfig.java | 14 ++++++++++++++ .../common/model/legal/StatusChangedTag.java | 14 ++++++++++++++ .../common/model/legal/StatusChangedTags.java | 14 ++++++++++++++ .../jobs/ComplianceUpdateStoppedException.java | 14 ++++++++++++++ .../ExpirationDateDeserializer.java | 14 ++++++++++++++ .../legal/validation/DataTypeValidator.java | 14 ++++++++++++++ .../legal/validation/DescriptionValidator.java | 14 ++++++++++++++ .../ExportClassificationValidator.java | 14 ++++++++++++++ .../model/legal/validation/NameValidator.java | 14 ++++++++++++++ .../legal/validation/OriginatorValidator.java | 14 ++++++++++++++ .../legal/validation/PersonalDataValidator.java | 14 ++++++++++++++ .../legal/validation/PropertiesValidator.java | 14 ++++++++++++++ .../SecurityClassificationValidator.java | 14 ++++++++++++++ .../model/legal/validation/ValidDataType.java | 14 ++++++++++++++ .../model/legal/validation/ValidDescription.java | 14 ++++++++++++++ .../validation/ValidExportClassification.java | 14 ++++++++++++++ .../validation/ValidLegalTagProperties.java | 14 ++++++++++++++ .../common/model/legal/validation/ValidName.java | 14 ++++++++++++++ .../model/legal/validation/ValidOriginator.java | 14 ++++++++++++++ .../legal/validation/ValidPersonalData.java | 14 ++++++++++++++ .../validation/ValidSecurityClassification.java | 14 ++++++++++++++ .../model/legal/validation/rules/Rule.java | 14 ++++++++++++++ .../common/model/notification/Constants.java | 14 ++++++++++++++ .../common/model/notification/GsaSecret.java | 14 ++++++++++++++ .../model/notification/GsaSecretValue.java | 14 ++++++++++++++ .../common/model/notification/HmacSecret.java | 14 ++++++++++++++ .../core/common/model/notification/Secret.java | 14 ++++++++++++++ .../common/model/notification/Subscription.java | 14 ++++++++++++++ .../model/notification/SubscriptionInfo.java | 14 ++++++++++++++ .../core/common/model/notification/Topic.java | 14 ++++++++++++++ .../common/model/search/SearchException.java | 14 ++++++++++++++ .../common/model/storage/StorageException.java | 14 ++++++++++++++ .../core/common/model/storage/UpsertRecords.java | 14 ++++++++++++++ .../core/common/model/units/DateTimeItem.java | 14 ++++++++++++++ .../osdu/core/common/model/units/IDateTime.java | 14 ++++++++++++++ .../osdu/core/common/model/units/impl/Date.java | 14 ++++++++++++++ .../core/common/model/units/impl/DateTime.java | 14 ++++++++++++++ .../notification/ISubscriptionFactory.java | 14 ++++++++++++++ .../notification/ISubscriptionService.java | 14 ++++++++++++++ .../notification/SubscriptionAPIConfig.java | 14 ++++++++++++++ .../notification/SubscriptionException.java | 14 ++++++++++++++ .../common/notification/SubscriptionFactory.java | 14 ++++++++++++++ .../common/notification/SubscriptionService.java | 14 ++++++++++++++ .../osdu/core/common/partition/Property.java | 14 ++++++++++++++ .../provider/interfaces/IAttributesCache.java | 14 ++++++++++++++ .../interfaces/IElasticCredentialsCache.java | 14 ++++++++++++++ .../common/provider/interfaces/IIndexCache.java | 14 ++++++++++++++ .../common/provider/interfaces/IJwtCache.java | 14 ++++++++++++++ .../common/provider/interfaces/IKindsCache.java | 14 ++++++++++++++ .../common/provider/interfaces/IKmsClient.java | 14 ++++++++++++++ .../common/provider/interfaces/IRequestInfo.java | 14 ++++++++++++++ .../osdu/core/common/search/ISearchFactory.java | 14 ++++++++++++++ .../osdu/core/common/search/ISearchService.java | 14 ++++++++++++++ .../osdu/core/common/search/SearchAPIConfig.java | 14 ++++++++++++++ .../osdu/core/common/search/SearchFactory.java | 14 ++++++++++++++ .../osdu/core/common/search/SearchService.java | 14 ++++++++++++++ .../core/common/storage/IStorageFactory.java | 14 ++++++++++++++ .../core/common/storage/IStorageService.java | 14 ++++++++++++++ .../core/common/storage/StorageAPIConfig.java | 14 ++++++++++++++ .../osdu/core/common/storage/StorageFactory.java | 14 ++++++++++++++ .../osdu/core/common/storage/StorageService.java | 14 ++++++++++++++ .../opengroup/osdu/core/common/util/Crc32c.java | 14 ++++++++++++++ .../osdu/core/common/util/JsonUtils.java | 14 ++++++++++++++ .../core/common/util/SerializationUtils.java | 14 ++++++++++++++ .../core/common/crs/CrsConverterServiceTest.java | 14 ++++++++++++++ .../core/common/crs/UnitConversionTests.java | 14 ++++++++++++++ .../common/crs/dates/DatesConversionTests.java | 14 ++++++++++++++ .../cryptographic/SignatureServiceTest.java | 14 ++++++++++++++ .../entitlements/EntitlementsServiceTest.java | 14 ++++++++++++++ .../common/http/HttpResponseBodyMapperTest.java | 14 ++++++++++++++ .../core/common/logging/JaxRsDpsLogTest.java | 14 ++++++++++++++ .../common/model/indexer/DEAnalyzerTypeTest.java | 14 ++++++++++++++ .../model/legal/LegalTagSerializationTest.java | 14 ++++++++++++++ .../ExportClassificationValidatorTests.java | 14 ++++++++++++++ .../common/model/search/SearchExceptionTest.java | 14 ++++++++++++++ .../model/storage/ConversionStatusTest.java | 14 ++++++++++++++ .../model/storage/StorageExceptionTest.java | 14 ++++++++++++++ .../common/model/units/DateTimeParseTests.java | 14 ++++++++++++++ .../core/common/model/units/JsonUtilsTest.java | 14 ++++++++++++++ .../notification/SubscriptionServiceTest.java | 14 ++++++++++++++ .../core/common/search/SearchFactoryTest.java | 14 ++++++++++++++ .../core/common/search/SearchServiceTest.java | 14 ++++++++++++++ .../AuthorizationServiceImplTest.java | 14 ++++++++++++++ .../core/common/storage/StorageFactoryTest.java | 14 ++++++++++++++ .../core/common/storage/StorageServiceTest.java | 14 ++++++++++++++ 114 files changed, 1602 insertions(+) diff --git a/.fossa.yml b/.fossa.yml index 999f0e6..1c63bdc 100644 --- a/.fossa.yml +++ b/.fossa.yml @@ -1,3 +1,17 @@ +# Copyright 2021 Schlumberger +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# 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. + # Generated by FOSSA CLI (https://github.com/fossas/fossa-cli) # Visit https://fossa.com to learn more diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d80dd02..ae39df3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,17 @@ +# Copyright 2021 Schlumberger +# +# 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 +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# 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. + include: - project: 'osdu/platform/ci-cd-pipelines' ref: 'master' diff --git a/.mvn/community-maven.settings.xml b/.mvn/community-maven.settings.xml index d806d4c..6fb4fdd 100644 --- a/.mvn/community-maven.settings.xml +++ b/.mvn/community-maven.settings.xml @@ -1,3 +1,19 @@ + + diff --git a/maven/settings.xml b/maven/settings.xml index c796051..beb9cb1 100644 --- a/maven/settings.xml +++ b/maven/settings.xml @@ -1,4 +1,20 @@ + + diff --git a/pom.xml b/pom.xml index 8979f3a..bcfb34c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,4 +1,20 @@ + + diff --git a/src/main/java/org/opengroup/osdu/core/common/crs/dates/DatesConversionImpl.java b/src/main/java/org/opengroup/osdu/core/common/crs/dates/DatesConversionImpl.java index d186a9c..86cb54e 100644 --- a/src/main/java/org/opengroup/osdu/core/common/crs/dates/DatesConversionImpl.java +++ b/src/main/java/org/opengroup/osdu/core/common/crs/dates/DatesConversionImpl.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.crs.dates; import com.google.gson.JsonArray; diff --git a/src/main/java/org/opengroup/osdu/core/common/crs/dates/DatesConversionServiceErrorMessages.java b/src/main/java/org/opengroup/osdu/core/common/crs/dates/DatesConversionServiceErrorMessages.java index 6d7c201..763fd3e 100644 --- a/src/main/java/org/opengroup/osdu/core/common/crs/dates/DatesConversionServiceErrorMessages.java +++ b/src/main/java/org/opengroup/osdu/core/common/crs/dates/DatesConversionServiceErrorMessages.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.crs.dates; public class DatesConversionServiceErrorMessages { diff --git a/src/main/java/org/opengroup/osdu/core/common/cryptographic/HmacData.java b/src/main/java/org/opengroup/osdu/core/common/cryptographic/HmacData.java index e578a3f..058a061 100644 --- a/src/main/java/org/opengroup/osdu/core/common/cryptographic/HmacData.java +++ b/src/main/java/org/opengroup/osdu/core/common/cryptographic/HmacData.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.cryptographic; import lombok.AllArgsConstructor; diff --git a/src/main/java/org/opengroup/osdu/core/common/cryptographic/ISignatureService.java b/src/main/java/org/opengroup/osdu/core/common/cryptographic/ISignatureService.java index 0aab098..fdba675 100644 --- a/src/main/java/org/opengroup/osdu/core/common/cryptographic/ISignatureService.java +++ b/src/main/java/org/opengroup/osdu/core/common/cryptographic/ISignatureService.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.cryptographic; public interface ISignatureService { diff --git a/src/main/java/org/opengroup/osdu/core/common/cryptographic/SignatureService.java b/src/main/java/org/opengroup/osdu/core/common/cryptographic/SignatureService.java index 1f70ac0..69dcc6d 100644 --- a/src/main/java/org/opengroup/osdu/core/common/cryptographic/SignatureService.java +++ b/src/main/java/org/opengroup/osdu/core/common/cryptographic/SignatureService.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.cryptographic; import com.google.common.base.Strings; diff --git a/src/main/java/org/opengroup/osdu/core/common/cryptographic/SignatureServiceException.java b/src/main/java/org/opengroup/osdu/core/common/cryptographic/SignatureServiceException.java index e0f15ec..fdf4ff0 100644 --- a/src/main/java/org/opengroup/osdu/core/common/cryptographic/SignatureServiceException.java +++ b/src/main/java/org/opengroup/osdu/core/common/cryptographic/SignatureServiceException.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.cryptographic; public class SignatureServiceException extends Exception { diff --git a/src/main/java/org/opengroup/osdu/core/common/entitlements/AuthorizationServiceImpl.java b/src/main/java/org/opengroup/osdu/core/common/entitlements/AuthorizationServiceImpl.java index 4c3d87c..daf50d9 100644 --- a/src/main/java/org/opengroup/osdu/core/common/entitlements/AuthorizationServiceImpl.java +++ b/src/main/java/org/opengroup/osdu/core/common/entitlements/AuthorizationServiceImpl.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.entitlements; import org.opengroup.osdu.core.common.model.entitlements.AuthorizationResponse; diff --git a/src/main/java/org/opengroup/osdu/core/common/http/FetchServiceHttpRequest.java b/src/main/java/org/opengroup/osdu/core/common/http/FetchServiceHttpRequest.java index c23a524..d2c440c 100644 --- a/src/main/java/org/opengroup/osdu/core/common/http/FetchServiceHttpRequest.java +++ b/src/main/java/org/opengroup/osdu/core/common/http/FetchServiceHttpRequest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.http; import org.opengroup.osdu.core.common.model.http.DpsHeaders; diff --git a/src/main/java/org/opengroup/osdu/core/common/http/HttpConfiguration.java b/src/main/java/org/opengroup/osdu/core/common/http/HttpConfiguration.java index 01fdc6d..a59a225 100644 --- a/src/main/java/org/opengroup/osdu/core/common/http/HttpConfiguration.java +++ b/src/main/java/org/opengroup/osdu/core/common/http/HttpConfiguration.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.http; import com.fasterxml.jackson.annotation.JsonInclude; diff --git a/src/main/java/org/opengroup/osdu/core/common/http/json/HttpResponseBodyMapper.java b/src/main/java/org/opengroup/osdu/core/common/http/json/HttpResponseBodyMapper.java index 7f51d0c..68ebe89 100644 --- a/src/main/java/org/opengroup/osdu/core/common/http/json/HttpResponseBodyMapper.java +++ b/src/main/java/org/opengroup/osdu/core/common/http/json/HttpResponseBodyMapper.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.http.json; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/src/main/java/org/opengroup/osdu/core/common/http/json/HttpResponseBodyParsingException.java b/src/main/java/org/opengroup/osdu/core/common/http/json/HttpResponseBodyParsingException.java index 9442b72..864ac9d 100644 --- a/src/main/java/org/opengroup/osdu/core/common/http/json/HttpResponseBodyParsingException.java +++ b/src/main/java/org/opengroup/osdu/core/common/http/json/HttpResponseBodyParsingException.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.http.json; public class HttpResponseBodyParsingException extends Exception { diff --git a/src/main/java/org/opengroup/osdu/core/common/logging/LogUtils.java b/src/main/java/org/opengroup/osdu/core/common/logging/LogUtils.java index 5985c6d..52ee45f 100644 --- a/src/main/java/org/opengroup/osdu/core/common/logging/LogUtils.java +++ b/src/main/java/org/opengroup/osdu/core/common/logging/LogUtils.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.logging; import org.apache.commons.lang3.StringUtils; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/AppEngineHeaders.java b/src/main/java/org/opengroup/osdu/core/common/model/AppEngineHeaders.java index d69d633..f1e9cc3 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/AppEngineHeaders.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/AppEngineHeaders.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model; public class AppEngineHeaders { diff --git a/src/main/java/org/opengroup/osdu/core/common/model/http/AppError.java b/src/main/java/org/opengroup/osdu/core/common/model/http/AppError.java index 8786f8b..f614b40 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/http/AppError.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/http/AppError.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.http; import com.fasterxml.jackson.annotation.JsonIgnore; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/http/Request.java b/src/main/java/org/opengroup/osdu/core/common/model/http/Request.java index 6ca7f8e..930c719 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/http/Request.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/http/Request.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.http; import lombok.Builder; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/http/RequestInfo.java b/src/main/java/org/opengroup/osdu/core/common/model/http/RequestInfo.java index 0cca133..f22909a 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/http/RequestInfo.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/http/RequestInfo.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.http; import com.google.common.base.Strings; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/indexer/DEAnalyzerType.java b/src/main/java/org/opengroup/osdu/core/common/model/indexer/DEAnalyzerType.java index 4a52e84..949829f 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/indexer/DEAnalyzerType.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/indexer/DEAnalyzerType.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.indexer; public enum DEAnalyzerType { diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/AllowedLegaltagPropertyValues.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/AllowedLegaltagPropertyValues.java index def56e9..2845e27 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/AllowedLegaltagPropertyValues.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/AllowedLegaltagPropertyValues.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal; import org.opengroup.osdu.core.common.model.http.RequestInfo; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/CountryCodes.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/CountryCodes.java index bd6490e..75b55f7 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/CountryCodes.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/CountryCodes.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal; import java.util.HashMap; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/DataTypeValues.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/DataTypeValues.java index 0e9d7fb..8dbfae6 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/DataTypeValues.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/DataTypeValues.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal; import org.opengroup.osdu.core.common.model.tenant.TenantInfo; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/LegalTag.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/LegalTag.java index 9fe2ba4..03a2728 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/LegalTag.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/LegalTag.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal; import org.opengroup.osdu.core.common.model.legal.validation.ValidDescription; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/ListLegalTagArgs.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/ListLegalTagArgs.java index 2be4858..a3c53f0 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/ListLegalTagArgs.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/ListLegalTagArgs.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal; import lombok.Data; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/PersistenceException.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/PersistenceException.java index d52101f..e43ba26 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/PersistenceException.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/PersistenceException.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal; import java.util.Collection; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/Properties.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/Properties.java index e34eaa0..a9223d8 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/Properties.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/Properties.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal; import com.fasterxml.jackson.annotation.JsonFormat; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/ServiceConfig.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/ServiceConfig.java index b018166..c682823 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/ServiceConfig.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/ServiceConfig.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal; import org.springframework.beans.factory.annotation.Value; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/StatusChangedTag.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/StatusChangedTag.java index 1142a9b..dec14a1 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/StatusChangedTag.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/StatusChangedTag.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal; import lombok.Data; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/StatusChangedTags.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/StatusChangedTags.java index db552c2..bd5659d 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/StatusChangedTags.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/StatusChangedTags.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal; import lombok.Data; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/jobs/ComplianceUpdateStoppedException.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/jobs/ComplianceUpdateStoppedException.java index 04a6b73..e44c579 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/jobs/ComplianceUpdateStoppedException.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/jobs/ComplianceUpdateStoppedException.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.jobs; public class ComplianceUpdateStoppedException extends Exception { diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/serialization/ExpirationDateDeserializer.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/serialization/ExpirationDateDeserializer.java index 062d860..a67d2c5 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/serialization/ExpirationDateDeserializer.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/serialization/ExpirationDateDeserializer.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.serialization; import com.fasterxml.jackson.core.JsonParser; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/DataTypeValidator.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/DataTypeValidator.java index 03c1024..539dbb2 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/DataTypeValidator.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/DataTypeValidator.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import org.opengroup.osdu.core.common.model.legal.DataTypeValues; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/DescriptionValidator.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/DescriptionValidator.java index 5b80e6f..fe6d559 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/DescriptionValidator.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/DescriptionValidator.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import com.google.common.base.Strings; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ExportClassificationValidator.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ExportClassificationValidator.java index 7662b78..80852b9 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ExportClassificationValidator.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ExportClassificationValidator.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import com.google.common.base.Strings; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/NameValidator.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/NameValidator.java index f74eef6..cfb9f17 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/NameValidator.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/NameValidator.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import com.google.common.base.Strings; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/OriginatorValidator.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/OriginatorValidator.java index 32fb59d..6fb2c96 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/OriginatorValidator.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/OriginatorValidator.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import com.google.common.base.Strings; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/PersonalDataValidator.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/PersonalDataValidator.java index 0b94db9..a9ab08d 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/PersonalDataValidator.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/PersonalDataValidator.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import org.opengroup.osdu.core.common.model.legal.AllowedLegaltagPropertyValues; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/PropertiesValidator.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/PropertiesValidator.java index 61c5b05..f53000f 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/PropertiesValidator.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/PropertiesValidator.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import org.opengroup.osdu.core.common.model.legal.Properties; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/SecurityClassificationValidator.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/SecurityClassificationValidator.java index d97a449..aec480f 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/SecurityClassificationValidator.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/SecurityClassificationValidator.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import org.opengroup.osdu.core.common.model.legal.AllowedLegaltagPropertyValues; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidDataType.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidDataType.java index 8634962..aac7b01 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidDataType.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidDataType.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import javax.validation.Constraint; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidDescription.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidDescription.java index 71f6ed5..00f5241 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidDescription.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidDescription.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import javax.validation.Constraint; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidExportClassification.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidExportClassification.java index 1395484..7c7912a 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidExportClassification.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidExportClassification.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import javax.validation.Constraint; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidLegalTagProperties.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidLegalTagProperties.java index 3f8613d..05d8895 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidLegalTagProperties.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidLegalTagProperties.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import javax.validation.Constraint; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidName.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidName.java index 0b3df9e..e352184 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidName.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidName.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import javax.validation.Constraint; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidOriginator.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidOriginator.java index 45ff813..4a3c358 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidOriginator.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidOriginator.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import javax.validation.Constraint; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidPersonalData.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidPersonalData.java index 883c257..93ae981 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidPersonalData.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidPersonalData.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import javax.validation.Constraint; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidSecurityClassification.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidSecurityClassification.java index 645522f..b9d3359 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidSecurityClassification.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/ValidSecurityClassification.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import javax.validation.Constraint; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/rules/Rule.java b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/rules/Rule.java index 9db4a56..71d83f1 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/rules/Rule.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/legal/validation/rules/Rule.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation.rules; import com.google.common.base.Strings; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/notification/Constants.java b/src/main/java/org/opengroup/osdu/core/common/model/notification/Constants.java index c8a1c3e..48e5416 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/notification/Constants.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/notification/Constants.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.notification; class Constants { diff --git a/src/main/java/org/opengroup/osdu/core/common/model/notification/GsaSecret.java b/src/main/java/org/opengroup/osdu/core/common/model/notification/GsaSecret.java index 4f03bb8..3383505 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/notification/GsaSecret.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/notification/GsaSecret.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.notification; import lombok.Data; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/notification/GsaSecretValue.java b/src/main/java/org/opengroup/osdu/core/common/model/notification/GsaSecretValue.java index 8416154..c7dc177 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/notification/GsaSecretValue.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/notification/GsaSecretValue.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.notification; import lombok.AllArgsConstructor; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/notification/HmacSecret.java b/src/main/java/org/opengroup/osdu/core/common/model/notification/HmacSecret.java index 393f5fb..9c4e628 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/notification/HmacSecret.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/notification/HmacSecret.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.notification; import lombok.Data; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/notification/Secret.java b/src/main/java/org/opengroup/osdu/core/common/model/notification/Secret.java index 1da38c8..6a17257 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/notification/Secret.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/notification/Secret.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.notification; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/notification/Subscription.java b/src/main/java/org/opengroup/osdu/core/common/model/notification/Subscription.java index 3a1ef28..1be8506 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/notification/Subscription.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/notification/Subscription.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.notification; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/notification/SubscriptionInfo.java b/src/main/java/org/opengroup/osdu/core/common/model/notification/SubscriptionInfo.java index cbbcd52..c460e79 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/notification/SubscriptionInfo.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/notification/SubscriptionInfo.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.notification; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/notification/Topic.java b/src/main/java/org/opengroup/osdu/core/common/model/notification/Topic.java index e6b52c3..8aa2493 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/notification/Topic.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/notification/Topic.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.notification; import lombok.Data; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/search/SearchException.java b/src/main/java/org/opengroup/osdu/core/common/model/search/SearchException.java index 9040b09..cf49fd4 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/search/SearchException.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/search/SearchException.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.search; import org.opengroup.osdu.core.common.model.http.DpsException; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/storage/StorageException.java b/src/main/java/org/opengroup/osdu/core/common/model/storage/StorageException.java index e35000e..41e9ad4 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/storage/StorageException.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/storage/StorageException.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.storage; import org.opengroup.osdu.core.common.model.http.DpsException; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/storage/UpsertRecords.java b/src/main/java/org/opengroup/osdu/core/common/model/storage/UpsertRecords.java index 143f230..62755ee 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/storage/UpsertRecords.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/storage/UpsertRecords.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.storage; import lombok.Data; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/units/DateTimeItem.java b/src/main/java/org/opengroup/osdu/core/common/model/units/DateTimeItem.java index 1d2b9fe..249291e 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/units/DateTimeItem.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/units/DateTimeItem.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.units; import lombok.Data; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/units/IDateTime.java b/src/main/java/org/opengroup/osdu/core/common/model/units/IDateTime.java index e253b22..06b9483 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/units/IDateTime.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/units/IDateTime.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.units; import java.time.DateTimeException; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/units/impl/Date.java b/src/main/java/org/opengroup/osdu/core/common/model/units/impl/Date.java index 379ec68..40540d4 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/units/impl/Date.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/units/impl/Date.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.units.impl; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.AllArgsConstructor; diff --git a/src/main/java/org/opengroup/osdu/core/common/model/units/impl/DateTime.java b/src/main/java/org/opengroup/osdu/core/common/model/units/impl/DateTime.java index e2214e7..b6513f7 100644 --- a/src/main/java/org/opengroup/osdu/core/common/model/units/impl/DateTime.java +++ b/src/main/java/org/opengroup/osdu/core/common/model/units/impl/DateTime.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.units.impl; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.AllArgsConstructor; diff --git a/src/main/java/org/opengroup/osdu/core/common/notification/ISubscriptionFactory.java b/src/main/java/org/opengroup/osdu/core/common/notification/ISubscriptionFactory.java index 74187fc..27b1fc2 100644 --- a/src/main/java/org/opengroup/osdu/core/common/notification/ISubscriptionFactory.java +++ b/src/main/java/org/opengroup/osdu/core/common/notification/ISubscriptionFactory.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.notification; import org.opengroup.osdu.core.common.model.http.DpsHeaders; diff --git a/src/main/java/org/opengroup/osdu/core/common/notification/ISubscriptionService.java b/src/main/java/org/opengroup/osdu/core/common/notification/ISubscriptionService.java index b3e00ff..4476260 100644 --- a/src/main/java/org/opengroup/osdu/core/common/notification/ISubscriptionService.java +++ b/src/main/java/org/opengroup/osdu/core/common/notification/ISubscriptionService.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.notification; import org.opengroup.osdu.core.common.model.notification.Subscription; diff --git a/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionAPIConfig.java b/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionAPIConfig.java index 9db988b..f5462a6 100644 --- a/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionAPIConfig.java +++ b/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionAPIConfig.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.notification; import lombok.Builder; diff --git a/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionException.java b/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionException.java index 761b6e3..2babb0e 100644 --- a/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionException.java +++ b/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionException.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.notification; import lombok.Data; diff --git a/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionFactory.java b/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionFactory.java index 30c867b..37c52d9 100644 --- a/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionFactory.java +++ b/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionFactory.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.notification; import org.opengroup.osdu.core.common.http.HttpClient; diff --git a/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionService.java b/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionService.java index 76221b1..d7884eb 100644 --- a/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionService.java +++ b/src/main/java/org/opengroup/osdu/core/common/notification/SubscriptionService.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.notification; import com.fasterxml.jackson.core.type.TypeReference; diff --git a/src/main/java/org/opengroup/osdu/core/common/partition/Property.java b/src/main/java/org/opengroup/osdu/core/common/partition/Property.java index 8de3c2e..ad0759a 100644 --- a/src/main/java/org/opengroup/osdu/core/common/partition/Property.java +++ b/src/main/java/org/opengroup/osdu/core/common/partition/Property.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.partition; import lombok.AllArgsConstructor; diff --git a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IAttributesCache.java b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IAttributesCache.java index 5cc97b3..c7952b9 100644 --- a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IAttributesCache.java +++ b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IAttributesCache.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.provider.interfaces; import org.opengroup.osdu.core.common.cache.ICache; diff --git a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IElasticCredentialsCache.java b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IElasticCredentialsCache.java index 7a14e77..bc5e0c5 100644 --- a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IElasticCredentialsCache.java +++ b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IElasticCredentialsCache.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.provider.interfaces; import org.opengroup.osdu.core.common.cache.ICache; diff --git a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IIndexCache.java b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IIndexCache.java index 44bde52..6aceb9b 100644 --- a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IIndexCache.java +++ b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IIndexCache.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.provider.interfaces; diff --git a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IJwtCache.java b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IJwtCache.java index 7bbb445..f5bcf0b 100644 --- a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IJwtCache.java +++ b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IJwtCache.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.provider.interfaces; import org.opengroup.osdu.core.common.cache.ICache; diff --git a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IKindsCache.java b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IKindsCache.java index c4d4130..d35cf4f 100644 --- a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IKindsCache.java +++ b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IKindsCache.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.provider.interfaces; import org.opengroup.osdu.core.common.cache.ICache; diff --git a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IKmsClient.java b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IKmsClient.java index a4180f8..fb39057 100644 --- a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IKmsClient.java +++ b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IKmsClient.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.provider.interfaces; import java.io.IOException; diff --git a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IRequestInfo.java b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IRequestInfo.java index 489777d..854dca1 100644 --- a/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IRequestInfo.java +++ b/src/main/java/org/opengroup/osdu/core/common/provider/interfaces/IRequestInfo.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.provider.interfaces; diff --git a/src/main/java/org/opengroup/osdu/core/common/search/ISearchFactory.java b/src/main/java/org/opengroup/osdu/core/common/search/ISearchFactory.java index 26e3d4b..fd0388e 100644 --- a/src/main/java/org/opengroup/osdu/core/common/search/ISearchFactory.java +++ b/src/main/java/org/opengroup/osdu/core/common/search/ISearchFactory.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.search; import org.opengroup.osdu.core.common.model.http.DpsHeaders; diff --git a/src/main/java/org/opengroup/osdu/core/common/search/ISearchService.java b/src/main/java/org/opengroup/osdu/core/common/search/ISearchService.java index b4514e8..3f1a69b 100644 --- a/src/main/java/org/opengroup/osdu/core/common/search/ISearchService.java +++ b/src/main/java/org/opengroup/osdu/core/common/search/ISearchService.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.search; import com.google.gson.JsonObject; diff --git a/src/main/java/org/opengroup/osdu/core/common/search/SearchAPIConfig.java b/src/main/java/org/opengroup/osdu/core/common/search/SearchAPIConfig.java index ac84a40..89429f8 100644 --- a/src/main/java/org/opengroup/osdu/core/common/search/SearchAPIConfig.java +++ b/src/main/java/org/opengroup/osdu/core/common/search/SearchAPIConfig.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.search; import lombok.Builder; diff --git a/src/main/java/org/opengroup/osdu/core/common/search/SearchFactory.java b/src/main/java/org/opengroup/osdu/core/common/search/SearchFactory.java index caac550..adb4b13 100644 --- a/src/main/java/org/opengroup/osdu/core/common/search/SearchFactory.java +++ b/src/main/java/org/opengroup/osdu/core/common/search/SearchFactory.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.search; import org.opengroup.osdu.core.common.http.HttpClient; diff --git a/src/main/java/org/opengroup/osdu/core/common/search/SearchService.java b/src/main/java/org/opengroup/osdu/core/common/search/SearchService.java index c3fc2b0..185769c 100644 --- a/src/main/java/org/opengroup/osdu/core/common/search/SearchService.java +++ b/src/main/java/org/opengroup/osdu/core/common/search/SearchService.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.search; import com.google.gson.JsonObject; diff --git a/src/main/java/org/opengroup/osdu/core/common/storage/IStorageFactory.java b/src/main/java/org/opengroup/osdu/core/common/storage/IStorageFactory.java index 534ca69..7021c6f 100644 --- a/src/main/java/org/opengroup/osdu/core/common/storage/IStorageFactory.java +++ b/src/main/java/org/opengroup/osdu/core/common/storage/IStorageFactory.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.storage; import org.opengroup.osdu.core.common.model.http.DpsHeaders; diff --git a/src/main/java/org/opengroup/osdu/core/common/storage/IStorageService.java b/src/main/java/org/opengroup/osdu/core/common/storage/IStorageService.java index ebbc921..7020d07 100644 --- a/src/main/java/org/opengroup/osdu/core/common/storage/IStorageService.java +++ b/src/main/java/org/opengroup/osdu/core/common/storage/IStorageService.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.storage; import org.opengroup.osdu.core.common.model.storage.*; diff --git a/src/main/java/org/opengroup/osdu/core/common/storage/StorageAPIConfig.java b/src/main/java/org/opengroup/osdu/core/common/storage/StorageAPIConfig.java index 1e4cb0a..e404f7d 100644 --- a/src/main/java/org/opengroup/osdu/core/common/storage/StorageAPIConfig.java +++ b/src/main/java/org/opengroup/osdu/core/common/storage/StorageAPIConfig.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.storage; import lombok.Builder; diff --git a/src/main/java/org/opengroup/osdu/core/common/storage/StorageFactory.java b/src/main/java/org/opengroup/osdu/core/common/storage/StorageFactory.java index cdb5c94..e4ea8f7 100644 --- a/src/main/java/org/opengroup/osdu/core/common/storage/StorageFactory.java +++ b/src/main/java/org/opengroup/osdu/core/common/storage/StorageFactory.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.storage; import org.opengroup.osdu.core.common.http.HttpClient; diff --git a/src/main/java/org/opengroup/osdu/core/common/storage/StorageService.java b/src/main/java/org/opengroup/osdu/core/common/storage/StorageService.java index e29bfef..4cd0224 100644 --- a/src/main/java/org/opengroup/osdu/core/common/storage/StorageService.java +++ b/src/main/java/org/opengroup/osdu/core/common/storage/StorageService.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.storage; import org.opengroup.osdu.core.common.http.HttpRequest; diff --git a/src/main/java/org/opengroup/osdu/core/common/util/Crc32c.java b/src/main/java/org/opengroup/osdu/core/common/util/Crc32c.java index 6afd886..233efe8 100644 --- a/src/main/java/org/opengroup/osdu/core/common/util/Crc32c.java +++ b/src/main/java/org/opengroup/osdu/core/common/util/Crc32c.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.util; diff --git a/src/main/java/org/opengroup/osdu/core/common/util/JsonUtils.java b/src/main/java/org/opengroup/osdu/core/common/util/JsonUtils.java index b0a0ceb..30139ed 100644 --- a/src/main/java/org/opengroup/osdu/core/common/util/JsonUtils.java +++ b/src/main/java/org/opengroup/osdu/core/common/util/JsonUtils.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.util; import com.google.gson.JsonArray; diff --git a/src/main/java/org/opengroup/osdu/core/common/util/SerializationUtils.java b/src/main/java/org/opengroup/osdu/core/common/util/SerializationUtils.java index 3bd9bb9..0ca52e6 100644 --- a/src/main/java/org/opengroup/osdu/core/common/util/SerializationUtils.java +++ b/src/main/java/org/opengroup/osdu/core/common/util/SerializationUtils.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.util; diff --git a/src/test/java/org/opengroup/osdu/core/common/crs/CrsConverterServiceTest.java b/src/test/java/org/opengroup/osdu/core/common/crs/CrsConverterServiceTest.java index 74378e7..d2f2c9d 100644 --- a/src/test/java/org/opengroup/osdu/core/common/crs/CrsConverterServiceTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/crs/CrsConverterServiceTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.crs; import static org.junit.Assert.assertEquals; diff --git a/src/test/java/org/opengroup/osdu/core/common/crs/UnitConversionTests.java b/src/test/java/org/opengroup/osdu/core/common/crs/UnitConversionTests.java index 6c28bfb..da75425 100644 --- a/src/test/java/org/opengroup/osdu/core/common/crs/UnitConversionTests.java +++ b/src/test/java/org/opengroup/osdu/core/common/crs/UnitConversionTests.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.crs; import com.google.gson.JsonArray; diff --git a/src/test/java/org/opengroup/osdu/core/common/crs/dates/DatesConversionTests.java b/src/test/java/org/opengroup/osdu/core/common/crs/dates/DatesConversionTests.java index 329b493..741ea08 100644 --- a/src/test/java/org/opengroup/osdu/core/common/crs/dates/DatesConversionTests.java +++ b/src/test/java/org/opengroup/osdu/core/common/crs/dates/DatesConversionTests.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.crs.dates; import com.google.gson.JsonArray; diff --git a/src/test/java/org/opengroup/osdu/core/common/cryptographic/SignatureServiceTest.java b/src/test/java/org/opengroup/osdu/core/common/cryptographic/SignatureServiceTest.java index e9a4861..51f1853 100644 --- a/src/test/java/org/opengroup/osdu/core/common/cryptographic/SignatureServiceTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/cryptographic/SignatureServiceTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.cryptographic; import com.google.gson.Gson; diff --git a/src/test/java/org/opengroup/osdu/core/common/entitlements/EntitlementsServiceTest.java b/src/test/java/org/opengroup/osdu/core/common/entitlements/EntitlementsServiceTest.java index aeaf620..d187208 100644 --- a/src/test/java/org/opengroup/osdu/core/common/entitlements/EntitlementsServiceTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/entitlements/EntitlementsServiceTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.entitlements; import static org.junit.Assert.assertEquals; diff --git a/src/test/java/org/opengroup/osdu/core/common/http/HttpResponseBodyMapperTest.java b/src/test/java/org/opengroup/osdu/core/common/http/HttpResponseBodyMapperTest.java index c97af1c..918f29b 100644 --- a/src/test/java/org/opengroup/osdu/core/common/http/HttpResponseBodyMapperTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/http/HttpResponseBodyMapperTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.http; import com.fasterxml.jackson.databind.JsonNode; diff --git a/src/test/java/org/opengroup/osdu/core/common/logging/JaxRsDpsLogTest.java b/src/test/java/org/opengroup/osdu/core/common/logging/JaxRsDpsLogTest.java index 7cdcf09..5db2283 100644 --- a/src/test/java/org/opengroup/osdu/core/common/logging/JaxRsDpsLogTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/logging/JaxRsDpsLogTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.logging; import org.junit.After; diff --git a/src/test/java/org/opengroup/osdu/core/common/model/indexer/DEAnalyzerTypeTest.java b/src/test/java/org/opengroup/osdu/core/common/model/indexer/DEAnalyzerTypeTest.java index aec27ec..88ecbff 100644 --- a/src/test/java/org/opengroup/osdu/core/common/model/indexer/DEAnalyzerTypeTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/model/indexer/DEAnalyzerTypeTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.indexer; import org.junit.Assert; diff --git a/src/test/java/org/opengroup/osdu/core/common/model/legal/LegalTagSerializationTest.java b/src/test/java/org/opengroup/osdu/core/common/model/legal/LegalTagSerializationTest.java index 8f1e31c..e23dc52 100644 --- a/src/test/java/org/opengroup/osdu/core/common/model/legal/LegalTagSerializationTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/model/legal/LegalTagSerializationTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal; import com.fasterxml.jackson.core.JsonProcessingException; diff --git a/src/test/java/org/opengroup/osdu/core/common/model/legal/validation/ExportClassificationValidatorTests.java b/src/test/java/org/opengroup/osdu/core/common/model/legal/validation/ExportClassificationValidatorTests.java index 9d66443..da1190c 100644 --- a/src/test/java/org/opengroup/osdu/core/common/model/legal/validation/ExportClassificationValidatorTests.java +++ b/src/test/java/org/opengroup/osdu/core/common/model/legal/validation/ExportClassificationValidatorTests.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.legal.validation; import org.junit.BeforeClass; diff --git a/src/test/java/org/opengroup/osdu/core/common/model/search/SearchExceptionTest.java b/src/test/java/org/opengroup/osdu/core/common/model/search/SearchExceptionTest.java index c179f77..00f2c27 100644 --- a/src/test/java/org/opengroup/osdu/core/common/model/search/SearchExceptionTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/model/search/SearchExceptionTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.search; import org.junit.Test; diff --git a/src/test/java/org/opengroup/osdu/core/common/model/storage/ConversionStatusTest.java b/src/test/java/org/opengroup/osdu/core/common/model/storage/ConversionStatusTest.java index 006889d..dcd7093 100644 --- a/src/test/java/org/opengroup/osdu/core/common/model/storage/ConversionStatusTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/model/storage/ConversionStatusTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.storage; import com.google.gson.JsonObject; diff --git a/src/test/java/org/opengroup/osdu/core/common/model/storage/StorageExceptionTest.java b/src/test/java/org/opengroup/osdu/core/common/model/storage/StorageExceptionTest.java index accc085..85a4671 100644 --- a/src/test/java/org/opengroup/osdu/core/common/model/storage/StorageExceptionTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/model/storage/StorageExceptionTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.storage; import org.junit.Test; diff --git a/src/test/java/org/opengroup/osdu/core/common/model/units/DateTimeParseTests.java b/src/test/java/org/opengroup/osdu/core/common/model/units/DateTimeParseTests.java index 4ce1333..e1b4e20 100644 --- a/src/test/java/org/opengroup/osdu/core/common/model/units/DateTimeParseTests.java +++ b/src/test/java/org/opengroup/osdu/core/common/model/units/DateTimeParseTests.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.units; import org.junit.Test; diff --git a/src/test/java/org/opengroup/osdu/core/common/model/units/JsonUtilsTest.java b/src/test/java/org/opengroup/osdu/core/common/model/units/JsonUtilsTest.java index 09ac178..133013f 100644 --- a/src/test/java/org/opengroup/osdu/core/common/model/units/JsonUtilsTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/model/units/JsonUtilsTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.model.units; import com.google.gson.*; diff --git a/src/test/java/org/opengroup/osdu/core/common/notification/SubscriptionServiceTest.java b/src/test/java/org/opengroup/osdu/core/common/notification/SubscriptionServiceTest.java index e41f264..58f613d 100644 --- a/src/test/java/org/opengroup/osdu/core/common/notification/SubscriptionServiceTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/notification/SubscriptionServiceTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.notification; import static org.junit.Assert.assertEquals; diff --git a/src/test/java/org/opengroup/osdu/core/common/search/SearchFactoryTest.java b/src/test/java/org/opengroup/osdu/core/common/search/SearchFactoryTest.java index 793f864..5beecbc 100644 --- a/src/test/java/org/opengroup/osdu/core/common/search/SearchFactoryTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/search/SearchFactoryTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.search; import org.opengroup.osdu.core.common.model.http.DpsHeaders; diff --git a/src/test/java/org/opengroup/osdu/core/common/search/SearchServiceTest.java b/src/test/java/org/opengroup/osdu/core/common/search/SearchServiceTest.java index a786301..71c1212 100644 --- a/src/test/java/org/opengroup/osdu/core/common/search/SearchServiceTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/search/SearchServiceTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.search; import org.mockito.ArgumentCaptor; diff --git a/src/test/java/org/opengroup/osdu/core/common/service/entitlements/AuthorizationServiceImplTest.java b/src/test/java/org/opengroup/osdu/core/common/service/entitlements/AuthorizationServiceImplTest.java index 7269f46..03b8aa6 100644 --- a/src/test/java/org/opengroup/osdu/core/common/service/entitlements/AuthorizationServiceImplTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/service/entitlements/AuthorizationServiceImplTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.service.entitlements; import org.mockito.runners.MockitoJUnitRunner; diff --git a/src/test/java/org/opengroup/osdu/core/common/storage/StorageFactoryTest.java b/src/test/java/org/opengroup/osdu/core/common/storage/StorageFactoryTest.java index 5b9c1ea..cce1ffb 100644 --- a/src/test/java/org/opengroup/osdu/core/common/storage/StorageFactoryTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/storage/StorageFactoryTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.storage; import org.junit.Test; diff --git a/src/test/java/org/opengroup/osdu/core/common/storage/StorageServiceTest.java b/src/test/java/org/opengroup/osdu/core/common/storage/StorageServiceTest.java index 50db913..87760a6 100644 --- a/src/test/java/org/opengroup/osdu/core/common/storage/StorageServiceTest.java +++ b/src/test/java/org/opengroup/osdu/core/common/storage/StorageServiceTest.java @@ -1,3 +1,17 @@ +// Copyright 2021 Schlumberger +// +// 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 +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// 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. + package org.opengroup.osdu.core.common.storage; import org.junit.Before; -- GitLab