diff --git a/.idea/copyright/java.xml b/.idea/copyright/default.xml similarity index 94% rename from .idea/copyright/java.xml rename to .idea/copyright/default.xml index 875c046581c..51255366061 100644 --- a/.idea/copyright/java.xml +++ b/.idea/copyright/default.xml @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml index d278876c98f..49daa28f7d9 100644 --- a/.idea/copyright/profiles_settings.xml +++ b/.idea/copyright/profiles_settings.xml @@ -1,7 +1,10 @@ - + + + + \ No newline at end of file diff --git a/.idea/scopes/build_gradle.xml b/.idea/scopes/build_gradle.xml new file mode 100644 index 00000000000..661c795d9a8 --- /dev/null +++ b/.idea/scopes/build_gradle.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/groovy.xml b/.idea/scopes/groovy.xml new file mode 100644 index 00000000000..e927918b3ae --- /dev/null +++ b/.idea/scopes/groovy.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/.idea/scopes/kotlin.xml b/.idea/scopes/kotlin.xml new file mode 100644 index 00000000000..dd81fdd2fe3 --- /dev/null +++ b/.idea/scopes/kotlin.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/buildSrc/config/checkstyle/checkstyle-header.txt b/buildSrc/config/checkstyle/checkstyle-header.txt new file mode 100644 index 00000000000..c3fe51bc24a --- /dev/null +++ b/buildSrc/config/checkstyle/checkstyle-header.txt @@ -0,0 +1,15 @@ +/* + * Copyright 2012-present 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. + */ diff --git a/buildSrc/config/checkstyle/checkstyle.xml b/buildSrc/config/checkstyle/checkstyle.xml index 8abf498ddd1..ed8fc278864 100644 --- a/buildSrc/config/checkstyle/checkstyle.xml +++ b/buildSrc/config/checkstyle/checkstyle.xml @@ -5,6 +5,7 @@ +