From 8e1ca878017c5e4d8ac9514fcd03befcf25aa77e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20R=C3=B6sch?= Date: Fri, 8 Feb 2019 06:04:03 +0100 Subject: [PATCH] Update license header. --- .../java/org/assertj/swing/junit/ant/CommonConstants.java | 4 ++-- .../org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter.java | 4 ++-- .../java/org/assertj/swing/junit/ant/GUITestRecognizer.java | 4 ++-- .../main/java/org/assertj/swing/junit/ant/HostNameReader.java | 4 ++-- .../main/java/org/assertj/swing/junit/ant/ImageDecoder.java | 4 ++-- .../main/java/org/assertj/swing/junit/ant/ImageEncoder.java | 4 ++-- .../main/java/org/assertj/swing/junit/ant/ImageHandler.java | 4 ++-- .../java/org/assertj/swing/junit/ant/JUnitReportTask.java | 4 ++-- .../java/org/assertj/swing/junit/ant/ReportTransformer.java | 4 ++-- .../swing/junit/ant/ScreenshotOnFailureResultFormatter.java | 4 ++-- .../java/org/assertj/swing/junit/ant/ScreenshotXmlWriter.java | 4 ++-- .../java/org/assertj/swing/junit/ant/StackTraceFilter.java | 4 ++-- .../org/assertj/swing/junit/ant/StandardOutputStreams.java | 4 ++-- .../java/org/assertj/swing/junit/ant/SuiteXmlNodeWriter.java | 4 ++-- .../main/java/org/assertj/swing/junit/ant/TestCollection.java | 4 ++-- .../java/org/assertj/swing/junit/ant/TestXmlNodeWriter.java | 4 ++-- .../src/main/java/org/assertj/swing/junit/ant/Tests.java | 4 ++-- .../java/org/assertj/swing/junit/ant/TimestampFormatter.java | 4 ++-- .../org/assertj/swing/junit/ant/XmlJUnitResultFormatter.java | 4 ++-- .../java/org/assertj/swing/junit/ant/XmlOutputWriter.java | 4 ++-- .../assertj/swing/junit/runner/FailureScreenshotTaker.java | 4 ++-- .../java/org/assertj/swing/junit/runner/FolderCreator.java | 4 ++-- .../main/java/org/assertj/swing/junit/runner/Formatter.java | 4 ++-- .../java/org/assertj/swing/junit/runner/GUITestRunner.java | 4 ++-- .../org/assertj/swing/junit/runner/ImageFolderCreator.java | 4 ++-- .../java/org/assertj/swing/junit/runner/MethodInvoker.java | 4 ++-- .../swing/junit/testcase/AssertJSwingJUnitTestCase.java | 4 ++-- .../main/java/org/assertj/swing/junit/xml/XmlAttribute.java | 4 ++-- .../main/java/org/assertj/swing/junit/xml/XmlAttributes.java | 4 ++-- .../main/java/org/assertj/swing/junit/xml/XmlDocument.java | 4 ++-- .../src/main/java/org/assertj/swing/junit/xml/XmlNode.java | 4 ++-- .../test/java/org/assertj/swing/junit/ant/AntLauncher.java | 4 ++-- .../swing/junit/ant/EnvironmentXmlNodeWriter_TestCase.java | 4 ++-- .../ant/EnvironmentXmlNodeWriter_writeHostName_Test.java | 4 ++-- .../ant/EnvironmentXmlNodeWriter_writeTimestamp_Test.java | 4 ++-- .../swing/junit/ant/GUITestRecognizer_isGUITest_Test.java | 4 ++-- .../org/assertj/swing/junit/ant/ImageHandler_TestCase.java | 4 ++-- .../junit/ant/ImageHandler_decodeBase64AndSaveAsPng_Test.java | 4 ++-- ..._decodeBase64_withImageDecoderAndImageFileWriter_Test.java | 4 ++-- .../ant/ImageHandler_decodeBase64_withImageDecoder_Test.java | 4 ++-- ...ageHandler_encodeBase64_decodeBase64AndSaveAsPng_Test.java | 4 ++-- .../ant/ImageHandler_encodeBase64_decodeBase64_Test.java | 4 ++-- .../ant/ImageHandler_encodeBase64_withImageEncoder_Test.java | 4 ++-- ...eenshotOnFailureResultFormatter_onFailureOrError_Test.java | 4 ++-- .../junit/ant/ScreenshotXmlWriter_writeScreenshot_Test.java | 4 ++-- .../test/java/org/assertj/swing/junit/ant/SomeTestFake.java | 4 ++-- .../ant/StandardOutputStreams_isStandardOutOrErr_Test.java | 4 ++-- .../assertj/swing/junit/ant/SuiteXmlNodeWriter_TestCase.java | 4 ++-- .../junit/ant/SuiteXmlNodeWriter_writeSuiteName_Test.java | 4 ++-- .../assertj/swing/junit/ant/TestXmlNodeWriter_TestCase.java | 4 ++-- .../junit/ant/TestXmlNodeWriter_addNewTestXmlNode_Test.java | 4 ++-- .../swing/junit/ant/TestXmlNodeWriter_writeError_Test.java | 4 ++-- .../ant/TestXmlNodeWriter_writeTestExecutionTime_Test.java | 4 ++-- .../test/java/org/assertj/swing/junit/ant/Tests_TestCase.java | 4 ++-- .../assertj/swing/junit/ant/Tests_testClassNameFrom_Test.java | 4 ++-- .../swing/junit/ant/Tests_testMethodNameFrom_Test.java | 4 ++-- .../swing/junit/ant/TimestampFormatter_format_Test.java | 4 ++-- .../swing/junit/ant/XmlJUnitResultFormatter_TestCase.java | 4 ++-- .../junit/ant/XmlJUnitResultFormatter_addError_Test.java | 4 ++-- .../junit/ant/XmlJUnitResultFormatter_addFailure_Test.java | 4 ++-- .../junit/ant/XmlJUnitResultFormatter_endTestSuite_Test.java | 4 ++-- .../swing/junit/ant/XmlJUnitResultFormatter_endTest_Test.java | 4 ++-- .../ant/XmlJUnitResultFormatter_setSystemError_Test.java | 4 ++-- .../ant/XmlJUnitResultFormatter_setSystemOutput_Test.java | 4 ++-- .../ant/XmlJUnitResultFormatter_startTestSuite_Test.java | 4 ++-- .../junit/ant/XmlJUnitResultFormatter_startTest_Test.java | 4 ++-- .../org/assertj/swing/junit/ant/XmlOutputWriter_TestCase.java | 4 ++-- .../ant/XmlOutputWriter_writeWithDOMElementWriter_Test.java | 4 ++-- .../assertj/swing/junit/ant/XmlOutputWriter_write_Test.java | 4 ++-- .../runner/FailureScreenshotTaker_saveScreenshot_Test.java | 4 ++-- .../swing/junit/runner/FolderCreator_createFolder_Test.java | 4 ++-- .../swing/junit/runner/Formatter_testNameFrom_Test.java | 4 ++-- .../org/assertj/swing/junit/runner/GUITestRunnerTest.java | 4 ++-- .../runner/ImageFolderCreator_createImageFolder_Test.java | 4 ++-- .../java/org/assertj/swing/junit/runner/SomeGUITestFake.java | 4 ++-- .../assertj/swing/junit/runner/TestWithGUITestMethods.java | 4 ++-- .../junit/xml/XmlAttributeBuilder_value_withDouble_Test.java | 4 ++-- .../junit/xml/XmlAttributeBuilder_value_withLong_Test.java | 4 ++-- .../org/assertj/swing/junit/xml/XmlAttribute_equals_Test.java | 4 ++-- .../swing/junit/xml/XmlAttribute_equals_hashCode_Test.java | 4 ++-- .../org/assertj/swing/junit/xml/XmlAttribute_name_Test.java | 4 ++-- .../assertj/swing/junit/xml/XmlAttribute_toString_Test.java | 4 ++-- .../org/assertj/swing/junit/xml/XmlAttribute_value_Test.java | 4 ++-- .../assertj/swing/junit/xml/XmlAttributes_equals_Test.java | 4 ++-- .../swing/junit/xml/XmlAttributes_equals_hashCode_Test.java | 4 ++-- .../assertj/swing/junit/xml/XmlAttributes_iterator_Test.java | 4 ++-- .../assertj/swing/junit/xml/XmlAttributes_toString_Test.java | 4 ++-- .../org/assertj/swing/junit/xml/XmlDocument_newRoot_Test.java | 4 ++-- .../java/org/assertj/swing/junit/xml/XmlNode_TestCase.java | 4 ++-- .../assertj/swing/junit/xml/XmlNode_addAttribute_Test.java | 4 ++-- .../org/assertj/swing/junit/xml/XmlNode_addCdata_Test.java | 4 ++-- .../junit/xml/XmlNode_addNewNodeWithAttributes_Test.java | 4 ++-- .../org/assertj/swing/junit/xml/XmlNode_addNewNode_Test.java | 4 ++-- .../org/assertj/swing/junit/xml/XmlNode_addText_Test.java | 4 ++-- .../java/org/assertj/swing/junit/xml/XmlNode_child_Test.java | 4 ++-- .../assertj/swing/junit/xml/XmlNode_equals_hashCode_Test.java | 4 ++-- .../java/org/assertj/swing/junit/xml/XmlNode_name_Test.java | 4 ++-- .../org/assertj/swing/junit/xml/XmlNode_parentNode_Test.java | 4 ++-- .../java/org/assertj/swing/junit/xml/XmlNode_size_Test.java | 4 ++-- .../java/org/assertj/swing/junit/xml/XmlNode_target_Test.java | 4 ++-- .../java/org/assertj/swing/junit/xml/XmlNode_text_Test.java | 4 ++-- .../org/assertj/swing/junit/xml/XmlNode_toString_Test.java | 4 ++-- .../swing/junit/xml/XmlNode_valueOfAttribute_Test.java | 4 ++-- .../org/assertj/swing/testng/ScreenshotOnFailureListener.java | 4 ++-- .../assertj/swing/testng/listener/AbstractTestListener.java | 4 ++-- .../org/assertj/swing/testng/listener/OutputDirectory.java | 4 ++-- .../swing/testng/listener/ScreenshotFileNameGenerator.java | 4 ++-- .../swing/testng/listener/ScreenshotOnFailureListener.java | 4 ++-- .../swing/testng/testcase/AssertJSwingTestngTestCase.java | 4 ++-- .../java/org/assertj/swing/testng/listener/ClassStub.java | 4 ++-- .../FEST48_TestngNotGeneratingUniqueFileNames_Test.java | 4 ++-- .../listener/OutputDirectory_createIfNecessary_Test.java | 4 ++-- .../testng/listener/ScreenshotOnFailureListener_Test.java | 4 ++-- .../org/assertj/swing/testng/listener/TestContextStub.java | 4 ++-- .../org/assertj/swing/testng/listener/TestNGMethodStub.java | 4 ++-- .../org/assertj/swing/testng/listener/TestResultStub.java | 4 ++-- 116 files changed, 232 insertions(+), 232 deletions(-) diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/CommonConstants.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/CommonConstants.java index b019de51..23027f18 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/CommonConstants.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/CommonConstants.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter.java index e5ee5ed6..6559c01a 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/GUITestRecognizer.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/GUITestRecognizer.java index 9ba920d7..67174611 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/GUITestRecognizer.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/GUITestRecognizer.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/HostNameReader.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/HostNameReader.java index 362366f4..1bbc3a70 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/HostNameReader.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/HostNameReader.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ImageDecoder.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ImageDecoder.java index ab2fd5b8..30cb6838 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ImageDecoder.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ImageDecoder.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ImageEncoder.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ImageEncoder.java index d6b4e051..6c7178c3 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ImageEncoder.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ImageEncoder.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ImageHandler.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ImageHandler.java index 037410de..c740daf5 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ImageHandler.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ImageHandler.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/JUnitReportTask.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/JUnitReportTask.java index a4e1b4c1..113d4fe7 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/JUnitReportTask.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/JUnitReportTask.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ReportTransformer.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ReportTransformer.java index 5ffcc626..518f557e 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ReportTransformer.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ReportTransformer.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ScreenshotOnFailureResultFormatter.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ScreenshotOnFailureResultFormatter.java index a1624f01..1c943d9f 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ScreenshotOnFailureResultFormatter.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ScreenshotOnFailureResultFormatter.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ScreenshotXmlWriter.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ScreenshotXmlWriter.java index b489c9af..5e899e60 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ScreenshotXmlWriter.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/ScreenshotXmlWriter.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/StackTraceFilter.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/StackTraceFilter.java index 329f2da9..a96dbd0a 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/StackTraceFilter.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/StackTraceFilter.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/StandardOutputStreams.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/StandardOutputStreams.java index 3e6fe3ba..8e646ac3 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/StandardOutputStreams.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/StandardOutputStreams.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/SuiteXmlNodeWriter.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/SuiteXmlNodeWriter.java index 66a66ec5..5e4b21ca 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/SuiteXmlNodeWriter.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/SuiteXmlNodeWriter.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/TestCollection.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/TestCollection.java index 256c4e02..5d24e8cc 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/TestCollection.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/TestCollection.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/TestXmlNodeWriter.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/TestXmlNodeWriter.java index 120fdb02..3118dbb6 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/TestXmlNodeWriter.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/TestXmlNodeWriter.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/Tests.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/Tests.java index df1e23f4..7b08be9c 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/Tests.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/Tests.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/TimestampFormatter.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/TimestampFormatter.java index 2f2f6c79..bab1fe20 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/TimestampFormatter.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/TimestampFormatter.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter.java index f4219970..30157405 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/XmlOutputWriter.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/XmlOutputWriter.java index 01a7a3e2..938ced14 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/XmlOutputWriter.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/ant/XmlOutputWriter.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/FailureScreenshotTaker.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/FailureScreenshotTaker.java index 1e910775..373909a8 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/FailureScreenshotTaker.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/FailureScreenshotTaker.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.runner; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/FolderCreator.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/FolderCreator.java index c4a94c78..30650500 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/FolderCreator.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/FolderCreator.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.runner; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/Formatter.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/Formatter.java index 7fdad93f..49d22670 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/Formatter.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/Formatter.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.runner; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/GUITestRunner.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/GUITestRunner.java index 25eb479d..7e0b5764 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/GUITestRunner.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/GUITestRunner.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.runner; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/ImageFolderCreator.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/ImageFolderCreator.java index 72be4830..886bb37b 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/ImageFolderCreator.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/ImageFolderCreator.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.runner; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/MethodInvoker.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/MethodInvoker.java index 837deda5..eccfc54c 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/MethodInvoker.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/runner/MethodInvoker.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.runner; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/testcase/AssertJSwingJUnitTestCase.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/testcase/AssertJSwingJUnitTestCase.java index b7febdae..62e159b5 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/testcase/AssertJSwingJUnitTestCase.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/testcase/AssertJSwingJUnitTestCase.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.testcase; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlAttribute.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlAttribute.java index 32e7701a..5b8e660c 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlAttribute.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlAttribute.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlAttributes.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlAttributes.java index c1d1afba..97d76a74 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlAttributes.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlAttributes.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlDocument.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlDocument.java index dc85fc33..0a9c0e91 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlDocument.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlDocument.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlNode.java b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlNode.java index 998c7195..6411a77b 100644 --- a/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlNode.java +++ b/assertj-swing-junit/src/main/java/org/assertj/swing/junit/xml/XmlNode.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/AntLauncher.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/AntLauncher.java index c6889556..456b8017 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/AntLauncher.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/AntLauncher.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter_TestCase.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter_TestCase.java index db29454a..9d861e4f 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter_TestCase.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter_TestCase.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter_writeHostName_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter_writeHostName_Test.java index 2ab8d909..4589b346 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter_writeHostName_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter_writeHostName_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter_writeTimestamp_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter_writeTimestamp_Test.java index 6b8a7e2f..b4df68ee 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter_writeTimestamp_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/EnvironmentXmlNodeWriter_writeTimestamp_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/GUITestRecognizer_isGUITest_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/GUITestRecognizer_isGUITest_Test.java index dc9bef62..e1129286 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/GUITestRecognizer_isGUITest_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/GUITestRecognizer_isGUITest_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_TestCase.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_TestCase.java index e041ff23..71b94085 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_TestCase.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_TestCase.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_decodeBase64AndSaveAsPng_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_decodeBase64AndSaveAsPng_Test.java index 3f40a523..f89def4a 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_decodeBase64AndSaveAsPng_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_decodeBase64AndSaveAsPng_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_decodeBase64_withImageDecoderAndImageFileWriter_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_decodeBase64_withImageDecoderAndImageFileWriter_Test.java index 0c71f2ec..d6de6706 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_decodeBase64_withImageDecoderAndImageFileWriter_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_decodeBase64_withImageDecoderAndImageFileWriter_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_decodeBase64_withImageDecoder_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_decodeBase64_withImageDecoder_Test.java index df1a9cd4..2c57bdcc 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_decodeBase64_withImageDecoder_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_decodeBase64_withImageDecoder_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_encodeBase64_decodeBase64AndSaveAsPng_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_encodeBase64_decodeBase64AndSaveAsPng_Test.java index 3053d998..1e2690ea 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_encodeBase64_decodeBase64AndSaveAsPng_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_encodeBase64_decodeBase64AndSaveAsPng_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_encodeBase64_decodeBase64_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_encodeBase64_decodeBase64_Test.java index 006429a4..55120aaf 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_encodeBase64_decodeBase64_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_encodeBase64_decodeBase64_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_encodeBase64_withImageEncoder_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_encodeBase64_withImageEncoder_Test.java index 5169ddd5..c303f98d 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_encodeBase64_withImageEncoder_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ImageHandler_encodeBase64_withImageEncoder_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ScreenshotOnFailureResultFormatter_onFailureOrError_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ScreenshotOnFailureResultFormatter_onFailureOrError_Test.java index ea37594b..8b15d568 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ScreenshotOnFailureResultFormatter_onFailureOrError_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ScreenshotOnFailureResultFormatter_onFailureOrError_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ScreenshotXmlWriter_writeScreenshot_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ScreenshotXmlWriter_writeScreenshot_Test.java index c99f7cd0..2e7ea5b5 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ScreenshotXmlWriter_writeScreenshot_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/ScreenshotXmlWriter_writeScreenshot_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/SomeTestFake.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/SomeTestFake.java index b0ad84ec..291c5e0d 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/SomeTestFake.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/SomeTestFake.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/StandardOutputStreams_isStandardOutOrErr_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/StandardOutputStreams_isStandardOutOrErr_Test.java index 974260b4..c440414e 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/StandardOutputStreams_isStandardOutOrErr_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/StandardOutputStreams_isStandardOutOrErr_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/SuiteXmlNodeWriter_TestCase.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/SuiteXmlNodeWriter_TestCase.java index 5a18caa2..05ca88a3 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/SuiteXmlNodeWriter_TestCase.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/SuiteXmlNodeWriter_TestCase.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/SuiteXmlNodeWriter_writeSuiteName_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/SuiteXmlNodeWriter_writeSuiteName_Test.java index 183abe5f..a1adecfd 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/SuiteXmlNodeWriter_writeSuiteName_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/SuiteXmlNodeWriter_writeSuiteName_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_TestCase.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_TestCase.java index 9a21cd2d..ef50b8f1 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_TestCase.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_TestCase.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_addNewTestXmlNode_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_addNewTestXmlNode_Test.java index a2b7a70b..d4a132ea 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_addNewTestXmlNode_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_addNewTestXmlNode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_writeError_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_writeError_Test.java index 2cc1833d..e6509e70 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_writeError_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_writeError_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_writeTestExecutionTime_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_writeTestExecutionTime_Test.java index bec4647d..89247109 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_writeTestExecutionTime_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TestXmlNodeWriter_writeTestExecutionTime_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/Tests_TestCase.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/Tests_TestCase.java index aaf137b6..90469788 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/Tests_TestCase.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/Tests_TestCase.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/Tests_testClassNameFrom_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/Tests_testClassNameFrom_Test.java index d0cb2678..9351048c 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/Tests_testClassNameFrom_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/Tests_testClassNameFrom_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/Tests_testMethodNameFrom_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/Tests_testMethodNameFrom_Test.java index 7f73701a..72cbafb9 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/Tests_testMethodNameFrom_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/Tests_testMethodNameFrom_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TimestampFormatter_format_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TimestampFormatter_format_Test.java index 19edfa61..c192a41e 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TimestampFormatter_format_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/TimestampFormatter_format_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_TestCase.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_TestCase.java index 889e0d03..f08b925a 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_TestCase.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_TestCase.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_addError_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_addError_Test.java index 1ca24a4b..ddf7b191 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_addError_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_addError_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_addFailure_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_addFailure_Test.java index f7d36b1a..3976eed8 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_addFailure_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_addFailure_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_endTestSuite_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_endTestSuite_Test.java index cc51a4f4..b3012895 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_endTestSuite_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_endTestSuite_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_endTest_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_endTest_Test.java index 5934e714..b075224a 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_endTest_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_endTest_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_setSystemError_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_setSystemError_Test.java index 67b60c83..aaaa3249 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_setSystemError_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_setSystemError_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_setSystemOutput_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_setSystemOutput_Test.java index 2b0b085d..ca0d3836 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_setSystemOutput_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_setSystemOutput_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_startTestSuite_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_startTestSuite_Test.java index b704b11d..a3be0bee 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_startTestSuite_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_startTestSuite_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_startTest_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_startTest_Test.java index 99f2b23f..d068ae22 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_startTest_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlJUnitResultFormatter_startTest_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlOutputWriter_TestCase.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlOutputWriter_TestCase.java index 0d044b61..b78c03c2 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlOutputWriter_TestCase.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlOutputWriter_TestCase.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlOutputWriter_writeWithDOMElementWriter_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlOutputWriter_writeWithDOMElementWriter_Test.java index ef37ca8f..84fe380e 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlOutputWriter_writeWithDOMElementWriter_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlOutputWriter_writeWithDOMElementWriter_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlOutputWriter_write_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlOutputWriter_write_Test.java index 053bf719..437d0960 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlOutputWriter_write_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/ant/XmlOutputWriter_write_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.ant; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/FailureScreenshotTaker_saveScreenshot_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/FailureScreenshotTaker_saveScreenshot_Test.java index 64d55049..8d172fe5 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/FailureScreenshotTaker_saveScreenshot_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/FailureScreenshotTaker_saveScreenshot_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.runner; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/FolderCreator_createFolder_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/FolderCreator_createFolder_Test.java index 775cf114..4ca04614 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/FolderCreator_createFolder_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/FolderCreator_createFolder_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.runner; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/Formatter_testNameFrom_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/Formatter_testNameFrom_Test.java index 369dce82..afe553e4 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/Formatter_testNameFrom_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/Formatter_testNameFrom_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.runner; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/GUITestRunnerTest.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/GUITestRunnerTest.java index 516fc774..510b2fa1 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/GUITestRunnerTest.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/GUITestRunnerTest.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.runner; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/ImageFolderCreator_createImageFolder_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/ImageFolderCreator_createImageFolder_Test.java index 10104773..e6dbd95f 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/ImageFolderCreator_createImageFolder_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/ImageFolderCreator_createImageFolder_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.runner; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/SomeGUITestFake.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/SomeGUITestFake.java index febbd9a6..9955793c 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/SomeGUITestFake.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/SomeGUITestFake.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.runner; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/TestWithGUITestMethods.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/TestWithGUITestMethods.java index 4fdf35b5..5fbea8ba 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/TestWithGUITestMethods.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/runner/TestWithGUITestMethods.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.runner; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributeBuilder_value_withDouble_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributeBuilder_value_withDouble_Test.java index 74445141..d5afe64a 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributeBuilder_value_withDouble_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributeBuilder_value_withDouble_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributeBuilder_value_withLong_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributeBuilder_value_withLong_Test.java index 8506198e..918c74b8 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributeBuilder_value_withLong_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributeBuilder_value_withLong_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_equals_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_equals_Test.java index 3d144bbe..090f1438 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_equals_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_equals_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_equals_hashCode_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_equals_hashCode_Test.java index bf7f371d..8360a7e5 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_equals_hashCode_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_equals_hashCode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_name_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_name_Test.java index f3a8097f..013fb4a6 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_name_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_name_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_toString_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_toString_Test.java index 11e783f0..9a6069a9 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_toString_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_toString_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_value_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_value_Test.java index 04647ab6..28d9c9ef 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_value_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttribute_value_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_equals_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_equals_Test.java index 4ccee574..0526ae35 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_equals_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_equals_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_equals_hashCode_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_equals_hashCode_Test.java index b700b2a1..d4cde07b 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_equals_hashCode_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_equals_hashCode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_iterator_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_iterator_Test.java index 0daad75c..2d6b43f5 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_iterator_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_iterator_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_toString_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_toString_Test.java index d55fd0b8..b32f7865 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_toString_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlAttributes_toString_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlDocument_newRoot_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlDocument_newRoot_Test.java index 4e43be1a..d4f3d9b3 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlDocument_newRoot_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlDocument_newRoot_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_TestCase.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_TestCase.java index ffd7559f..82c6af79 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_TestCase.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_TestCase.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addAttribute_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addAttribute_Test.java index 8941cb55..aeb2333a 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addAttribute_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addAttribute_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addCdata_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addCdata_Test.java index bc1ce456..a8bcbbd0 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addCdata_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addCdata_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addNewNodeWithAttributes_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addNewNodeWithAttributes_Test.java index 90cdbc6e..d322470e 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addNewNodeWithAttributes_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addNewNodeWithAttributes_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addNewNode_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addNewNode_Test.java index 4173a7c2..5d945890 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addNewNode_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addNewNode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addText_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addText_Test.java index d08feac2..a9493dc8 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addText_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_addText_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_child_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_child_Test.java index 1c1e9fbe..19c9edcc 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_child_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_child_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_equals_hashCode_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_equals_hashCode_Test.java index dbd99083..e875c64e 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_equals_hashCode_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_equals_hashCode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_name_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_name_Test.java index 9e765616..380ba687 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_name_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_name_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_parentNode_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_parentNode_Test.java index 7915934b..a346824d 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_parentNode_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_parentNode_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_size_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_size_Test.java index 427e2cdc..f8cb2e73 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_size_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_size_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_target_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_target_Test.java index 88cca618..1c15c662 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_target_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_target_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_text_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_text_Test.java index 94d7ca2a..a4f29d82 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_text_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_text_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_toString_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_toString_Test.java index 00114c3f..ef3a9606 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_toString_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_toString_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_valueOfAttribute_Test.java b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_valueOfAttribute_Test.java index c6c84d58..60fb7da8 100644 --- a/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_valueOfAttribute_Test.java +++ b/assertj-swing-junit/src/test/java/org/assertj/swing/junit/xml/XmlNode_valueOfAttribute_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.junit.xml; diff --git a/assertj-swing-testng/src/main/java/org/assertj/swing/testng/ScreenshotOnFailureListener.java b/assertj-swing-testng/src/main/java/org/assertj/swing/testng/ScreenshotOnFailureListener.java index 87bd53d5..8b698193 100644 --- a/assertj-swing-testng/src/main/java/org/assertj/swing/testng/ScreenshotOnFailureListener.java +++ b/assertj-swing-testng/src/main/java/org/assertj/swing/testng/ScreenshotOnFailureListener.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.testng; diff --git a/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/AbstractTestListener.java b/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/AbstractTestListener.java index ec590b00..e1b2ad25 100644 --- a/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/AbstractTestListener.java +++ b/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/AbstractTestListener.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.testng.listener; diff --git a/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/OutputDirectory.java b/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/OutputDirectory.java index f54ec4ad..d4550914 100644 --- a/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/OutputDirectory.java +++ b/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/OutputDirectory.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.testng.listener; diff --git a/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/ScreenshotFileNameGenerator.java b/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/ScreenshotFileNameGenerator.java index 57019b66..349170a8 100644 --- a/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/ScreenshotFileNameGenerator.java +++ b/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/ScreenshotFileNameGenerator.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.testng.listener; diff --git a/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/ScreenshotOnFailureListener.java b/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/ScreenshotOnFailureListener.java index 74553a24..388fc04e 100644 --- a/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/ScreenshotOnFailureListener.java +++ b/assertj-swing-testng/src/main/java/org/assertj/swing/testng/listener/ScreenshotOnFailureListener.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.testng.listener; diff --git a/assertj-swing-testng/src/main/java/org/assertj/swing/testng/testcase/AssertJSwingTestngTestCase.java b/assertj-swing-testng/src/main/java/org/assertj/swing/testng/testcase/AssertJSwingTestngTestCase.java index 1a159357..a1133a0d 100644 --- a/assertj-swing-testng/src/main/java/org/assertj/swing/testng/testcase/AssertJSwingTestngTestCase.java +++ b/assertj-swing-testng/src/main/java/org/assertj/swing/testng/testcase/AssertJSwingTestngTestCase.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.testng.testcase; diff --git a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/ClassStub.java b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/ClassStub.java index 7dfd8e73..f2e92163 100644 --- a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/ClassStub.java +++ b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/ClassStub.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.testng.listener; diff --git a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/FEST48_TestngNotGeneratingUniqueFileNames_Test.java b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/FEST48_TestngNotGeneratingUniqueFileNames_Test.java index 7744de38..7d89dbd5 100644 --- a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/FEST48_TestngNotGeneratingUniqueFileNames_Test.java +++ b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/FEST48_TestngNotGeneratingUniqueFileNames_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.testng.listener; diff --git a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/OutputDirectory_createIfNecessary_Test.java b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/OutputDirectory_createIfNecessary_Test.java index 99a6a5cc..4bc6fd89 100644 --- a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/OutputDirectory_createIfNecessary_Test.java +++ b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/OutputDirectory_createIfNecessary_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.testng.listener; diff --git a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/ScreenshotOnFailureListener_Test.java b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/ScreenshotOnFailureListener_Test.java index 2869755f..b2956d94 100644 --- a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/ScreenshotOnFailureListener_Test.java +++ b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/ScreenshotOnFailureListener_Test.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.testng.listener; diff --git a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/TestContextStub.java b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/TestContextStub.java index df38a906..7a5b5821 100644 --- a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/TestContextStub.java +++ b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/TestContextStub.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.testng.listener; diff --git a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/TestNGMethodStub.java b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/TestNGMethodStub.java index d66c5d3f..970888bd 100644 --- a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/TestNGMethodStub.java +++ b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/TestNGMethodStub.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.testng.listener; diff --git a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/TestResultStub.java b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/TestResultStub.java index 308d2d90..2874f302 100644 --- a/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/TestResultStub.java +++ b/assertj-swing-testng/src/test/java/org/assertj/swing/testng/listener/TestResultStub.java @@ -1,4 +1,4 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * @@ -8,7 +8,7 @@ * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. * - * Copyright 2012-2015 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.testng.listener;