From f02af632c9bf12e9c669010d608ccd1250e407e4 Mon Sep 17 00:00:00 2001 From: Jon Schneider Date: Sun, 26 Nov 2017 21:17:35 -0600 Subject: [PATCH] License format --- .../binder/hystrix/HystrixMetricsBinder.java | 15 +++++++++++++++ .../export/cloudwatch/CloudWatchProperties.java | 15 +++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/micrometer-core/src/main/java/io/micrometer/core/instrument/binder/hystrix/HystrixMetricsBinder.java b/micrometer-core/src/main/java/io/micrometer/core/instrument/binder/hystrix/HystrixMetricsBinder.java index c979f34c52..6d64596220 100644 --- a/micrometer-core/src/main/java/io/micrometer/core/instrument/binder/hystrix/HystrixMetricsBinder.java +++ b/micrometer-core/src/main/java/io/micrometer/core/instrument/binder/hystrix/HystrixMetricsBinder.java @@ -1,3 +1,18 @@ +/** + * Copyright 2017 Pivotal Software, Inc. + *

+ * 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 io.micrometer.core.instrument.binder.hystrix; import com.netflix.hystrix.strategy.HystrixPlugins; diff --git a/micrometer-spring-legacy/src/main/java/io/micrometer/spring/autoconfigure/export/cloudwatch/CloudWatchProperties.java b/micrometer-spring-legacy/src/main/java/io/micrometer/spring/autoconfigure/export/cloudwatch/CloudWatchProperties.java index be30b61c34..e174913fd7 100644 --- a/micrometer-spring-legacy/src/main/java/io/micrometer/spring/autoconfigure/export/cloudwatch/CloudWatchProperties.java +++ b/micrometer-spring-legacy/src/main/java/io/micrometer/spring/autoconfigure/export/cloudwatch/CloudWatchProperties.java @@ -1,3 +1,18 @@ +/** + * Copyright 2017 Pivotal Software, Inc. + *

+ * 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 io.micrometer.spring.autoconfigure.export.cloudwatch; import io.micrometer.spring.autoconfigure.export.StepRegistryProperties;