Skip to content

Commit

Permalink
Merge pull request #340 from mathieucarbou/licenses
Browse files Browse the repository at this point in the history
Updated license headers
  • Loading branch information
mathieucarbou authored Mar 28, 2022
2 parents feb0daa + 1a2431f commit ce1ae61
Show file tree
Hide file tree
Showing 59 changed files with 115 additions and 115 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<licensePluginReport goal="CHECK" timestamp="1648380381967">
<licensePluginReport goal="FORMAT" timestamp="1648480929198">
<module artifactId="license-maven-plugin-git" groupId="com.mycila" version="4.2-SNAPSHOT"/>
<files>
<file path="pom.xml" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/git/CopyrightAuthorProvider.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/git/CopyrightRangeProvider.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/git/GitLookup.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/git/GitPathResolver.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/git/GitPropertiesProvider.java" result="PRESENT"/>
<file path="src/test/java/com/mycila/maven/plugin/license/git/CopyrightAuthorProviderTest.java" result="PRESENT"/>
<file path="src/test/java/com/mycila/maven/plugin/license/git/CopyrightRangeProviderTest.java" result="PRESENT"/>
<file path="src/test/java/com/mycila/maven/plugin/license/git/GitLookupTest.java" result="PRESENT"/>
<file path="src/test/java/com/mycila/maven/plugin/license/git/GitPathResolverTest.java" result="PRESENT"/>
<file path="pom.xml" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/git/CopyrightAuthorProvider.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/git/CopyrightRangeProvider.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/git/GitLookup.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/git/GitPathResolver.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/git/GitPropertiesProvider.java" result="REPLACED"/>
<file path="src/test/java/com/mycila/maven/plugin/license/git/CopyrightAuthorProviderTest.java" result="REPLACED"/>
<file path="src/test/java/com/mycila/maven/plugin/license/git/CopyrightRangeProviderTest.java" result="REPLACED"/>
<file path="src/test/java/com/mycila/maven/plugin/license/git/GitLookupTest.java" result="REPLACED"/>
<file path="src/test/java/com/mycila/maven/plugin/license/git/GitPathResolverTest.java" result="REPLACED"/>
</files>
</licensePluginReport>
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<licensePluginReport goal="CHECK" timestamp="1648380386358">
<licensePluginReport goal="FORMAT" timestamp="1648480929229">
<module artifactId="license-maven-plugin-svn" groupId="com.mycila" version="4.2-SNAPSHOT"/>
<files>
<file path="README.MD" result="UNKNOWN"/>
<file path="pom.xml" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/svn/SVNPropertiesProvider.java" result="PRESENT"/>
<file path="pom.xml" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/svn/SVNPropertiesProvider.java" result="REPLACED"/>
</files>
</licensePluginReport>
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<licensePluginReport goal="CHECK" timestamp="1648380372931">
<licensePluginReport goal="FORMAT" timestamp="1648480929077">
<module artifactId="license-maven-plugin" groupId="com.mycila" version="4.2-SNAPSHOT"/>
<files>
<file path="pom.xml" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/AbstractLicenseMojo.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/Callback.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/Credentials.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/Default.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/HeaderSection.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/HeaderStyle.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/LicenseCheckMojo.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/LicenseFormatMojo.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/LicenseRemoveMojo.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/LicenseSet.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/Multi.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/PropertiesProvider.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/Report.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/AbstractLicensePolicyEnforcer.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/AggregateLicensePolicyEnforcer.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/ArtifactLicensePolicyEnforcer.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/DefaultLicensePolicyEnforcer.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicenseMap.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicenseMessage.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicenseNameLicensePolicyEnforcer.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicensePolicy.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicensePolicyEnforcer.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicensePolicyEnforcerResult.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicenseURLLicensePolicyEnforcer.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/MavenProjectLicenses.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/document/Document.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/document/DocumentFactory.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/document/DocumentPropertiesLoader.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/document/DocumentType.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/header/AdditionalHeaderDefinition.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/header/Header.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/header/HeaderDefinition.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/header/HeaderParser.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/header/HeaderSource.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/header/HeaderType.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/util/FileContent.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/util/FileUtils.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/util/Selection.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/util/StringUtils.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/util/resource/CustomClassLoader.java" result="PRESENT"/>
<file path="src/main/java/com/mycila/maven/plugin/license/util/resource/ResourceFinder.java" result="PRESENT"/>
<file path="pom.xml" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/AbstractLicenseMojo.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/Callback.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/Credentials.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/Default.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/HeaderSection.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/HeaderStyle.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/LicenseCheckMojo.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/LicenseFormatMojo.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/LicenseRemoveMojo.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/LicenseSet.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/Multi.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/PropertiesProvider.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/Report.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/AbstractLicensePolicyEnforcer.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/AggregateLicensePolicyEnforcer.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/ArtifactLicensePolicyEnforcer.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/DefaultLicensePolicyEnforcer.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicenseMap.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicenseMessage.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicenseNameLicensePolicyEnforcer.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicensePolicy.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicensePolicyEnforcer.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicensePolicyEnforcerResult.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/LicenseURLLicensePolicyEnforcer.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/dependencies/MavenProjectLicenses.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/document/Document.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/document/DocumentFactory.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/document/DocumentPropertiesLoader.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/document/DocumentType.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/header/AdditionalHeaderDefinition.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/header/Header.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/header/HeaderDefinition.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/header/HeaderParser.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/header/HeaderSource.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/header/HeaderType.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/util/FileContent.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/util/FileUtils.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/util/Selection.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/util/StringUtils.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/util/resource/CustomClassLoader.java" result="REPLACED"/>
<file path="src/main/java/com/mycila/maven/plugin/license/util/resource/ResourceFinder.java" result="REPLACED"/>
</files>
</licensePluginReport>
4 changes: 2 additions & 2 deletions docs/reports/4.2-SNAPSHOT/license-plugin-report.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<licensePluginReport goal="CHECK" timestamp="1648380342383">
<licensePluginReport goal="FORMAT" timestamp="1648480928665">
<module artifactId="license-maven-plugin-parent" groupId="com.mycila" version="4.2-SNAPSHOT"/>
<files>
<file path="pom.xml" result="PRESENT"/>
<file path="pom.xml" result="REPLACED"/>
</files>
</licensePluginReport>
2 changes: 1 addition & 1 deletion license-maven-plugin-git/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (C) 2008-2021 Mycila ([email protected])
Copyright (C) 2008-2022 Mycila ([email protected])
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion license-maven-plugin-svn/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2008-2021 Mycila ([email protected])
Copyright (C) 2008-2022 Mycila ([email protected])
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion license-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--
Copyright (C) 2008-2021 Mycila ([email protected])
Copyright (C) 2008-2022 Mycila ([email protected])
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (C) 2008-2021 Mycila ([email protected])
* Copyright (C) 2008-2022 Mycila ([email protected])
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit ce1ae61

Please sign in to comment.