From 09c64f6cb3d94df40d0599be9d1867c2e12fb01f Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Mon, 5 Nov 2018 13:04:00 -0600 Subject: [PATCH] Add missing copyright file headers. --- .../integration/CredHubIntegrationTests.java | 16 ++++++++++++++++ .../credhub/integration/TestApplication.java | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/spring-credhub-integration-tests/src/test/java/org/springframework/credhub/integration/CredHubIntegrationTests.java b/spring-credhub-integration-tests/src/test/java/org/springframework/credhub/integration/CredHubIntegrationTests.java index aabcbf3..0f1bb27 100644 --- a/spring-credhub-integration-tests/src/test/java/org/springframework/credhub/integration/CredHubIntegrationTests.java +++ b/spring-credhub-integration-tests/src/test/java/org/springframework/credhub/integration/CredHubIntegrationTests.java @@ -1,3 +1,19 @@ +/* + * Copyright 2017-2018 the original author or authors. + * + * 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.springframework.credhub.integration; import org.junit.runner.RunWith; diff --git a/spring-credhub-integration-tests/src/test/java/org/springframework/credhub/integration/TestApplication.java b/spring-credhub-integration-tests/src/test/java/org/springframework/credhub/integration/TestApplication.java index b784b28..0f80053 100644 --- a/spring-credhub-integration-tests/src/test/java/org/springframework/credhub/integration/TestApplication.java +++ b/spring-credhub-integration-tests/src/test/java/org/springframework/credhub/integration/TestApplication.java @@ -1,3 +1,19 @@ +/* + * Copyright 2017-2018 the original author or authors. + * + * 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.springframework.credhub.integration; import org.springframework.boot.SpringApplication;