diff --git a/build.gradle b/build.gradle index 9fe4b00a5a..67fc3294a4 100644 --- a/build.gradle +++ b/build.gradle @@ -168,7 +168,7 @@ subprojects { header rootProject.file('gradle/licenseHeader.txt') strictCheck true mapping { - kt = 'JAVADOC_STYLE' + java = 'SLASHSTAR_STYLE' } sourceSets = project.sourceSets diff --git a/gradle/licenseHeader.txt b/gradle/licenseHeader.txt index 9cf2b2645c..36ed148038 100644 --- a/gradle/licenseHeader.txt +++ b/gradle/licenseHeader.txt @@ -1,11 +1,11 @@ Copyright ${year} VMware, 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 -

+ 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. diff --git a/implementations/micrometer-registry-atlas/src/test/resources/logback.xml b/implementations/micrometer-registry-atlas/src/test/resources/logback.xml index cd890fdf8c..4c73e7630a 100644 --- a/implementations/micrometer-registry-atlas/src/test/resources/logback.xml +++ b/implementations/micrometer-registry-atlas/src/test/resources/logback.xml @@ -1,13 +1,13 @@