Skip to content

Commit

Permalink
license format+year conf
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jan 29, 2024
1 parent 057e85e commit b159e74
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 32 deletions.
7 changes: 4 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,16 @@
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>4.0</version>
<version>4.3</version>
<configuration>
<header>template/APACHE-2.txt</header>
<header>com/mycila/maven/plugin/license/templates/APACHE-2.txt</header>
<includes>
<include>**/*.java</include>
</includes>
<properties>
<owner>digitalfondue</owner>
<email>info@digitalfondue.ch</email>
<year>2018-2024</year>
</properties>
</configuration>
<executions>
Expand All @@ -140,7 +141,7 @@
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin-git</artifactId>
<!-- make sure you use the same version as license-maven-plugin -->
<version>4.0</version>
<version>4.3</version>
</dependency>
</dependencies>
</plugin>
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/ch/digitalfondue/vatchecker/BaseFault.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
*
* Copyright © 2018-2021 digitalfondue (info@digitalfondue.ch)
* Copyright © 2018-2024 digitalfondue (info@digitalfondue.ch)
*
* 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,6 +1,5 @@
/*
*
* Copyright © 2018-2021 digitalfondue (info@digitalfondue.ch)
* Copyright © 2018-2024 digitalfondue (info@digitalfondue.ch)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/ch/digitalfondue/vatchecker/EUTinChecker.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
*
* Copyright © 2018-2021 digitalfondue (info@digitalfondue.ch)
* Copyright © 2018-2024 digitalfondue (info@digitalfondue.ch)
*
* 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,6 +1,5 @@
/*
*
* Copyright © 2018-2021 digitalfondue (info@digitalfondue.ch)
* Copyright © 2018-2024 digitalfondue (info@digitalfondue.ch)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/ch/digitalfondue/vatchecker/EUVatChecker.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
*
* Copyright © 2018-2021 digitalfondue (info@digitalfondue.ch)
* Copyright © 2018-2024 digitalfondue (info@digitalfondue.ch)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
1 change: 0 additions & 1 deletion src/main/java/ch/digitalfondue/vatchecker/Utils.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
*
* Copyright © 2018-2024 digitalfondue (info@digitalfondue.ch)
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 0 additions & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/*
*
* Copyright © 2018-2024 digitalfondue (info@digitalfondue.ch)
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
*
* Copyright © 2018-2021 digitalfondue (info@digitalfondue.ch)
* Copyright © 2018-2024 digitalfondue (info@digitalfondue.ch)
*
* 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,4 @@
/*
*
* Copyright © 2018-2024 digitalfondue (info@digitalfondue.ch)
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
14 changes: 0 additions & 14 deletions template/APACHE-2.txt

This file was deleted.

0 comments on commit b159e74

Please sign in to comment.