Skip to content

Commit da84ad9

Browse files
committed
Update year in license headers
1 parent 66c98f0 commit da84ad9

18 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ Go to one of them and run `mvn site`.
350350
```
351351
This software is licensed under the Apache 2 license, quoted below.
352352
353-
Copyright 2014-2018 Grzegorz Slowikowski
353+
Copyright 2014-2019 Grzegorz Slowikowski
354354
355355
Licensed under the Apache License, Version 2.0 (the "License"); you may not
356356
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-2018 Grzegorz Slowikowski (gslowikowski at gmail dot com)
4+
Copyright 2014-2019 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-2018 Grzegorz Slowikowski \(gslowikowski at gmail dot com\)\s*$
2+
^ \* Copyright 2014-2019 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-2018 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2019 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-2018 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2019 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-2018 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2019 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-2018 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2019 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-2018 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2019 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-2018 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2019 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-2018 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2019 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/SCoveragePostCompileMojo.java

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

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

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2014-2018 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2019 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/resources/META-INF/maven/lifecycle.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-2018 Grzegorz Slowikowski (gslowikowski at gmail dot com)
4+
Copyright 2014-2019 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/main/resources/scoverage-report.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014-2018 Grzegorz Slowikowski (gslowikowski at gmail dot com)
1+
# Copyright 2014-2019 Grzegorz Slowikowski (gslowikowski at gmail dot com)
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

src/site/site.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-2018 Grzegorz Slowikowski (gslowikowski at gmail dot com)
4+
Copyright 2014-2019 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.

0 commit comments

Comments
 (0)