Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit e9c1738

Browse files
committed
Remove email and update year in license header
1 parent bac0d82 commit e9c1738

24 files changed

+25
-26
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,15 @@
149149
<configuration>
150150
<licenseSets>
151151
<licenseSet>
152-
<header>com/mycila/maven/plugin/license/templates/APACHE-2.txt</header>
152+
<header>com/mycila/maven/plugin/license/templates/APACHE-2-noemail.txt</header>
153153
<includes>
154154
<include>src/**/*.java</include>
155155
</includes>
156156
</licenseSet>
157157
</licenseSets>
158158
<properties>
159-
<year>2023</year>
159+
<year>2024</year>
160160
<owner>Stefano Cordio</owner>
161-
<email>[email protected]</email>
162161
</properties>
163162
</configuration>
164163
<executions>

src/main/java/io/github/scordio/springframework/batch/extensions/notion/Filter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2023 Stefano Cordio ([email protected])
2+
* Copyright © 2024 Stefano Cordio
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/io/github/scordio/springframework/batch/extensions/notion/NotionDatabaseItemReader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2023 Stefano Cordio ([email protected])
2+
* Copyright © 2024 Stefano Cordio
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/io/github/scordio/springframework/batch/extensions/notion/Sort.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2023 Stefano Cordio ([email protected])
2+
* Copyright © 2024 Stefano Cordio
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/io/github/scordio/springframework/batch/extensions/notion/mapping/BeanWrapperPropertyMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2023 Stefano Cordio ([email protected])
2+
* Copyright © 2024 Stefano Cordio
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/io/github/scordio/springframework/batch/extensions/notion/mapping/CaseInsensitivePropertyMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2023 Stefano Cordio ([email protected])
2+
* Copyright © 2024 Stefano Cordio
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/io/github/scordio/springframework/batch/extensions/notion/mapping/ClassResolver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2023 Stefano Cordio ([email protected])
2+
* Copyright © 2024 Stefano Cordio
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/io/github/scordio/springframework/batch/extensions/notion/mapping/ConstructorBasedPropertyMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2023 Stefano Cordio ([email protected])
2+
* Copyright © 2024 Stefano Cordio
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/io/github/scordio/springframework/batch/extensions/notion/mapping/ConstructorPropertyMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2023 Stefano Cordio ([email protected])
2+
* Copyright © 2024 Stefano Cordio
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

src/main/java/io/github/scordio/springframework/batch/extensions/notion/mapping/PropertyMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright © 2023 Stefano Cordio ([email protected])
2+
* Copyright © 2024 Stefano Cordio
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)