From 8a4ad00b7d4e6d7847be646feca59b6937dc696c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mih=C3=A1ly=20Verh=C3=A1s?= Date: Fri, 8 Sep 2023 12:41:06 +0200 Subject: [PATCH] Update project (#752) Update license header, PR template and .gitignore. PR: #752 --- .github/PULL_REQUEST_TEMPLATE.md | 8 +++++++- .gitignore | 3 +++ .infra/spotless/eclipse-public-license-2.0.java | 2 +- README.md | 2 ++ .../jupiter/DefaultLocaleTimezoneExtensionDemo.java | 2 +- .../jupiter/DisableIfTestFailsExtensionDemo.java | 2 +- .../junitpioneer/jupiter/DisableUntilExtensionDemo.java | 2 +- .../jupiter/EnvironmentVariablesExtensionDemo.java | 2 +- .../junitpioneer/jupiter/ExpectedToFailExtensionDemo.java | 2 +- .../java/org/junitpioneer/jupiter/IssueExtensionDemo.java | 2 +- .../junitpioneer/jupiter/ReportEntryExtensionDemo.java | 2 +- .../junitpioneer/jupiter/RetryingTestExtensionDemo.java | 2 +- .../org/junitpioneer/jupiter/StdInOutExtensionDemo.java | 2 +- .../org/junitpioneer/jupiter/StopwatchExtensionDemo.java | 2 +- .../junitpioneer/jupiter/SystemPropertyExtensionDemo.java | 2 +- .../jupiter/cartesian/BitArgumentProvider.java | 2 +- .../jupiter/cartesian/CartesianTestExtensionDemo.java | 2 +- .../junitpioneer/jupiter/cartesian/MyTestReporter.java | 2 +- .../jupiter/cartesian/NumberArgumentProvider.java | 2 +- .../jupiter/cartesian/PeopleProviderSources.java | 2 +- .../jupiter/converter/ByteArrayConverterDemo.java | 2 +- src/demo/java/org/junitpioneer/jupiter/json/Jedi.java | 2 +- .../jupiter/json/JsonArgumentSourceExtensionDemo.java | 2 +- .../jupiter/params/DisableParameterizedExtensionDemo.java | 2 +- .../org/junitpioneer/jupiter/params/RangeSourcesDemo.java | 2 +- .../junitpioneer/jupiter/params/SimpleAggregatorDemo.java | 2 +- .../junitpioneer/jupiter/resource/InMemoryDirectory.java | 2 +- .../jupiter/resource/ResourceExtensionDemo.java | 2 +- .../java/org/junitpioneer/vintage/VintageTestDemo.java | 2 +- .../org/junitpioneer/internal/PioneerAnnotationUtils.java | 2 +- .../org/junitpioneer/internal/PioneerPreconditions.java | 2 +- src/main/java/org/junitpioneer/internal/PioneerUtils.java | 2 +- .../java/org/junitpioneer/internal/TestNameFormatter.java | 2 +- .../junitpioneer/jupiter/AbstractEntryBasedExtension.java | 2 +- .../junitpioneer/jupiter/ClearEnvironmentVariable.java | 2 +- .../org/junitpioneer/jupiter/ClearSystemProperty.java | 2 +- src/main/java/org/junitpioneer/jupiter/DefaultLocale.java | 2 +- .../org/junitpioneer/jupiter/DefaultLocaleExtension.java | 2 +- .../java/org/junitpioneer/jupiter/DefaultTimeZone.java | 2 +- .../junitpioneer/jupiter/DefaultTimeZoneExtension.java | 2 +- .../java/org/junitpioneer/jupiter/DisableIfTestFails.java | 2 +- .../junitpioneer/jupiter/DisableIfTestFailsExtension.java | 2 +- src/main/java/org/junitpioneer/jupiter/DisabledUntil.java | 2 +- .../org/junitpioneer/jupiter/DisabledUntilExtension.java | 2 +- .../jupiter/EnvironmentVariableExtension.java | 2 +- .../junitpioneer/jupiter/EnvironmentVariableUtils.java | 2 +- .../java/org/junitpioneer/jupiter/ExpectedToFail.java | 2 +- .../org/junitpioneer/jupiter/ExpectedToFailExtension.java | 2 +- src/main/java/org/junitpioneer/jupiter/Issue.java | 2 +- .../java/org/junitpioneer/jupiter/IssueExtension.java | 2 +- .../java/org/junitpioneer/jupiter/IssueProcessor.java | 2 +- src/main/java/org/junitpioneer/jupiter/IssueTestCase.java | 2 +- .../java/org/junitpioneer/jupiter/IssueTestSuite.java | 2 +- .../java/org/junitpioneer/jupiter/ReadsDefaultLocale.java | 2 +- .../org/junitpioneer/jupiter/ReadsDefaultTimeZone.java | 2 +- .../junitpioneer/jupiter/ReadsEnvironmentVariable.java | 2 +- src/main/java/org/junitpioneer/jupiter/ReadsStdIo.java | 2 +- .../org/junitpioneer/jupiter/ReadsSystemProperty.java | 2 +- src/main/java/org/junitpioneer/jupiter/ReportEntry.java | 2 +- .../org/junitpioneer/jupiter/ReportEntryExtension.java | 2 +- .../junitpioneer/jupiter/RestoreEnvironmentVariables.java | 2 +- .../org/junitpioneer/jupiter/RestoreSystemProperties.java | 2 +- src/main/java/org/junitpioneer/jupiter/RetryingTest.java | 2 +- .../org/junitpioneer/jupiter/RetryingTestExtension.java | 2 +- .../jupiter/RetryingTestInvocationContext.java | 2 +- .../org/junitpioneer/jupiter/SetEnvironmentVariable.java | 2 +- .../java/org/junitpioneer/jupiter/SetSystemProperty.java | 2 +- src/main/java/org/junitpioneer/jupiter/StdErr.java | 2 +- src/main/java/org/junitpioneer/jupiter/StdIn.java | 2 +- src/main/java/org/junitpioneer/jupiter/StdIo.java | 2 +- .../java/org/junitpioneer/jupiter/StdIoExtension.java | 2 +- src/main/java/org/junitpioneer/jupiter/StdOut.java | 2 +- .../java/org/junitpioneer/jupiter/StdOutputStream.java | 2 +- src/main/java/org/junitpioneer/jupiter/Stopwatch.java | 2 +- .../java/org/junitpioneer/jupiter/StopwatchExtension.java | 2 +- .../org/junitpioneer/jupiter/SystemPropertyExtension.java | 2 +- .../org/junitpioneer/jupiter/WritesDefaultLocale.java | 2 +- .../org/junitpioneer/jupiter/WritesDefaultTimeZone.java | 2 +- .../junitpioneer/jupiter/WritesEnvironmentVariable.java | 2 +- src/main/java/org/junitpioneer/jupiter/WritesStdIo.java | 2 +- .../org/junitpioneer/jupiter/WritesSystemProperty.java | 2 +- .../org/junitpioneer/jupiter/cartesian/ArgumentSets.java | 2 +- .../jupiter/cartesian/CartesianArgumentsProvider.java | 2 +- .../jupiter/cartesian/CartesianArgumentsSource.java | 2 +- .../jupiter/cartesian/CartesianEnumArgumentsProvider.java | 2 +- .../cartesian/CartesianFactoryArgumentsProvider.java | 2 +- .../cartesian/CartesianMethodArgumentsProvider.java | 2 +- .../cartesian/CartesianParameterArgumentsProvider.java | 2 +- .../jupiter/cartesian/CartesianProductResolver.java | 2 +- .../org/junitpioneer/jupiter/cartesian/CartesianTest.java | 2 +- .../jupiter/cartesian/CartesianTestExtension.java | 2 +- .../jupiter/cartesian/CartesianTestInvocationContext.java | 2 +- .../cartesian/CartesianValueArgumentsProvider.java | 2 +- .../converter/NumberToByteArrayArgumentConverter.java | 2 +- .../jupiter/converter/NumberToByteArrayConversion.java | 2 +- .../jupiter/issue/IssueExtensionExecutionListener.java | 2 +- .../junitpioneer/jupiter/issue/IssueTestCaseBuilder.java | 2 +- .../jupiter/json/AbstractJsonArgumentsProvider.java | 2 +- .../json/AbstractJsonSourceBasedArgumentsProvider.java | 2 +- .../jupiter/json/DefaultObjectMapperProvider.java | 2 +- .../junitpioneer/jupiter/json/JacksonJsonConverter.java | 2 +- .../java/org/junitpioneer/jupiter/json/JacksonNode.java | 2 +- .../junitpioneer/jupiter/json/JsonClasspathSource.java | 2 +- .../json/JsonClasspathSourceArgumentsProvider.java | 2 +- .../java/org/junitpioneer/jupiter/json/JsonConverter.java | 2 +- .../junitpioneer/jupiter/json/JsonConverterProvider.java | 2 +- .../org/junitpioneer/jupiter/json/JsonFileSource.java | 2 +- .../jupiter/json/JsonFileSourceArgumentsProvider.java | 2 +- .../jupiter/json/JsonInlineArgumentsProvider.java | 2 +- .../java/org/junitpioneer/jupiter/json/JsonSource.java | 2 +- .../jupiter/json/NoJsonParserConfiguredException.java | 2 +- src/main/java/org/junitpioneer/jupiter/json/Node.java | 2 +- .../junitpioneer/jupiter/json/ObjectMapperProvider.java | 2 +- src/main/java/org/junitpioneer/jupiter/json/Property.java | 2 +- .../org/junitpioneer/jupiter/json/UseObjectMapper.java | 2 +- .../java/org/junitpioneer/jupiter/params/Aggregate.java | 2 +- .../java/org/junitpioneer/jupiter/params/ByteRange.java | 2 +- .../org/junitpioneer/jupiter/params/ByteRangeSource.java | 2 +- .../jupiter/params/DisableIfAllArguments.java | 2 +- .../junitpioneer/jupiter/params/DisableIfAnyArgument.java | 2 +- .../junitpioneer/jupiter/params/DisableIfArgument.java | 2 +- .../jupiter/params/DisableIfArgumentExtension.java | 2 +- .../junitpioneer/jupiter/params/DisableIfDisplayName.java | 2 +- .../jupiter/params/DisableIfNameExtension.java | 2 +- .../java/org/junitpioneer/jupiter/params/DoubleRange.java | 2 +- .../junitpioneer/jupiter/params/DoubleRangeSource.java | 2 +- .../java/org/junitpioneer/jupiter/params/FloatRange.java | 2 +- .../org/junitpioneer/jupiter/params/FloatRangeSource.java | 2 +- .../java/org/junitpioneer/jupiter/params/IntRange.java | 2 +- .../org/junitpioneer/jupiter/params/IntRangeSource.java | 2 +- .../java/org/junitpioneer/jupiter/params/LongRange.java | 2 +- .../org/junitpioneer/jupiter/params/LongRangeSource.java | 2 +- src/main/java/org/junitpioneer/jupiter/params/Range.java | 2 +- .../java/org/junitpioneer/jupiter/params/RangeClass.java | 2 +- .../jupiter/params/RangeSourceArgumentsProvider.java | 2 +- .../java/org/junitpioneer/jupiter/params/ShortRange.java | 2 +- .../org/junitpioneer/jupiter/params/ShortRangeSource.java | 2 +- .../org/junitpioneer/jupiter/params/SimpleAggregator.java | 2 +- src/main/java/org/junitpioneer/jupiter/resource/Dir.java | 2 +- src/main/java/org/junitpioneer/jupiter/resource/New.java | 2 +- .../org/junitpioneer/jupiter/resource/PathDeleter.java | 2 +- .../java/org/junitpioneer/jupiter/resource/Resource.java | 2 +- .../junitpioneer/jupiter/resource/ResourceExtension.java | 2 +- .../junitpioneer/jupiter/resource/ResourceFactory.java | 2 +- .../java/org/junitpioneer/jupiter/resource/Shared.java | 2 +- .../junitpioneer/jupiter/resource/TemporaryDirectory.java | 2 +- .../junitpioneer/vintage/ExpectedExceptionExtension.java | 2 +- src/main/java/org/junitpioneer/vintage/Test.java | 2 +- .../java/org/junitpioneer/vintage/TimeoutExtension.java | 2 +- .../internal/PioneerAnnotationUtilsTestCases.java | 2 +- .../internal/PioneerAnnotationUtilsTests.java | 2 +- .../junitpioneer/internal/PioneerPreconditionsTests.java | 2 +- .../java/org/junitpioneer/internal/PioneerUtilsTests.java | 2 +- .../org/junitpioneer/internal/TestExtensionContext.java | 2 +- .../org/junitpioneer/internal/TestNameFormatterTests.java | 2 +- .../jupiter/AbstractEntryBasedExtensionTests.java | 2 +- .../java/org/junitpioneer/jupiter/DefaultLocaleTests.java | 2 +- .../org/junitpioneer/jupiter/DefaultTimeZoneTests.java | 2 +- .../org/junitpioneer/jupiter/DisableIfTestFailsTests.java | 2 +- .../junitpioneer/jupiter/DisabledUntilExtensionTests.java | 2 +- .../jupiter/EnvironmentVariableExtensionTests.java | 2 +- .../jupiter/EnvironmentVariableUtilsTests.java | 2 +- .../jupiter/ExpectedToFailExtensionTests.java | 2 +- .../jupiter/IssueExtensionIntegrationTests.java | 2 +- .../org/junitpioneer/jupiter/IssueExtensionTests.java | 2 +- .../java/org/junitpioneer/jupiter/IssueTestCaseTests.java | 2 +- .../org/junitpioneer/jupiter/IssueTestSuiteTests.java | 2 +- .../junitpioneer/jupiter/ReportEntryExtensionTests.java | 2 +- .../jupiter/RestoreEnvironmentVariablesTests.java | 2 +- .../jupiter/RestoreSystemPropertiesTests.java | 2 +- .../junitpioneer/jupiter/RetryingTestExtensionTests.java | 2 +- .../org/junitpioneer/jupiter/StdIoExtensionTests.java | 2 +- .../org/junitpioneer/jupiter/StopwatchExtensionTests.java | 2 +- .../jupiter/SystemPropertyExtensionTests.java | 2 +- .../jupiter/cartesian/CartesianTestExtensionTests.java | 2 +- .../jupiter/cartesian/CartesianTestFactoryTests.java | 2 +- .../converter/NumberToByteArrayConversionTests.java | 2 +- .../issue/IssueExtensionExecutionListenerTests.java | 2 +- .../jupiter/issue/IssueExtensionIntegrationTests.java | 2 +- .../junitpioneer/jupiter/issue/StoringIssueProcessor.java | 2 +- .../org/junitpioneer/jupiter/issue/TestPlanHelper.java | 2 +- .../junitpioneer/jupiter/json/ArrayNodeToListTests.java | 2 +- .../json/JsonClasspathSourceArgumentsProviderTests.java | 2 +- .../json/JsonFileSourceArgumentsProviderTests.java | 2 +- .../jupiter/json/JsonSourceArgumentsProviderTests.java | 2 +- .../jupiter/json/NoJsonParserConfiguredExceptionTest.java | 2 +- .../jupiter/json/ObjectMapperProviderTests.java | 2 +- .../jupiter/params/DisableIfArgumentExtensionTests.java | 2 +- .../jupiter/params/DisabledIfNameExtensionTests.java | 2 +- .../jupiter/params/RangeSourceArgumentsProviderTests.java | 2 +- .../jupiter/params/SimpleAggregatorTests.java | 2 +- .../jupiter/resource/FileScopeCheckingTests.java | 2 +- .../jupiter/resource/FileScopeCreatingTests.java | 2 +- .../junitpioneer/jupiter/resource/PathDeleterTests.java | 2 +- .../jupiter/resource/ResourcesParallelismTests.java | 2 +- .../org/junitpioneer/jupiter/resource/ResourcesTests.java | 2 +- .../jupiter/resource/TemporaryDirectoryDirTests.java | 2 +- .../jupiter/resource/TemporaryDirectoryTests.java | 2 +- .../java/org/junitpioneer/testkit/ExecutionResults.java | 2 +- .../java/org/junitpioneer/testkit/PioneerTestKit.java | 2 +- .../org/junitpioneer/testkit/PioneerTestKitTests.java | 2 +- .../testkit/assertion/AbstractPioneerAssert.java | 2 +- .../testkit/assertion/ExecutionResultAssert.java | 2 +- .../org/junitpioneer/testkit/assertion/PioneerAssert.java | 2 +- .../testkit/assertion/PioneerExecutionResultAssert.java | 2 +- .../junitpioneer/testkit/assertion/PioneerPathAssert.java | 2 +- .../junitpioneer/testkit/assertion/PropertiesAssert.java | 2 +- .../testkit/assertion/PropertiesAssertTests.java | 2 +- .../testkit/assertion/ReportEntryAssertBase.java | 2 +- .../testkit/assertion/TestCaseAssertBase.java | 2 +- .../testkit/assertion/reportentry/ReportEntryAssert.java | 2 +- .../assertion/reportentry/ReportEntryContentAssert.java | 2 +- .../testkit/assertion/single/TestCaseAbortedAssert.java | 2 +- .../testkit/assertion/single/TestCaseAssert.java | 2 +- .../testkit/assertion/single/TestCaseFailureAssert.java | 2 +- .../testkit/assertion/single/TestCaseStartedAssert.java | 2 +- .../testkit/assertion/suite/TestSuiteAssert.java | 2 +- .../assertion/suite/TestSuiteContainersAssert.java | 2 +- .../testkit/assertion/suite/TestSuiteFailureAssert.java | 2 +- .../testkit/assertion/suite/TestSuiteTestsAssert.java | 2 +- .../org/junitpioneer/vintage/TestIntegrationTests.java | 2 +- 221 files changed, 230 insertions(+), 219 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 6cbf5645e..93ffc0cce 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -29,12 +29,18 @@ Documentation (new extension) * [ ] The `docs/docs-nav.yml` navigation has an entry for the new extension * [ ] The `package-info.java` contains information about the new extension -Code +Code (general) * [ ] Code adheres to code style, naming conventions etc. * [ ] Successful tests cover all changes * [ ] There are checks which validate correct / false usage / configuration of a functionality and there are tests to verify those checks * [ ] Tests use [AssertJ](https://assertj.github.io/doc/) or our own [PioneerAssert](https://github.com/junit-pioneer/junit-pioneer/blob/main/CONTRIBUTING.md#assertions) (which are based on AssertJ) +Code (new package) +* [ ] The new package is exported in `module-info.java` +* [ ] The new package is also present in the tests +* [ ] The new package is opened for reflection to JUnit 5 in `module-info.java` +* [ ] The new package is listed in the contribution guide + Contributing * [ ] A prepared commit message exists * [ ] The list of contributions inside `README.md` mentions the new contribution (real name optional) diff --git a/.gitignore b/.gitignore index d881dc1d7..33c9ddfb7 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,6 @@ hs_err_pid* # asdf-vm .tool-versions + +# AsciiDoc +.asciidoctor/ \ No newline at end of file diff --git a/.infra/spotless/eclipse-public-license-2.0.java b/.infra/spotless/eclipse-public-license-2.0.java index 498e66e5f..8af2ff732 100644 --- a/.infra/spotless/eclipse-public-license-2.0.java +++ b/.infra/spotless/eclipse-public-license-2.0.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-$YEAR the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/README.md b/README.md index 8f2356e5e..3f9562aba 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,9 @@ Thank you for your efforts! 🙏 The least we can do is to thank them and list some of their accomplishments here (in lexicographic order). #### 2023 + * [Eric Everman](https://github.com/eeverman) added `@RestoreSystemProperties` and `@RestoreEnvironmentVariables` annotations to the [System Properties](https://junit-pioneer.org/docs/system-properties/) and [Environment Variables](https://junit-pioneer.org/docs/environment-variables/) extensions (#574 / #700) +* [Florian Westreicher](https://github.com/meredrica) contributed to the JSON argument source extension (#704 / #724) #### 2022 diff --git a/src/demo/java/org/junitpioneer/jupiter/DefaultLocaleTimezoneExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/DefaultLocaleTimezoneExtensionDemo.java index ae45b788f..4c5265c8d 100644 --- a/src/demo/java/org/junitpioneer/jupiter/DefaultLocaleTimezoneExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/DefaultLocaleTimezoneExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/DisableIfTestFailsExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/DisableIfTestFailsExtensionDemo.java index 7235a6e0b..603b7aa63 100644 --- a/src/demo/java/org/junitpioneer/jupiter/DisableIfTestFailsExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/DisableIfTestFailsExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/DisableUntilExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/DisableUntilExtensionDemo.java index 25f29a68c..4f4684f25 100644 --- a/src/demo/java/org/junitpioneer/jupiter/DisableUntilExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/DisableUntilExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/EnvironmentVariablesExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/EnvironmentVariablesExtensionDemo.java index 9e03c2a41..e8b3f5bac 100644 --- a/src/demo/java/org/junitpioneer/jupiter/EnvironmentVariablesExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/EnvironmentVariablesExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/ExpectedToFailExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/ExpectedToFailExtensionDemo.java index 78676c701..22afe9747 100644 --- a/src/demo/java/org/junitpioneer/jupiter/ExpectedToFailExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/ExpectedToFailExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/IssueExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/IssueExtensionDemo.java index 1f2d14606..613964bef 100644 --- a/src/demo/java/org/junitpioneer/jupiter/IssueExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/IssueExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/ReportEntryExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/ReportEntryExtensionDemo.java index ec7643cbc..a329feae8 100644 --- a/src/demo/java/org/junitpioneer/jupiter/ReportEntryExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/ReportEntryExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/RetryingTestExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/RetryingTestExtensionDemo.java index af12db722..a3a14c39d 100644 --- a/src/demo/java/org/junitpioneer/jupiter/RetryingTestExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/RetryingTestExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/StdInOutExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/StdInOutExtensionDemo.java index e5f46777e..d0661365d 100644 --- a/src/demo/java/org/junitpioneer/jupiter/StdInOutExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/StdInOutExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/StopwatchExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/StopwatchExtensionDemo.java index 3122f201c..adb49fa4c 100644 --- a/src/demo/java/org/junitpioneer/jupiter/StopwatchExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/StopwatchExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/SystemPropertyExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/SystemPropertyExtensionDemo.java index 0ed0736f7..fa5ea5870 100644 --- a/src/demo/java/org/junitpioneer/jupiter/SystemPropertyExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/SystemPropertyExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/cartesian/BitArgumentProvider.java b/src/demo/java/org/junitpioneer/jupiter/cartesian/BitArgumentProvider.java index aa1106e23..c569c2bf3 100644 --- a/src/demo/java/org/junitpioneer/jupiter/cartesian/BitArgumentProvider.java +++ b/src/demo/java/org/junitpioneer/jupiter/cartesian/BitArgumentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/cartesian/CartesianTestExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/cartesian/CartesianTestExtensionDemo.java index 581156ad7..d747b2c54 100644 --- a/src/demo/java/org/junitpioneer/jupiter/cartesian/CartesianTestExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/cartesian/CartesianTestExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/cartesian/MyTestReporter.java b/src/demo/java/org/junitpioneer/jupiter/cartesian/MyTestReporter.java index 08d4e7afe..615398682 100644 --- a/src/demo/java/org/junitpioneer/jupiter/cartesian/MyTestReporter.java +++ b/src/demo/java/org/junitpioneer/jupiter/cartesian/MyTestReporter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/cartesian/NumberArgumentProvider.java b/src/demo/java/org/junitpioneer/jupiter/cartesian/NumberArgumentProvider.java index 5190cb3ad..2869159ec 100644 --- a/src/demo/java/org/junitpioneer/jupiter/cartesian/NumberArgumentProvider.java +++ b/src/demo/java/org/junitpioneer/jupiter/cartesian/NumberArgumentProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/cartesian/PeopleProviderSources.java b/src/demo/java/org/junitpioneer/jupiter/cartesian/PeopleProviderSources.java index d0614229d..f00e5ba01 100644 --- a/src/demo/java/org/junitpioneer/jupiter/cartesian/PeopleProviderSources.java +++ b/src/demo/java/org/junitpioneer/jupiter/cartesian/PeopleProviderSources.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/converter/ByteArrayConverterDemo.java b/src/demo/java/org/junitpioneer/jupiter/converter/ByteArrayConverterDemo.java index 67712c1f7..16795c1e6 100644 --- a/src/demo/java/org/junitpioneer/jupiter/converter/ByteArrayConverterDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/converter/ByteArrayConverterDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/json/Jedi.java b/src/demo/java/org/junitpioneer/jupiter/json/Jedi.java index 3c0f3637c..550adcf17 100644 --- a/src/demo/java/org/junitpioneer/jupiter/json/Jedi.java +++ b/src/demo/java/org/junitpioneer/jupiter/json/Jedi.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/json/JsonArgumentSourceExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/json/JsonArgumentSourceExtensionDemo.java index 4908848c1..102f2633b 100644 --- a/src/demo/java/org/junitpioneer/jupiter/json/JsonArgumentSourceExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/json/JsonArgumentSourceExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/params/DisableParameterizedExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/params/DisableParameterizedExtensionDemo.java index c022ee84c..3c946a1e2 100644 --- a/src/demo/java/org/junitpioneer/jupiter/params/DisableParameterizedExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/params/DisableParameterizedExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/params/RangeSourcesDemo.java b/src/demo/java/org/junitpioneer/jupiter/params/RangeSourcesDemo.java index 157c769da..800d3e4c6 100644 --- a/src/demo/java/org/junitpioneer/jupiter/params/RangeSourcesDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/params/RangeSourcesDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/params/SimpleAggregatorDemo.java b/src/demo/java/org/junitpioneer/jupiter/params/SimpleAggregatorDemo.java index ff9c0bd1d..b05f115e4 100644 --- a/src/demo/java/org/junitpioneer/jupiter/params/SimpleAggregatorDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/params/SimpleAggregatorDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/resource/InMemoryDirectory.java b/src/demo/java/org/junitpioneer/jupiter/resource/InMemoryDirectory.java index 507f27831..611b2e050 100644 --- a/src/demo/java/org/junitpioneer/jupiter/resource/InMemoryDirectory.java +++ b/src/demo/java/org/junitpioneer/jupiter/resource/InMemoryDirectory.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/jupiter/resource/ResourceExtensionDemo.java b/src/demo/java/org/junitpioneer/jupiter/resource/ResourceExtensionDemo.java index eec801407..8caa3869d 100644 --- a/src/demo/java/org/junitpioneer/jupiter/resource/ResourceExtensionDemo.java +++ b/src/demo/java/org/junitpioneer/jupiter/resource/ResourceExtensionDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/demo/java/org/junitpioneer/vintage/VintageTestDemo.java b/src/demo/java/org/junitpioneer/vintage/VintageTestDemo.java index 8ae4aa2c5..ae2a7de66 100644 --- a/src/demo/java/org/junitpioneer/vintage/VintageTestDemo.java +++ b/src/demo/java/org/junitpioneer/vintage/VintageTestDemo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/internal/PioneerAnnotationUtils.java b/src/main/java/org/junitpioneer/internal/PioneerAnnotationUtils.java index c148d59ff..d5f6413be 100644 --- a/src/main/java/org/junitpioneer/internal/PioneerAnnotationUtils.java +++ b/src/main/java/org/junitpioneer/internal/PioneerAnnotationUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/internal/PioneerPreconditions.java b/src/main/java/org/junitpioneer/internal/PioneerPreconditions.java index 1d482c7f8..afdb8a3e9 100644 --- a/src/main/java/org/junitpioneer/internal/PioneerPreconditions.java +++ b/src/main/java/org/junitpioneer/internal/PioneerPreconditions.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/internal/PioneerUtils.java b/src/main/java/org/junitpioneer/internal/PioneerUtils.java index b1604e44d..ed2f49239 100644 --- a/src/main/java/org/junitpioneer/internal/PioneerUtils.java +++ b/src/main/java/org/junitpioneer/internal/PioneerUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/internal/TestNameFormatter.java b/src/main/java/org/junitpioneer/internal/TestNameFormatter.java index cbfb369d7..c5980d021 100644 --- a/src/main/java/org/junitpioneer/internal/TestNameFormatter.java +++ b/src/main/java/org/junitpioneer/internal/TestNameFormatter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/AbstractEntryBasedExtension.java b/src/main/java/org/junitpioneer/jupiter/AbstractEntryBasedExtension.java index e9ba3700a..724c249f9 100644 --- a/src/main/java/org/junitpioneer/jupiter/AbstractEntryBasedExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/AbstractEntryBasedExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/ClearEnvironmentVariable.java b/src/main/java/org/junitpioneer/jupiter/ClearEnvironmentVariable.java index 48732b139..2e3da74eb 100644 --- a/src/main/java/org/junitpioneer/jupiter/ClearEnvironmentVariable.java +++ b/src/main/java/org/junitpioneer/jupiter/ClearEnvironmentVariable.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/ClearSystemProperty.java b/src/main/java/org/junitpioneer/jupiter/ClearSystemProperty.java index 4cb942feb..8d432947a 100644 --- a/src/main/java/org/junitpioneer/jupiter/ClearSystemProperty.java +++ b/src/main/java/org/junitpioneer/jupiter/ClearSystemProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/DefaultLocale.java b/src/main/java/org/junitpioneer/jupiter/DefaultLocale.java index 2cb942f96..a34027de0 100644 --- a/src/main/java/org/junitpioneer/jupiter/DefaultLocale.java +++ b/src/main/java/org/junitpioneer/jupiter/DefaultLocale.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/DefaultLocaleExtension.java b/src/main/java/org/junitpioneer/jupiter/DefaultLocaleExtension.java index d1b965a7c..4ec954c31 100644 --- a/src/main/java/org/junitpioneer/jupiter/DefaultLocaleExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/DefaultLocaleExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/DefaultTimeZone.java b/src/main/java/org/junitpioneer/jupiter/DefaultTimeZone.java index f91fca4e0..d0fb844c6 100644 --- a/src/main/java/org/junitpioneer/jupiter/DefaultTimeZone.java +++ b/src/main/java/org/junitpioneer/jupiter/DefaultTimeZone.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/DefaultTimeZoneExtension.java b/src/main/java/org/junitpioneer/jupiter/DefaultTimeZoneExtension.java index 69bbb46ed..7f076921d 100644 --- a/src/main/java/org/junitpioneer/jupiter/DefaultTimeZoneExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/DefaultTimeZoneExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/DisableIfTestFails.java b/src/main/java/org/junitpioneer/jupiter/DisableIfTestFails.java index 18404a045..223aa84b3 100644 --- a/src/main/java/org/junitpioneer/jupiter/DisableIfTestFails.java +++ b/src/main/java/org/junitpioneer/jupiter/DisableIfTestFails.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/DisableIfTestFailsExtension.java b/src/main/java/org/junitpioneer/jupiter/DisableIfTestFailsExtension.java index 0ee33819a..3f830a949 100644 --- a/src/main/java/org/junitpioneer/jupiter/DisableIfTestFailsExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/DisableIfTestFailsExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/DisabledUntil.java b/src/main/java/org/junitpioneer/jupiter/DisabledUntil.java index 12ac8bcb7..7c734716d 100644 --- a/src/main/java/org/junitpioneer/jupiter/DisabledUntil.java +++ b/src/main/java/org/junitpioneer/jupiter/DisabledUntil.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/DisabledUntilExtension.java b/src/main/java/org/junitpioneer/jupiter/DisabledUntilExtension.java index 9f545fe67..ba104e486 100644 --- a/src/main/java/org/junitpioneer/jupiter/DisabledUntilExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/DisabledUntilExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/EnvironmentVariableExtension.java b/src/main/java/org/junitpioneer/jupiter/EnvironmentVariableExtension.java index bcf724006..d02eb1e89 100644 --- a/src/main/java/org/junitpioneer/jupiter/EnvironmentVariableExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/EnvironmentVariableExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/EnvironmentVariableUtils.java b/src/main/java/org/junitpioneer/jupiter/EnvironmentVariableUtils.java index a3b77b50d..44547fcb2 100644 --- a/src/main/java/org/junitpioneer/jupiter/EnvironmentVariableUtils.java +++ b/src/main/java/org/junitpioneer/jupiter/EnvironmentVariableUtils.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/ExpectedToFail.java b/src/main/java/org/junitpioneer/jupiter/ExpectedToFail.java index 2760633a7..3cc850c05 100644 --- a/src/main/java/org/junitpioneer/jupiter/ExpectedToFail.java +++ b/src/main/java/org/junitpioneer/jupiter/ExpectedToFail.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/ExpectedToFailExtension.java b/src/main/java/org/junitpioneer/jupiter/ExpectedToFailExtension.java index 54a844468..19132878d 100644 --- a/src/main/java/org/junitpioneer/jupiter/ExpectedToFailExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/ExpectedToFailExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/Issue.java b/src/main/java/org/junitpioneer/jupiter/Issue.java index ca8bc67ef..826559616 100644 --- a/src/main/java/org/junitpioneer/jupiter/Issue.java +++ b/src/main/java/org/junitpioneer/jupiter/Issue.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/IssueExtension.java b/src/main/java/org/junitpioneer/jupiter/IssueExtension.java index 8ed92aeb5..57b862cf0 100644 --- a/src/main/java/org/junitpioneer/jupiter/IssueExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/IssueExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/IssueProcessor.java b/src/main/java/org/junitpioneer/jupiter/IssueProcessor.java index 8bf7b1603..a24739143 100644 --- a/src/main/java/org/junitpioneer/jupiter/IssueProcessor.java +++ b/src/main/java/org/junitpioneer/jupiter/IssueProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/IssueTestCase.java b/src/main/java/org/junitpioneer/jupiter/IssueTestCase.java index 41e70c024..d70fd9b39 100644 --- a/src/main/java/org/junitpioneer/jupiter/IssueTestCase.java +++ b/src/main/java/org/junitpioneer/jupiter/IssueTestCase.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/IssueTestSuite.java b/src/main/java/org/junitpioneer/jupiter/IssueTestSuite.java index 566693478..cdd968768 100644 --- a/src/main/java/org/junitpioneer/jupiter/IssueTestSuite.java +++ b/src/main/java/org/junitpioneer/jupiter/IssueTestSuite.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/ReadsDefaultLocale.java b/src/main/java/org/junitpioneer/jupiter/ReadsDefaultLocale.java index 5d906863b..97f433d8b 100644 --- a/src/main/java/org/junitpioneer/jupiter/ReadsDefaultLocale.java +++ b/src/main/java/org/junitpioneer/jupiter/ReadsDefaultLocale.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/ReadsDefaultTimeZone.java b/src/main/java/org/junitpioneer/jupiter/ReadsDefaultTimeZone.java index 9375ad44e..4664f14de 100644 --- a/src/main/java/org/junitpioneer/jupiter/ReadsDefaultTimeZone.java +++ b/src/main/java/org/junitpioneer/jupiter/ReadsDefaultTimeZone.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/ReadsEnvironmentVariable.java b/src/main/java/org/junitpioneer/jupiter/ReadsEnvironmentVariable.java index 75ffc3783..00ba4cae4 100644 --- a/src/main/java/org/junitpioneer/jupiter/ReadsEnvironmentVariable.java +++ b/src/main/java/org/junitpioneer/jupiter/ReadsEnvironmentVariable.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/ReadsStdIo.java b/src/main/java/org/junitpioneer/jupiter/ReadsStdIo.java index d37ce7209..d7a4e764d 100644 --- a/src/main/java/org/junitpioneer/jupiter/ReadsStdIo.java +++ b/src/main/java/org/junitpioneer/jupiter/ReadsStdIo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/ReadsSystemProperty.java b/src/main/java/org/junitpioneer/jupiter/ReadsSystemProperty.java index 893eeca77..fb66163fe 100644 --- a/src/main/java/org/junitpioneer/jupiter/ReadsSystemProperty.java +++ b/src/main/java/org/junitpioneer/jupiter/ReadsSystemProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/ReportEntry.java b/src/main/java/org/junitpioneer/jupiter/ReportEntry.java index 1102191ba..9b271a2f1 100644 --- a/src/main/java/org/junitpioneer/jupiter/ReportEntry.java +++ b/src/main/java/org/junitpioneer/jupiter/ReportEntry.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/ReportEntryExtension.java b/src/main/java/org/junitpioneer/jupiter/ReportEntryExtension.java index f5dc0936a..6e7f91890 100644 --- a/src/main/java/org/junitpioneer/jupiter/ReportEntryExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/ReportEntryExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/RestoreEnvironmentVariables.java b/src/main/java/org/junitpioneer/jupiter/RestoreEnvironmentVariables.java index 5f4b02b3b..c77f7a625 100644 --- a/src/main/java/org/junitpioneer/jupiter/RestoreEnvironmentVariables.java +++ b/src/main/java/org/junitpioneer/jupiter/RestoreEnvironmentVariables.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/RestoreSystemProperties.java b/src/main/java/org/junitpioneer/jupiter/RestoreSystemProperties.java index 7caa664a7..2ef4bcbc3 100644 --- a/src/main/java/org/junitpioneer/jupiter/RestoreSystemProperties.java +++ b/src/main/java/org/junitpioneer/jupiter/RestoreSystemProperties.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/RetryingTest.java b/src/main/java/org/junitpioneer/jupiter/RetryingTest.java index c4cdb5108..9b1a341fa 100644 --- a/src/main/java/org/junitpioneer/jupiter/RetryingTest.java +++ b/src/main/java/org/junitpioneer/jupiter/RetryingTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/RetryingTestExtension.java b/src/main/java/org/junitpioneer/jupiter/RetryingTestExtension.java index 5ec999092..1d2ebb4b0 100644 --- a/src/main/java/org/junitpioneer/jupiter/RetryingTestExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/RetryingTestExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/RetryingTestInvocationContext.java b/src/main/java/org/junitpioneer/jupiter/RetryingTestInvocationContext.java index 4bd711c37..806abf99c 100644 --- a/src/main/java/org/junitpioneer/jupiter/RetryingTestInvocationContext.java +++ b/src/main/java/org/junitpioneer/jupiter/RetryingTestInvocationContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/SetEnvironmentVariable.java b/src/main/java/org/junitpioneer/jupiter/SetEnvironmentVariable.java index 65f55ad14..2db3db6f1 100644 --- a/src/main/java/org/junitpioneer/jupiter/SetEnvironmentVariable.java +++ b/src/main/java/org/junitpioneer/jupiter/SetEnvironmentVariable.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/SetSystemProperty.java b/src/main/java/org/junitpioneer/jupiter/SetSystemProperty.java index 4175c66e7..46adf946a 100644 --- a/src/main/java/org/junitpioneer/jupiter/SetSystemProperty.java +++ b/src/main/java/org/junitpioneer/jupiter/SetSystemProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/StdErr.java b/src/main/java/org/junitpioneer/jupiter/StdErr.java index de78e4cd5..44acb582c 100644 --- a/src/main/java/org/junitpioneer/jupiter/StdErr.java +++ b/src/main/java/org/junitpioneer/jupiter/StdErr.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/StdIn.java b/src/main/java/org/junitpioneer/jupiter/StdIn.java index c3d38dfba..26937ba42 100644 --- a/src/main/java/org/junitpioneer/jupiter/StdIn.java +++ b/src/main/java/org/junitpioneer/jupiter/StdIn.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/StdIo.java b/src/main/java/org/junitpioneer/jupiter/StdIo.java index d4d889613..a25bc4577 100644 --- a/src/main/java/org/junitpioneer/jupiter/StdIo.java +++ b/src/main/java/org/junitpioneer/jupiter/StdIo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/StdIoExtension.java b/src/main/java/org/junitpioneer/jupiter/StdIoExtension.java index 4abb59f33..c2e2ab2d7 100644 --- a/src/main/java/org/junitpioneer/jupiter/StdIoExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/StdIoExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/StdOut.java b/src/main/java/org/junitpioneer/jupiter/StdOut.java index 9cc238a04..c2feda3c8 100644 --- a/src/main/java/org/junitpioneer/jupiter/StdOut.java +++ b/src/main/java/org/junitpioneer/jupiter/StdOut.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/StdOutputStream.java b/src/main/java/org/junitpioneer/jupiter/StdOutputStream.java index 153d4606f..7f333ddec 100644 --- a/src/main/java/org/junitpioneer/jupiter/StdOutputStream.java +++ b/src/main/java/org/junitpioneer/jupiter/StdOutputStream.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/Stopwatch.java b/src/main/java/org/junitpioneer/jupiter/Stopwatch.java index f1612466e..820bd017c 100644 --- a/src/main/java/org/junitpioneer/jupiter/Stopwatch.java +++ b/src/main/java/org/junitpioneer/jupiter/Stopwatch.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/StopwatchExtension.java b/src/main/java/org/junitpioneer/jupiter/StopwatchExtension.java index c8806174f..793efc4a2 100644 --- a/src/main/java/org/junitpioneer/jupiter/StopwatchExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/StopwatchExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/SystemPropertyExtension.java b/src/main/java/org/junitpioneer/jupiter/SystemPropertyExtension.java index 5e2d49dee..6a64e6ef3 100644 --- a/src/main/java/org/junitpioneer/jupiter/SystemPropertyExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/SystemPropertyExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/WritesDefaultLocale.java b/src/main/java/org/junitpioneer/jupiter/WritesDefaultLocale.java index 067b10549..0b0cc2715 100644 --- a/src/main/java/org/junitpioneer/jupiter/WritesDefaultLocale.java +++ b/src/main/java/org/junitpioneer/jupiter/WritesDefaultLocale.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/WritesDefaultTimeZone.java b/src/main/java/org/junitpioneer/jupiter/WritesDefaultTimeZone.java index a8b729f15..8c09d1369 100644 --- a/src/main/java/org/junitpioneer/jupiter/WritesDefaultTimeZone.java +++ b/src/main/java/org/junitpioneer/jupiter/WritesDefaultTimeZone.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/WritesEnvironmentVariable.java b/src/main/java/org/junitpioneer/jupiter/WritesEnvironmentVariable.java index fe355e640..750b5edcb 100644 --- a/src/main/java/org/junitpioneer/jupiter/WritesEnvironmentVariable.java +++ b/src/main/java/org/junitpioneer/jupiter/WritesEnvironmentVariable.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/WritesStdIo.java b/src/main/java/org/junitpioneer/jupiter/WritesStdIo.java index 70ecc057d..67fd6a771 100644 --- a/src/main/java/org/junitpioneer/jupiter/WritesStdIo.java +++ b/src/main/java/org/junitpioneer/jupiter/WritesStdIo.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/WritesSystemProperty.java b/src/main/java/org/junitpioneer/jupiter/WritesSystemProperty.java index c050adab2..f3e4e6f5b 100644 --- a/src/main/java/org/junitpioneer/jupiter/WritesSystemProperty.java +++ b/src/main/java/org/junitpioneer/jupiter/WritesSystemProperty.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/cartesian/ArgumentSets.java b/src/main/java/org/junitpioneer/jupiter/cartesian/ArgumentSets.java index cba3790b0..f63b93ef1 100644 --- a/src/main/java/org/junitpioneer/jupiter/cartesian/ArgumentSets.java +++ b/src/main/java/org/junitpioneer/jupiter/cartesian/ArgumentSets.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianArgumentsProvider.java b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianArgumentsProvider.java index 08f716a00..f1e0f85af 100644 --- a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianArgumentsProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianArgumentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianArgumentsSource.java b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianArgumentsSource.java index c1301ec26..12989691c 100644 --- a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianArgumentsSource.java +++ b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianArgumentsSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianEnumArgumentsProvider.java b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianEnumArgumentsProvider.java index 3c1ff1bbf..2af2d0607 100644 --- a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianEnumArgumentsProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianEnumArgumentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianFactoryArgumentsProvider.java b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianFactoryArgumentsProvider.java index 0e1bc6a26..cc92b2f1b 100644 --- a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianFactoryArgumentsProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianFactoryArgumentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianMethodArgumentsProvider.java b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianMethodArgumentsProvider.java index 64bcb754d..8a80e03ee 100644 --- a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianMethodArgumentsProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianMethodArgumentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianParameterArgumentsProvider.java b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianParameterArgumentsProvider.java index b3ab28fb5..2cb648213 100644 --- a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianParameterArgumentsProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianParameterArgumentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianProductResolver.java b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianProductResolver.java index 34ccf7d40..68160a14d 100644 --- a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianProductResolver.java +++ b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianProductResolver.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianTest.java b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianTest.java index dd85e5248..8aea696ae 100644 --- a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianTest.java +++ b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianTestExtension.java b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianTestExtension.java index 02e0413ee..24d15531b 100644 --- a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianTestExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianTestExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianTestInvocationContext.java b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianTestInvocationContext.java index e4a561b09..0ab3e31f8 100644 --- a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianTestInvocationContext.java +++ b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianTestInvocationContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianValueArgumentsProvider.java b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianValueArgumentsProvider.java index 7e6bef5ec..8e3f30329 100644 --- a/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianValueArgumentsProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/cartesian/CartesianValueArgumentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/converter/NumberToByteArrayArgumentConverter.java b/src/main/java/org/junitpioneer/jupiter/converter/NumberToByteArrayArgumentConverter.java index f9c736011..6caf42f49 100644 --- a/src/main/java/org/junitpioneer/jupiter/converter/NumberToByteArrayArgumentConverter.java +++ b/src/main/java/org/junitpioneer/jupiter/converter/NumberToByteArrayArgumentConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/converter/NumberToByteArrayConversion.java b/src/main/java/org/junitpioneer/jupiter/converter/NumberToByteArrayConversion.java index 5a7faeea9..56af0d380 100644 --- a/src/main/java/org/junitpioneer/jupiter/converter/NumberToByteArrayConversion.java +++ b/src/main/java/org/junitpioneer/jupiter/converter/NumberToByteArrayConversion.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/issue/IssueExtensionExecutionListener.java b/src/main/java/org/junitpioneer/jupiter/issue/IssueExtensionExecutionListener.java index a25eedaf7..a874839e1 100644 --- a/src/main/java/org/junitpioneer/jupiter/issue/IssueExtensionExecutionListener.java +++ b/src/main/java/org/junitpioneer/jupiter/issue/IssueExtensionExecutionListener.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/issue/IssueTestCaseBuilder.java b/src/main/java/org/junitpioneer/jupiter/issue/IssueTestCaseBuilder.java index c5d2433de..f8a2657eb 100644 --- a/src/main/java/org/junitpioneer/jupiter/issue/IssueTestCaseBuilder.java +++ b/src/main/java/org/junitpioneer/jupiter/issue/IssueTestCaseBuilder.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/AbstractJsonArgumentsProvider.java b/src/main/java/org/junitpioneer/jupiter/json/AbstractJsonArgumentsProvider.java index cb156a764..ad19253d5 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/AbstractJsonArgumentsProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/json/AbstractJsonArgumentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/AbstractJsonSourceBasedArgumentsProvider.java b/src/main/java/org/junitpioneer/jupiter/json/AbstractJsonSourceBasedArgumentsProvider.java index 8e887ad4d..23d32c502 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/AbstractJsonSourceBasedArgumentsProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/json/AbstractJsonSourceBasedArgumentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/DefaultObjectMapperProvider.java b/src/main/java/org/junitpioneer/jupiter/json/DefaultObjectMapperProvider.java index f3789ce59..447c8c573 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/DefaultObjectMapperProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/json/DefaultObjectMapperProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/JacksonJsonConverter.java b/src/main/java/org/junitpioneer/jupiter/json/JacksonJsonConverter.java index 23f195a40..17772d989 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/JacksonJsonConverter.java +++ b/src/main/java/org/junitpioneer/jupiter/json/JacksonJsonConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/JacksonNode.java b/src/main/java/org/junitpioneer/jupiter/json/JacksonNode.java index 284c29e9e..261b10849 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/JacksonNode.java +++ b/src/main/java/org/junitpioneer/jupiter/json/JacksonNode.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/JsonClasspathSource.java b/src/main/java/org/junitpioneer/jupiter/json/JsonClasspathSource.java index 273b87f77..4d8884157 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/JsonClasspathSource.java +++ b/src/main/java/org/junitpioneer/jupiter/json/JsonClasspathSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/JsonClasspathSourceArgumentsProvider.java b/src/main/java/org/junitpioneer/jupiter/json/JsonClasspathSourceArgumentsProvider.java index ba99e53a1..6c4202acc 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/JsonClasspathSourceArgumentsProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/json/JsonClasspathSourceArgumentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/JsonConverter.java b/src/main/java/org/junitpioneer/jupiter/json/JsonConverter.java index b25e41480..9bfe8aad0 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/JsonConverter.java +++ b/src/main/java/org/junitpioneer/jupiter/json/JsonConverter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/JsonConverterProvider.java b/src/main/java/org/junitpioneer/jupiter/json/JsonConverterProvider.java index e5b778ba0..169ede4e8 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/JsonConverterProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/json/JsonConverterProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/JsonFileSource.java b/src/main/java/org/junitpioneer/jupiter/json/JsonFileSource.java index e51701c4d..880d01295 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/JsonFileSource.java +++ b/src/main/java/org/junitpioneer/jupiter/json/JsonFileSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/JsonFileSourceArgumentsProvider.java b/src/main/java/org/junitpioneer/jupiter/json/JsonFileSourceArgumentsProvider.java index 723165d2b..7e95471ee 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/JsonFileSourceArgumentsProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/json/JsonFileSourceArgumentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/JsonInlineArgumentsProvider.java b/src/main/java/org/junitpioneer/jupiter/json/JsonInlineArgumentsProvider.java index 115a08b62..371204c62 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/JsonInlineArgumentsProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/json/JsonInlineArgumentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/JsonSource.java b/src/main/java/org/junitpioneer/jupiter/json/JsonSource.java index 30205baf7..33b8c09b0 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/JsonSource.java +++ b/src/main/java/org/junitpioneer/jupiter/json/JsonSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/NoJsonParserConfiguredException.java b/src/main/java/org/junitpioneer/jupiter/json/NoJsonParserConfiguredException.java index d936febad..36ea22eb0 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/NoJsonParserConfiguredException.java +++ b/src/main/java/org/junitpioneer/jupiter/json/NoJsonParserConfiguredException.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/Node.java b/src/main/java/org/junitpioneer/jupiter/json/Node.java index 80738fabb..fb10b00d9 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/Node.java +++ b/src/main/java/org/junitpioneer/jupiter/json/Node.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/ObjectMapperProvider.java b/src/main/java/org/junitpioneer/jupiter/json/ObjectMapperProvider.java index f2a9665ca..f437fe309 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/ObjectMapperProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/json/ObjectMapperProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/Property.java b/src/main/java/org/junitpioneer/jupiter/json/Property.java index 3369bafb4..b79fcac3b 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/Property.java +++ b/src/main/java/org/junitpioneer/jupiter/json/Property.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/json/UseObjectMapper.java b/src/main/java/org/junitpioneer/jupiter/json/UseObjectMapper.java index 08f51ca88..489005000 100644 --- a/src/main/java/org/junitpioneer/jupiter/json/UseObjectMapper.java +++ b/src/main/java/org/junitpioneer/jupiter/json/UseObjectMapper.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/Aggregate.java b/src/main/java/org/junitpioneer/jupiter/params/Aggregate.java index 4d1d2f874..d445b0116 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/Aggregate.java +++ b/src/main/java/org/junitpioneer/jupiter/params/Aggregate.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/ByteRange.java b/src/main/java/org/junitpioneer/jupiter/params/ByteRange.java index 3dfe5f4fe..9a0b51fc5 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/ByteRange.java +++ b/src/main/java/org/junitpioneer/jupiter/params/ByteRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/ByteRangeSource.java b/src/main/java/org/junitpioneer/jupiter/params/ByteRangeSource.java index 805dacdbb..41317186a 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/ByteRangeSource.java +++ b/src/main/java/org/junitpioneer/jupiter/params/ByteRangeSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/DisableIfAllArguments.java b/src/main/java/org/junitpioneer/jupiter/params/DisableIfAllArguments.java index cc82fec64..b0cd261ae 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/DisableIfAllArguments.java +++ b/src/main/java/org/junitpioneer/jupiter/params/DisableIfAllArguments.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/DisableIfAnyArgument.java b/src/main/java/org/junitpioneer/jupiter/params/DisableIfAnyArgument.java index 3d8ba7b53..506e142be 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/DisableIfAnyArgument.java +++ b/src/main/java/org/junitpioneer/jupiter/params/DisableIfAnyArgument.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/DisableIfArgument.java b/src/main/java/org/junitpioneer/jupiter/params/DisableIfArgument.java index 334784645..cfde312cc 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/DisableIfArgument.java +++ b/src/main/java/org/junitpioneer/jupiter/params/DisableIfArgument.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/DisableIfArgumentExtension.java b/src/main/java/org/junitpioneer/jupiter/params/DisableIfArgumentExtension.java index 579fde35b..bfd7c2628 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/DisableIfArgumentExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/params/DisableIfArgumentExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/DisableIfDisplayName.java b/src/main/java/org/junitpioneer/jupiter/params/DisableIfDisplayName.java index 4f9791fe7..1e8613d40 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/DisableIfDisplayName.java +++ b/src/main/java/org/junitpioneer/jupiter/params/DisableIfDisplayName.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/DisableIfNameExtension.java b/src/main/java/org/junitpioneer/jupiter/params/DisableIfNameExtension.java index 3c2f32378..4ca619d0f 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/DisableIfNameExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/params/DisableIfNameExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/DoubleRange.java b/src/main/java/org/junitpioneer/jupiter/params/DoubleRange.java index 1ee1cdf46..5325f3337 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/DoubleRange.java +++ b/src/main/java/org/junitpioneer/jupiter/params/DoubleRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/DoubleRangeSource.java b/src/main/java/org/junitpioneer/jupiter/params/DoubleRangeSource.java index 2b717807f..64b03cee1 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/DoubleRangeSource.java +++ b/src/main/java/org/junitpioneer/jupiter/params/DoubleRangeSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/FloatRange.java b/src/main/java/org/junitpioneer/jupiter/params/FloatRange.java index 4f07b0e85..64ab4aac5 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/FloatRange.java +++ b/src/main/java/org/junitpioneer/jupiter/params/FloatRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/FloatRangeSource.java b/src/main/java/org/junitpioneer/jupiter/params/FloatRangeSource.java index c6dcdae14..3b0ef2365 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/FloatRangeSource.java +++ b/src/main/java/org/junitpioneer/jupiter/params/FloatRangeSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/IntRange.java b/src/main/java/org/junitpioneer/jupiter/params/IntRange.java index 42b3621ee..3ea5b48b4 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/IntRange.java +++ b/src/main/java/org/junitpioneer/jupiter/params/IntRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/IntRangeSource.java b/src/main/java/org/junitpioneer/jupiter/params/IntRangeSource.java index 32d162f1c..f4e020634 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/IntRangeSource.java +++ b/src/main/java/org/junitpioneer/jupiter/params/IntRangeSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/LongRange.java b/src/main/java/org/junitpioneer/jupiter/params/LongRange.java index 671314200..56dc03815 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/LongRange.java +++ b/src/main/java/org/junitpioneer/jupiter/params/LongRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/LongRangeSource.java b/src/main/java/org/junitpioneer/jupiter/params/LongRangeSource.java index c7cefcdad..6c7293edb 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/LongRangeSource.java +++ b/src/main/java/org/junitpioneer/jupiter/params/LongRangeSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/Range.java b/src/main/java/org/junitpioneer/jupiter/params/Range.java index 01cb66c51..039abaa02 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/Range.java +++ b/src/main/java/org/junitpioneer/jupiter/params/Range.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/RangeClass.java b/src/main/java/org/junitpioneer/jupiter/params/RangeClass.java index 4c85a32a5..5b2e185ba 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/RangeClass.java +++ b/src/main/java/org/junitpioneer/jupiter/params/RangeClass.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/RangeSourceArgumentsProvider.java b/src/main/java/org/junitpioneer/jupiter/params/RangeSourceArgumentsProvider.java index e451215e3..616f5846d 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/RangeSourceArgumentsProvider.java +++ b/src/main/java/org/junitpioneer/jupiter/params/RangeSourceArgumentsProvider.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/ShortRange.java b/src/main/java/org/junitpioneer/jupiter/params/ShortRange.java index f5b721a63..e57d220d9 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/ShortRange.java +++ b/src/main/java/org/junitpioneer/jupiter/params/ShortRange.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/ShortRangeSource.java b/src/main/java/org/junitpioneer/jupiter/params/ShortRangeSource.java index ada0a2fd1..9ad0e029b 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/ShortRangeSource.java +++ b/src/main/java/org/junitpioneer/jupiter/params/ShortRangeSource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/params/SimpleAggregator.java b/src/main/java/org/junitpioneer/jupiter/params/SimpleAggregator.java index 2cf6377aa..6646e52cf 100644 --- a/src/main/java/org/junitpioneer/jupiter/params/SimpleAggregator.java +++ b/src/main/java/org/junitpioneer/jupiter/params/SimpleAggregator.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/resource/Dir.java b/src/main/java/org/junitpioneer/jupiter/resource/Dir.java index 867bf63b8..f1a44c769 100644 --- a/src/main/java/org/junitpioneer/jupiter/resource/Dir.java +++ b/src/main/java/org/junitpioneer/jupiter/resource/Dir.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/resource/New.java b/src/main/java/org/junitpioneer/jupiter/resource/New.java index 7c2ed0d3d..c04a1f38a 100644 --- a/src/main/java/org/junitpioneer/jupiter/resource/New.java +++ b/src/main/java/org/junitpioneer/jupiter/resource/New.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/resource/PathDeleter.java b/src/main/java/org/junitpioneer/jupiter/resource/PathDeleter.java index 916beb75b..8733f4f3e 100644 --- a/src/main/java/org/junitpioneer/jupiter/resource/PathDeleter.java +++ b/src/main/java/org/junitpioneer/jupiter/resource/PathDeleter.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/resource/Resource.java b/src/main/java/org/junitpioneer/jupiter/resource/Resource.java index 31a91f87c..8b8f93ed7 100644 --- a/src/main/java/org/junitpioneer/jupiter/resource/Resource.java +++ b/src/main/java/org/junitpioneer/jupiter/resource/Resource.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/resource/ResourceExtension.java b/src/main/java/org/junitpioneer/jupiter/resource/ResourceExtension.java index 08d5e4866..f3eaab61c 100644 --- a/src/main/java/org/junitpioneer/jupiter/resource/ResourceExtension.java +++ b/src/main/java/org/junitpioneer/jupiter/resource/ResourceExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/resource/ResourceFactory.java b/src/main/java/org/junitpioneer/jupiter/resource/ResourceFactory.java index 87956a086..0c6c22472 100644 --- a/src/main/java/org/junitpioneer/jupiter/resource/ResourceFactory.java +++ b/src/main/java/org/junitpioneer/jupiter/resource/ResourceFactory.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/resource/Shared.java b/src/main/java/org/junitpioneer/jupiter/resource/Shared.java index 448bbe248..b375ee8b1 100644 --- a/src/main/java/org/junitpioneer/jupiter/resource/Shared.java +++ b/src/main/java/org/junitpioneer/jupiter/resource/Shared.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/jupiter/resource/TemporaryDirectory.java b/src/main/java/org/junitpioneer/jupiter/resource/TemporaryDirectory.java index 7ff0b6477..87bc983a8 100644 --- a/src/main/java/org/junitpioneer/jupiter/resource/TemporaryDirectory.java +++ b/src/main/java/org/junitpioneer/jupiter/resource/TemporaryDirectory.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/vintage/ExpectedExceptionExtension.java b/src/main/java/org/junitpioneer/vintage/ExpectedExceptionExtension.java index 20c7bde3a..dfd3a20a5 100644 --- a/src/main/java/org/junitpioneer/vintage/ExpectedExceptionExtension.java +++ b/src/main/java/org/junitpioneer/vintage/ExpectedExceptionExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/vintage/Test.java b/src/main/java/org/junitpioneer/vintage/Test.java index 199fb6a9c..e41806190 100644 --- a/src/main/java/org/junitpioneer/vintage/Test.java +++ b/src/main/java/org/junitpioneer/vintage/Test.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/main/java/org/junitpioneer/vintage/TimeoutExtension.java b/src/main/java/org/junitpioneer/vintage/TimeoutExtension.java index f77349739..44b85277d 100644 --- a/src/main/java/org/junitpioneer/vintage/TimeoutExtension.java +++ b/src/main/java/org/junitpioneer/vintage/TimeoutExtension.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/internal/PioneerAnnotationUtilsTestCases.java b/src/test/java/org/junitpioneer/internal/PioneerAnnotationUtilsTestCases.java index b3025d696..6b65d1f4a 100644 --- a/src/test/java/org/junitpioneer/internal/PioneerAnnotationUtilsTestCases.java +++ b/src/test/java/org/junitpioneer/internal/PioneerAnnotationUtilsTestCases.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/internal/PioneerAnnotationUtilsTests.java b/src/test/java/org/junitpioneer/internal/PioneerAnnotationUtilsTests.java index de8fe26ed..1f043e7a1 100644 --- a/src/test/java/org/junitpioneer/internal/PioneerAnnotationUtilsTests.java +++ b/src/test/java/org/junitpioneer/internal/PioneerAnnotationUtilsTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/internal/PioneerPreconditionsTests.java b/src/test/java/org/junitpioneer/internal/PioneerPreconditionsTests.java index ddeffc656..76ba21cdf 100644 --- a/src/test/java/org/junitpioneer/internal/PioneerPreconditionsTests.java +++ b/src/test/java/org/junitpioneer/internal/PioneerPreconditionsTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/internal/PioneerUtilsTests.java b/src/test/java/org/junitpioneer/internal/PioneerUtilsTests.java index 66d40d51c..32c7e6883 100644 --- a/src/test/java/org/junitpioneer/internal/PioneerUtilsTests.java +++ b/src/test/java/org/junitpioneer/internal/PioneerUtilsTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/internal/TestExtensionContext.java b/src/test/java/org/junitpioneer/internal/TestExtensionContext.java index 2d3122185..05a28bfc1 100644 --- a/src/test/java/org/junitpioneer/internal/TestExtensionContext.java +++ b/src/test/java/org/junitpioneer/internal/TestExtensionContext.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/internal/TestNameFormatterTests.java b/src/test/java/org/junitpioneer/internal/TestNameFormatterTests.java index 906d4b3c5..06a2c77e1 100644 --- a/src/test/java/org/junitpioneer/internal/TestNameFormatterTests.java +++ b/src/test/java/org/junitpioneer/internal/TestNameFormatterTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/AbstractEntryBasedExtensionTests.java b/src/test/java/org/junitpioneer/jupiter/AbstractEntryBasedExtensionTests.java index b4b97c351..82fd5b2ab 100644 --- a/src/test/java/org/junitpioneer/jupiter/AbstractEntryBasedExtensionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/AbstractEntryBasedExtensionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/DefaultLocaleTests.java b/src/test/java/org/junitpioneer/jupiter/DefaultLocaleTests.java index 0f287ca33..d3f95366c 100644 --- a/src/test/java/org/junitpioneer/jupiter/DefaultLocaleTests.java +++ b/src/test/java/org/junitpioneer/jupiter/DefaultLocaleTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/DefaultTimeZoneTests.java b/src/test/java/org/junitpioneer/jupiter/DefaultTimeZoneTests.java index 6309fe52c..86d67be87 100644 --- a/src/test/java/org/junitpioneer/jupiter/DefaultTimeZoneTests.java +++ b/src/test/java/org/junitpioneer/jupiter/DefaultTimeZoneTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/DisableIfTestFailsTests.java b/src/test/java/org/junitpioneer/jupiter/DisableIfTestFailsTests.java index 963cd273a..324090f67 100644 --- a/src/test/java/org/junitpioneer/jupiter/DisableIfTestFailsTests.java +++ b/src/test/java/org/junitpioneer/jupiter/DisableIfTestFailsTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/DisabledUntilExtensionTests.java b/src/test/java/org/junitpioneer/jupiter/DisabledUntilExtensionTests.java index 17241b70a..f2583ccc1 100644 --- a/src/test/java/org/junitpioneer/jupiter/DisabledUntilExtensionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/DisabledUntilExtensionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/EnvironmentVariableExtensionTests.java b/src/test/java/org/junitpioneer/jupiter/EnvironmentVariableExtensionTests.java index d3f4901aa..6d21094af 100644 --- a/src/test/java/org/junitpioneer/jupiter/EnvironmentVariableExtensionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/EnvironmentVariableExtensionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/EnvironmentVariableUtilsTests.java b/src/test/java/org/junitpioneer/jupiter/EnvironmentVariableUtilsTests.java index c6722e60e..ea3a22d7f 100644 --- a/src/test/java/org/junitpioneer/jupiter/EnvironmentVariableUtilsTests.java +++ b/src/test/java/org/junitpioneer/jupiter/EnvironmentVariableUtilsTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/ExpectedToFailExtensionTests.java b/src/test/java/org/junitpioneer/jupiter/ExpectedToFailExtensionTests.java index d3dba337c..e518835b8 100644 --- a/src/test/java/org/junitpioneer/jupiter/ExpectedToFailExtensionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/ExpectedToFailExtensionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/IssueExtensionIntegrationTests.java b/src/test/java/org/junitpioneer/jupiter/IssueExtensionIntegrationTests.java index 28175da49..25af8e46e 100644 --- a/src/test/java/org/junitpioneer/jupiter/IssueExtensionIntegrationTests.java +++ b/src/test/java/org/junitpioneer/jupiter/IssueExtensionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/IssueExtensionTests.java b/src/test/java/org/junitpioneer/jupiter/IssueExtensionTests.java index 8099db0af..e4fc3509e 100644 --- a/src/test/java/org/junitpioneer/jupiter/IssueExtensionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/IssueExtensionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/IssueTestCaseTests.java b/src/test/java/org/junitpioneer/jupiter/IssueTestCaseTests.java index 09726a145..d47be26b7 100644 --- a/src/test/java/org/junitpioneer/jupiter/IssueTestCaseTests.java +++ b/src/test/java/org/junitpioneer/jupiter/IssueTestCaseTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/IssueTestSuiteTests.java b/src/test/java/org/junitpioneer/jupiter/IssueTestSuiteTests.java index 02606d485..f80f6b5e7 100644 --- a/src/test/java/org/junitpioneer/jupiter/IssueTestSuiteTests.java +++ b/src/test/java/org/junitpioneer/jupiter/IssueTestSuiteTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/ReportEntryExtensionTests.java b/src/test/java/org/junitpioneer/jupiter/ReportEntryExtensionTests.java index 44b7afd35..db1c7f80a 100644 --- a/src/test/java/org/junitpioneer/jupiter/ReportEntryExtensionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/ReportEntryExtensionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/RestoreEnvironmentVariablesTests.java b/src/test/java/org/junitpioneer/jupiter/RestoreEnvironmentVariablesTests.java index ac06fbb82..3f910aa48 100644 --- a/src/test/java/org/junitpioneer/jupiter/RestoreEnvironmentVariablesTests.java +++ b/src/test/java/org/junitpioneer/jupiter/RestoreEnvironmentVariablesTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/RestoreSystemPropertiesTests.java b/src/test/java/org/junitpioneer/jupiter/RestoreSystemPropertiesTests.java index 78e89133a..17398bb86 100644 --- a/src/test/java/org/junitpioneer/jupiter/RestoreSystemPropertiesTests.java +++ b/src/test/java/org/junitpioneer/jupiter/RestoreSystemPropertiesTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/RetryingTestExtensionTests.java b/src/test/java/org/junitpioneer/jupiter/RetryingTestExtensionTests.java index cb9fe3243..89896eb52 100644 --- a/src/test/java/org/junitpioneer/jupiter/RetryingTestExtensionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/RetryingTestExtensionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/StdIoExtensionTests.java b/src/test/java/org/junitpioneer/jupiter/StdIoExtensionTests.java index 1c55ffb33..36321e19f 100644 --- a/src/test/java/org/junitpioneer/jupiter/StdIoExtensionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/StdIoExtensionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/StopwatchExtensionTests.java b/src/test/java/org/junitpioneer/jupiter/StopwatchExtensionTests.java index a65e24cee..125f239b0 100644 --- a/src/test/java/org/junitpioneer/jupiter/StopwatchExtensionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/StopwatchExtensionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/SystemPropertyExtensionTests.java b/src/test/java/org/junitpioneer/jupiter/SystemPropertyExtensionTests.java index 1a57fcc5a..80f087936 100644 --- a/src/test/java/org/junitpioneer/jupiter/SystemPropertyExtensionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/SystemPropertyExtensionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/cartesian/CartesianTestExtensionTests.java b/src/test/java/org/junitpioneer/jupiter/cartesian/CartesianTestExtensionTests.java index e79a87023..84c256116 100644 --- a/src/test/java/org/junitpioneer/jupiter/cartesian/CartesianTestExtensionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/cartesian/CartesianTestExtensionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/cartesian/CartesianTestFactoryTests.java b/src/test/java/org/junitpioneer/jupiter/cartesian/CartesianTestFactoryTests.java index 4113e990f..2ea29f789 100644 --- a/src/test/java/org/junitpioneer/jupiter/cartesian/CartesianTestFactoryTests.java +++ b/src/test/java/org/junitpioneer/jupiter/cartesian/CartesianTestFactoryTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/converter/NumberToByteArrayConversionTests.java b/src/test/java/org/junitpioneer/jupiter/converter/NumberToByteArrayConversionTests.java index d043933ca..b96b6544d 100644 --- a/src/test/java/org/junitpioneer/jupiter/converter/NumberToByteArrayConversionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/converter/NumberToByteArrayConversionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/issue/IssueExtensionExecutionListenerTests.java b/src/test/java/org/junitpioneer/jupiter/issue/IssueExtensionExecutionListenerTests.java index f12cf0466..43e48d10b 100644 --- a/src/test/java/org/junitpioneer/jupiter/issue/IssueExtensionExecutionListenerTests.java +++ b/src/test/java/org/junitpioneer/jupiter/issue/IssueExtensionExecutionListenerTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/issue/IssueExtensionIntegrationTests.java b/src/test/java/org/junitpioneer/jupiter/issue/IssueExtensionIntegrationTests.java index d80f49335..1dd20615d 100644 --- a/src/test/java/org/junitpioneer/jupiter/issue/IssueExtensionIntegrationTests.java +++ b/src/test/java/org/junitpioneer/jupiter/issue/IssueExtensionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/issue/StoringIssueProcessor.java b/src/test/java/org/junitpioneer/jupiter/issue/StoringIssueProcessor.java index 13511f442..69eaf6580 100644 --- a/src/test/java/org/junitpioneer/jupiter/issue/StoringIssueProcessor.java +++ b/src/test/java/org/junitpioneer/jupiter/issue/StoringIssueProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/issue/TestPlanHelper.java b/src/test/java/org/junitpioneer/jupiter/issue/TestPlanHelper.java index 9a28e21cf..498b29e79 100644 --- a/src/test/java/org/junitpioneer/jupiter/issue/TestPlanHelper.java +++ b/src/test/java/org/junitpioneer/jupiter/issue/TestPlanHelper.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/json/ArrayNodeToListTests.java b/src/test/java/org/junitpioneer/jupiter/json/ArrayNodeToListTests.java index 359cf2666..22caa8c0a 100644 --- a/src/test/java/org/junitpioneer/jupiter/json/ArrayNodeToListTests.java +++ b/src/test/java/org/junitpioneer/jupiter/json/ArrayNodeToListTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/json/JsonClasspathSourceArgumentsProviderTests.java b/src/test/java/org/junitpioneer/jupiter/json/JsonClasspathSourceArgumentsProviderTests.java index 00628d44f..5f802a05a 100644 --- a/src/test/java/org/junitpioneer/jupiter/json/JsonClasspathSourceArgumentsProviderTests.java +++ b/src/test/java/org/junitpioneer/jupiter/json/JsonClasspathSourceArgumentsProviderTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/json/JsonFileSourceArgumentsProviderTests.java b/src/test/java/org/junitpioneer/jupiter/json/JsonFileSourceArgumentsProviderTests.java index 1e7284865..993cf80bc 100644 --- a/src/test/java/org/junitpioneer/jupiter/json/JsonFileSourceArgumentsProviderTests.java +++ b/src/test/java/org/junitpioneer/jupiter/json/JsonFileSourceArgumentsProviderTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/json/JsonSourceArgumentsProviderTests.java b/src/test/java/org/junitpioneer/jupiter/json/JsonSourceArgumentsProviderTests.java index 4d601b191..bc4661250 100644 --- a/src/test/java/org/junitpioneer/jupiter/json/JsonSourceArgumentsProviderTests.java +++ b/src/test/java/org/junitpioneer/jupiter/json/JsonSourceArgumentsProviderTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/json/NoJsonParserConfiguredExceptionTest.java b/src/test/java/org/junitpioneer/jupiter/json/NoJsonParserConfiguredExceptionTest.java index 031deddb9..08f7edbf7 100644 --- a/src/test/java/org/junitpioneer/jupiter/json/NoJsonParserConfiguredExceptionTest.java +++ b/src/test/java/org/junitpioneer/jupiter/json/NoJsonParserConfiguredExceptionTest.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/json/ObjectMapperProviderTests.java b/src/test/java/org/junitpioneer/jupiter/json/ObjectMapperProviderTests.java index f9b925704..7128014cf 100644 --- a/src/test/java/org/junitpioneer/jupiter/json/ObjectMapperProviderTests.java +++ b/src/test/java/org/junitpioneer/jupiter/json/ObjectMapperProviderTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/params/DisableIfArgumentExtensionTests.java b/src/test/java/org/junitpioneer/jupiter/params/DisableIfArgumentExtensionTests.java index dc2ce3956..a55400fff 100644 --- a/src/test/java/org/junitpioneer/jupiter/params/DisableIfArgumentExtensionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/params/DisableIfArgumentExtensionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/params/DisabledIfNameExtensionTests.java b/src/test/java/org/junitpioneer/jupiter/params/DisabledIfNameExtensionTests.java index 6323bd351..3aa508433 100644 --- a/src/test/java/org/junitpioneer/jupiter/params/DisabledIfNameExtensionTests.java +++ b/src/test/java/org/junitpioneer/jupiter/params/DisabledIfNameExtensionTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/params/RangeSourceArgumentsProviderTests.java b/src/test/java/org/junitpioneer/jupiter/params/RangeSourceArgumentsProviderTests.java index a10339cbd..23b9911a5 100644 --- a/src/test/java/org/junitpioneer/jupiter/params/RangeSourceArgumentsProviderTests.java +++ b/src/test/java/org/junitpioneer/jupiter/params/RangeSourceArgumentsProviderTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/params/SimpleAggregatorTests.java b/src/test/java/org/junitpioneer/jupiter/params/SimpleAggregatorTests.java index bdbf4826b..aa78a6f8a 100644 --- a/src/test/java/org/junitpioneer/jupiter/params/SimpleAggregatorTests.java +++ b/src/test/java/org/junitpioneer/jupiter/params/SimpleAggregatorTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/resource/FileScopeCheckingTests.java b/src/test/java/org/junitpioneer/jupiter/resource/FileScopeCheckingTests.java index 893006670..f72fec4cc 100644 --- a/src/test/java/org/junitpioneer/jupiter/resource/FileScopeCheckingTests.java +++ b/src/test/java/org/junitpioneer/jupiter/resource/FileScopeCheckingTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/resource/FileScopeCreatingTests.java b/src/test/java/org/junitpioneer/jupiter/resource/FileScopeCreatingTests.java index cae3472d2..e0ea9a544 100644 --- a/src/test/java/org/junitpioneer/jupiter/resource/FileScopeCreatingTests.java +++ b/src/test/java/org/junitpioneer/jupiter/resource/FileScopeCreatingTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/resource/PathDeleterTests.java b/src/test/java/org/junitpioneer/jupiter/resource/PathDeleterTests.java index 13eafbeaf..86253521f 100644 --- a/src/test/java/org/junitpioneer/jupiter/resource/PathDeleterTests.java +++ b/src/test/java/org/junitpioneer/jupiter/resource/PathDeleterTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/resource/ResourcesParallelismTests.java b/src/test/java/org/junitpioneer/jupiter/resource/ResourcesParallelismTests.java index 69b8f6998..eff946bd8 100644 --- a/src/test/java/org/junitpioneer/jupiter/resource/ResourcesParallelismTests.java +++ b/src/test/java/org/junitpioneer/jupiter/resource/ResourcesParallelismTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/resource/ResourcesTests.java b/src/test/java/org/junitpioneer/jupiter/resource/ResourcesTests.java index 223688f16..02371a806 100644 --- a/src/test/java/org/junitpioneer/jupiter/resource/ResourcesTests.java +++ b/src/test/java/org/junitpioneer/jupiter/resource/ResourcesTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/resource/TemporaryDirectoryDirTests.java b/src/test/java/org/junitpioneer/jupiter/resource/TemporaryDirectoryDirTests.java index 560407eaf..3525a6e98 100644 --- a/src/test/java/org/junitpioneer/jupiter/resource/TemporaryDirectoryDirTests.java +++ b/src/test/java/org/junitpioneer/jupiter/resource/TemporaryDirectoryDirTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/jupiter/resource/TemporaryDirectoryTests.java b/src/test/java/org/junitpioneer/jupiter/resource/TemporaryDirectoryTests.java index 5743a4147..805d470d4 100644 --- a/src/test/java/org/junitpioneer/jupiter/resource/TemporaryDirectoryTests.java +++ b/src/test/java/org/junitpioneer/jupiter/resource/TemporaryDirectoryTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/ExecutionResults.java b/src/test/java/org/junitpioneer/testkit/ExecutionResults.java index 4f2182885..86019c3fa 100644 --- a/src/test/java/org/junitpioneer/testkit/ExecutionResults.java +++ b/src/test/java/org/junitpioneer/testkit/ExecutionResults.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/PioneerTestKit.java b/src/test/java/org/junitpioneer/testkit/PioneerTestKit.java index bf41da5e8..46dfa2dd7 100644 --- a/src/test/java/org/junitpioneer/testkit/PioneerTestKit.java +++ b/src/test/java/org/junitpioneer/testkit/PioneerTestKit.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/PioneerTestKitTests.java b/src/test/java/org/junitpioneer/testkit/PioneerTestKitTests.java index 20456ceca..4ea51ba56 100644 --- a/src/test/java/org/junitpioneer/testkit/PioneerTestKitTests.java +++ b/src/test/java/org/junitpioneer/testkit/PioneerTestKitTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/AbstractPioneerAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/AbstractPioneerAssert.java index d34834412..f5bc61d45 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/AbstractPioneerAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/AbstractPioneerAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/ExecutionResultAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/ExecutionResultAssert.java index 13983a55b..c955a0358 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/ExecutionResultAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/ExecutionResultAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/PioneerAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/PioneerAssert.java index 9f0fbe93d..9f46fe44a 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/PioneerAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/PioneerAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/PioneerExecutionResultAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/PioneerExecutionResultAssert.java index 810b8ce63..1c7bd928e 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/PioneerExecutionResultAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/PioneerExecutionResultAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/PioneerPathAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/PioneerPathAssert.java index 033d4f2d6..d8bac9894 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/PioneerPathAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/PioneerPathAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/PropertiesAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/PropertiesAssert.java index a8d5a52f4..8da914c81 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/PropertiesAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/PropertiesAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/PropertiesAssertTests.java b/src/test/java/org/junitpioneer/testkit/assertion/PropertiesAssertTests.java index 6c078a373..e1da614bb 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/PropertiesAssertTests.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/PropertiesAssertTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/ReportEntryAssertBase.java b/src/test/java/org/junitpioneer/testkit/assertion/ReportEntryAssertBase.java index 96e6f0965..01e47a3a0 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/ReportEntryAssertBase.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/ReportEntryAssertBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/TestCaseAssertBase.java b/src/test/java/org/junitpioneer/testkit/assertion/TestCaseAssertBase.java index ba7b2c763..6e862facd 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/TestCaseAssertBase.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/TestCaseAssertBase.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryAssert.java index 041b67c48..6df86e002 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryContentAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryContentAssert.java index 4b22535bb..f1f8e52c1 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryContentAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/reportentry/ReportEntryContentAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseAbortedAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseAbortedAssert.java index dfe41cda2..b28c9c27a 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseAbortedAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseAbortedAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseAssert.java index 4541fdf58..0e3e69638 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseFailureAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseFailureAssert.java index 037ce38be..16cedc158 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseFailureAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseFailureAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseStartedAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseStartedAssert.java index 685fc92ca..18c810bfa 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseStartedAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/single/TestCaseStartedAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteAssert.java index b0e09af80..c65f01d00 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteContainersAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteContainersAssert.java index c0630d729..f233d1472 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteContainersAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteContainersAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteFailureAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteFailureAssert.java index 744ccbe7a..b2767e513 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteFailureAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteFailureAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteTestsAssert.java b/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteTestsAssert.java index 472d6f5d9..8f545efae 100644 --- a/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteTestsAssert.java +++ b/src/test/java/org/junitpioneer/testkit/assertion/suite/TestSuiteTestsAssert.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which diff --git a/src/test/java/org/junitpioneer/vintage/TestIntegrationTests.java b/src/test/java/org/junitpioneer/vintage/TestIntegrationTests.java index 87d38ae54..57721078e 100644 --- a/src/test/java/org/junitpioneer/vintage/TestIntegrationTests.java +++ b/src/test/java/org/junitpioneer/vintage/TestIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2016-2022 the original author or authors. + * Copyright 2016-2023 the original author or authors. * * All rights reserved. This program and the accompanying materials are * made available under the terms of the Eclipse Public License v2.0 which