Skip to content

Commit f2d6815

Browse files
committed
Update year in license headers
1 parent c8a3a37 commit f2d6815

20 files changed

+52
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ Go to one of them and run `mvn site`.
478478
```
479479
This software is licensed under the Apache 2 license, quoted below.
480480
481-
Copyright 2014-2022 Grzegorz Slowikowski
481+
Copyright 2014-2024 Grzegorz Slowikowski
482482
483483
Licensed under the Apache License, Version 2.0 (the "License"); you may not
484484
use this file except in compliance with the License. You may obtain a copy of

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<!--
4-
Copyright 2014-2022 Grzegorz Slowikowski (gslowikowski at gmail dot com)
4+
Copyright 2014-2024 Grzegorz Slowikowski (gslowikowski at gmail dot com)
55
66
Licensed under the Apache License, Version 2.0 (the "License");
77
you may not use this file except in compliance with the License.

src/conf/checkstyle-header.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
^/\*\s*$
2-
^ \* Copyright 2014-2022 Grzegorz Slowikowski \(gslowikowski at gmail dot com\)\s*$
2+
^ \* Copyright 2014-2024 Grzegorz Slowikowski \(gslowikowski at gmail dot com\)\s*$
33
^ \*\s*$
44
^ \* Licensed under the Apache License, Version 2.0 \(the "License"\);\s*$
55
^ \* you may not use this file except in compliance with the License.\s*$

src/main/java/org/scoverage/plugin/SCoverageCheckMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2024 Grzegorz Slowikowski (gslowikowski at gmail dot com)
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/org/scoverage/plugin/SCoverageCheckOnlyMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2024 Grzegorz Slowikowski (gslowikowski at gmail dot com)
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/org/scoverage/plugin/SCoverageForkedLifecycleConfigurator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2024 Grzegorz Slowikowski (gslowikowski at gmail dot com)
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/org/scoverage/plugin/SCoverageIntegrationCheckMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2024 Grzegorz Slowikowski (gslowikowski at gmail dot com)
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/org/scoverage/plugin/SCoverageIntegrationReportMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2024 Grzegorz Slowikowski (gslowikowski at gmail dot com)
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/org/scoverage/plugin/SCoverageIntegrationTestMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2024 Grzegorz Slowikowski (gslowikowski at gmail dot com)
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/org/scoverage/plugin/SCoveragePackageMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2022 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2024 Grzegorz Slowikowski (gslowikowski at gmail dot com)
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)