From c98b11e31379ec74235a7105f8aab0738f2e76eb Mon Sep 17 00:00:00 2001 From: Aaron Gershman Date: Fri, 3 Sep 2021 01:28:25 -0500 Subject: [PATCH] license header consistency --- gradle/licenseHeader.txt | 2 +- .../testing/assertj/JUnitAssertArrayEqualsToAssertThat.java | 2 +- .../java/testing/assertj/JUnitAssertEqualsToAssertThat.java | 2 +- .../java/testing/assertj/JUnitAssertFalseToAssertThat.java | 2 +- .../java/testing/assertj/JUnitAssertNotEqualsToAssertThat.java | 2 +- .../java/testing/assertj/JUnitAssertNotNullToAssertThat.java | 2 +- .../java/testing/assertj/JUnitAssertNullToAssertThat.java | 2 +- .../java/testing/assertj/JUnitAssertSameToAssertThat.java | 2 +- .../java/testing/assertj/JUnitAssertTrueToAssertThat.java | 2 +- .../java/testing/assertj/JUnitFailToAssertJFail.java | 2 +- .../java/org/openrewrite/java/testing/assertj/package-info.java | 2 +- .../java/testing/cleanup/TestsShouldIncludeAssertions.java | 2 +- .../java/org/openrewrite/java/testing/cleanup/package-info.java | 2 +- .../org/openrewrite/java/testing/junit5/AssertToAssertions.java | 2 +- .../java/org/openrewrite/java/testing/junit5/CategoryToTag.java | 2 +- .../openrewrite/java/testing/junit5/CleanupJUnitImports.java | 2 +- .../java/testing/junit5/ExpectedExceptionToAssertThrows.java | 2 +- .../java/testing/junit5/JUnitParamsRunnerToParameterized.java | 2 +- .../openrewrite/java/testing/junit5/MigrateJUnitTestCase.java | 2 +- .../java/testing/junit5/MockitoJUnitToMockitoExtension.java | 2 +- .../java/testing/junit5/ParameterizedRunnerToParameterized.java | 2 +- .../openrewrite/java/testing/junit5/RemoveObsoleteRunners.java | 2 +- .../org/openrewrite/java/testing/junit5/RunnerToExtension.java | 2 +- .../java/testing/junit5/TemporaryFolderToTempDir.java | 2 +- .../org/openrewrite/java/testing/junit5/TestRuleToTestInfo.java | 2 +- .../java/testing/junit5/UpdateBeforeAfterAnnotations.java | 2 +- .../openrewrite/java/testing/junit5/UpdateMockWebServer.java | 2 +- .../openrewrite/java/testing/junit5/UpdateTestAnnotation.java | 2 +- .../org/openrewrite/java/testing/junit5/UseTestMethodOrder.java | 2 +- .../java/org/openrewrite/java/testing/junit5/package-info.java | 2 +- .../openrewrite/java/testing/mockito/CleanupMockitoImports.java | 2 +- .../org/openrewrite/java/testing/mockito/MockUtilsToStatic.java | 2 +- .../java/org/openrewrite/java/testing/mockito/package-info.java | 2 +- src/main/resources/META-INF/rewrite/AssertJAssertions.java | 2 +- src/main/resources/META-INF/rewrite/assertj.yml | 2 +- src/main/resources/META-INF/rewrite/cleanup.yml | 2 +- src/main/resources/META-INF/rewrite/hamcrest.yml | 2 +- src/main/resources/META-INF/rewrite/junit5.yml | 2 +- src/main/resources/META-INF/rewrite/mockito.yml | 2 +- .../testing/assertj/JUnitAssertArrayEqualsToAssertThatTest.kt | 2 +- .../java/testing/assertj/JUnitAssertEqualsToAssertThatTest.kt | 2 +- .../java/testing/assertj/JUnitAssertFalseToAssertThatTest.kt | 2 +- .../testing/assertj/JUnitAssertNotEqualsToAssertThatTest.kt | 2 +- .../java/testing/assertj/JUnitAssertNotNullToAssertThatTest.kt | 2 +- .../java/testing/assertj/JUnitAssertNullToAssertThatTest.kt | 2 +- .../java/testing/assertj/JUnitAssertSameToAssertThatTest.kt | 2 +- .../java/testing/assertj/JUnitAssertTrueToAssertThatTest.kt | 2 +- .../java/testing/assertj/JUnitFailToAssertJFailTest.kt | 2 +- .../org/openrewrite/java/testing/assertj/StaticImportsTest.kt | 2 +- .../java/testing/cleanup/TestsShouldIncludeAssertionsTest.kt | 2 +- .../openrewrite/java/testing/junit5/AssertToAssertionsTest.kt | 2 +- .../openrewrite/java/testing/junit5/AssumeToAssumptionsTest.kt | 2 +- .../org/openrewrite/java/testing/junit5/CategoryToTagTest.kt | 2 +- .../openrewrite/java/testing/junit5/CleanupJUnitImportsTest.kt | 2 +- .../java/testing/junit5/ExpectedExceptionToAssertThrowsTest.kt | 2 +- .../openrewrite/java/testing/junit5/JUnit5BestPracticesTest.kt | 2 +- .../org/openrewrite/java/testing/junit5/JUnit5MigrationTest.kt | 2 +- .../java/testing/junit5/JUnitParamsRunnerToParameterizedTest.kt | 2 +- .../openrewrite/java/testing/junit5/MigrateJunitTestCaseTest.kt | 2 +- .../java/testing/junit5/MockitoJUnitToMockitoExtensionTest.kt | 2 +- .../testing/junit5/ParameterizedRunnerToParameterizedTest.kt | 2 +- .../java/testing/junit5/RemoveObsoleteRunnersTest.kt | 2 +- .../openrewrite/java/testing/junit5/RunnerToExtensionTest.kt | 2 +- .../org/openrewrite/java/testing/junit5/StaticImportsTest.kt | 2 +- .../java/testing/junit5/TemporaryFolderToTempDirTest.kt | 2 +- .../openrewrite/java/testing/junit5/TestRuleToTestInfoTest.kt | 2 +- .../java/testing/junit5/UpdateBeforeAfterAnnotationsTest.kt | 2 +- .../openrewrite/java/testing/junit5/UpdateMockWebServerTest.kt | 2 +- .../openrewrite/java/testing/junit5/UpdateTestAnnotationTest.kt | 2 +- .../java/testing/junit5/UseHamcrestAssertThatTest.kt | 2 +- .../openrewrite/java/testing/junit5/UseTestMethodOrderTest.kt | 2 +- .../java/testing/mockito/CleanupMockitoImportsTest.kt | 2 +- .../java/testing/mockito/JunitMockitoUpgradeIntegrationTest.kt | 2 +- .../openrewrite/java/testing/mockito/MockUtilsToStaticTest.kt | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) diff --git a/gradle/licenseHeader.txt b/gradle/licenseHeader.txt index 7b711b0e3..f015cf02d 100644 --- a/gradle/licenseHeader.txt +++ b/gradle/licenseHeader.txt @@ -1,4 +1,4 @@ -Copyright 2020 the original author or authors. +Copyright 2021 the original author or authors.

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/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertArrayEqualsToAssertThat.java b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertArrayEqualsToAssertThat.java index 44ae0f426..a7dca62f8 100644 --- a/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertArrayEqualsToAssertThat.java +++ b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertArrayEqualsToAssertThat.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertEqualsToAssertThat.java b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertEqualsToAssertThat.java index c59fac829..23c6b4852 100644 --- a/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertEqualsToAssertThat.java +++ b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertEqualsToAssertThat.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertFalseToAssertThat.java b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertFalseToAssertThat.java index f5b9abd3d..cd5cc6ff3 100644 --- a/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertFalseToAssertThat.java +++ b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertFalseToAssertThat.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertNotEqualsToAssertThat.java b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertNotEqualsToAssertThat.java index 7d134f164..aea950bf9 100644 --- a/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertNotEqualsToAssertThat.java +++ b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertNotEqualsToAssertThat.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertNotNullToAssertThat.java b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertNotNullToAssertThat.java index b9aebd493..120276442 100644 --- a/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertNotNullToAssertThat.java +++ b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertNotNullToAssertThat.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertNullToAssertThat.java b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertNullToAssertThat.java index 5f3304dd1..c589bbe7a 100644 --- a/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertNullToAssertThat.java +++ b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertNullToAssertThat.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertSameToAssertThat.java b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertSameToAssertThat.java index 324be638c..ded5c61b2 100644 --- a/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertSameToAssertThat.java +++ b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertSameToAssertThat.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertTrueToAssertThat.java b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertTrueToAssertThat.java index e48dc3374..782690e19 100644 --- a/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertTrueToAssertThat.java +++ b/src/main/java/org/openrewrite/java/testing/assertj/JUnitAssertTrueToAssertThat.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/assertj/JUnitFailToAssertJFail.java b/src/main/java/org/openrewrite/java/testing/assertj/JUnitFailToAssertJFail.java index 799d7dd29..8386f0e6d 100644 --- a/src/main/java/org/openrewrite/java/testing/assertj/JUnitFailToAssertJFail.java +++ b/src/main/java/org/openrewrite/java/testing/assertj/JUnitFailToAssertJFail.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/assertj/package-info.java b/src/main/java/org/openrewrite/java/testing/assertj/package-info.java index c8be119f9..6f32eb963 100644 --- a/src/main/java/org/openrewrite/java/testing/assertj/package-info.java +++ b/src/main/java/org/openrewrite/java/testing/assertj/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/cleanup/TestsShouldIncludeAssertions.java b/src/main/java/org/openrewrite/java/testing/cleanup/TestsShouldIncludeAssertions.java index a75704ba9..de28a7a51 100644 --- a/src/main/java/org/openrewrite/java/testing/cleanup/TestsShouldIncludeAssertions.java +++ b/src/main/java/org/openrewrite/java/testing/cleanup/TestsShouldIncludeAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/cleanup/package-info.java b/src/main/java/org/openrewrite/java/testing/cleanup/package-info.java index e73c90441..100496815 100644 --- a/src/main/java/org/openrewrite/java/testing/cleanup/package-info.java +++ b/src/main/java/org/openrewrite/java/testing/cleanup/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/AssertToAssertions.java b/src/main/java/org/openrewrite/java/testing/junit5/AssertToAssertions.java index b132a9fc7..1a50dc2ad 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/AssertToAssertions.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/AssertToAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/CategoryToTag.java b/src/main/java/org/openrewrite/java/testing/junit5/CategoryToTag.java index 0f07b5a44..c95aa2800 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/CategoryToTag.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/CategoryToTag.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/CleanupJUnitImports.java b/src/main/java/org/openrewrite/java/testing/junit5/CleanupJUnitImports.java index ee1dce30d..2c8b25373 100755 --- a/src/main/java/org/openrewrite/java/testing/junit5/CleanupJUnitImports.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/CleanupJUnitImports.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/ExpectedExceptionToAssertThrows.java b/src/main/java/org/openrewrite/java/testing/junit5/ExpectedExceptionToAssertThrows.java index d3560defb..33c744288 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/ExpectedExceptionToAssertThrows.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/ExpectedExceptionToAssertThrows.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/JUnitParamsRunnerToParameterized.java b/src/main/java/org/openrewrite/java/testing/junit5/JUnitParamsRunnerToParameterized.java index 4f31e1116..54c2c6209 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/JUnitParamsRunnerToParameterized.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/JUnitParamsRunnerToParameterized.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/MigrateJUnitTestCase.java b/src/main/java/org/openrewrite/java/testing/junit5/MigrateJUnitTestCase.java index ab5bd78fb..cbd956af3 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/MigrateJUnitTestCase.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/MigrateJUnitTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/MockitoJUnitToMockitoExtension.java b/src/main/java/org/openrewrite/java/testing/junit5/MockitoJUnitToMockitoExtension.java index 81b89c566..8192fcb26 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/MockitoJUnitToMockitoExtension.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/MockitoJUnitToMockitoExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/ParameterizedRunnerToParameterized.java b/src/main/java/org/openrewrite/java/testing/junit5/ParameterizedRunnerToParameterized.java index f7e76acf5..4535ae6d4 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/ParameterizedRunnerToParameterized.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/ParameterizedRunnerToParameterized.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/RemoveObsoleteRunners.java b/src/main/java/org/openrewrite/java/testing/junit5/RemoveObsoleteRunners.java index a4a3fabf8..0ce07cde2 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/RemoveObsoleteRunners.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/RemoveObsoleteRunners.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/RunnerToExtension.java b/src/main/java/org/openrewrite/java/testing/junit5/RunnerToExtension.java index d30251b74..4415ccf60 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/RunnerToExtension.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/RunnerToExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/TemporaryFolderToTempDir.java b/src/main/java/org/openrewrite/java/testing/junit5/TemporaryFolderToTempDir.java index 071ee5cf9..cfa738491 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/TemporaryFolderToTempDir.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/TemporaryFolderToTempDir.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/TestRuleToTestInfo.java b/src/main/java/org/openrewrite/java/testing/junit5/TestRuleToTestInfo.java index e46b15350..79e64db41 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/TestRuleToTestInfo.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/TestRuleToTestInfo.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/UpdateBeforeAfterAnnotations.java b/src/main/java/org/openrewrite/java/testing/junit5/UpdateBeforeAfterAnnotations.java index a519df6db..b24882ca8 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/UpdateBeforeAfterAnnotations.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/UpdateBeforeAfterAnnotations.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/UpdateMockWebServer.java b/src/main/java/org/openrewrite/java/testing/junit5/UpdateMockWebServer.java index ad03f8a0a..2f8ceae66 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/UpdateMockWebServer.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/UpdateMockWebServer.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/UpdateTestAnnotation.java b/src/main/java/org/openrewrite/java/testing/junit5/UpdateTestAnnotation.java index 6c9471125..590f7b444 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/UpdateTestAnnotation.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/UpdateTestAnnotation.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/UseTestMethodOrder.java b/src/main/java/org/openrewrite/java/testing/junit5/UseTestMethodOrder.java index f089770d0..01c23ae35 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/UseTestMethodOrder.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/UseTestMethodOrder.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/junit5/package-info.java b/src/main/java/org/openrewrite/java/testing/junit5/package-info.java index df22d97ab..db2dbd7ea 100644 --- a/src/main/java/org/openrewrite/java/testing/junit5/package-info.java +++ b/src/main/java/org/openrewrite/java/testing/junit5/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/mockito/CleanupMockitoImports.java b/src/main/java/org/openrewrite/java/testing/mockito/CleanupMockitoImports.java index e78d63c2b..7e166ae88 100644 --- a/src/main/java/org/openrewrite/java/testing/mockito/CleanupMockitoImports.java +++ b/src/main/java/org/openrewrite/java/testing/mockito/CleanupMockitoImports.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/mockito/MockUtilsToStatic.java b/src/main/java/org/openrewrite/java/testing/mockito/MockUtilsToStatic.java index c2547dc44..fc60985aa 100644 --- a/src/main/java/org/openrewrite/java/testing/mockito/MockUtilsToStatic.java +++ b/src/main/java/org/openrewrite/java/testing/mockito/MockUtilsToStatic.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/java/org/openrewrite/java/testing/mockito/package-info.java b/src/main/java/org/openrewrite/java/testing/mockito/package-info.java index 1278b530e..208941548 100644 --- a/src/main/java/org/openrewrite/java/testing/mockito/package-info.java +++ b/src/main/java/org/openrewrite/java/testing/mockito/package-info.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/resources/META-INF/rewrite/AssertJAssertions.java b/src/main/resources/META-INF/rewrite/AssertJAssertions.java index 724c3476b..16f4459c8 100644 --- a/src/main/resources/META-INF/rewrite/AssertJAssertions.java +++ b/src/main/resources/META-INF/rewrite/AssertJAssertions.java @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/main/resources/META-INF/rewrite/assertj.yml b/src/main/resources/META-INF/rewrite/assertj.yml index cef4d1263..e7a8b57f3 100644 --- a/src/main/resources/META-INF/rewrite/assertj.yml +++ b/src/main/resources/META-INF/rewrite/assertj.yml @@ -1,5 +1,5 @@ # -# Copyright 2020 the original author or authors. +# Copyright 2021 the original author or authors. #

# 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/src/main/resources/META-INF/rewrite/cleanup.yml b/src/main/resources/META-INF/rewrite/cleanup.yml index fdfda164f..f33f7e141 100644 --- a/src/main/resources/META-INF/rewrite/cleanup.yml +++ b/src/main/resources/META-INF/rewrite/cleanup.yml @@ -1,5 +1,5 @@ # -# Copyright 2020 the original author or authors. +# Copyright 2021 the original author or authors. #

# 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/src/main/resources/META-INF/rewrite/hamcrest.yml b/src/main/resources/META-INF/rewrite/hamcrest.yml index 86b229ae5..2b0f3c595 100644 --- a/src/main/resources/META-INF/rewrite/hamcrest.yml +++ b/src/main/resources/META-INF/rewrite/hamcrest.yml @@ -1,5 +1,5 @@ # -# Copyright 2020 the original author or authors. +# Copyright 2021 the original author or authors. #

# 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/src/main/resources/META-INF/rewrite/junit5.yml b/src/main/resources/META-INF/rewrite/junit5.yml index 5c39c397c..818dc6fc2 100755 --- a/src/main/resources/META-INF/rewrite/junit5.yml +++ b/src/main/resources/META-INF/rewrite/junit5.yml @@ -1,5 +1,5 @@ # -# Copyright 2020 the original author or authors. +# Copyright 2021 the original author or authors. #

# 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/src/main/resources/META-INF/rewrite/mockito.yml b/src/main/resources/META-INF/rewrite/mockito.yml index 4528ea8bd..81a8eb1a6 100644 --- a/src/main/resources/META-INF/rewrite/mockito.yml +++ b/src/main/resources/META-INF/rewrite/mockito.yml @@ -1,5 +1,5 @@ # -# Copyright 2020 the original author or authors. +# Copyright 2021 the original author or authors. #

# 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/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertArrayEqualsToAssertThatTest.kt b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertArrayEqualsToAssertThatTest.kt index 18bc3055a..f8e646e2e 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertArrayEqualsToAssertThatTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertArrayEqualsToAssertThatTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertEqualsToAssertThatTest.kt b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertEqualsToAssertThatTest.kt index cfcf641c8..3de1b1b91 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertEqualsToAssertThatTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertEqualsToAssertThatTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertFalseToAssertThatTest.kt b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertFalseToAssertThatTest.kt index 6d1afd1ba..125a83c92 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertFalseToAssertThatTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertFalseToAssertThatTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertNotEqualsToAssertThatTest.kt b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertNotEqualsToAssertThatTest.kt index 2e6842bd8..fb7d79206 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertNotEqualsToAssertThatTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertNotEqualsToAssertThatTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertNotNullToAssertThatTest.kt b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertNotNullToAssertThatTest.kt index 05ef8da03..a9f4a6b04 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertNotNullToAssertThatTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertNotNullToAssertThatTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertNullToAssertThatTest.kt b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertNullToAssertThatTest.kt index f19a5ba27..2edb96437 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertNullToAssertThatTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertNullToAssertThatTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertSameToAssertThatTest.kt b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertSameToAssertThatTest.kt index c779da0d8..0081251ed 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertSameToAssertThatTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertSameToAssertThatTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertTrueToAssertThatTest.kt b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertTrueToAssertThatTest.kt index adcb058d2..f17165703 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertTrueToAssertThatTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitAssertTrueToAssertThatTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitFailToAssertJFailTest.kt b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitFailToAssertJFailTest.kt index 0b3ffa0bc..56f75676e 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitFailToAssertJFailTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/assertj/JUnitFailToAssertJFailTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/assertj/StaticImportsTest.kt b/src/test/kotlin/org/openrewrite/java/testing/assertj/StaticImportsTest.kt index d1634c5d9..1966245be 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/assertj/StaticImportsTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/assertj/StaticImportsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/cleanup/TestsShouldIncludeAssertionsTest.kt b/src/test/kotlin/org/openrewrite/java/testing/cleanup/TestsShouldIncludeAssertionsTest.kt index 254597cce..9a5a62d87 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/cleanup/TestsShouldIncludeAssertionsTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/cleanup/TestsShouldIncludeAssertionsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/AssertToAssertionsTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/AssertToAssertionsTest.kt index c8bede74a..85220923b 100755 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/AssertToAssertionsTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/AssertToAssertionsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/AssumeToAssumptionsTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/AssumeToAssumptionsTest.kt index f1f72563a..1c3e026de 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/AssumeToAssumptionsTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/AssumeToAssumptionsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/CategoryToTagTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/CategoryToTagTest.kt index 27ba437b8..d828a05f3 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/CategoryToTagTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/CategoryToTagTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/CleanupJUnitImportsTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/CleanupJUnitImportsTest.kt index f619315c2..0ce76edc5 100755 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/CleanupJUnitImportsTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/CleanupJUnitImportsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/ExpectedExceptionToAssertThrowsTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/ExpectedExceptionToAssertThrowsTest.kt index 4d2de12f0..5460ecf99 100755 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/ExpectedExceptionToAssertThrowsTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/ExpectedExceptionToAssertThrowsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/JUnit5BestPracticesTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/JUnit5BestPracticesTest.kt index f083dea66..72c6342c2 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/JUnit5BestPracticesTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/JUnit5BestPracticesTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/JUnit5MigrationTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/JUnit5MigrationTest.kt index a0b43df52..1b5df0333 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/JUnit5MigrationTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/JUnit5MigrationTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/JUnitParamsRunnerToParameterizedTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/JUnitParamsRunnerToParameterizedTest.kt index 761554d08..a32deb3ba 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/JUnitParamsRunnerToParameterizedTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/JUnitParamsRunnerToParameterizedTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/MigrateJunitTestCaseTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/MigrateJunitTestCaseTest.kt index 9cf15b3a5..23b0b374d 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/MigrateJunitTestCaseTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/MigrateJunitTestCaseTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/MockitoJUnitToMockitoExtensionTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/MockitoJUnitToMockitoExtensionTest.kt index 1c5ca09b1..7553a83c2 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/MockitoJUnitToMockitoExtensionTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/MockitoJUnitToMockitoExtensionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/ParameterizedRunnerToParameterizedTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/ParameterizedRunnerToParameterizedTest.kt index d207e2382..c827c6f6c 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/ParameterizedRunnerToParameterizedTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/ParameterizedRunnerToParameterizedTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/RemoveObsoleteRunnersTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/RemoveObsoleteRunnersTest.kt index 3333291ce..c43626494 100755 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/RemoveObsoleteRunnersTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/RemoveObsoleteRunnersTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/RunnerToExtensionTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/RunnerToExtensionTest.kt index 2a10f2886..75ddd4807 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/RunnerToExtensionTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/RunnerToExtensionTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/StaticImportsTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/StaticImportsTest.kt index 3cb7f509d..7f3ee6ef9 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/StaticImportsTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/StaticImportsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/TemporaryFolderToTempDirTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/TemporaryFolderToTempDirTest.kt index 32bc94d5c..dc08ad132 100755 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/TemporaryFolderToTempDirTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/TemporaryFolderToTempDirTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/TestRuleToTestInfoTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/TestRuleToTestInfoTest.kt index f285c2d13..9c467a8c4 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/TestRuleToTestInfoTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/TestRuleToTestInfoTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/UpdateBeforeAfterAnnotationsTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/UpdateBeforeAfterAnnotationsTest.kt index 07f07a5ac..df9ef47f0 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/UpdateBeforeAfterAnnotationsTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/UpdateBeforeAfterAnnotationsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/UpdateMockWebServerTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/UpdateMockWebServerTest.kt index 444505d67..cc8967597 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/UpdateMockWebServerTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/UpdateMockWebServerTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/UpdateTestAnnotationTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/UpdateTestAnnotationTest.kt index b3c6df2b0..435111629 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/UpdateTestAnnotationTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/UpdateTestAnnotationTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/UseHamcrestAssertThatTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/UseHamcrestAssertThatTest.kt index 0413986c2..cc4df1c5c 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/UseHamcrestAssertThatTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/UseHamcrestAssertThatTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/junit5/UseTestMethodOrderTest.kt b/src/test/kotlin/org/openrewrite/java/testing/junit5/UseTestMethodOrderTest.kt index c549f61ce..defcbb5d4 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/junit5/UseTestMethodOrderTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/junit5/UseTestMethodOrderTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/mockito/CleanupMockitoImportsTest.kt b/src/test/kotlin/org/openrewrite/java/testing/mockito/CleanupMockitoImportsTest.kt index 71b1bb0ad..65679aa61 100755 --- a/src/test/kotlin/org/openrewrite/java/testing/mockito/CleanupMockitoImportsTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/mockito/CleanupMockitoImportsTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/mockito/JunitMockitoUpgradeIntegrationTest.kt b/src/test/kotlin/org/openrewrite/java/testing/mockito/JunitMockitoUpgradeIntegrationTest.kt index 9d6ab5f83..9e22ad0b1 100755 --- a/src/test/kotlin/org/openrewrite/java/testing/mockito/JunitMockitoUpgradeIntegrationTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/mockito/JunitMockitoUpgradeIntegrationTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* 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/src/test/kotlin/org/openrewrite/java/testing/mockito/MockUtilsToStaticTest.kt b/src/test/kotlin/org/openrewrite/java/testing/mockito/MockUtilsToStaticTest.kt index 260cb95f0..832561694 100644 --- a/src/test/kotlin/org/openrewrite/java/testing/mockito/MockUtilsToStaticTest.kt +++ b/src/test/kotlin/org/openrewrite/java/testing/mockito/MockUtilsToStaticTest.kt @@ -1,5 +1,5 @@ /* - * Copyright 2020 the original author or authors. + * Copyright 2021 the original author or authors. *

* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.