diff --git a/pom.xml b/pom.xml index 988c961dc9..3feb414cf2 100644 --- a/pom.xml +++ b/pom.xml @@ -1,22 +1,20 @@ @@ -65,30 +63,56 @@ under the License. false + + **/src/test/resources/** + + + **/LICENSE.txt + **/header.txt + + + **/NOTICE.txt + **/DISCLAIMER **/BUILD.txt **/CHANGES.txt - **/NOTICE-src.txt **/README.md + **/README.txt + + + **/*sh + **/*cmd + + + **/*json + **/*readme + + + **/*ProviderMetadata + **/*ApiMetadata + **/*LoggingModule + + + **/target/** + **/test-output/** + **/bin/** + **/.settings/** + **/.classpath + **/.dir-locals.el + **/.project + **/.idea/** + **/*.iml + **/*.eml + **/*.ipr + **/*.iws + **/*.DS_STORE + **/TAGS + **/.metadata/** + **/atlassian-ide-plugin.xml + **/.DS_Store + .mailmap .git/** **/.gitignore **/.gitattributes - **/*.json - **/*.log* - **/TODO - .mailmap - .idea/** - **/*.iml - **/.project - **/.classpath - **/.settings/** - **/.checkstyle - **/target/** - **/*ProviderMetadata - **/*ApiMetadata - **/src/test/resources/**/* - **/*readme - .repository/** - @@ -102,20 +126,63 @@ under the License. true
project/src/etc/header.txt
+ XML_STYLE +     SLASHSTAR_STYLE     SEMICOLON_STYLE - **/src/**/resources/** + + **/src/test/resources/** + + **/LICENSE.txt + **/header.txt + + **/NOTICE.txt + **/DISCLAIMER + **/BUILD.txt + **/CHANGES.txt **/README.md **/README.txt - **/header.txt + + + **/*sh + **/*cmd + + + **/*json + **/*readme + + + **/*ProviderMetadata + **/*ApiMetadata + **/*LoggingModule + + + **/target/** + **/test-output/** + **/bin/** + **/.settings/** + **/.classpath + **/.dir-locals.el + **/.project + **/.idea/** + **/*.iml + **/*.eml + **/*.ipr + **/*.iws + **/*.DS_STORE + **/TAGS + **/.metadata/** + **/atlassian-ide-plugin.xml + **/.DS_Store + .mailmap + .git/** + **/.gitignore + **/.gitattributes - - 2011 - jclouds, Inc. - + false diff --git a/project/src/etc/header.txt b/project/src/etc/header.txt index 71bd831395..1745cfe668 100644 --- a/project/src/etc/header.txt +++ b/project/src/etc/header.txt @@ -1,16 +1,14 @@ -Licensed to jclouds, Inc. (jclouds) under one or more -contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. jclouds licenses this file -to you 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 +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You 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 + 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. +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.