From a571353ef9ac0140ebc9e602cd6e232ba935c1d8 Mon Sep 17 00:00:00 2001 From: Tim te Beek Date: Wed, 27 Sep 2023 20:07:50 +0200 Subject: [PATCH] Add license headers --- .../MicrometerPrometheusCompatabilityTest.java | 15 +++++++++++++++ .../PrometheusMicromterMigrationTests.java | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/test/java/org/openrewrite/micrometer/MicrometerPrometheusCompatabilityTest.java b/src/test/java/org/openrewrite/micrometer/MicrometerPrometheusCompatabilityTest.java index 05c33bf..357b702 100644 --- a/src/test/java/org/openrewrite/micrometer/MicrometerPrometheusCompatabilityTest.java +++ b/src/test/java/org/openrewrite/micrometer/MicrometerPrometheusCompatabilityTest.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023 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 + *

+ * https://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.openrewrite.micrometer; import com.google.common.util.concurrent.AtomicDouble; diff --git a/src/test/java/org/openrewrite/micrometer/PrometheusMicromterMigrationTests.java b/src/test/java/org/openrewrite/micrometer/PrometheusMicromterMigrationTests.java index a69a617..6c96162 100644 --- a/src/test/java/org/openrewrite/micrometer/PrometheusMicromterMigrationTests.java +++ b/src/test/java/org/openrewrite/micrometer/PrometheusMicromterMigrationTests.java @@ -1,3 +1,18 @@ +/* + * Copyright 2023 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 + *

+ * https://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.openrewrite.micrometer; import org.junit.jupiter.api.Test;