diff --git a/.baseline/checkstyle/checkstyle.xml b/.baseline/checkstyle/checkstyle.xml
index 476882c26..40af80ae7 100644
--- a/.baseline/checkstyle/checkstyle.xml
+++ b/.baseline/checkstyle/checkstyle.xml
@@ -18,10 +18,6 @@
-
-
-
-
diff --git a/baseline-error-prone/src/main/java/com/palantir/baseline/errorprone/DangerousThreadPoolExecutorUsage.java b/baseline-error-prone/src/main/java/com/palantir/baseline/errorprone/DangerousThreadPoolExecutorUsage.java
index 9aa56d5eb..ae92b5ba1 100644
--- a/baseline-error-prone/src/main/java/com/palantir/baseline/errorprone/DangerousThreadPoolExecutorUsage.java
+++ b/baseline-error-prone/src/main/java/com/palantir/baseline/errorprone/DangerousThreadPoolExecutorUsage.java
@@ -1,5 +1,17 @@
/*
* (c) Copyright 2017 Palantir Technologies Inc. All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package com.palantir.baseline.errorprone;
diff --git a/baseline-error-prone/src/main/java/com/palantir/baseline/errorprone/StrictUnusedVariable.java b/baseline-error-prone/src/main/java/com/palantir/baseline/errorprone/StrictUnusedVariable.java
index 0b673dbcd..bf4f703a3 100644
--- a/baseline-error-prone/src/main/java/com/palantir/baseline/errorprone/StrictUnusedVariable.java
+++ b/baseline-error-prone/src/main/java/com/palantir/baseline/errorprone/StrictUnusedVariable.java
@@ -1,3 +1,19 @@
+/*
+ * (c) Copyright 2018 Palantir Technologies Inc. All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
/*
* Copyright 2018 The Error Prone Authors.
*
diff --git a/baseline-error-prone/src/test/java/com/palantir/baseline/errorprone/DangerousThreadPoolExecutorUsageTests.java b/baseline-error-prone/src/test/java/com/palantir/baseline/errorprone/DangerousThreadPoolExecutorUsageTests.java
index cea25a707..bcd092521 100644
--- a/baseline-error-prone/src/test/java/com/palantir/baseline/errorprone/DangerousThreadPoolExecutorUsageTests.java
+++ b/baseline-error-prone/src/test/java/com/palantir/baseline/errorprone/DangerousThreadPoolExecutorUsageTests.java
@@ -1,5 +1,17 @@
/*
* (c) Copyright 2017 Palantir Technologies Inc. All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
*/
package com.palantir.baseline.errorprone;
diff --git a/build.gradle b/build.gradle
index 6a2f0623b..9f36c05e9 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ buildscript {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'com.netflix.nebula:nebula-publishing-plugin:17.0.2'
classpath 'com.netflix.nebula:gradle-info-plugin:6.0.0'
- classpath 'com.palantir.baseline:gradle-baseline-java:3.3.0'
+ classpath 'com.palantir.baseline:gradle-baseline-java:3.4.2'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:0.3.22'
}
}
diff --git a/gradle-baseline-java/src/main/groovy/com/palantir/baseline/BaselineParameters.groovy b/gradle-baseline-java/src/main/groovy/com/palantir/baseline/BaselineParameters.groovy
index aa771da50..68b3c0710 100644
--- a/gradle-baseline-java/src/main/groovy/com/palantir/baseline/BaselineParameters.groovy
+++ b/gradle-baseline-java/src/main/groovy/com/palantir/baseline/BaselineParameters.groovy
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Palantir Technologies, Inc.
+ * (c) Copyright 2015 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/AbstractBaselinePlugin.groovy b/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/AbstractBaselinePlugin.groovy
index 71a0c6c66..667370867 100644
--- a/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/AbstractBaselinePlugin.groovy
+++ b/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/AbstractBaselinePlugin.groovy
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Palantir Technologies, Inc.
+ * (c) Copyright 2015 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/BaselineEclipse.groovy b/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/BaselineEclipse.groovy
index 0bcfa1a6c..f101cb2ce 100644
--- a/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/BaselineEclipse.groovy
+++ b/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/BaselineEclipse.groovy
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Palantir Technologies, Inc.
+ * (c) Copyright 2015 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/BaselineIdea.groovy b/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/BaselineIdea.groovy
index 5e20a16a1..1feb297e0 100644
--- a/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/BaselineIdea.groovy
+++ b/gradle-baseline-java/src/main/groovy/com/palantir/baseline/plugins/BaselineIdea.groovy
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Palantir Technologies, Inc.
+ * (c) Copyright 2015 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/AbstractPluginTest.groovy b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/AbstractPluginTest.groovy
index 56283cab0..303e4f35b 100644
--- a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/AbstractPluginTest.groovy
+++ b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/AbstractPluginTest.groovy
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Palantir Technologies
+ * (c) Copyright 2015 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineCheckstyleTest.groovy b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineCheckstyleTest.groovy
index f888e5d8d..beecfb823 100644
--- a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineCheckstyleTest.groovy
+++ b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineCheckstyleTest.groovy
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Palantir Technologies, Inc.
+ * (c) Copyright 2015 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineCircleCiIntegrationTest.groovy b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineCircleCiIntegrationTest.groovy
index e38f47d52..347d31a19 100644
--- a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineCircleCiIntegrationTest.groovy
+++ b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineCircleCiIntegrationTest.groovy
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 Palantir Technologies, Inc. All rights reserved.
+ * (c) Copyright 2018 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineCircleCiTest.groovy b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineCircleCiTest.groovy
index 1649ee4d2..69b212e9d 100644
--- a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineCircleCiTest.groovy
+++ b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineCircleCiTest.groovy
@@ -1,5 +1,5 @@
/*
- * Copyright 2018 Palantir Technologies, Inc. All rights reserved.
+ * (c) Copyright 2018 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineConfigIntegrationTest.groovy b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineConfigIntegrationTest.groovy
index d0de6364a..7dcb53b31 100644
--- a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineConfigIntegrationTest.groovy
+++ b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineConfigIntegrationTest.groovy
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Palantir Technologies, Inc.
+ * (c) Copyright 2015 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineEclipseIntegrationTest.groovy b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineEclipseIntegrationTest.groovy
index a2d8b2736..bf49bfc0a 100644
--- a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineEclipseIntegrationTest.groovy
+++ b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineEclipseIntegrationTest.groovy
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Palantir Technologies, Inc.
+ * (c) Copyright 2015 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineEclipseTest.groovy b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineEclipseTest.groovy
index 404e8c474..c468ede21 100644
--- a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineEclipseTest.groovy
+++ b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineEclipseTest.groovy
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Palantir Technologies, Inc.
+ * (c) Copyright 2015 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineFormatCopyrightIntegrationTest.groovy b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineFormatCopyrightIntegrationTest.groovy
index de76a6641..cb2d38d84 100644
--- a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineFormatCopyrightIntegrationTest.groovy
+++ b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineFormatCopyrightIntegrationTest.groovy
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://url-to-some-license
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineIdeaIntegrationTest.groovy b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineIdeaIntegrationTest.groovy
index af2982f8d..e6911f114 100644
--- a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineIdeaIntegrationTest.groovy
+++ b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineIdeaIntegrationTest.groovy
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Palantir Technologies, Inc.
+ * (c) Copyright 2015 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineIdeaTest.groovy b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineIdeaTest.groovy
index 03ff0b73d..4b4f345f2 100644
--- a/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineIdeaTest.groovy
+++ b/gradle-baseline-java/src/test/groovy/com/palantir/baseline/BaselineIdeaTest.groovy
@@ -1,5 +1,5 @@
/*
- * Copyright 2015 Palantir Technologies, Inc.
+ * (c) Copyright 2015 Palantir Technologies Inc. All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/BuildFailureListener.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/BuildFailureListener.java
index 6b3ea8717..26dd341a1 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/BuildFailureListener.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/BuildFailureListener.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/BuildFinishedAction.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/BuildFinishedAction.java
index db91294b4..dc92e5875 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/BuildFinishedAction.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/BuildFinishedAction.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/CheckstyleReportHandler.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/CheckstyleReportHandler.java
index f8e76f522..b9703f3db 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/CheckstyleReportHandler.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/CheckstyleReportHandler.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/Failure.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/Failure.java
index 967edd5c6..4e66fbcfe 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/Failure.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/Failure.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/FailuresReportGenerator.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/FailuresReportGenerator.java
index 4ff2656af..01e846715 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/FailuresReportGenerator.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/FailuresReportGenerator.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/FailuresSupplier.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/FailuresSupplier.java
index 4f11e11bd..7cee6b9a7 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/FailuresSupplier.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/FailuresSupplier.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/JavacFailuresSupplier.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/JavacFailuresSupplier.java
index 6a995df5f..50f449ab9 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/JavacFailuresSupplier.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/JavacFailuresSupplier.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/JunitReportCreator.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/JunitReportCreator.java
index 5d123af60..3d20183a1 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/JunitReportCreator.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/JunitReportCreator.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/JunitReportsFinalizer.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/JunitReportsFinalizer.java
index 0fec27fb5..ecdefdce2 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/JunitReportsFinalizer.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/JunitReportsFinalizer.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/Report.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/Report.java
index 1b940da2f..3b10ee32d 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/Report.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/Report.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/ReportHandler.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/ReportHandler.java
index 74e84e789..0d25596f9 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/ReportHandler.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/ReportHandler.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/StyleTaskTimer.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/StyleTaskTimer.java
index 5d73c62a1..3f13cb617 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/StyleTaskTimer.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/StyleTaskTimer.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/Tasks.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/Tasks.java
index 45fda9d55..06150eb13 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/Tasks.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/Tasks.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/XmlReportFailuresSupplier.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/XmlReportFailuresSupplier.java
index 61f6cd035..594a6aff9 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/XmlReportFailuresSupplier.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/XmlReportFailuresSupplier.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/XmlUtils.java b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/XmlUtils.java
index e4f8a862c..5c3e958f7 100644
--- a/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/XmlUtils.java
+++ b/gradle-junit-reports/src/main/java/com/palantir/gradle/junit/XmlUtils.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/BuildFailureListenerTests.java b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/BuildFailureListenerTests.java
index d06953362..ba47b102f 100644
--- a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/BuildFailureListenerTests.java
+++ b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/BuildFailureListenerTests.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/CheckstyleReportHandlerTests.java b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/CheckstyleReportHandlerTests.java
index 22bfb946f..9658e6000 100644
--- a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/CheckstyleReportHandlerTests.java
+++ b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/CheckstyleReportHandlerTests.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/FailuresReportGeneratorTests.java b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/FailuresReportGeneratorTests.java
index 42cd8edd1..c8dc39dfb 100644
--- a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/FailuresReportGeneratorTests.java
+++ b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/FailuresReportGeneratorTests.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/JavacFailuresSupplierTest.java b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/JavacFailuresSupplierTest.java
index 6106fe630..6f4119de5 100644
--- a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/JavacFailuresSupplierTest.java
+++ b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/JavacFailuresSupplierTest.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/JunitReportCreatorTests.java b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/JunitReportCreatorTests.java
index 787d25151..68a147266 100644
--- a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/JunitReportCreatorTests.java
+++ b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/JunitReportCreatorTests.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/JunitReportsFinalizerTests.java b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/JunitReportsFinalizerTests.java
index 637ccdd74..88bd29675 100644
--- a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/JunitReportsFinalizerTests.java
+++ b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/JunitReportsFinalizerTests.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/TestCommon.java b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/TestCommon.java
index 924d8ebbb..b91b935f7 100644
--- a/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/TestCommon.java
+++ b/gradle-junit-reports/src/test/java/com/palantir/gradle/junit/TestCommon.java
@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,