Skip to content

Commit cab567a

Browse files
committed
Update year in license headers
1 parent 994e4a3 commit cab567a

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-2016 Grzegorz Slowikowski
353+
Copyright 2014-2018 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-2016 Grzegorz Slowikowski (gslowikowski at gmail dot com)
4+
Copyright 2014-2018 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-2016 Grzegorz Slowikowski \(gslowikowski at gmail dot com\)\s*$
2+
^ \* Copyright 2014-2018 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-2016 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2018 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-2016 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2018 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-2016 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2018 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-2016 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2018 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-2016 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2018 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-2016 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2018 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-2016 Grzegorz Slowikowski (gslowikowski at gmail dot com)
2+
* Copyright 2014-2018 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)