diff --git a/assertj-swing/src/main/java/org/assertj/swing/annotation/GUITest.java b/assertj-swing/src/main/java/org/assertj/swing/annotation/GUITest.java index fc09dc99..93fcbb00 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/annotation/GUITest.java +++ b/assertj-swing/src/main/java/org/assertj/swing/annotation/GUITest.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.annotation; diff --git a/assertj-swing/src/main/java/org/assertj/swing/annotation/GUITestFinder.java b/assertj-swing/src/main/java/org/assertj/swing/annotation/GUITestFinder.java index 523f8e75..11575cba 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/annotation/GUITestFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/annotation/GUITestFinder.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.annotation; diff --git a/assertj-swing/src/main/java/org/assertj/swing/annotation/RunsInCurrentThread.java b/assertj-swing/src/main/java/org/assertj/swing/annotation/RunsInCurrentThread.java index 3b0c137d..bc2fe7e2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/annotation/RunsInCurrentThread.java +++ b/assertj-swing/src/main/java/org/assertj/swing/annotation/RunsInCurrentThread.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.annotation; diff --git a/assertj-swing/src/main/java/org/assertj/swing/annotation/RunsInEDT.java b/assertj-swing/src/main/java/org/assertj/swing/annotation/RunsInEDT.java index 7bfca30b..1537f98c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/annotation/RunsInEDT.java +++ b/assertj-swing/src/main/java/org/assertj/swing/annotation/RunsInEDT.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.annotation; diff --git a/assertj-swing/src/main/java/org/assertj/swing/annotation/ThreadSafeAction.java b/assertj-swing/src/main/java/org/assertj/swing/annotation/ThreadSafeAction.java index fe3cd28b..93082fe6 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/annotation/ThreadSafeAction.java +++ b/assertj-swing/src/main/java/org/assertj/swing/annotation/ThreadSafeAction.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.annotation; diff --git a/assertj-swing/src/main/java/org/assertj/swing/annotation/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/annotation/package-info.java index c3a51204..d59b4651 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/annotation/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/annotation/package-info.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. */ /** * Annotations and related utility methods. diff --git a/assertj-swing/src/main/java/org/assertj/swing/applet/AppletViewer.java b/assertj-swing/src/main/java/org/assertj/swing/applet/AppletViewer.java index 310561cb..186caf2e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/applet/AppletViewer.java +++ b/assertj-swing/src/main/java/org/assertj/swing/applet/AppletViewer.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.applet; diff --git a/assertj-swing/src/main/java/org/assertj/swing/applet/BasicAppletContext.java b/assertj-swing/src/main/java/org/assertj/swing/applet/BasicAppletContext.java index 5f177b19..c90f8a2b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/applet/BasicAppletContext.java +++ b/assertj-swing/src/main/java/org/assertj/swing/applet/BasicAppletContext.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.applet; diff --git a/assertj-swing/src/main/java/org/assertj/swing/applet/BasicAppletStub.java b/assertj-swing/src/main/java/org/assertj/swing/applet/BasicAppletStub.java index 0c9fe623..075bbdb8 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/applet/BasicAppletStub.java +++ b/assertj-swing/src/main/java/org/assertj/swing/applet/BasicAppletStub.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.applet; diff --git a/assertj-swing/src/main/java/org/assertj/swing/applet/StatusDisplay.java b/assertj-swing/src/main/java/org/assertj/swing/applet/StatusDisplay.java index 0c5991a6..cab636d2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/applet/StatusDisplay.java +++ b/assertj-swing/src/main/java/org/assertj/swing/applet/StatusDisplay.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.applet; diff --git a/assertj-swing/src/main/java/org/assertj/swing/applet/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/applet/package-info.java index ae44d51f..de0f2715 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/applet/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/applet/package-info.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. */ /** * Provides support for testing {@code Applet}s. diff --git a/assertj-swing/src/main/java/org/assertj/swing/assertions/Assertions.java b/assertj-swing/src/main/java/org/assertj/swing/assertions/Assertions.java index 31d6bfc3..0c79b778 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/assertions/Assertions.java +++ b/assertj-swing/src/main/java/org/assertj/swing/assertions/Assertions.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.assertions; diff --git a/assertj-swing/src/main/java/org/assertj/swing/assertions/ImageAssert.java b/assertj-swing/src/main/java/org/assertj/swing/assertions/ImageAssert.java index a3272a25..e2d731a2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/assertions/ImageAssert.java +++ b/assertj-swing/src/main/java/org/assertj/swing/assertions/ImageAssert.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.assertions; diff --git a/assertj-swing/src/main/java/org/assertj/swing/assertions/data/Point.java b/assertj-swing/src/main/java/org/assertj/swing/assertions/data/Point.java index 0ff3b825..076002bc 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/assertions/data/Point.java +++ b/assertj-swing/src/main/java/org/assertj/swing/assertions/data/Point.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.assertions.data; diff --git a/assertj-swing/src/main/java/org/assertj/swing/assertions/data/RgbColor.java b/assertj-swing/src/main/java/org/assertj/swing/assertions/data/RgbColor.java index d51e16ad..84ba9634 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/assertions/data/RgbColor.java +++ b/assertj-swing/src/main/java/org/assertj/swing/assertions/data/RgbColor.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.assertions.data; diff --git a/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldBeEqualColors.java b/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldBeEqualColors.java index f148d378..11a933ef 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldBeEqualColors.java +++ b/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldBeEqualColors.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.assertions.error; diff --git a/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldBeEqualImages.java b/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldBeEqualImages.java index daf37045..77c84582 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldBeEqualImages.java +++ b/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldBeEqualImages.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.assertions.error; diff --git a/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldHaveDimension.java b/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldHaveDimension.java index deda8325..4ffc9898 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldHaveDimension.java +++ b/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldHaveDimension.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.assertions.error; diff --git a/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldNotBeEqualImages.java b/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldNotBeEqualImages.java index 5dbc589a..84c5280b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldNotBeEqualImages.java +++ b/assertj-swing/src/main/java/org/assertj/swing/assertions/error/ShouldNotBeEqualImages.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.assertions.error; diff --git a/assertj-swing/src/main/java/org/assertj/swing/awt/AWT.java b/assertj-swing/src/main/java/org/assertj/swing/awt/AWT.java index a73d5457..0e2298e5 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/awt/AWT.java +++ b/assertj-swing/src/main/java/org/assertj/swing/awt/AWT.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.awt; diff --git a/assertj-swing/src/main/java/org/assertj/swing/awt/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/awt/package-info.java index dd60af04..0b0cc9e0 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/awt/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/awt/package-info.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. */ /** * Utility methods related to AWT. diff --git a/assertj-swing/src/main/java/org/assertj/swing/cell/JComboBoxCellReader.java b/assertj-swing/src/main/java/org/assertj/swing/cell/JComboBoxCellReader.java index 4ed55909..7a56d4b3 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/cell/JComboBoxCellReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/cell/JComboBoxCellReader.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.cell; diff --git a/assertj-swing/src/main/java/org/assertj/swing/cell/JListCellReader.java b/assertj-swing/src/main/java/org/assertj/swing/cell/JListCellReader.java index b76fc325..b1e3bf27 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/cell/JListCellReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/cell/JListCellReader.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.cell; diff --git a/assertj-swing/src/main/java/org/assertj/swing/cell/JTableCellReader.java b/assertj-swing/src/main/java/org/assertj/swing/cell/JTableCellReader.java index 8d9d4efc..84ae13a7 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/cell/JTableCellReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/cell/JTableCellReader.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.cell; diff --git a/assertj-swing/src/main/java/org/assertj/swing/cell/JTableCellWriter.java b/assertj-swing/src/main/java/org/assertj/swing/cell/JTableCellWriter.java index 367fe33a..dd583d03 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/cell/JTableCellWriter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/cell/JTableCellWriter.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.cell; diff --git a/assertj-swing/src/main/java/org/assertj/swing/cell/JTreeCellReader.java b/assertj-swing/src/main/java/org/assertj/swing/cell/JTreeCellReader.java index 5129fb34..728d9283 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/cell/JTreeCellReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/cell/JTreeCellReader.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.cell; diff --git a/assertj-swing/src/main/java/org/assertj/swing/cell/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/cell/package-info.java index 4061dbe3..3846fc98 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/cell/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/cell/package-info.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. */ /** * Support for reading from and writing to cells in {@code JComponent}s (for example: {@code JList}s, {@code JTable}s, diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/AWTEventPoster.java b/assertj-swing/src/main/java/org/assertj/swing/core/AWTEventPoster.java index 22ed4c44..feda9eec 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/AWTEventPoster.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/AWTEventPoster.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/AbstractComponentMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/core/AbstractComponentMatcher.java index 5b14e2f9..91e69de8 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/AbstractComponentMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/AbstractComponentMatcher.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/ActivateWindowTask.java b/assertj-swing/src/main/java/org/assertj/swing/core/ActivateWindowTask.java index cee4c3f3..56d65df2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/ActivateWindowTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/ActivateWindowTask.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/BasicComponentFinder.java b/assertj-swing/src/main/java/org/assertj/swing/core/BasicComponentFinder.java index 0ae03cde..25329bba 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/BasicComponentFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/BasicComponentFinder.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/BasicComponentPrinter.java b/assertj-swing/src/main/java/org/assertj/swing/core/BasicComponentPrinter.java index 3834f940..37b7982a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/BasicComponentPrinter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/BasicComponentPrinter.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/BasicRobot.java b/assertj-swing/src/main/java/org/assertj/swing/core/BasicRobot.java index 8e5d3463..dfcab2d9 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/BasicRobot.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/BasicRobot.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentDragAndDrop.java b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentDragAndDrop.java index 5aa739ad..0f2214c1 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentDragAndDrop.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentDragAndDrop.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentFinder.java b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentFinder.java index 7d6210a5..e74e20db 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentFinder.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentFoundCondition.java b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentFoundCondition.java index e8cbfe3e..78824fbb 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentFoundCondition.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentFoundCondition.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentIsFocusableQuery.java b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentIsFocusableQuery.java index 7af603da..8fbd4144 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentIsFocusableQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentIsFocusableQuery.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentLookupScope.java b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentLookupScope.java index 13f5fd83..8683107b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentLookupScope.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentLookupScope.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentMatcher.java index be5aee27..8309b13e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentMatcher.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentPrinter.java b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentPrinter.java index 244f3249..bad7bfce 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentPrinter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentPrinter.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentRequestFocusTask.java b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentRequestFocusTask.java index 8ccf3735..1d7a200b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/ComponentRequestFocusTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/ComponentRequestFocusTask.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/ContainerFocusOwnerFinder.java b/assertj-swing/src/main/java/org/assertj/swing/core/ContainerFocusOwnerFinder.java index ba8eaf84..75754faa 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/ContainerFocusOwnerFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/ContainerFocusOwnerFinder.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/EdtSafeCondition.java b/assertj-swing/src/main/java/org/assertj/swing/core/EdtSafeCondition.java index e50d25b1..ca1fdd33 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/EdtSafeCondition.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/EdtSafeCondition.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/EmergencyAbortListener.java b/assertj-swing/src/main/java/org/assertj/swing/core/EmergencyAbortListener.java index cb9d71fc..2b7fa0ae 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/EmergencyAbortListener.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/EmergencyAbortListener.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/FinderDelegate.java b/assertj-swing/src/main/java/org/assertj/swing/core/FinderDelegate.java index e2042068..5a175f4e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/FinderDelegate.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/FinderDelegate.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/FocusMonitor.java b/assertj-swing/src/main/java/org/assertj/swing/core/FocusMonitor.java index fe09da3f..e93332a8 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/FocusMonitor.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/FocusMonitor.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/FocusOwnerFinder.java b/assertj-swing/src/main/java/org/assertj/swing/core/FocusOwnerFinder.java index 95808171..e60389fc 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/FocusOwnerFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/FocusOwnerFinder.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/FocusOwnerFinderStrategy.java b/assertj-swing/src/main/java/org/assertj/swing/core/FocusOwnerFinderStrategy.java index c04effb5..17177b28 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/FocusOwnerFinderStrategy.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/FocusOwnerFinderStrategy.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/FrameDisposer.java b/assertj-swing/src/main/java/org/assertj/swing/core/FrameDisposer.java index 47b33a9d..9ce31128 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/FrameDisposer.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/FrameDisposer.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/GenericTypeMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/core/GenericTypeMatcher.java index 6905b38a..7e9efb1d 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/GenericTypeMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/GenericTypeMatcher.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/HierarchyBasedFocusOwnerFinder.java b/assertj-swing/src/main/java/org/assertj/swing/core/HierarchyBasedFocusOwnerFinder.java index 25794d7c..7fd9fbb9 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/HierarchyBasedFocusOwnerFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/HierarchyBasedFocusOwnerFinder.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/HierarchyRootsSource.java b/assertj-swing/src/main/java/org/assertj/swing/core/HierarchyRootsSource.java index 44a1086b..426c37db 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/HierarchyRootsSource.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/HierarchyRootsSource.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/InputEventGenerator.java b/assertj-swing/src/main/java/org/assertj/swing/core/InputEventGenerator.java index 33716308..555812aa 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/InputEventGenerator.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/InputEventGenerator.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/InputModifiers.java b/assertj-swing/src/main/java/org/assertj/swing/core/InputModifiers.java index 05121b86..b7224fc0 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/InputModifiers.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/InputModifiers.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/KeyPressInfo.java b/assertj-swing/src/main/java/org/assertj/swing/core/KeyPressInfo.java index 5fdd14ba..a7e6754b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/KeyPressInfo.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/KeyPressInfo.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/LabelMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/core/LabelMatcher.java index 059e5d2b..6034464c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/LabelMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/LabelMatcher.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/MainThreadIdentifier.java b/assertj-swing/src/main/java/org/assertj/swing/core/MainThreadIdentifier.java index 4e8d9e5b..1dd52a88 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/MainThreadIdentifier.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/MainThreadIdentifier.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/MouseButton.java b/assertj-swing/src/main/java/org/assertj/swing/core/MouseButton.java index 1ff3fb16..29cf920c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/MouseButton.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/MouseButton.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/MouseClickInfo.java b/assertj-swing/src/main/java/org/assertj/swing/core/MouseClickInfo.java index 1b472b25..64084d48 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/MouseClickInfo.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/MouseClickInfo.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/NameMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/core/NameMatcher.java index e133b3bd..3cae56a9 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/NameMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/NameMatcher.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/ReflectionBasedFocusOwnerFinder.java b/assertj-swing/src/main/java/org/assertj/swing/core/ReflectionBasedFocusOwnerFinder.java index f30ae65d..d6c7d686 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/ReflectionBasedFocusOwnerFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/ReflectionBasedFocusOwnerFinder.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/ResettableComponentMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/core/ResettableComponentMatcher.java index cfda89cb..2719a746 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/ResettableComponentMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/ResettableComponentMatcher.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/Robot.java b/assertj-swing/src/main/java/org/assertj/swing/core/Robot.java index 4fb3e64c..516484ae 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/Robot.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/Robot.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/RobotEventGenerator.java b/assertj-swing/src/main/java/org/assertj/swing/core/RobotEventGenerator.java index 2ea6f760..806038f7 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/RobotEventGenerator.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/RobotEventGenerator.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/Scrolling.java b/assertj-swing/src/main/java/org/assertj/swing/core/Scrolling.java index b3cdfbf5..bab79524 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/Scrolling.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/Scrolling.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/Settings.java b/assertj-swing/src/main/java/org/assertj/swing/core/Settings.java index 2da9e165..309ec82d 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/Settings.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/Settings.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/SimpleFallbackExceptionHandler.java b/assertj-swing/src/main/java/org/assertj/swing/core/SimpleFallbackExceptionHandler.java index 19e01e61..796ce403 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/SimpleFallbackExceptionHandler.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/SimpleFallbackExceptionHandler.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/TestTerminator.java b/assertj-swing/src/main/java/org/assertj/swing/core/TestTerminator.java index fb986245..d12d0104 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/TestTerminator.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/TestTerminator.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/ThreadsSource.java b/assertj-swing/src/main/java/org/assertj/swing/core/ThreadsSource.java index 11f70fe3..9779a7ef 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/ThreadsSource.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/ThreadsSource.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/TypeMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/core/TypeMatcher.java index 0b5fac84..fdf813ad 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/TypeMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/TypeMatcher.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/UnexpectedJOptionPaneFinder.java b/assertj-swing/src/main/java/org/assertj/swing/core/UnexpectedJOptionPaneFinder.java index 9c79c845..6dc0ce7f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/UnexpectedJOptionPaneFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/UnexpectedJOptionPaneFinder.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/WindowAncestorFinder.java b/assertj-swing/src/main/java/org/assertj/swing/core/WindowAncestorFinder.java index 74dd084f..df4f555c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/WindowAncestorFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/WindowAncestorFinder.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.core; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/DialogMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/DialogMatcher.java index 62a86c4e..1c96bfda 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/DialogMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/DialogMatcher.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.core.matcher; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/FrameMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/FrameMatcher.java index dcaf44f2..43dd0ebe 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/FrameMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/FrameMatcher.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.core.matcher; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/JButtonMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/JButtonMatcher.java index 3a1989c7..68bf72b5 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/JButtonMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/JButtonMatcher.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.core.matcher; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/JLabelMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/JLabelMatcher.java index a2f0e24e..49188966 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/JLabelMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/JLabelMatcher.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.core.matcher; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/JTextComponentMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/JTextComponentMatcher.java index b5291544..83a547a7 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/JTextComponentMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/JTextComponentMatcher.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.core.matcher; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate.java b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate.java index bc114b8f..c35b4f8a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate.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.core.matcher; diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/package-info.java index d4c90513..44df79db 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/matcher/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/matcher/package-info.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. */ /** * Common-use implementations of {@link org.assertj.swing.core.GenericTypeMatcher}. diff --git a/assertj-swing/src/main/java/org/assertj/swing/core/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/core/package-info.java index 1dfce636..ef9d1990 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/core/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/core/package-info.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. */ /** * Low-level components that enable functional testing of AWT and Swing {@code Component}s. diff --git a/assertj-swing/src/main/java/org/assertj/swing/data/Index.java b/assertj-swing/src/main/java/org/assertj/swing/data/Index.java index 937f786c..4960e200 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/data/Index.java +++ b/assertj-swing/src/main/java/org/assertj/swing/data/Index.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.data; diff --git a/assertj-swing/src/main/java/org/assertj/swing/data/TableCell.java b/assertj-swing/src/main/java/org/assertj/swing/data/TableCell.java index b05f480f..d98de357 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/data/TableCell.java +++ b/assertj-swing/src/main/java/org/assertj/swing/data/TableCell.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.data; diff --git a/assertj-swing/src/main/java/org/assertj/swing/data/TableCellByColumnId.java b/assertj-swing/src/main/java/org/assertj/swing/data/TableCellByColumnId.java index 35e481eb..552eb320 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/data/TableCellByColumnId.java +++ b/assertj-swing/src/main/java/org/assertj/swing/data/TableCellByColumnId.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.data; diff --git a/assertj-swing/src/main/java/org/assertj/swing/data/TableCellFinder.java b/assertj-swing/src/main/java/org/assertj/swing/data/TableCellFinder.java index cc919839..2a419d4b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/data/TableCellFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/data/TableCellFinder.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.data; diff --git a/assertj-swing/src/main/java/org/assertj/swing/data/TableCellInRowByValue.java b/assertj-swing/src/main/java/org/assertj/swing/data/TableCellInRowByValue.java index 90b666dc..f3803b58 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/data/TableCellInRowByValue.java +++ b/assertj-swing/src/main/java/org/assertj/swing/data/TableCellInRowByValue.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.data; diff --git a/assertj-swing/src/main/java/org/assertj/swing/data/TableCellInSelectedRow.java b/assertj-swing/src/main/java/org/assertj/swing/data/TableCellInSelectedRow.java index 352023bc..b9e7d54b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/data/TableCellInSelectedRow.java +++ b/assertj-swing/src/main/java/org/assertj/swing/data/TableCellInSelectedRow.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.data; diff --git a/assertj-swing/src/main/java/org/assertj/swing/data/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/data/package-info.java index 0bc6d054..f5caf9ec 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/data/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/data/package-info.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. */ /** * Data structures. diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonArmedQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonArmedQuery.java index bd962e91..b2a57da7 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonArmedQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonArmedQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonDriver.java index 558fee03..dcdd3987 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonSelectedQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonSelectedQuery.java index a0eca71f..28d3176e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonSelectedQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonSelectedQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonTextQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonTextQuery.java index 6db97333..a05b3451 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonTextQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractButtonTextQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractJTableCellWriter.java b/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractJTableCellWriter.java index dfd56eee..c53c8dc5 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractJTableCellWriter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/AbstractJTableCellWriter.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/Actions.java b/assertj-swing/src/main/java/org/assertj/swing/driver/Actions.java index f7174443..09d5e967 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/Actions.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/Actions.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/BasicCellRendererReader.java b/assertj-swing/src/main/java/org/assertj/swing/driver/BasicCellRendererReader.java index 2b974667..dc2f9b20 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/BasicCellRendererReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/BasicCellRendererReader.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJComboBoxCellReader.java b/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJComboBoxCellReader.java index 9becb56e..4053f828 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJComboBoxCellReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJComboBoxCellReader.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJListCellReader.java b/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJListCellReader.java index b9db76e0..62003e73 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJListCellReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJListCellReader.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJTableCellReader.java b/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJTableCellReader.java index e4f0d522..7cd5f1af 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJTableCellReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJTableCellReader.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJTableCellWriter.java b/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJTableCellWriter.java index 158c7329..f2b3409f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJTableCellWriter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJTableCellWriter.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJTreeCellReader.java b/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJTreeCellReader.java index 7a0267ed..d8c98dc5 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJTreeCellReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/BasicJTreeCellReader.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/CellRendererReader.java b/assertj-swing/src/main/java/org/assertj/swing/driver/CellRendererReader.java index 46043f0f..7c3efb59 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/CellRendererReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/CellRendererReader.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentDriver.java index cb12b758..da5cb738 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentEnabledCondition.java b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentEnabledCondition.java index e69147d6..62151bfc 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentEnabledCondition.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentEnabledCondition.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentMovableQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentMovableQuery.java index 26f37635..bda4fc7d 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentMovableQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentMovableQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentMoveTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentMoveTask.java index 476e2918..4535243f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentMoveTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentMoveTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentPerformDefaultAccessibleActionTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentPerformDefaultAccessibleActionTask.java index 8e4f8b26..c3238fba 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentPerformDefaultAccessibleActionTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentPerformDefaultAccessibleActionTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentPreconditions.java b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentPreconditions.java index 96c66e9c..e580c98f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentPreconditions.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentPreconditions.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentSetSizeTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentSetSizeTask.java index 6b73c5ab..809aba65 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentSetSizeTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentSetSizeTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentShownWaiter.java b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentShownWaiter.java index 9d9b3b91..365f3d68 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentShownWaiter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/ComponentShownWaiter.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/ContainerDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/ContainerDriver.java index 4806390f..d5452d96 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/ContainerDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/ContainerDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/DialogDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/DialogDriver.java index 1d6f9750..9af24a02 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/DialogDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/DialogDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/DialogModalQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/DialogModalQuery.java index e2f0d701..829945e3 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/DialogModalQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/DialogModalQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/FrameDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/FrameDriver.java index cdf63e02..9c45ae15 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/FrameDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/FrameDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/FrameTitleQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/FrameTitleQuery.java index aebe7709..fa976e4b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/FrameTitleQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/FrameTitleQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/HorizontalJScrollBarLocation.java b/assertj-swing/src/main/java/org/assertj/swing/driver/HorizontalJScrollBarLocation.java index 66a2b9f0..7646d51c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/HorizontalJScrollBarLocation.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/HorizontalJScrollBarLocation.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JAppletDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JAppletDriver.java index 91f3fbdf..27fc7d49 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JAppletDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JAppletDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxContentQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxContentQuery.java index 25ddba2e..921c0bb0 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxContentQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxContentQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxDriver.java index 45d73b43..b4a82d0f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxDropDownListFinder.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxDropDownListFinder.java index 6b5bc59b..019139c8 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxDropDownListFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxDropDownListFinder.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxEditableQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxEditableQuery.java index 75b00c49..cf06cae0 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxEditableQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxEditableQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxItemCountQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxItemCountQuery.java index cfe8e8b4..ebbd9811 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxItemCountQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxItemCountQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxItemIndexPreconditions.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxItemIndexPreconditions.java index 5572e736..6e8464bd 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxItemIndexPreconditions.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxItemIndexPreconditions.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxMatchingItemQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxMatchingItemQuery.java index fcca82aa..9cd70658 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxMatchingItemQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxMatchingItemQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxSelectedIndexQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxSelectedIndexQuery.java index c94f042c..04fd1dde 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxSelectedIndexQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxSelectedIndexQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxSelectionValueQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxSelectionValueQuery.java index 8dbe4f07..ea9a5dc6 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxSelectionValueQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxSelectionValueQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxSetSelectedIndexTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxSetSelectedIndexTask.java index 77a98abb..c424c169 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxSetSelectedIndexTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JComboBoxSetSelectedIndexTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JComponentDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JComponentDriver.java index 7bdb6b13..8d6973e5 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JComponentDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JComponentDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JComponentToolTipQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JComponentToolTipQuery.java index 965db2ca..e9f9555a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JComponentToolTipQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JComponentToolTipQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserApproveButtonTextQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserApproveButtonTextQuery.java index 82dd6835..ffb90f8d 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserApproveButtonTextQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserApproveButtonTextQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserCancelButtonTextQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserCancelButtonTextQuery.java index 90f497e6..f78d6412 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserCancelButtonTextQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserCancelButtonTextQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserDriver.java index a6ab7936..8c715719 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserSelectFileTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserSelectFileTask.java index cf42748e..cdfb0c76 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserSelectFileTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JFileChooserSelectFileTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameAction.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameAction.java index 7e59ed74..5ecb4397 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameAction.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameAction.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameCloseTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameCloseTask.java index 320396f4..889d4d35 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameCloseTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameCloseTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameDriver.java index d6839289..d7b0eff0 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameIconQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameIconQuery.java index 03b1d2e5..228f46da 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameIconQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameIconQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameSetIconTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameSetIconTask.java index d7f8626d..c5fb68dd 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameSetIconTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameSetIconTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameSetMaximumTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameSetMaximumTask.java index 65736a7d..d5924b84 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameSetMaximumTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameSetMaximumTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameTitleQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameTitleQuery.java index f71c34c3..8d52d52d 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameTitleQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JInternalFrameTitleQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JLabelDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JLabelDriver.java index 0e4f2642..1374e96f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JLabelDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JLabelDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JLabelTextQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JLabelTextQuery.java index f550232a..8a276990 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JLabelTextQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JLabelTextQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JListCellBoundsQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JListCellBoundsQuery.java index 75eb506a..7ed843d3 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JListCellBoundsQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JListCellBoundsQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JListCellCenterQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JListCellCenterQuery.java index 465cf48e..f96f3232 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JListCellCenterQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JListCellCenterQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JListContentQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JListContentQuery.java index 146dd147..9fac5355 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JListContentQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JListContentQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JListDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JListDriver.java index e0664ad3..cda8d7b2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JListDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JListDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JListItemCountQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JListItemCountQuery.java index 248c16be..45514c96 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JListItemCountQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JListItemCountQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JListItemPreconditions.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JListItemPreconditions.java index 39420bc7..f5a5532e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JListItemPreconditions.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JListItemPreconditions.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JListItemValueQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JListItemValueQuery.java index daa393c6..2d8f6ff6 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JListItemValueQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JListItemValueQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JListMatchingItemQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JListMatchingItemQuery.java index 51a168c6..76ec8447 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JListMatchingItemQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JListMatchingItemQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JListScrollToItemTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JListScrollToItemTask.java index bb165dd3..81fc69c6 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JListScrollToItemTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JListScrollToItemTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectedIndexQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectedIndexQuery.java index 39e37371..832bd8f5 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectedIndexQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectedIndexQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectionIndicesQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectionIndicesQuery.java index ca8e2369..b701d4bf 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectionIndicesQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectionIndicesQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectionValueQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectionValueQuery.java index 16e67563..6ca0cec2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectionValueQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectionValueQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectionValuesQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectionValuesQuery.java index 8f7a56e9..4774f3d8 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectionValuesQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JListSelectionValuesQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuItemDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuItemDriver.java index d1330c61..3307d861 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuItemDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuItemDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuItemLocation.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuItemLocation.java index 6ed3399f..5588699f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuItemLocation.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuItemLocation.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuItemMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuItemMatcher.java index 35e2a999..23a769b1 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuItemMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuItemMatcher.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuPopupMenuQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuPopupMenuQuery.java index ed27cd7d..45915dd2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuPopupMenuQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JMenuPopupMenuQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneDriver.java index 0fa858ce..5343a4c1 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneMessageQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneMessageQuery.java index 858ef065..f5093a51 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneMessageQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneMessageQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneMessageTypeQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneMessageTypeQuery.java index 852ee3d4..fb4132e8 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneMessageTypeQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneMessageTypeQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneMessageTypes.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneMessageTypes.java index a8de1adb..aeae6b24 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneMessageTypes.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneMessageTypes.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneOptionsQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneOptionsQuery.java index c054f128..fe69fee4 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneOptionsQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneOptionsQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneTitleQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneTitleQuery.java index bbe15531..76fc5a0d 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneTitleQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JOptionPaneTitleQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JPopupMenuDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JPopupMenuDriver.java index 55824b25..7b74128a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JPopupMenuDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JPopupMenuDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JPopupMenuElementsAsTextQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JPopupMenuElementsAsTextQuery.java index b1b8bb8f..54169de7 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JPopupMenuElementsAsTextQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JPopupMenuElementsAsTextQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarDriver.java index ca1cbdfc..d2e599aa 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarIndeterminateQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarIndeterminateQuery.java index c7c3ffca..8306359e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarIndeterminateQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarIndeterminateQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarMaximumQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarMaximumQuery.java index 32a3c068..04c3b39c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarMaximumQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarMaximumQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarMinimumAndMaximumQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarMinimumAndMaximumQuery.java index 07ee42f2..5cc352b0 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarMinimumAndMaximumQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarMinimumAndMaximumQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarStringQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarStringQuery.java index 2682398d..c960f68e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarStringQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarStringQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarValueQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarValueQuery.java index 75b24548..7f1288fe 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarValueQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarValueQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarWaitUntilIsDeterminate.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarWaitUntilIsDeterminate.java index 5e1f3796..dc326f3c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarWaitUntilIsDeterminate.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarWaitUntilIsDeterminate.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarWaitUntilValueIsEqualToExpectedTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarWaitUntilValueIsEqualToExpectedTask.java index 20f033d6..252d8368 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarWaitUntilValueIsEqualToExpectedTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JProgressBarWaitUntilValueIsEqualToExpectedTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarDriver.java index 1ff0e0bf..c63542d8 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarLocation.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarLocation.java index 97dcea79..9f605a12 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarLocation.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarLocation.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarLocationStrategy.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarLocationStrategy.java index 9e0b4837..02fed731 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarLocationStrategy.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarLocationStrategy.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarSetValueTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarSetValueTask.java index fa845b7a..fb1b104d 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarSetValueTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarSetValueTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarValueQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarValueQuery.java index d41c3ab8..977bd2bc 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarValueQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollBarValueQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollPaneDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollPaneDriver.java index 264f2720..c7e29d16 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollPaneDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JScrollPaneDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JSliderDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JSliderDriver.java index b6f3e561..bd641dba 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JSliderDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JSliderDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JSliderLocation.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JSliderLocation.java index e699f97d..4da417ea 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JSliderLocation.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JSliderLocation.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JSliderSetValueTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JSliderSetValueTask.java index 50c13227..89d4ead5 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JSliderSetValueTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JSliderSetValueTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JSpinnerDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JSpinnerDriver.java index bbc3dc93..c35d9d50 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JSpinnerDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JSpinnerDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JSpinnerSetValueTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JSpinnerSetValueTask.java index 05e953fe..dd3c71d8 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JSpinnerSetValueTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JSpinnerSetValueTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JSpinnerValueQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JSpinnerValueQuery.java index a731a977..5ad22813 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JSpinnerValueQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JSpinnerValueQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JSplitPaneDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JSplitPaneDriver.java index 4fd9148e..3e0538a1 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JSplitPaneDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JSplitPaneDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JSplitPaneLocationCalculator.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JSplitPaneLocationCalculator.java index 58172332..dceb21b2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JSplitPaneLocationCalculator.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JSplitPaneLocationCalculator.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JSplitPaneSetDividerLocationTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JSplitPaneSetDividerLocationTask.java index 23f9cb86..c5c74d71 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JSplitPaneSetDividerLocationTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JSplitPaneSetDividerLocationTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneDriver.java index 3a72b9e9..888006e3 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneLocation.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneLocation.java index bbfe064e..eede1a9e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneLocation.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneLocation.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneSelectTabQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneSelectTabQuery.java index b601b849..9d168c07 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneSelectTabQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneSelectTabQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneSelectTabTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneSelectTabTask.java index dcfab21e..e72a72fb 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneSelectTabTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneSelectTabTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneTabIndexQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneTabIndexQuery.java index 570aac39..8fe53496 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneTabIndexQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneTabIndexQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneTabTitlesQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneTabTitlesQuery.java index a140663b..46468c60 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneTabTitlesQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTabbedPaneTabTitlesQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCancelCellEditingTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCancelCellEditingTask.java index 22a1d131..14209bce 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCancelCellEditingTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCancelCellEditingTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellEditableQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellEditableQuery.java index 3531845d..4605d499 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellEditableQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellEditableQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellEditorQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellEditorQuery.java index 00fb336a..eb288301 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellEditorQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellEditorQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellPreconditions.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellPreconditions.java index 08d1888d..93cbdfa0 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellPreconditions.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellPreconditions.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellValueQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellValueQuery.java index 843c092a..9ad8a572 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellValueQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCellValueQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCheckBoxEditorCellWriter.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCheckBoxEditorCellWriter.java index 4b51abcd..97bfc334 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCheckBoxEditorCellWriter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableCheckBoxEditorCellWriter.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableColumnCountQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableColumnCountQuery.java index 26aa3474..9dee41bf 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableColumnCountQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableColumnCountQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableComboBoxEditorCellWriter.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableComboBoxEditorCellWriter.java index 0c63e098..3f071202 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableComboBoxEditorCellWriter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableComboBoxEditorCellWriter.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableContentsQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableContentsQuery.java index 776965a6..978cb08a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableContentsQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableContentsQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableDriver.java index 6d154df9..2e7949c6 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHasSelectionQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHasSelectionQuery.java index 16789225..391ab253 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHasSelectionQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHasSelectionQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHeaderDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHeaderDriver.java index 584a6c7d..baf76757 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHeaderDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHeaderDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHeaderLocation.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHeaderLocation.java index 9c0433d8..3999bea4 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHeaderLocation.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHeaderLocation.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHeaderQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHeaderQuery.java index 646f055a..c5a2134a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHeaderQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableHeaderQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableLocation.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableLocation.java index 6d01dd3d..ca8a4db9 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableLocation.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableLocation.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableMatchingCellQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableMatchingCellQuery.java index 2d04d0ae..5442d529 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableMatchingCellQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableMatchingCellQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableRowCountQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableRowCountQuery.java index 8e26c63d..7b23a901 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableRowCountQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableRowCountQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableSingleRowCellSelectedQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableSingleRowCellSelectedQuery.java index b9ce215a..14a84d3b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableSingleRowCellSelectedQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableSingleRowCellSelectedQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableStopCellEditingTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableStopCellEditingTask.java index 3e02b8a9..9a80e019 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableStopCellEditingTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableStopCellEditingTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableTextComponentEditorCellWriter.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableTextComponentEditorCellWriter.java index e78618db..22910ee0 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTableTextComponentEditorCellWriter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTableTextComponentEditorCellWriter.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentDriver.java index a1f8257d..e009769b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentEditableQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentEditableQuery.java index 1567923a..6a839f2c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentEditableQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentEditableQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentSelectAllTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentSelectAllTask.java index f3ed0e97..78ca6ac6 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentSelectAllTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentSelectAllTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentSelectTextTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentSelectTextTask.java index 1060c0c1..5c80ee85 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentSelectTextTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentSelectTextTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentSetTextTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentSetTextTask.java index 2ab8f4aa..fe2bc75a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentSetTextTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentSetTextTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentTextQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentTextQuery.java index 952e95ff..29440148 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentTextQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTextComponentTextQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JToolBarDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JToolBarDriver.java index 51c64f54..411683b9 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JToolBarDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JToolBarDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JToolBarIsFloatingQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JToolBarIsFloatingQuery.java index c8e8d1f4..b9eadcf3 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JToolBarIsFloatingQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JToolBarIsFloatingQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JToolBarLocation.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JToolBarLocation.java index 8ca3edd0..599dc261 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JToolBarLocation.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JToolBarLocation.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeAddRootIfInvisibleTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeAddRootIfInvisibleTask.java index c5dd5588..f18a7294 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeAddRootIfInvisibleTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeAddRootIfInvisibleTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeChildOfPathCountQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeChildOfPathCountQuery.java index 290d02f6..b618adc6 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeChildOfPathCountQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeChildOfPathCountQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeChildrenShowUpCondition.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeChildrenShowUpCondition.java index 68f2622f..be74e737 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeChildrenShowUpCondition.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeChildrenShowUpCondition.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeClearSelectionTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeClearSelectionTask.java index 82738bec..a657bede 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeClearSelectionTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeClearSelectionTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeDriver.java index 0d663659..ef85a648 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeEditableQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeEditableQuery.java index 3034e5b9..90ef92c9 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeEditableQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeEditableQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeExpandPathTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeExpandPathTask.java index cc94a619..782ca8c8 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeExpandPathTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeExpandPathTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeLocation.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeLocation.java index 4fe8d47b..4a09e34f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeLocation.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeLocation.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeMatchingPathQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeMatchingPathQuery.java index 6bcc8b22..2d752252 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeMatchingPathQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeMatchingPathQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeNodeTextQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeNodeTextQuery.java index 4c18a16c..4189d650 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeNodeTextQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeNodeTextQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreePathFinder.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreePathFinder.java index 61b4313f..e6ec7745 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreePathFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreePathFinder.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeToggleExpandStateTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeToggleExpandStateTask.java index f87ef2df..e9863e58 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeToggleExpandStateTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeToggleExpandStateTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeVerifySelectionTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeVerifySelectionTask.java index 3a7f4b28..1ccd84da 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeVerifySelectionTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/JTreeVerifySelectionTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/KeyStrokes.java b/assertj-swing/src/main/java/org/assertj/swing/driver/KeyStrokes.java index 115e2f4f..82d39311 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/KeyStrokes.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/KeyStrokes.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/MenuElementComponentQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/MenuElementComponentQuery.java index 199b1922..082a697a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/MenuElementComponentQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/MenuElementComponentQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/ModelValueToString.java b/assertj-swing/src/main/java/org/assertj/swing/driver/ModelValueToString.java index 971b444c..10045874 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/ModelValueToString.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/ModelValueToString.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/MultipleSelectionTemplate.java b/assertj-swing/src/main/java/org/assertj/swing/driver/MultipleSelectionTemplate.java index 003354ea..c568fd7b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/MultipleSelectionTemplate.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/MultipleSelectionTemplate.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/PointAndParentForScrollingJTextFieldQuery.java b/assertj-swing/src/main/java/org/assertj/swing/driver/PointAndParentForScrollingJTextFieldQuery.java index 42e63a51..b553b2b1 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/PointAndParentForScrollingJTextFieldQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/PointAndParentForScrollingJTextFieldQuery.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/TextAssert.java b/assertj-swing/src/main/java/org/assertj/swing/driver/TextAssert.java index 79e9b656..2bf47357 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/TextAssert.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/TextAssert.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/TextDisplayDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/TextDisplayDriver.java index 5e952af9..9c81e6de 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/TextDisplayDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/TextDisplayDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/VerticalJScrollBarLocation.java b/assertj-swing/src/main/java/org/assertj/swing/driver/VerticalJScrollBarLocation.java index 642a4f80..9f2728ff 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/VerticalJScrollBarLocation.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/VerticalJScrollBarLocation.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/WaitForComponentToShowCondition.java b/assertj-swing/src/main/java/org/assertj/swing/driver/WaitForComponentToShowCondition.java index e2626e5a..0e2a58ef 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/WaitForComponentToShowCondition.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/WaitForComponentToShowCondition.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/WindowDriver.java b/assertj-swing/src/main/java/org/assertj/swing/driver/WindowDriver.java index 18a7eb2b..91fe858a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/WindowDriver.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/WindowDriver.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/WindowLikeContainers.java b/assertj-swing/src/main/java/org/assertj/swing/driver/WindowLikeContainers.java index 2a734836..57ae9aef 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/WindowLikeContainers.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/WindowLikeContainers.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/WindowMoveToFrontTask.java b/assertj-swing/src/main/java/org/assertj/swing/driver/WindowMoveToFrontTask.java index 714d4d55..7f0a202b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/WindowMoveToFrontTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/WindowMoveToFrontTask.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.driver; diff --git a/assertj-swing/src/main/java/org/assertj/swing/driver/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/driver/package-info.java index 4fa95a2c..b5f91fdd 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/driver/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/driver/package-info.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. */ /** *

diff --git a/assertj-swing/src/main/java/org/assertj/swing/edt/CheckThreadViolationRepaintManager.java b/assertj-swing/src/main/java/org/assertj/swing/edt/CheckThreadViolationRepaintManager.java index 5c3078b5..d7f4297e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/edt/CheckThreadViolationRepaintManager.java +++ b/assertj-swing/src/main/java/org/assertj/swing/edt/CheckThreadViolationRepaintManager.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.edt; diff --git a/assertj-swing/src/main/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager.java b/assertj-swing/src/main/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager.java index 3b0bdae8..3e4243c7 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager.java +++ b/assertj-swing/src/main/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager.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.edt; diff --git a/assertj-swing/src/main/java/org/assertj/swing/edt/GuiAction.java b/assertj-swing/src/main/java/org/assertj/swing/edt/GuiAction.java index ebd704e8..119f0e7b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/edt/GuiAction.java +++ b/assertj-swing/src/main/java/org/assertj/swing/edt/GuiAction.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.edt; diff --git a/assertj-swing/src/main/java/org/assertj/swing/edt/GuiActionRunnable.java b/assertj-swing/src/main/java/org/assertj/swing/edt/GuiActionRunnable.java index ef0ba3c3..791592e8 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/edt/GuiActionRunnable.java +++ b/assertj-swing/src/main/java/org/assertj/swing/edt/GuiActionRunnable.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.edt; diff --git a/assertj-swing/src/main/java/org/assertj/swing/edt/GuiActionRunner.java b/assertj-swing/src/main/java/org/assertj/swing/edt/GuiActionRunner.java index af3f9f59..2df4e88e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/edt/GuiActionRunner.java +++ b/assertj-swing/src/main/java/org/assertj/swing/edt/GuiActionRunner.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.edt; diff --git a/assertj-swing/src/main/java/org/assertj/swing/edt/GuiLazyLoadingDescription.java b/assertj-swing/src/main/java/org/assertj/swing/edt/GuiLazyLoadingDescription.java index d93bafe9..ad440249 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/edt/GuiLazyLoadingDescription.java +++ b/assertj-swing/src/main/java/org/assertj/swing/edt/GuiLazyLoadingDescription.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.edt; diff --git a/assertj-swing/src/main/java/org/assertj/swing/edt/GuiQuery.java b/assertj-swing/src/main/java/org/assertj/swing/edt/GuiQuery.java index a196f004..5ce28dab 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/edt/GuiQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/edt/GuiQuery.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.edt; diff --git a/assertj-swing/src/main/java/org/assertj/swing/edt/GuiTask.java b/assertj-swing/src/main/java/org/assertj/swing/edt/GuiTask.java index bccd29ff..fd7cd363 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/edt/GuiTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/edt/GuiTask.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.edt; diff --git a/assertj-swing/src/main/java/org/assertj/swing/edt/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/edt/package-info.java index 361b0498..2986f06c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/edt/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/edt/package-info.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. */ /** * Ensure that {@code Component} access is done in the event dispatch thread (EDT). diff --git a/assertj-swing/src/main/java/org/assertj/swing/exception/ActionFailedException.java b/assertj-swing/src/main/java/org/assertj/swing/exception/ActionFailedException.java index a1cc2844..b2790e45 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/exception/ActionFailedException.java +++ b/assertj-swing/src/main/java/org/assertj/swing/exception/ActionFailedException.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.exception; diff --git a/assertj-swing/src/main/java/org/assertj/swing/exception/ComponentLookupException.java b/assertj-swing/src/main/java/org/assertj/swing/exception/ComponentLookupException.java index 2eaf3102..1683366d 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/exception/ComponentLookupException.java +++ b/assertj-swing/src/main/java/org/assertj/swing/exception/ComponentLookupException.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.exception; diff --git a/assertj-swing/src/main/java/org/assertj/swing/exception/EdtViolationException.java b/assertj-swing/src/main/java/org/assertj/swing/exception/EdtViolationException.java index 87b8e179..6c26c8c6 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/exception/EdtViolationException.java +++ b/assertj-swing/src/main/java/org/assertj/swing/exception/EdtViolationException.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.exception; diff --git a/assertj-swing/src/main/java/org/assertj/swing/exception/LocationUnavailableException.java b/assertj-swing/src/main/java/org/assertj/swing/exception/LocationUnavailableException.java index 08b27482..0c343e49 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/exception/LocationUnavailableException.java +++ b/assertj-swing/src/main/java/org/assertj/swing/exception/LocationUnavailableException.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.exception; diff --git a/assertj-swing/src/main/java/org/assertj/swing/exception/ParsingException.java b/assertj-swing/src/main/java/org/assertj/swing/exception/ParsingException.java index 4f80a793..2a9edb3a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/exception/ParsingException.java +++ b/assertj-swing/src/main/java/org/assertj/swing/exception/ParsingException.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.exception; diff --git a/assertj-swing/src/main/java/org/assertj/swing/exception/ScreenLockException.java b/assertj-swing/src/main/java/org/assertj/swing/exception/ScreenLockException.java index fce69ae8..48693a74 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/exception/ScreenLockException.java +++ b/assertj-swing/src/main/java/org/assertj/swing/exception/ScreenLockException.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.exception; diff --git a/assertj-swing/src/main/java/org/assertj/swing/exception/UnexpectedException.java b/assertj-swing/src/main/java/org/assertj/swing/exception/UnexpectedException.java index 5a3f467c..b1dac0dc 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/exception/UnexpectedException.java +++ b/assertj-swing/src/main/java/org/assertj/swing/exception/UnexpectedException.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.exception; diff --git a/assertj-swing/src/main/java/org/assertj/swing/exception/WaitTimedOutError.java b/assertj-swing/src/main/java/org/assertj/swing/exception/WaitTimedOutError.java index 1b49cfed..2acc712b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/exception/WaitTimedOutError.java +++ b/assertj-swing/src/main/java/org/assertj/swing/exception/WaitTimedOutError.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.exception; diff --git a/assertj-swing/src/main/java/org/assertj/swing/exception/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/exception/package-info.java index f7bc1a88..ad845399 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/exception/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/exception/package-info.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. */ /** * Exceptions. diff --git a/assertj-swing/src/main/java/org/assertj/swing/finder/ComponentFinderTemplate.java b/assertj-swing/src/main/java/org/assertj/swing/finder/ComponentFinderTemplate.java index abd1f593..9ff19811 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/finder/ComponentFinderTemplate.java +++ b/assertj-swing/src/main/java/org/assertj/swing/finder/ComponentFinderTemplate.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.finder; diff --git a/assertj-swing/src/main/java/org/assertj/swing/finder/DialogFinder.java b/assertj-swing/src/main/java/org/assertj/swing/finder/DialogFinder.java index 14bcdd75..eb8d0610 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/finder/DialogFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/finder/DialogFinder.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.finder; diff --git a/assertj-swing/src/main/java/org/assertj/swing/finder/FrameFinder.java b/assertj-swing/src/main/java/org/assertj/swing/finder/FrameFinder.java index 9762f3b8..039ff957 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/finder/FrameFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/finder/FrameFinder.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.finder; diff --git a/assertj-swing/src/main/java/org/assertj/swing/finder/JFileChooserFinder.java b/assertj-swing/src/main/java/org/assertj/swing/finder/JFileChooserFinder.java index 05d7a286..bdd6df01 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/finder/JFileChooserFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/finder/JFileChooserFinder.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.finder; diff --git a/assertj-swing/src/main/java/org/assertj/swing/finder/JOptionPaneFinder.java b/assertj-swing/src/main/java/org/assertj/swing/finder/JOptionPaneFinder.java index 89b424da..2bea9785 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/finder/JOptionPaneFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/finder/JOptionPaneFinder.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.finder; diff --git a/assertj-swing/src/main/java/org/assertj/swing/finder/WindowFinder.java b/assertj-swing/src/main/java/org/assertj/swing/finder/WindowFinder.java index e9468c14..97e960c5 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/finder/WindowFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/finder/WindowFinder.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.finder; diff --git a/assertj-swing/src/main/java/org/assertj/swing/finder/WindowFinderTemplate.java b/assertj-swing/src/main/java/org/assertj/swing/finder/WindowFinderTemplate.java index d698567f..257f77e2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/finder/WindowFinderTemplate.java +++ b/assertj-swing/src/main/java/org/assertj/swing/finder/WindowFinderTemplate.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.finder; diff --git a/assertj-swing/src/main/java/org/assertj/swing/finder/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/finder/package-info.java index 1aefa782..f394476c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/finder/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/finder/package-info.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. */ /** *

diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractButtonFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractButtonFixture.java index 40f09068..86d3e028 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractButtonFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractButtonFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractComponentFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractComponentFixture.java index f0f58468..99efa653 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractComponentFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractComponentFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractContainerFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractContainerFixture.java index e7f92951..2fb1b029 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractContainerFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractContainerFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractJComponentFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractJComponentFixture.java index f86b7f44..ce563379 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractJComponentFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractJComponentFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractJPopupMenuInvokerFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractJPopupMenuInvokerFixture.java index 8b94ea22..6601cfd8 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractJPopupMenuInvokerFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractJPopupMenuInvokerFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractSwingContainerFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractSwingContainerFixture.java index d7318e4b..716bea3e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractSwingContainerFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractSwingContainerFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractTwoStateButtonFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractTwoStateButtonFixture.java index 2cf1181a..6db18c4e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractTwoStateButtonFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractTwoStateButtonFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractWindowFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractWindowFixture.java index ed493ae5..3e13dae3 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractWindowFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/AbstractWindowFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/ColorFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/ColorFixture.java index d88539e5..9df07d6d 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/ColorFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/ColorFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/ComponentContainerFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/ComponentContainerFixture.java index 6f49bc6f..7099ba86 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/ComponentContainerFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/ComponentContainerFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/ComponentFixtureExtension.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/ComponentFixtureExtension.java index 77967636..d964a5ff 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/ComponentFixtureExtension.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/ComponentFixtureExtension.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/Containers.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/Containers.java index 868822c0..4fb3e55a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/Containers.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/Containers.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/DialogFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/DialogFixture.java index 212994c0..dd1561ab 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/DialogFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/DialogFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/EditableComponentFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/EditableComponentFixture.java index ed7b1383..096ce8ef 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/EditableComponentFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/EditableComponentFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/FontFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/FontFixture.java index 2209bb07..57400e32 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/FontFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/FontFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/FrameFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/FrameFixture.java index aace5458..55a8b99e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/FrameFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/FrameFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/FrameLikeFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/FrameLikeFixture.java index 5ad0df83..6d31dc92 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/FrameLikeFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/FrameLikeFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/ItemFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/ItemFixture.java index 215b0c7c..2554e0e8 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/ItemFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/ItemFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/ItemGroupFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/ItemGroupFixture.java index d7432587..2d217bb9 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/ItemGroupFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/ItemGroupFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JButtonFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JButtonFixture.java index 2438f487..23c91883 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JButtonFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JButtonFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JCheckBoxFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JCheckBoxFixture.java index 30b1f67f..e179f447 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JCheckBoxFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JCheckBoxFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JComboBoxFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JComboBoxFixture.java index 92366308..cd4db3d4 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JComboBoxFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JComboBoxFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JComponentFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JComponentFixture.java index 4b692560..a95eeeef 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JComponentFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JComponentFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JFileChooserFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JFileChooserFixture.java index dee5743e..a50d9596 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JFileChooserFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JFileChooserFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JInternalFrameFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JInternalFrameFixture.java index 0e8a7643..c08f4d3c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JInternalFrameFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JInternalFrameFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JLabelFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JLabelFixture.java index 19c117f3..da62e3c2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JLabelFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JLabelFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JListFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JListFixture.java index d5a99f99..3438c01f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JListFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JListFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JListItemFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JListItemFixture.java index 6559c75e..ce3de604 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JListItemFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JListItemFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JMenuItemFinder.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JMenuItemFinder.java index 65aa7db1..1d2807f1 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JMenuItemFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JMenuItemFinder.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JMenuItemFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JMenuItemFixture.java index 20e3f91e..a9a065d7 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JMenuItemFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JMenuItemFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JOptionPaneFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JOptionPaneFixture.java index cb1a85cc..ac0b90dc 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JOptionPaneFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JOptionPaneFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JPanelFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JPanelFixture.java index a034a5a1..19aebf35 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JPanelFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JPanelFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JPopupMenuFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JPopupMenuFixture.java index 4b94b35b..31e60d04 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JPopupMenuFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JPopupMenuFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JPopupMenuInvokerFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JPopupMenuInvokerFixture.java index d92f10c7..ccf7f77b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JPopupMenuInvokerFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JPopupMenuInvokerFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JProgressBarFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JProgressBarFixture.java index 49c6be42..a0717945 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JProgressBarFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JProgressBarFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JRadioButtonFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JRadioButtonFixture.java index f8870b5b..0f2df0fa 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JRadioButtonFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JRadioButtonFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JScrollBarFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JScrollBarFixture.java index 5d777829..c4293352 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JScrollBarFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JScrollBarFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JScrollPaneFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JScrollPaneFixture.java index cb6c4f51..8ea384ed 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JScrollPaneFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JScrollPaneFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JSliderFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JSliderFixture.java index 289e6afb..e121485d 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JSliderFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JSliderFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JSpinnerFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JSpinnerFixture.java index b19989e5..63ea5340 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JSpinnerFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JSpinnerFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JSplitPaneFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JSplitPaneFixture.java index ac1271e3..aa21eb55 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JSplitPaneFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JSplitPaneFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTabbedPaneFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTabbedPaneFixture.java index a4ebe511..b7ca9171 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTabbedPaneFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTabbedPaneFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTableCellFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTableCellFixture.java index 8661bfda..7422dc01 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTableCellFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTableCellFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTableFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTableFixture.java index 2ced38b1..47da432e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTableFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTableFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTableHeaderFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTableHeaderFixture.java index f31adeee..692131c7 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTableHeaderFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTableHeaderFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTextComponentFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTextComponentFixture.java index 57d4f7da..1f55805a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTextComponentFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTextComponentFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JToggleButtonFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JToggleButtonFixture.java index c38406a1..6fb37a6a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JToggleButtonFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JToggleButtonFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JToolBarFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JToolBarFixture.java index 18477cf7..5cac728e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JToolBarFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JToolBarFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreeFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreeFixture.java index fb0834f6..2b5e809a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreeFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreeFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreeNodeFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreeNodeFixture.java index 5a704bf5..7d600537 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreeNodeFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreeNodeFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreePathFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreePathFixture.java index e6c8efdc..ec97533c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreePathFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreePathFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreeRowFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreeRowFixture.java index 2e19ab20..c9e8461e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreeRowFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/JTreeRowFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/MouseInputSimulationFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/MouseInputSimulationFixture.java index c8df92d9..d5485c51 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/MouseInputSimulationFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/MouseInputSimulationFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/TextDisplayFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/TextDisplayFixture.java index d2b950e1..9e6c49d2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/TextDisplayFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/TextDisplayFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/TextInputFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/TextInputFixture.java index d588a7a0..8f06c558 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/TextInputFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/TextInputFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/WindowLikeContainerFixture.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/WindowLikeContainerFixture.java index 1e3108bb..194c86b6 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/WindowLikeContainerFixture.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/WindowLikeContainerFixture.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.fixture; diff --git a/assertj-swing/src/main/java/org/assertj/swing/fixture/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/fixture/package-info.java index 9bae5700..f40704df 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/fixture/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/fixture/package-info.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. */ /** *

diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/ComponentFormatter.java b/assertj-swing/src/main/java/org/assertj/swing/format/ComponentFormatter.java index fb58dbbd..7f51acc2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/ComponentFormatter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/ComponentFormatter.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.format; diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/ComponentFormatterTemplate.java b/assertj-swing/src/main/java/org/assertj/swing/format/ComponentFormatterTemplate.java index 318cc887..9e1802c7 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/ComponentFormatterTemplate.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/ComponentFormatterTemplate.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.format; diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/Formatting.java b/assertj-swing/src/main/java/org/assertj/swing/format/Formatting.java index f0b4634a..41c5aaae 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/Formatting.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/Formatting.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.format; diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/IntEnum.java b/assertj-swing/src/main/java/org/assertj/swing/format/IntEnum.java index f3cc6cf9..5c8480cc 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/IntEnum.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/IntEnum.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.format; diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/IntrospectionComponentFormatter.java b/assertj-swing/src/main/java/org/assertj/swing/format/IntrospectionComponentFormatter.java index 62a777aa..3b0ec5bd 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/IntrospectionComponentFormatter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/IntrospectionComponentFormatter.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.format; diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/JComboBoxFormatter.java b/assertj-swing/src/main/java/org/assertj/swing/format/JComboBoxFormatter.java index 031ac8cf..521da388 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/JComboBoxFormatter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/JComboBoxFormatter.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.format; diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/JFileChooserFormatter.java b/assertj-swing/src/main/java/org/assertj/swing/format/JFileChooserFormatter.java index d5deb6ba..fc78ecfa 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/JFileChooserFormatter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/JFileChooserFormatter.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.format; diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/JListFormatter.java b/assertj-swing/src/main/java/org/assertj/swing/format/JListFormatter.java index 042e2c6c..6927e861 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/JListFormatter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/JListFormatter.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.format; diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/JOptionPaneFormatter.java b/assertj-swing/src/main/java/org/assertj/swing/format/JOptionPaneFormatter.java index bbdb1bdb..210c3799 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/JOptionPaneFormatter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/JOptionPaneFormatter.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.format; diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/JTabbedPaneFormatter.java b/assertj-swing/src/main/java/org/assertj/swing/format/JTabbedPaneFormatter.java index 12e02292..79c9f498 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/JTabbedPaneFormatter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/JTabbedPaneFormatter.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.format; diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/JTableFormatter.java b/assertj-swing/src/main/java/org/assertj/swing/format/JTableFormatter.java index b86cc601..cbbee22b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/JTableFormatter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/JTableFormatter.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.format; diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/JTreeFormatter.java b/assertj-swing/src/main/java/org/assertj/swing/format/JTreeFormatter.java index 65a83ad8..92c86a14 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/JTreeFormatter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/JTreeFormatter.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.format; diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/SwingIntEnums.java b/assertj-swing/src/main/java/org/assertj/swing/format/SwingIntEnums.java index 2ec9e376..e071a860 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/SwingIntEnums.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/SwingIntEnums.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.format; diff --git a/assertj-swing/src/main/java/org/assertj/swing/format/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/format/package-info.java index fd74591d..121ae4ed 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/format/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/format/package-info.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. */ /** *

diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ChildrenFinder.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ChildrenFinder.java index 7684c960..07cf5a6c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ChildrenFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ChildrenFinder.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ChildrenFinderStrategy.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ChildrenFinderStrategy.java index 6d16eb27..717ac49a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ChildrenFinderStrategy.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ChildrenFinderStrategy.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ComponentHierarchy.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ComponentHierarchy.java index f95578a1..fb66e1bf 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ComponentHierarchy.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ComponentHierarchy.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ExistingHierarchy.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ExistingHierarchy.java index df93e9b6..df50fd9a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ExistingHierarchy.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ExistingHierarchy.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/IgnoreWindowTask.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/IgnoreWindowTask.java index 30a23738..c0cc7c29 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/IgnoreWindowTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/IgnoreWindowTask.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/JDesktopPaneChildrenFinder.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/JDesktopPaneChildrenFinder.java index a06b6897..04c1229b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/JDesktopPaneChildrenFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/JDesktopPaneChildrenFinder.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/JInternalFrameDesktopPaneQuery.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/JInternalFrameDesktopPaneQuery.java index ec1671a4..ed1bd47f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/JInternalFrameDesktopPaneQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/JInternalFrameDesktopPaneQuery.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/JMenuChildrenFinder.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/JMenuChildrenFinder.java index 36c6df15..24ca8f52 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/JMenuChildrenFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/JMenuChildrenFinder.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/NewHierarchy.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/NewHierarchy.java index 390d50f8..40dfea52 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/NewHierarchy.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/NewHierarchy.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ParentFinder.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ParentFinder.java index 1a08baec..1585dc9e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ParentFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/ParentFinder.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/SingleComponentHierarchy.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/SingleComponentHierarchy.java index 85361e47..8b5f42af 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/SingleComponentHierarchy.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/SingleComponentHierarchy.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/TransientWindowListener.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/TransientWindowListener.java index cf6592a4..a78c28b2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/TransientWindowListener.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/TransientWindowListener.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/WindowChildrenFinder.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/WindowChildrenFinder.java index 9c70d4ee..3ad359a3 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/WindowChildrenFinder.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/WindowChildrenFinder.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/WindowFilter.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/WindowFilter.java index ff348ec9..1d65f43a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/WindowFilter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/WindowFilter.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.hierarchy; diff --git a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/package-info.java index 18fbd6af..e3f820fd 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/hierarchy/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/hierarchy/package-info.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. */ /** *

diff --git a/assertj-swing/src/main/java/org/assertj/swing/image/ImageException.java b/assertj-swing/src/main/java/org/assertj/swing/image/ImageException.java index e0741355..3aa0d3aa 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/image/ImageException.java +++ b/assertj-swing/src/main/java/org/assertj/swing/image/ImageException.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.image; diff --git a/assertj-swing/src/main/java/org/assertj/swing/image/ImageFileExtensions.java b/assertj-swing/src/main/java/org/assertj/swing/image/ImageFileExtensions.java index 24c267ea..44f23683 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/image/ImageFileExtensions.java +++ b/assertj-swing/src/main/java/org/assertj/swing/image/ImageFileExtensions.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.image; diff --git a/assertj-swing/src/main/java/org/assertj/swing/image/ImageFileWriter.java b/assertj-swing/src/main/java/org/assertj/swing/image/ImageFileWriter.java index 7a7c4420..e1f68242 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/image/ImageFileWriter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/image/ImageFileWriter.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.image; diff --git a/assertj-swing/src/main/java/org/assertj/swing/image/NoopScreenshotTaker.java b/assertj-swing/src/main/java/org/assertj/swing/image/NoopScreenshotTaker.java index d99bc643..6575c893 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/image/NoopScreenshotTaker.java +++ b/assertj-swing/src/main/java/org/assertj/swing/image/NoopScreenshotTaker.java @@ -1,14 +1,14 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - * - * Copyright 2012-2015 the original author or authors. + * + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.image; diff --git a/assertj-swing/src/main/java/org/assertj/swing/image/ScreenshotTaker.java b/assertj-swing/src/main/java/org/assertj/swing/image/ScreenshotTaker.java index 16e43ba6..4375faf0 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/image/ScreenshotTaker.java +++ b/assertj-swing/src/main/java/org/assertj/swing/image/ScreenshotTaker.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.image; diff --git a/assertj-swing/src/main/java/org/assertj/swing/image/ScreenshotTakerIF.java b/assertj-swing/src/main/java/org/assertj/swing/image/ScreenshotTakerIF.java index dd490bf1..06f124bd 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/image/ScreenshotTakerIF.java +++ b/assertj-swing/src/main/java/org/assertj/swing/image/ScreenshotTakerIF.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.image; diff --git a/assertj-swing/src/main/java/org/assertj/swing/image/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/image/package-info.java index b9243b12..6885089f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/image/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/image/package-info.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. */ /** * Utility methods related to images. diff --git a/assertj-swing/src/main/java/org/assertj/swing/input/DisposalMonitor.java b/assertj-swing/src/main/java/org/assertj/swing/input/DisposalMonitor.java index 1c30b9c4..1896ae44 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/input/DisposalMonitor.java +++ b/assertj-swing/src/main/java/org/assertj/swing/input/DisposalMonitor.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.input; diff --git a/assertj-swing/src/main/java/org/assertj/swing/input/DisposedWindowMonitor.java b/assertj-swing/src/main/java/org/assertj/swing/input/DisposedWindowMonitor.java index 38d28e75..fcf247f0 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/input/DisposedWindowMonitor.java +++ b/assertj-swing/src/main/java/org/assertj/swing/input/DisposedWindowMonitor.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.input; diff --git a/assertj-swing/src/main/java/org/assertj/swing/input/DragAwareEventNormalizer.java b/assertj-swing/src/main/java/org/assertj/swing/input/DragAwareEventNormalizer.java index 1d4d3403..5b40af1e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/input/DragAwareEventNormalizer.java +++ b/assertj-swing/src/main/java/org/assertj/swing/input/DragAwareEventNormalizer.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.input; diff --git a/assertj-swing/src/main/java/org/assertj/swing/input/DragAwareEventQueue.java b/assertj-swing/src/main/java/org/assertj/swing/input/DragAwareEventQueue.java index e21c87d8..6186439a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/input/DragAwareEventQueue.java +++ b/assertj-swing/src/main/java/org/assertj/swing/input/DragAwareEventQueue.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.input; diff --git a/assertj-swing/src/main/java/org/assertj/swing/input/DragDropInfo.java b/assertj-swing/src/main/java/org/assertj/swing/input/DragDropInfo.java index efe9b22b..bf36bbea 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/input/DragDropInfo.java +++ b/assertj-swing/src/main/java/org/assertj/swing/input/DragDropInfo.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.input; diff --git a/assertj-swing/src/main/java/org/assertj/swing/input/EventNormalizer.java b/assertj-swing/src/main/java/org/assertj/swing/input/EventNormalizer.java index 8b01895f..a678d3e2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/input/EventNormalizer.java +++ b/assertj-swing/src/main/java/org/assertj/swing/input/EventNormalizer.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.input; diff --git a/assertj-swing/src/main/java/org/assertj/swing/input/InputState.java b/assertj-swing/src/main/java/org/assertj/swing/input/InputState.java index fcc3d30b..432fbc8f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/input/InputState.java +++ b/assertj-swing/src/main/java/org/assertj/swing/input/InputState.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.input; diff --git a/assertj-swing/src/main/java/org/assertj/swing/input/MouseInfo.java b/assertj-swing/src/main/java/org/assertj/swing/input/MouseInfo.java index 0adbbb93..aa0a333b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/input/MouseInfo.java +++ b/assertj-swing/src/main/java/org/assertj/swing/input/MouseInfo.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.input; diff --git a/assertj-swing/src/main/java/org/assertj/swing/input/NativeDndIdentifier.java b/assertj-swing/src/main/java/org/assertj/swing/input/NativeDndIdentifier.java index 190ea0ae..7940c137 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/input/NativeDndIdentifier.java +++ b/assertj-swing/src/main/java/org/assertj/swing/input/NativeDndIdentifier.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.input; diff --git a/assertj-swing/src/main/java/org/assertj/swing/input/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/input/package-info.java index ce268939..4a1eaa03 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/input/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/input/package-info.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. */ /** *

diff --git a/assertj-swing/src/main/java/org/assertj/swing/internal/annotation/IORuntimeException.java b/assertj-swing/src/main/java/org/assertj/swing/internal/annotation/IORuntimeException.java index 341abd12..c24b843b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/internal/annotation/IORuntimeException.java +++ b/assertj-swing/src/main/java/org/assertj/swing/internal/annotation/IORuntimeException.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.internal.annotation; diff --git a/assertj-swing/src/main/java/org/assertj/swing/internal/annotation/InternalApi.java b/assertj-swing/src/main/java/org/assertj/swing/internal/annotation/InternalApi.java index 609dff62..45f4844a 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/internal/annotation/InternalApi.java +++ b/assertj-swing/src/main/java/org/assertj/swing/internal/annotation/InternalApi.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.internal.annotation; diff --git a/assertj-swing/src/main/java/org/assertj/swing/internal/assertions/ColorComparisonResult.java b/assertj-swing/src/main/java/org/assertj/swing/internal/assertions/ColorComparisonResult.java index 73d7059f..8f0fbeda 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/internal/assertions/ColorComparisonResult.java +++ b/assertj-swing/src/main/java/org/assertj/swing/internal/assertions/ColorComparisonResult.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.internal.assertions; diff --git a/assertj-swing/src/main/java/org/assertj/swing/internal/assertions/Images.java b/assertj-swing/src/main/java/org/assertj/swing/internal/assertions/Images.java index 57268beb..5c562b80 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/internal/assertions/Images.java +++ b/assertj-swing/src/main/java/org/assertj/swing/internal/assertions/Images.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.internal.assertions; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/DefaultKeyStrokeMappingProvider.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/DefaultKeyStrokeMappingProvider.java index 7b7452da..0390e547 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/DefaultKeyStrokeMappingProvider.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/DefaultKeyStrokeMappingProvider.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeLocale.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeLocale.java index bc30a6ca..9d27af2e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeLocale.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeLocale.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMap.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMap.java index 72f917e4..60ef6313 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMap.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMap.java @@ -1,14 +1,14 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - * - * Copyright 2012-2015 the original author or authors. + * + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMapCollection.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMapCollection.java index 502000ed..d9b05a09 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMapCollection.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMapCollection.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMapping.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMapping.java index 58ac177c..12821489 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMapping.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMapping.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider.java index 238f58dc..9346e82c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderFactory.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderFactory.java index e26a1816..a6f913f5 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderFactory.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderFactory.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderNames.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderNames.java index 4635236c..b735b565 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderNames.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderNames.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderPicker.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderPicker.java index d217738e..9242133f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderPicker.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderPicker.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_de.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_de.java index f26347c2..ae83c3ca 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_de.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_de.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_en.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_en.java index f90b0df0..417ef151 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_en.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_en.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_fi.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_fi.java index ee33c5b8..9f38a896 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_fi.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_fi.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_fr.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_fr.java index 95e9ece4..331aad66 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_fr.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_fr.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_mac_fr_FR.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_mac_fr_FR.java index a040776c..141a004e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_mac_fr_FR.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_mac_fr_FR.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappings.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappings.java index e48fa4a7..96f9cf6c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappings.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappings.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingsParser.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingsParser.java index f9cf1f40..b57effbe 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingsParser.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/KeyStrokeMappingsParser.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/ParsedKeyStrokeMappingProvider.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/ParsedKeyStrokeMappingProvider.java index 77873072..64a86f92 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/ParsedKeyStrokeMappingProvider.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/ParsedKeyStrokeMappingProvider.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.keystroke; diff --git a/assertj-swing/src/main/java/org/assertj/swing/keystroke/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/keystroke/package-info.java index bfdb1ac6..8af02b40 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/keystroke/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/keystroke/package-info.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. */ /** *

diff --git a/assertj-swing/src/main/java/org/assertj/swing/launcher/AppletLauncher.java b/assertj-swing/src/main/java/org/assertj/swing/launcher/AppletLauncher.java index 45b59db0..ad245976 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/launcher/AppletLauncher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/launcher/AppletLauncher.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.launcher; diff --git a/assertj-swing/src/main/java/org/assertj/swing/launcher/AppletParameter.java b/assertj-swing/src/main/java/org/assertj/swing/launcher/AppletParameter.java index 73091003..213c13f7 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/launcher/AppletParameter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/launcher/AppletParameter.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.launcher; diff --git a/assertj-swing/src/main/java/org/assertj/swing/launcher/ApplicationLauncher.java b/assertj-swing/src/main/java/org/assertj/swing/launcher/ApplicationLauncher.java index 49353a03..d85b7ccd 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/launcher/ApplicationLauncher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/launcher/ApplicationLauncher.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.launcher; diff --git a/assertj-swing/src/main/java/org/assertj/swing/launcher/NewAppletViewerQuery.java b/assertj-swing/src/main/java/org/assertj/swing/launcher/NewAppletViewerQuery.java index e25d5299..5112e223 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/launcher/NewAppletViewerQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/launcher/NewAppletViewerQuery.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.launcher; diff --git a/assertj-swing/src/main/java/org/assertj/swing/launcher/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/launcher/package-info.java index 4fe02a77..7846e523 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/launcher/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/launcher/package-info.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. */ /** * Java applications and {@code Applet}s launcher. diff --git a/assertj-swing/src/main/java/org/assertj/swing/listener/EventDispatchThreadedEventListener.java b/assertj-swing/src/main/java/org/assertj/swing/listener/EventDispatchThreadedEventListener.java index 59a43879..9902b805 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/listener/EventDispatchThreadedEventListener.java +++ b/assertj-swing/src/main/java/org/assertj/swing/listener/EventDispatchThreadedEventListener.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.listener; diff --git a/assertj-swing/src/main/java/org/assertj/swing/listener/WeakEventListener.java b/assertj-swing/src/main/java/org/assertj/swing/listener/WeakEventListener.java index 7b1857a2..510992af 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/listener/WeakEventListener.java +++ b/assertj-swing/src/main/java/org/assertj/swing/listener/WeakEventListener.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.listener; diff --git a/assertj-swing/src/main/java/org/assertj/swing/listener/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/listener/package-info.java index 515ca773..b85a62ff 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/listener/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/listener/package-info.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. */ /** *

diff --git a/assertj-swing/src/main/java/org/assertj/swing/lock/ScreenLock.java b/assertj-swing/src/main/java/org/assertj/swing/lock/ScreenLock.java index 7889f88c..e33acd4b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/lock/ScreenLock.java +++ b/assertj-swing/src/main/java/org/assertj/swing/lock/ScreenLock.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.lock; diff --git a/assertj-swing/src/main/java/org/assertj/swing/lock/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/lock/package-info.java index 68a85659..97bd45df 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/lock/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/lock/package-info.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. */ /** * Utilities that ensure that GUI tests are executed sequentially, preventing multiple applications from being displayed diff --git a/assertj-swing/src/main/java/org/assertj/swing/monitor/Context.java b/assertj-swing/src/main/java/org/assertj/swing/monitor/Context.java index c465d35b..7acc73da 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/monitor/Context.java +++ b/assertj-swing/src/main/java/org/assertj/swing/monitor/Context.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.monitor; diff --git a/assertj-swing/src/main/java/org/assertj/swing/monitor/ContextMonitor.java b/assertj-swing/src/main/java/org/assertj/swing/monitor/ContextMonitor.java index 029d4158..8e66d203 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/monitor/ContextMonitor.java +++ b/assertj-swing/src/main/java/org/assertj/swing/monitor/ContextMonitor.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.monitor; diff --git a/assertj-swing/src/main/java/org/assertj/swing/monitor/EventQueueMapping.java b/assertj-swing/src/main/java/org/assertj/swing/monitor/EventQueueMapping.java index 95c8cce4..c27eb7cb 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/monitor/EventQueueMapping.java +++ b/assertj-swing/src/main/java/org/assertj/swing/monitor/EventQueueMapping.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.monitor; diff --git a/assertj-swing/src/main/java/org/assertj/swing/monitor/ProtectingTimerTask.java b/assertj-swing/src/main/java/org/assertj/swing/monitor/ProtectingTimerTask.java index 666a72c4..e2b0a933 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/monitor/ProtectingTimerTask.java +++ b/assertj-swing/src/main/java/org/assertj/swing/monitor/ProtectingTimerTask.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.monitor; diff --git a/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowAvailabilityMonitor.java b/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowAvailabilityMonitor.java index a7ee9c13..2e8fdf74 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowAvailabilityMonitor.java +++ b/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowAvailabilityMonitor.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.monitor; diff --git a/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowEventQueueMapping.java b/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowEventQueueMapping.java index cabbf1e1..39e0cfa1 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowEventQueueMapping.java +++ b/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowEventQueueMapping.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.monitor; diff --git a/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowMetrics.java b/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowMetrics.java index 75bedd30..22f87370 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowMetrics.java +++ b/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowMetrics.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.monitor; diff --git a/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowMonitor.java b/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowMonitor.java index df29e49f..321bca6b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowMonitor.java +++ b/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowMonitor.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.monitor; diff --git a/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowStatus.java b/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowStatus.java index 596040e3..a63a57d7 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowStatus.java +++ b/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowStatus.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.monitor; diff --git a/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowVisibilityMonitor.java b/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowVisibilityMonitor.java index a70e3511..a352a571 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowVisibilityMonitor.java +++ b/assertj-swing/src/main/java/org/assertj/swing/monitor/WindowVisibilityMonitor.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.monitor; diff --git a/assertj-swing/src/main/java/org/assertj/swing/monitor/Windows.java b/assertj-swing/src/main/java/org/assertj/swing/monitor/Windows.java index 062287e8..3e11afaf 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/monitor/Windows.java +++ b/assertj-swing/src/main/java/org/assertj/swing/monitor/Windows.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.monitor; diff --git a/assertj-swing/src/main/java/org/assertj/swing/monitor/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/monitor/package-info.java index 26b1866a..bf856e09 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/monitor/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/monitor/package-info.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. */ /** *

diff --git a/assertj-swing/src/main/java/org/assertj/swing/query/AbstractButtonTextQuery.java b/assertj-swing/src/main/java/org/assertj/swing/query/AbstractButtonTextQuery.java index c0e1b386..aa4cd95b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/query/AbstractButtonTextQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/query/AbstractButtonTextQuery.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.query; diff --git a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentEnabledQuery.java b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentEnabledQuery.java index 1ec173db..f25b1930 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentEnabledQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentEnabledQuery.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.query; diff --git a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentHasFocusQuery.java b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentHasFocusQuery.java index bdad20a2..adaf9a1c 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentHasFocusQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentHasFocusQuery.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.query; diff --git a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentLocationOnScreenQuery.java b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentLocationOnScreenQuery.java index eaa31493..58108f56 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentLocationOnScreenQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentLocationOnScreenQuery.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.query; diff --git a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentParentQuery.java b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentParentQuery.java index 59e03d08..e582c3dc 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentParentQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentParentQuery.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.query; diff --git a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentShowingQuery.java b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentShowingQuery.java index a347ebd6..d8126238 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentShowingQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentShowingQuery.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.query; diff --git a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentSizeQuery.java b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentSizeQuery.java index 1b0738bc..722caa87 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentSizeQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentSizeQuery.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.query; diff --git a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentVisibleQuery.java b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentVisibleQuery.java index f8577c2b..e841b2cb 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/query/ComponentVisibleQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/query/ComponentVisibleQuery.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.query; diff --git a/assertj-swing/src/main/java/org/assertj/swing/query/JTableColumnByIdentifierQuery.java b/assertj-swing/src/main/java/org/assertj/swing/query/JTableColumnByIdentifierQuery.java index e569a54d..33081e18 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/query/JTableColumnByIdentifierQuery.java +++ b/assertj-swing/src/main/java/org/assertj/swing/query/JTableColumnByIdentifierQuery.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.query; diff --git a/assertj-swing/src/main/java/org/assertj/swing/query/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/query/package-info.java index 043d023f..b6b9f6c7 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/query/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/query/package-info.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. */ /** * Common-use implementations of {@link org.assertj.swing.edt.GuiQuery}. diff --git a/assertj-swing/src/main/java/org/assertj/swing/security/ExitCallHook.java b/assertj-swing/src/main/java/org/assertj/swing/security/ExitCallHook.java index a736f5dc..49aeb042 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/security/ExitCallHook.java +++ b/assertj-swing/src/main/java/org/assertj/swing/security/ExitCallHook.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.security; diff --git a/assertj-swing/src/main/java/org/assertj/swing/security/ExitException.java b/assertj-swing/src/main/java/org/assertj/swing/security/ExitException.java index de485b12..09010167 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/security/ExitException.java +++ b/assertj-swing/src/main/java/org/assertj/swing/security/ExitException.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.security; diff --git a/assertj-swing/src/main/java/org/assertj/swing/security/NoExitSecurityManager.java b/assertj-swing/src/main/java/org/assertj/swing/security/NoExitSecurityManager.java index 8ae73916..f92550ff 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/security/NoExitSecurityManager.java +++ b/assertj-swing/src/main/java/org/assertj/swing/security/NoExitSecurityManager.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.security; diff --git a/assertj-swing/src/main/java/org/assertj/swing/security/NoExitSecurityManagerInstaller.java b/assertj-swing/src/main/java/org/assertj/swing/security/NoExitSecurityManagerInstaller.java index ce18e91c..1ca39b38 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/security/NoExitSecurityManagerInstaller.java +++ b/assertj-swing/src/main/java/org/assertj/swing/security/NoExitSecurityManagerInstaller.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.security; diff --git a/assertj-swing/src/main/java/org/assertj/swing/security/StackTraces.java b/assertj-swing/src/main/java/org/assertj/swing/security/StackTraces.java index 87aaf65c..6d7a728b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/security/StackTraces.java +++ b/assertj-swing/src/main/java/org/assertj/swing/security/StackTraces.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.security; diff --git a/assertj-swing/src/main/java/org/assertj/swing/security/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/security/package-info.java index 9402ce35..df668910 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/security/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/security/package-info.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. */ /** * Utilities related to security. diff --git a/assertj-swing/src/main/java/org/assertj/swing/testing/AssertJSwingTestCaseTemplate.java b/assertj-swing/src/main/java/org/assertj/swing/testing/AssertJSwingTestCaseTemplate.java index 5dc86cb5..0de37d99 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/testing/AssertJSwingTestCaseTemplate.java +++ b/assertj-swing/src/main/java/org/assertj/swing/testing/AssertJSwingTestCaseTemplate.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.testing; diff --git a/assertj-swing/src/main/java/org/assertj/swing/testing/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/testing/package-info.java index 37c9658e..f94a4ddc 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/testing/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/testing/package-info.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. */ /** * Base test classes. diff --git a/assertj-swing/src/main/java/org/assertj/swing/text/AbstractButtonTextReader.java b/assertj-swing/src/main/java/org/assertj/swing/text/AbstractButtonTextReader.java index c835b4cf..1e26ad04 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/text/AbstractButtonTextReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/text/AbstractButtonTextReader.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.text; diff --git a/assertj-swing/src/main/java/org/assertj/swing/text/JLabelTextReader.java b/assertj-swing/src/main/java/org/assertj/swing/text/JLabelTextReader.java index 68c57765..07e3204d 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/text/JLabelTextReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/text/JLabelTextReader.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.text; diff --git a/assertj-swing/src/main/java/org/assertj/swing/text/JListTextReader.java b/assertj-swing/src/main/java/org/assertj/swing/text/JListTextReader.java index 1509c0f3..a6c43891 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/text/JListTextReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/text/JListTextReader.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.text; diff --git a/assertj-swing/src/main/java/org/assertj/swing/text/JTextComponentTextReader.java b/assertj-swing/src/main/java/org/assertj/swing/text/JTextComponentTextReader.java index 032ee429..f6cfd04d 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/text/JTextComponentTextReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/text/JTextComponentTextReader.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.text; diff --git a/assertj-swing/src/main/java/org/assertj/swing/text/TextReader.java b/assertj-swing/src/main/java/org/assertj/swing/text/TextReader.java index 3bed8294..4ebb700f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/text/TextReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/text/TextReader.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.text; diff --git a/assertj-swing/src/main/java/org/assertj/swing/text/TextReaders.java b/assertj-swing/src/main/java/org/assertj/swing/text/TextReaders.java index c259dd60..e69cc6c2 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/text/TextReaders.java +++ b/assertj-swing/src/main/java/org/assertj/swing/text/TextReaders.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.text; diff --git a/assertj-swing/src/main/java/org/assertj/swing/text/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/text/package-info.java index ea0562c2..72abd4ce 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/text/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/text/package-info.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. */ /** * Utilities for reading the text displayed in AWT or Swing {@code Component}s. diff --git a/assertj-swing/src/main/java/org/assertj/swing/timing/Condition.java b/assertj-swing/src/main/java/org/assertj/swing/timing/Condition.java index b1024aab..ba2fffd6 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/timing/Condition.java +++ b/assertj-swing/src/main/java/org/assertj/swing/timing/Condition.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.timing; diff --git a/assertj-swing/src/main/java/org/assertj/swing/timing/Pause.java b/assertj-swing/src/main/java/org/assertj/swing/timing/Pause.java index 48ce8d03..53e19328 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/timing/Pause.java +++ b/assertj-swing/src/main/java/org/assertj/swing/timing/Pause.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.timing; diff --git a/assertj-swing/src/main/java/org/assertj/swing/timing/Timeout.java b/assertj-swing/src/main/java/org/assertj/swing/timing/Timeout.java index d5d0329f..bafd63d8 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/timing/Timeout.java +++ b/assertj-swing/src/main/java/org/assertj/swing/timing/Timeout.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.timing; diff --git a/assertj-swing/src/main/java/org/assertj/swing/timing/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/timing/package-info.java index b3083dc2..3f50f28f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/timing/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/timing/package-info.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. */ /** * Utilities related to timing. diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/AWTEvents.java b/assertj-swing/src/main/java/org/assertj/swing/util/AWTEvents.java index 341d05c5..43848c6f 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/AWTEvents.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/AWTEvents.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/AWTExceptionHandlerInstaller.java b/assertj-swing/src/main/java/org/assertj/swing/util/AWTExceptionHandlerInstaller.java index 61428e28..b6ef2196 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/AWTExceptionHandlerInstaller.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/AWTExceptionHandlerInstaller.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/ArrayPreconditions.java b/assertj-swing/src/main/java/org/assertj/swing/util/ArrayPreconditions.java index 6b2cfcd3..0558331b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/ArrayPreconditions.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/ArrayPreconditions.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/Arrays.java b/assertj-swing/src/main/java/org/assertj/swing/util/Arrays.java index f21b5d45..71b0c741 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/Arrays.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/Arrays.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/Colors.java b/assertj-swing/src/main/java/org/assertj/swing/util/Colors.java index 508d64f3..186ad729 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/Colors.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/Colors.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/GenericRange.java b/assertj-swing/src/main/java/org/assertj/swing/util/GenericRange.java index bb5062fe..3901dc1e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/GenericRange.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/GenericRange.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/ImageReader.java b/assertj-swing/src/main/java/org/assertj/swing/util/ImageReader.java index a29b4af2..c2e25479 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/ImageReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/ImageReader.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/Maps.java b/assertj-swing/src/main/java/org/assertj/swing/util/Maps.java index 97119ba0..655b6170 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/Maps.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/Maps.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/Modifiers.java b/assertj-swing/src/main/java/org/assertj/swing/util/Modifiers.java index 2ae31a21..2165920b 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/Modifiers.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/Modifiers.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/OSFamily.java b/assertj-swing/src/main/java/org/assertj/swing/util/OSFamily.java index 1f6ac94c..cf4af592 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/OSFamily.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/OSFamily.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/OSIdentifier.java b/assertj-swing/src/main/java/org/assertj/swing/util/OSIdentifier.java index 65d11a40..0e2d93aa 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/OSIdentifier.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/OSIdentifier.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/Pair.java b/assertj-swing/src/main/java/org/assertj/swing/util/Pair.java index 09dc88e5..e5e90ba9 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/Pair.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/Pair.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/PatternTextMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/util/PatternTextMatcher.java index 3241c787..68ea400e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/PatternTextMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/PatternTextMatcher.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/Patterns.java b/assertj-swing/src/main/java/org/assertj/swing/util/Patterns.java index 047c5a48..282321de 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/Patterns.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/Patterns.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/Platform.java b/assertj-swing/src/main/java/org/assertj/swing/util/Platform.java index 0a932af7..7546bb3d 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/Platform.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/Platform.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/Range.java b/assertj-swing/src/main/java/org/assertj/swing/util/Range.java index b43c1e22..01122be0 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/Range.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/Range.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/RobotFactory.java b/assertj-swing/src/main/java/org/assertj/swing/util/RobotFactory.java index 8d9f87b7..44df4cc4 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/RobotFactory.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/RobotFactory.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/StringTextMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/util/StringTextMatcher.java index 29ed0e90..3ca611d3 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/StringTextMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/StringTextMatcher.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/Strings.java b/assertj-swing/src/main/java/org/assertj/swing/util/Strings.java index ca7295c7..56c0842e 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/Strings.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/Strings.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/SystemPropertyReader.java b/assertj-swing/src/main/java/org/assertj/swing/util/SystemPropertyReader.java index ae26ddc2..092a5678 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/SystemPropertyReader.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/SystemPropertyReader.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/SystemPropertyWriter.java b/assertj-swing/src/main/java/org/assertj/swing/util/SystemPropertyWriter.java index 3a5cd462..f319c668 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/SystemPropertyWriter.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/SystemPropertyWriter.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/TextMatcher.java b/assertj-swing/src/main/java/org/assertj/swing/util/TextMatcher.java index 4540dd66..f4c18352 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/TextMatcher.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/TextMatcher.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/TimeoutWatch.java b/assertj-swing/src/main/java/org/assertj/swing/util/TimeoutWatch.java index b351656d..d9d8cc85 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/TimeoutWatch.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/TimeoutWatch.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/ToolkitProvider.java b/assertj-swing/src/main/java/org/assertj/swing/util/ToolkitProvider.java index 9917db7d..979b7ff0 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/ToolkitProvider.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/ToolkitProvider.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/Triple.java b/assertj-swing/src/main/java/org/assertj/swing/util/Triple.java index 4ed67c19..be4dbec9 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/Triple.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/Triple.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.util; diff --git a/assertj-swing/src/main/java/org/assertj/swing/util/package-info.java b/assertj-swing/src/main/java/org/assertj/swing/util/package-info.java index e1059bee..f5ce0388 100644 --- a/assertj-swing/src/main/java/org/assertj/swing/util/package-info.java +++ b/assertj-swing/src/main/java/org/assertj/swing/util/package-info.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. */ /** * Miscellaneous utilities. diff --git a/assertj-swing/src/test/java/org/assertj/core/api/AssertionInternalData.java b/assertj-swing/src/test/java/org/assertj/core/api/AssertionInternalData.java index e4e1bd89..dc825114 100644 --- a/assertj-swing/src/test/java/org/assertj/core/api/AssertionInternalData.java +++ b/assertj-swing/src/test/java/org/assertj/core/api/AssertionInternalData.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.core.api; diff --git a/assertj-swing/src/test/java/org/assertj/core/api/BaseTestTemplate.java b/assertj-swing/src/test/java/org/assertj/core/api/BaseTestTemplate.java index 2510c392..37108e09 100644 --- a/assertj-swing/src/test/java/org/assertj/core/api/BaseTestTemplate.java +++ b/assertj-swing/src/test/java/org/assertj/core/api/BaseTestTemplate.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.core.api; diff --git a/assertj-swing/src/test/java/org/assertj/swing/annotation/GUITestFinder_isGUITest_Test.java b/assertj-swing/src/test/java/org/assertj/swing/annotation/GUITestFinder_isGUITest_Test.java index 5d338419..28dd9cca 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/annotation/GUITestFinder_isGUITest_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/annotation/GUITestFinder_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.annotation; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_TestCase.java index 3dc28418..c1bd7eb6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_newViewerWithAppletAndAppletStub_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_newViewerWithAppletAndAppletStub_Test.java index 49dd080a..ac47a9bf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_newViewerWithAppletAndAppletStub_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_newViewerWithAppletAndAppletStub_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_newViewerWithAppletAndMap_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_newViewerWithAppletAndMap_Test.java index 467c2bb4..80e3768a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_newViewerWithAppletAndMap_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_newViewerWithAppletAndMap_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_newViewerWithApplet_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_newViewerWithApplet_Test.java index c45453d9..04eb56c0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_newViewerWithApplet_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_newViewerWithApplet_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_reloadApplet_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_reloadApplet_Test.java index 22e1e119..56e13ae9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_reloadApplet_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/AppletViewer_reloadApplet_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_TestCase.java index 8e64ce10..2c4a5527 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_constructor_Test.java index e43cc7f8..c19932d1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_constructor_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getAppletByName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getAppletByName_Test.java index 94924323..be0c8603 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getAppletByName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getAppletByName_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getApplets_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getApplets_Test.java index 8a0cb4de..37b0e80d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getApplets_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getApplets_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getAudioClip_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getAudioClip_Test.java index 9e192ba3..358be565 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getAudioClip_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getAudioClip_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getImage_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getImage_Test.java index 43498d7e..eb059166 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getImage_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_getImage_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_setStream_getStream_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_setStream_getStream_Test.java index 208c1b91..cb720232 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_setStream_getStream_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_setStream_getStream_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_showStatus_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_showStatus_Test.java index 1fd39b33..6383f5b4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_showStatus_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletContext_showStatus_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_TestCase.java index 42e531aa..90aeafad 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_appletResize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_appletResize_Test.java index f763fef9..5b9819ee 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_appletResize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_appletResize_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_constructorWithViewerAndContext_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_constructorWithViewerAndContext_Test.java index ee6113c9..c3e2c74d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_constructorWithViewerAndContext_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_constructorWithViewerAndContext_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_constructor_withViewerContextAndMap_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_constructor_withViewerContextAndMap_Test.java index fe1e4c66..5baba864 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_constructor_withViewerContextAndMap_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_constructor_withViewerContextAndMap_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getAppletContext_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getAppletContext_Test.java index 3e3afc63..736a2174 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getAppletContext_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getAppletContext_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getCodeBase_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getCodeBase_Test.java index 85d7bd0d..c25e3fb4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getCodeBase_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getCodeBase_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getDocumentBase_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getDocumentBase_Test.java index da7afe2d..c4c12e93 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getDocumentBase_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getDocumentBase_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getParameter_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getParameter_Test.java index a4607287..bcdd82b6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getParameter_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_getParameter_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_isActive_Test.java b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_isActive_Test.java index 36d04dce..46b1aefb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_isActive_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/applet/BasicAppletStub_isActive_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.applet; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/Assertions_assertThat_with_BufferedImage_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/Assertions_assertThat_with_BufferedImage_Test.java index a8f559ba..7abc6a2a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/Assertions_assertThat_with_BufferedImage_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/Assertions_assertThat_with_BufferedImage_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.assertions; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/ImageAssertBaseTest.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/ImageAssertBaseTest.java index 7d5297af..2e327667 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/ImageAssertBaseTest.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/ImageAssertBaseTest.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.assertions; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/data/Point_equals_hashCode_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/data/Point_equals_hashCode_Test.java index 6dea7d05..7adf9ff4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/data/Point_equals_hashCode_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/data/Point_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.assertions.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/data/Point_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/data/Point_toString_Test.java index b835db02..afe2a582 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/data/Point_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/data/Point_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.assertions.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_color_with_single_RGB_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_color_with_single_RGB_Test.java index 42a0bf8b..04509ede 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_color_with_single_RGB_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_color_with_single_RGB_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.assertions.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_equals_hashCode_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_equals_hashCode_Test.java index 9cda4749..13dfb401 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_equals_hashCode_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_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.assertions.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_isEqualTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_isEqualTo_Test.java index 0f83349b..72f2972f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_isEqualTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_isEqualTo_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.assertions.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_toString_Test.java index 717bfa5b..7e035c6f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/data/RgbColor_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.assertions.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldBeEqualColors_create_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldBeEqualColors_create_Test.java index 79e1187e..4e3ce89b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldBeEqualColors_create_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldBeEqualColors_create_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.assertions.error; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldBeEqualImages_create_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldBeEqualImages_create_Test.java index 2a7bec08..d7ef9561 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldBeEqualImages_create_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldBeEqualImages_create_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.assertions.error; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldHaveDimension_create_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldHaveDimension_create_Test.java index 319fff7d..0ebdfe79 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldHaveDimension_create_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldHaveDimension_create_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.assertions.error; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldNotBeEqualImages_create_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldNotBeEqualImages_create_Test.java index f4d04835..b1c67ba2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldNotBeEqualImages_create_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/error/ShouldNotBeEqualImages_create_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.assertions.error; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_hasSize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_hasSize_Test.java index fa0f2e6a..cc883542 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_hasSize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_hasSize_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.assertions.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_isEqualTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_isEqualTo_Test.java index e55a40ca..8a73b603 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_isEqualTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_isEqualTo_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.assertions.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_isEqualTo_WithOffset_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_isEqualTo_WithOffset_Test.java index 0a41180d..d855776e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_isEqualTo_WithOffset_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_isEqualTo_WithOffset_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.assertions.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_isNotEqualTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_isNotEqualTo_Test.java index 5c0db6d2..5eab3daf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_isNotEqualTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_isNotEqualTo_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.assertions.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_usingComparator_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_usingComparator_Test.java index a7639296..d0daf7f6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_usingComparator_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_usingComparator_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.assertions.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_usingDefaultComparator_Test.java b/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_usingDefaultComparator_Test.java index 1c540b51..d75079ae 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_usingDefaultComparator_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/assertions/image/ImageAssert_usingDefaultComparator_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.assertions.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_centerOfComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_centerOfComponent_Test.java index c2647486..149eac46 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_centerOfComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_centerOfComponent_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.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_insetsFromContainer_Test.java b/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_insetsFromContainer_Test.java index b69b3f72..038936f7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_insetsFromContainer_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_insetsFromContainer_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.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_isAppletViewer_Test.java b/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_isAppletViewer_Test.java index cdc0bd51..88009a43 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_isAppletViewer_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_isAppletViewer_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.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_isHeavyWeightPopup_Test.java b/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_isHeavyWeightPopup_Test.java index 9780fed5..d74aa42f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_isHeavyWeightPopup_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_isHeavyWeightPopup_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.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_isSharedInvisibleFrame_Test.java b/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_isSharedInvisibleFrame_Test.java index 4775f6f6..a1809c32 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_isSharedInvisibleFrame_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/awt/AWT_isSharedInvisibleFrame_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.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/AWTEventPoster_postEvent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/AWTEventPoster_postEvent_Test.java index 2f06d759..f188b14d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/AWTEventPoster_postEvent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/AWTEventPoster_postEvent_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_constructorWithRequireShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_constructorWithRequireShowing_Test.java index b48046d5..4be04644 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_constructorWithRequireShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_constructorWithRequireShowing_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_constructor_Test.java index 0bc77fa3..f5ad25fb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_constructor_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_requireShowingMatches_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_requireShowingMatches_Test.java index 924c320e..5aaf2aae 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_requireShowingMatches_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_requireShowingMatches_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_requireShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_requireShowing_Test.java index 7e075992..08df7c22 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_requireShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/AbstractComponentMatcher_requireShowing_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/ActivateWindowTask_activeWindow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/ActivateWindowTask_activeWindow_Test.java index 8ba2e695..d2676571 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/ActivateWindowTask_activeWindow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/ActivateWindowTask_activeWindow_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_TestCase.java index 9012e571..ddf8e066 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingComponentMatcherInRoot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingComponentMatcherInRoot_Test.java index e00fb3f1..004e6015 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingComponentMatcherInRoot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingComponentMatcherInRoot_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingComponentMatcher_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingComponentMatcher_Test.java index 9720e27e..138151c9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingComponentMatcher_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingComponentMatcher_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingGenericTypeMatcherInRoot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingGenericTypeMatcherInRoot_Test.java index 451cc117..9902f256 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingGenericTypeMatcherInRoot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingGenericTypeMatcherInRoot_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingGenericTypeMatcher_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingGenericTypeMatcher_Test.java index 84092ad3..12607adc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingGenericTypeMatcher_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findAllUsingGenericTypeMatcher_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabelAndTypeInRoot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabelAndTypeInRoot_Test.java index 0a95d8b5..c6130d6d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabelAndTypeInRoot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabelAndTypeInRoot_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabelAndType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabelAndType_Test.java index 1e272bb0..d2744887 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabelAndType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabelAndType_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabelInRoot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabelInRoot_Test.java index a9bc3006..2e386cb8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabelInRoot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabelInRoot_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabel_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabel_Test.java index 43e92437..eaa87f23 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabel_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByLabel_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByNameAndTypeInRoot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByNameAndTypeInRoot_Test.java index 000c910d..c2844b6d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByNameAndTypeInRoot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByNameAndTypeInRoot_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByNameAndType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByNameAndType_Test.java index 3a1f0da4..228aa41c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByNameAndType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByNameAndType_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByNameInRoot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByNameInRoot_Test.java index fcb4b6c6..629db72b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByNameInRoot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByNameInRoot_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByName_Test.java index 4198cdb2..c5ea8205 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByName_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByTypeInRoot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByTypeInRoot_Test.java index 24486c0c..172707d7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByTypeInRoot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByTypeInRoot_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByType_Test.java index 01a1e4e0..6763c0e3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findByType_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findUsingComponentMatcher_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findUsingComponentMatcher_Test.java index 61457566..b2e8b7f2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findUsingComponentMatcher_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findUsingComponentMatcher_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findUsingGenericTypeMatcherInRoot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findUsingGenericTypeMatcherInRoot_Test.java index 49a551c9..7f236d42 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findUsingGenericTypeMatcherInRoot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findUsingGenericTypeMatcherInRoot_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findUsingGenericTypeMatcher_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findUsingGenericTypeMatcher_Test.java index 53ae63aa..a161a858 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findUsingGenericTypeMatcher_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_findUsingGenericTypeMatcher_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_includeHierarchyIfComponentNotFound_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_includeHierarchyIfComponentNotFound_Test.java index 7174b957..6e7c0299 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_includeHierarchyIfComponentNotFound_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentFinder_includeHierarchyIfComponentNotFound_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_TestCase.java index a78c2fa9..71863395 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsByTypeInRoot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsByTypeInRoot_Test.java index c48bd54f..ea2838a8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsByTypeInRoot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsByTypeInRoot_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsByType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsByType_Test.java index 9db62af0..4dc5d167 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsByType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsByType_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsInRoot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsInRoot_Test.java index 971b06e3..6fae4ae4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsInRoot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsInRoot_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsUsingComponentMatcherInRoot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsUsingComponentMatcherInRoot_Test.java index 176f05b2..be5b1fe0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsUsingComponentMatcherInRoot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsUsingComponentMatcherInRoot_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsUsingComponentMatcher_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsUsingComponentMatcher_Test.java index 74ed86a2..f5ed15c9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsUsingComponentMatcher_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponentsUsingComponentMatcher_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponents_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponents_Test.java index 0dd7e784..2c45dd4b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponents_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printComponents_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printerWithCurrentAwtHierarchy_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printerWithCurrentAwtHierarchy_Test.java index 9709be3a..9fa191c1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printerWithCurrentAwtHierarchy_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicComponentPrinter_printerWithCurrentAwtHierarchy_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_ClickTestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_ClickTestCase.java index 22c99788..c3bd669d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_ClickTestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_ClickTestCase.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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_TestCase.java index 4d00928f..7e9a0346 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_WithoutScreenLock_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_WithoutScreenLock_TestCase.java index faead1ff..b303c877 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_WithoutScreenLock_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_WithoutScreenLock_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickAtPointWithButtonTheGivenTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickAtPointWithButtonTheGivenTimes_Test.java index 6314d16b..16f4dee8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickAtPointWithButtonTheGivenTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickAtPointWithButtonTheGivenTimes_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentAtPointWithButtonTheGivenTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentAtPointWithButtonTheGivenTimes_Test.java index 29558c94..8236704b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentAtPointWithButtonTheGivenTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentAtPointWithButtonTheGivenTimes_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentAtPoint_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentAtPoint_Test.java index 73a30d9a..2b06c463 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentAtPoint_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentAtPoint_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentWithButtonTheGivenTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentWithButtonTheGivenTimes_Test.java index 07db2dd5..0fe3f363 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentWithButtonTheGivenTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentWithButtonTheGivenTimes_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentWithButton_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentWithButton_Test.java index 26a09693..4d325300 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentWithButton_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponentWithButton_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponent_Test.java index 3b95b987..4f0f54fd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_clickComponent_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_closeWindow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_closeWindow_Test.java index 619b413b..d1cd18e1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_closeWindow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_closeWindow_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_findActivePopupMenu_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_findActivePopupMenu_Test.java index dcc181df..64c7973d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_findActivePopupMenu_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_findActivePopupMenu_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_focusAndWaitForFocusGain_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_focusAndWaitForFocusGain_Test.java index 452b52c6..66d7c9e8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_focusAndWaitForFocusGain_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_focusAndWaitForFocusGain_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_focus_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_focus_Test.java index 5237e6a6..775e4b25 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_focus_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_focus_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_pressAndReleaseKeyWithModifiers_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_pressAndReleaseKeyWithModifiers_Test.java index 0db62aab..b46c39bd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_pressAndReleaseKeyWithModifiers_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_pressAndReleaseKeyWithModifiers_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_pressAndReleaseKeys_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_pressAndReleaseKeys_Test.java index faddddf9..082a45f9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_pressAndReleaseKeys_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_pressAndReleaseKeys_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_pressKeyAndReleaseKey_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_pressKeyAndReleaseKey_Test.java index 26fd9664..1e2bd2f5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_pressKeyAndReleaseKey_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_pressKeyAndReleaseKey_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_requireNoJOptionPaneIsShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_requireNoJOptionPaneIsShowing_Test.java index 8ac7d172..62c6d6af 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_requireNoJOptionPaneIsShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_requireNoJOptionPaneIsShowing_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_rightClickComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_rightClickComponent_Test.java index 84b235fe..f668efdd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_rightClickComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_rightClickComponent_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_rotateMouseWheelTest.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_rotateMouseWheelTest.java index 108e7849..56453e0c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_rotateMouseWheelTest.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_rotateMouseWheelTest.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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_showPopupMenu_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_showPopupMenu_Test.java index 103c424e..c082e324 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_showPopupMenu_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_showPopupMenu_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_showWindowBySizeAndPacking_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_showWindowBySizeAndPacking_Test.java index ca6f8168..435ca67c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_showWindowBySizeAndPacking_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_showWindowBySizeAndPacking_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_showWindow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_showWindow_Test.java index 1fd4f402..7f73e1f8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_showWindow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/BasicRobot_showWindow_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/Bug108_findFrameByNameAndType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/Bug108_findFrameByNameAndType_Test.java index b7365f1e..454a99e8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/Bug108_findFrameByNameAndType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/Bug108_findFrameByNameAndType_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/Bug138_disposeWindows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/Bug138_disposeWindows_Test.java index 371ba45a..0a292df5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/Bug138_disposeWindows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/Bug138_disposeWindows_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/Bug235_findAllNotInSameOrder_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/Bug235_findAllNotInSameOrder_Test.java index edf73ccc..81576ad3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/Bug235_findAllNotInSameOrder_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/Bug235_findAllNotInSameOrder_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/Bug245_enterTextNotRaisingKeyReleaseEvent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/Bug245_enterTextNotRaisingKeyReleaseEvent_Test.java index c6336661..f94b6c00 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/Bug245_enterTextNotRaisingKeyReleaseEvent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/Bug245_enterTextNotRaisingKeyReleaseEvent_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/Bug257_GenericMatcherMatchesAnyType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/Bug257_GenericMatcherMatchesAnyType_Test.java index 8dcf3cf2..9c5591b7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/Bug257_GenericMatcherMatchesAnyType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/Bug257_GenericMatcherMatchesAnyType_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/Bug289_robotShouldFocusWindowBeforeClosing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/Bug289_robotShouldFocusWindowBeforeClosing_Test.java index 3134d01b..ee6ebf52 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/Bug289_robotShouldFocusWindowBeforeClosing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/Bug289_robotShouldFocusWindowBeforeClosing_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/ClickingDataProvider.java b/assertj-swing/src/test/java/org/assertj/swing/core/ClickingDataProvider.java index bfabbbd9..bcc86462 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/ClickingDataProvider.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/ClickingDataProvider.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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/ComponentFoundCondition_TestAndFound_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/ComponentFoundCondition_TestAndFound_Test.java index e3fe95e5..afef0741 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/ComponentFoundCondition_TestAndFound_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/ComponentFoundCondition_TestAndFound_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/ComponentFoundCondition_descriptionAddendum_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/ComponentFoundCondition_descriptionAddendum_Test.java index 1d4f935e..538ce6ae 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/ComponentFoundCondition_descriptionAddendum_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/ComponentFoundCondition_descriptionAddendum_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/ComponentFoundCondition_test_withResettableComponentMatcher_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/ComponentFoundCondition_test_withResettableComponentMatcher_Test.java index 305efc7f..c8b48bab 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/ComponentFoundCondition_test_withResettableComponentMatcher_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/ComponentFoundCondition_test_withResettableComponentMatcher_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/ComponentIsFocusableQuery_isFocusable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/ComponentIsFocusableQuery_isFocusable_Test.java index 3158833d..956efc70 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/ComponentIsFocusableQuery_isFocusable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/ComponentIsFocusableQuery_isFocusable_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/ComponentRequestFocusTask_giveFocusTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/ComponentRequestFocusTask_giveFocusTo_Test.java index 44d83db9..851297be 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/ComponentRequestFocusTask_giveFocusTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/ComponentRequestFocusTask_giveFocusTo_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/ConcreteComponentMatcher.java b/assertj-swing/src/test/java/org/assertj/swing/core/ConcreteComponentMatcher.java index 76c33603..d854d75f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/ConcreteComponentMatcher.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/ConcreteComponentMatcher.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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/ContainerFocusOwnerFinder_focusOwnerOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/ContainerFocusOwnerFinder_focusOwnerOf_Test.java index 18f6e41d..8b4242a1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/ContainerFocusOwnerFinder_focusOwnerOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/ContainerFocusOwnerFinder_focusOwnerOf_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/CustomEventQueue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/CustomEventQueue_Test.java index 3e2a52fe..632b670a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/CustomEventQueue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/CustomEventQueue_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/EdtSafeCondition_test_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/EdtSafeCondition_test_Test.java index 80179319..8db7d90d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/EdtSafeCondition_test_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/EdtSafeCondition_test_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_constructor_Test.java index 89c6bf3d..05f68f44 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_constructor_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_eventDispatched_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_eventDispatched_Test.java index e1dd9be0..5c606174 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_eventDispatched_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_eventDispatched_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_keyCombination_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_keyCombination_Test.java index 1545a060..33de7c03 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_keyCombination_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_keyCombination_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_register_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_register_Test.java index b2df1f4f..6170e1b6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_register_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_register_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_unregister_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_unregister_Test.java index d773d5c6..3a165f51 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_unregister_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/EmergencyAbortListener_unregister_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/FEST103_modifierNotBeingPressed_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/FEST103_modifierNotBeingPressed_Test.java index d8935a97..42237a1c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/FEST103_modifierNotBeingPressed_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/FEST103_modifierNotBeingPressed_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/FEST139_ComponentFinderNotUsingRobotSettings_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/FEST139_ComponentFinderNotUsingRobotSettings_Test.java index a667a805..9f0a27ff 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/FEST139_ComponentFinderNotUsingRobotSettings_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/FEST139_ComponentFinderNotUsingRobotSettings_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/FEST284_scrollToVisibleAutomatically_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/FEST284_scrollToVisibleAutomatically_Test.java index a4756256..517febcd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/FEST284_scrollToVisibleAutomatically_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/FEST284_scrollToVisibleAutomatically_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/FEST331_ShowPopupForNonFocusableComponents_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/FEST331_ShowPopupForNonFocusableComponents_Test.java index 001a89c9..727a5a64 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/FEST331_ShowPopupForNonFocusableComponents_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/FEST331_ShowPopupForNonFocusableComponents_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/FinderDelegate_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/FinderDelegate_TestCase.java index e60c380b..ad958e66 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/FinderDelegate_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/FinderDelegate_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/FinderDelegate_findInHierarchyWithComponentMatcher_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/FinderDelegate_findInHierarchyWithComponentMatcher_Test.java index 9bfe21f0..246ec9bc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/FinderDelegate_findInHierarchyWithComponentMatcher_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/FinderDelegate_findInHierarchyWithComponentMatcher_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/FinderDelegate_findInHierarchyWithGenericTypeMatcher_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/FinderDelegate_findInHierarchyWithGenericTypeMatcher_Test.java index 2c77dac4..e4a1f74f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/FinderDelegate_findInHierarchyWithGenericTypeMatcher_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/FinderDelegate_findInHierarchyWithGenericTypeMatcher_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/FocusMonitor_hasFocus_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/FocusMonitor_hasFocus_Test.java index b3b29f36..b42b7488 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/FocusMonitor_hasFocus_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/FocusMonitor_hasFocus_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/FocusOwnerFinderStrategy_focusOwner_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/FocusOwnerFinderStrategy_focusOwner_TestCase.java index 37340295..a83a555a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/FocusOwnerFinderStrategy_focusOwner_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/FocusOwnerFinderStrategy_focusOwner_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/FocusOwnerFinder_focusOwner_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/FocusOwnerFinder_focusOwner_Test.java index a02f87f3..92725068 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/FocusOwnerFinder_focusOwner_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/FocusOwnerFinder_focusOwner_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/FocusOwnerFinder_initializeStrategies_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/FocusOwnerFinder_initializeStrategies_Test.java index 2b0fe8c7..c17bddc9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/FocusOwnerFinder_initializeStrategies_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/FocusOwnerFinder_initializeStrategies_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/FrameDisposer_disposeFrames_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/FrameDisposer_disposeFrames_Test.java index 36af49e6..9a6285d6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/FrameDisposer_disposeFrames_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/FrameDisposer_disposeFrames_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/GenericTypeMatcher_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/GenericTypeMatcher_constructor_Test.java index 209d16bc..36d6b510 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/GenericTypeMatcher_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/GenericTypeMatcher_constructor_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/GenericTypeMatcher_matches_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/GenericTypeMatcher_matches_Test.java index 11778d26..e4cc9a4d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/GenericTypeMatcher_matches_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/GenericTypeMatcher_matches_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/HierarchyBasedFocusOwnerFinder_UI_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/HierarchyBasedFocusOwnerFinder_UI_Test.java index 66fcd67e..47f43a76 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/HierarchyBasedFocusOwnerFinder_UI_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/HierarchyBasedFocusOwnerFinder_UI_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/HierarchyBasedFocusOwnerFinder_focusOwner_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/HierarchyBasedFocusOwnerFinder_focusOwner_Test.java index 518277f7..393af399 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/HierarchyBasedFocusOwnerFinder_focusOwner_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/HierarchyBasedFocusOwnerFinder_focusOwner_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_TestCase.java index abd61be1..98b18c61 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_pressKey_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_pressKey_TestCase.java index 9ad83bc7..dcf49283 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_pressKey_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_pressKey_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_pressMouseOnComponent_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_pressMouseOnComponent_TestCase.java index c35a2d88..18ebcf78 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_pressMouseOnComponent_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_pressMouseOnComponent_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_pressMouse_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_pressMouse_TestCase.java index 609ed92f..559ca025 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_pressMouse_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/InputEventGenerator_pressMouse_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isAltDown_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isAltDown_Test.java index e5070cff..f596e243 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isAltDown_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isAltDown_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isAltGraphDown_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isAltGraphDown_Test.java index 68e3b5c2..b20e1fad 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isAltGraphDown_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isAltGraphDown_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isControlDown_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isControlDown_Test.java index 2b0e36b0..19c2fef8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isControlDown_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isControlDown_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isMetaDown_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isMetaDown_Test.java index c96d47df..4d0fc5a9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isMetaDown_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isMetaDown_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isShiftDown_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isShiftDown_Test.java index 7af6fc1c..fe896802 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isShiftDown_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_isShiftDown_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_modifiersMatch_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_modifiersMatch_Test.java index a9d7d51b..9cbbcce6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_modifiersMatch_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_modifiersMatch_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_unify_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_unify_Test.java index 2af94b8b..e9fb106d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_unify_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_unify_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_unify_withNoModifiers_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_unify_withNoModifiers_Test.java index 917a4e15..ff1ed2c6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_unify_withNoModifiers_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/InputModifiers_unify_withNoModifiers_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/KeyPressInfo_keyCode_modifiers_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/KeyPressInfo_keyCode_modifiers_Test.java index d87d831a..237985fd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/KeyPressInfo_keyCode_modifiers_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/KeyPressInfo_keyCode_modifiers_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_TestCase.java index 58799971..091bcab6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_constructorWithLabelAndType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_constructorWithLabelAndType_Test.java index c471f15f..1515402f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_constructorWithLabelAndType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_constructorWithLabelAndType_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_constructorWithLabel_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_constructorWithLabel_Test.java index 7c1f77fb..b89d0766 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_constructorWithLabel_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_constructorWithLabel_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabelAndShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabelAndShowing_Test.java index 654001cb..487a063f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabelAndShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabelAndShowing_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabelAndType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabelAndType_Test.java index e8ff170e..cc99be0d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabelAndType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabelAndType_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabelTypeAndShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabelTypeAndShowing_Test.java index b8d476b7..f739a441 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabelTypeAndShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabelTypeAndShowing_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabel_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabel_Test.java index 4306c781..2e06b3fa 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabel_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_matches_byLabel_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_toString_Test.java index 2fcefc20..943f5c0f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/LabelMatcher_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/MainThreadIdentifier_mainThreadIn_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/MainThreadIdentifier_mainThreadIn_Test.java index 77153514..6fc91389 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/MainThreadIdentifier_mainThreadIn_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/MainThreadIdentifier_mainThreadIn_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/MouseButtonProvider.java b/assertj-swing/src/test/java/org/assertj/swing/core/MouseButtonProvider.java index c305824f..9e5f1871 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/MouseButtonProvider.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/MouseButtonProvider.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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_TestCase.java index 67e8da5d..273eafbd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_lookup_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_lookup_Test.java index 27955689..f52ce093 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_lookup_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_lookup_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_lookup_withInvalidValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_lookup_withInvalidValue_Test.java index c57ac85e..ac77e415 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_lookup_withInvalidValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_lookup_withInvalidValue_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_mask_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_mask_Test.java index 77ade542..5f44ee6b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_mask_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/MouseButton_mask_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_TestCase.java index b75f7946..a424d68b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_constructorWithNameAndType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_constructorWithNameAndType_Test.java index a975a331..f0be71ec 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_constructorWithNameAndType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_constructorWithNameAndType_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_constructorWithName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_constructorWithName_Test.java index dc49f38c..c4f6a5f2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_constructorWithName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_constructorWithName_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byNameAndShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byNameAndShowing_Test.java index 2d2b64e1..84cd545c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byNameAndShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byNameAndShowing_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byNameAndType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byNameAndType_Test.java index 1b532c90..5d2fea98 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byNameAndType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byNameAndType_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byNameTypeAndShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byNameTypeAndShowing_Test.java index df30c12a..b6a70ca0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byNameTypeAndShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byNameTypeAndShowing_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byName_Test.java index dbf76209..9329251a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_matches_byName_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_toString_Test.java index f1d38969..d1b71e79 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/NameMatcher_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/ReflectionBasedFocusOwnerFinder_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/ReflectionBasedFocusOwnerFinder_Test.java index 5ff93499..1240633e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/ReflectionBasedFocusOwnerFinder_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/ReflectionBasedFocusOwnerFinder_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_TestCase.java index d212314e..3fb340fa 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_constructorWithRobotFactory_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_constructorWithRobotFactory_Test.java index 1fe34104..2b5141ce 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_constructorWithRobotFactory_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_constructorWithRobotFactory_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_constructorWithSettings_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_constructorWithSettings_Test.java index 49041096..43593786 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_constructorWithSettings_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_constructorWithSettings_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_mouseMove_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_mouseMove_Test.java index eafa3da1..c5768ae6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_mouseMove_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_mouseMove_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_pressKey_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_pressKey_Test.java index 51938eb7..121dbb9a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_pressKey_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_pressKey_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_pressMouseOnComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_pressMouseOnComponent_Test.java index 742570dd..5d66c732 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_pressMouseOnComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_pressMouseOnComponent_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_pressMouse_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_pressMouse_Test.java index 2d59260a..4c9b9321 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_pressMouse_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_pressMouse_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_rotateWheel_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_rotateWheel_Test.java index f9839df7..a918588a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_rotateWheel_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/RobotEventGenerator_rotateWheel_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/Scrolling_scrollToVisible_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/Scrolling_scrollToVisible_Test.java index 0eefe5b0..c6e167ad 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/Scrolling_scrollToVisible_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/Scrolling_scrollToVisible_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/Settings_delayBetweenEvents_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/Settings_delayBetweenEvents_Test.java index 2d261f33..c8beef36 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/Settings_delayBetweenEvents_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/Settings_delayBetweenEvents_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/SimpleFallbackExceptionHandler_handle_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/SimpleFallbackExceptionHandler_handle_Test.java index fd5ad8a9..07cf2783 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/SimpleFallbackExceptionHandler_handle_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/SimpleFallbackExceptionHandler_handle_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_TestCase.java index ca31e883..60e6ca8b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_childrenOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_childrenOf_Test.java index 8e52032a..cf756f9c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_childrenOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_childrenOf_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_contains_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_contains_Test.java index b133d7b4..6ece2aac 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_contains_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_contains_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_dispose_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_dispose_Test.java index 9a78c984..a20300ab 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_dispose_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_dispose_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_parentOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_parentOf_Test.java index faa74792..d8a2864d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_parentOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_parentOf_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_root_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_root_Test.java index 64f1bf41..c7191438 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_root_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_root_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_roots_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_roots_Test.java index 88a04da8..cacafd9b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_roots_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/SingleComponentHierarchy_roots_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/TestComponentHierarchies.java b/assertj-swing/src/test/java/org/assertj/swing/core/TestComponentHierarchies.java index a87565dd..72bf5953 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/TestComponentHierarchies.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/TestComponentHierarchies.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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/TestRobotFixture.java b/assertj-swing/src/test/java/org/assertj/swing/core/TestRobotFixture.java index 19679be4..ea3d7333 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/TestRobotFixture.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/TestRobotFixture.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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/TestRobots.java b/assertj-swing/src/test/java/org/assertj/swing/core/TestRobots.java index 153a154e..9b16bf2c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/TestRobots.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/TestRobots.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,14 +8,14 @@ * 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.core; import static org.mockito.Mockito.doAnswer; import static org.mockito.Mockito.mock; -import org.mockito.Mockito; +import org.mockito.ArgumentMatchers; import org.mockito.invocation.InvocationOnMock; import org.mockito.stubbing.Answer; @@ -34,18 +34,17 @@ private static class LazyLoadedSingleton { } public static Robot newRobotMock() { - Robot mock = mock(Robot.class); - doAnswer(new Answer() { + final Robot mock = mock(Robot.class); + doAnswer(new Answer(){ @Override - public Object answer(InvocationOnMock invocation) throws Throwable { - invocation.getArgumentAt(1, Runnable.class).run(); + public Object answer(final InvocationOnMock invocation) throws Throwable { + invocation. getArgument(1).run(); return null; } - }).when(mock).pressKeyWhileRunning(Mockito.anyInt(), Mockito.anyObject()); + }).when(mock).pressKeyWhileRunning(ArgumentMatchers.anyInt(), ArgumentMatchers.anyObject()); return mock; } - private TestRobots() { - } + private TestRobots() {} } diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/TestTerminator_terminateTests_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/TestTerminator_terminateTests_Test.java index 046740b3..a3151f31 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/TestTerminator_terminateTests_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/TestTerminator_terminateTests_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/ThreadsSource_allThreads_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/ThreadsSource_allThreads_Test.java index 30ff4046..04db47fd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/ThreadsSource_allThreads_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/ThreadsSource_allThreads_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/TypeMatcher_constructorWithType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/TypeMatcher_constructorWithType_Test.java index 31b37687..4549e02e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/TypeMatcher_constructorWithType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/TypeMatcher_constructorWithType_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/UnexpectedJOptionPaneFinder_requireNoJOptionPaneIsShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/UnexpectedJOptionPaneFinder_requireNoJOptionPaneIsShowing_Test.java index 48a8334a..0a28efa7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/UnexpectedJOptionPaneFinder_requireNoJOptionPaneIsShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/UnexpectedJOptionPaneFinder_requireNoJOptionPaneIsShowing_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/WindowAncestorFinder_windowAncestorOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/WindowAncestorFinder_windowAncestorOf_Test.java index 58583770..df91e425 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/WindowAncestorFinder_windowAncestorOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/WindowAncestorFinder_windowAncestorOf_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.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_any_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_any_Test.java index 5d6580aa..d5166178 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_any_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_any_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitlePattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitlePattern_Test.java index bf1611d8..6fb84d87 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitlePattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitlePattern_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitlePattern_withNoMatch_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitlePattern_withNoMatch_Test.java index 4410d0f4..adce3dce 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitlePattern_withNoMatch_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitlePattern_withNoMatch_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitle_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitle_Test.java index 5af4d2fa..d64df221 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitle_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitle_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitle_withNoMatch_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitle_withNoMatch_Test.java index aeb921d2..850206e0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitle_withNoMatch_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byNameAndTitle_withNoMatch_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byName_Test.java index 137ea5d2..90f69582 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byName_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byTitleAndShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byTitleAndShowing_Test.java index d22f56bf..1eeaee8a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byTitleAndShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byTitleAndShowing_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byTitlePattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byTitlePattern_Test.java index da7f9311..c7d0582e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byTitlePattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byTitlePattern_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byTitle_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byTitle_Test.java index a561f348..b96f2e3f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byTitle_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_matches_byTitle_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_toString_Test.java index f6c99c10..fcd658b6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/DialogMatcher_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_any_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_any_Test.java index 559d85aa..a988e30a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_any_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_any_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitlePattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitlePattern_Test.java index 29710ebe..53e97f69 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitlePattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitlePattern_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitlePattern_withNoMatch_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitlePattern_withNoMatch_Test.java index 56514f5a..1e73bb33 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitlePattern_withNoMatch_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitlePattern_withNoMatch_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitle_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitle_Test.java index 324d3cba..a84c5732 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitle_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitle_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitle_withNoMatch_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitle_withNoMatch_Test.java index c881cd94..85721f30 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitle_withNoMatch_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byNameAndTitle_withNoMatch_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byName_Test.java index f9631e30..b9fabe32 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byName_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byTitleAndShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byTitleAndShowing_Test.java index 9add05cd..a0c58d41 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byTitleAndShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byTitleAndShowing_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byTitlePattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byTitlePattern_Test.java index 3fb52413..66137963 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byTitlePattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byTitlePattern_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byTitle_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byTitle_Test.java index e2a15633..87815991 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byTitle_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_matches_byTitle_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_toString_Test.java index 9d295f59..4225bbd2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/FrameMatcher_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_any_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_any_Test.java index d9fac98e..9eb4dd60 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_any_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_any_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndTextPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndTextPattern_Test.java index 4d212627..c9f1cf06 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndTextPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndTextPattern_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndTextPattern_withNotMatch_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndTextPattern_withNotMatch_Test.java index f2c0ac64..04c22c9e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndTextPattern_withNotMatch_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndTextPattern_withNotMatch_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndText_Test.java index 70f3774e..8f1b72cf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndText_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndText_withNotMatch_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndText_withNotMatch_Test.java index c33dbb12..b23a63e6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndText_withNotMatch_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byNameAndText_withNotMatch_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byName_Test.java index 3104bd85..6550d21b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byName_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byTextAndShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byTextAndShowing_Test.java index 8ff32a3d..bfa2482d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byTextAndShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byTextAndShowing_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byTextPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byTextPattern_Test.java index 92de8def..2d6a6e9b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byTextPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byTextPattern_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byText_Test.java index 5d728321..b29173b7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_matches_byText_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_toString_Test.java index 689e4c9e..334d687c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JButtonMatcher_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_any_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_any_Test.java index fd8baaf8..f9a66399 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_any_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_any_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndTextPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndTextPattern_Test.java index 5247c750..0dffa38b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndTextPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndTextPattern_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndTextPattern_withNoMatch_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndTextPattern_withNoMatch_Test.java index af6c09db..a00075f0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndTextPattern_withNoMatch_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndTextPattern_withNoMatch_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndText_Test.java index f9f3739b..821d4fc6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndText_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndText_withNoMatch_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndText_withNoMatch_Test.java index f45400f4..dab0169f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndText_withNoMatch_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byNameAndText_withNoMatch_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byName_Test.java index 48858f0e..101e8088 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byName_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byTextAndShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byTextAndShowing_Test.java index 5696f3b5..124aa4a0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byTextAndShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byTextAndShowing_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byTextPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byTextPattern_Test.java index ffe85dbb..9edf5e91 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byTextPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byTextPattern_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byText_Test.java index 1d02feeb..e96754e4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_matches_byText_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_toString_Test.java index d539a074..9229a8b2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JLabelMatcher_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_any_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_any_Test.java index cdb6ac45..e58904ab 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_any_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_any_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndTextPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndTextPattern_Test.java index 1013e37d..5cb56cb7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndTextPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndTextPattern_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndTextPattern_withNoMatch_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndTextPattern_withNoMatch_Test.java index d6d75bfc..7db515b9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndTextPattern_withNoMatch_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndTextPattern_withNoMatch_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndText_Test.java index e0470678..775e514f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndText_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndText_withNoMatch_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndText_withNoMatch_Test.java index babcb913..48e54d21 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndText_withNoMatch_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byNameAndText_withNoMatch_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byName_Test.java index e5f3ad78..f432d04b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byName_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byTextAndShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byTextAndShowing_Test.java index 6af06515..55ae32fe 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byTextAndShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byTextAndShowing_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byTextPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byTextPattern_Test.java index 20477ecd..5946fab5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byTextPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byTextPattern_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byText_Test.java index 357716f3..aec66ed2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_matches_byText_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_toString_Test.java index 1844d0ea..7d697212 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/JTextComponentMatcher_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_ANY_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_ANY_toString_Test.java index 7c785898..460c70cb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_ANY_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_ANY_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_TestCase.java index 91cbd5e1..cc11d6a2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_arePropertyValuesMatching_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_arePropertyValuesMatching_Test.java index 44c37c20..e7fe835e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_arePropertyValuesMatching_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_arePropertyValuesMatching_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_constructor_withType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_constructor_withType_Test.java index 2d063a40..bf64879c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_constructor_withType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_constructor_withType_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_isNameMatching_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_isNameMatching_Test.java index e6a3210c..0da191b6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_isNameMatching_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_isNameMatching_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_quotedName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_quotedName_Test.java index fd6d2ba4..03003e18 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_quotedName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_quotedName_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_quoted_Test.java b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_quoted_Test.java index cbff38d9..a3f1e05f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_quoted_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/core/matcher/NamedComponentMatcherTemplate_quoted_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.core.matcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/data/Index_equals_hashCode_Test.java b/assertj-swing/src/test/java/org/assertj/swing/data/Index_equals_hashCode_Test.java index 7a78af30..a5b18508 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/data/Index_equals_hashCode_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/data/Index_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.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/data/Index_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/data/Index_toString_Test.java index 22c499fb..4bf34bfc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/data/Index_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/data/Index_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.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellByColumnId_findCell_Test.java b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellByColumnId_findCell_Test.java index 9b6d402e..567913d4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellByColumnId_findCell_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellByColumnId_findCell_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.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellByColumnId_findCell_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellByColumnId_findCell_withInvalidInput_Test.java index e99ba2da..890cc4ad 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellByColumnId_findCell_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellByColumnId_findCell_withInvalidInput_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.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellByColumnId_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellByColumnId_toString_Test.java index a35b4280..660a9a14 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellByColumnId_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellByColumnId_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.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellFinder_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellFinder_TestCase.java index e2bfdf33..5aef70fe 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellFinder_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellFinder_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.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInRowByValue_findCell_Test.java b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInRowByValue_findCell_Test.java index 2295675c..44e30f2f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInRowByValue_findCell_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInRowByValue_findCell_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.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInRowByValue_rowWithValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInRowByValue_rowWithValue_Test.java index 8097d196..eabc7faa 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInRowByValue_rowWithValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInRowByValue_rowWithValue_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.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInRowByValue_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInRowByValue_toString_Test.java index b89bd33e..c47cf256 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInRowByValue_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInRowByValue_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.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInSelectedRow_findCell_Test.java b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInSelectedRow_findCell_Test.java index d401dca7..b698ab3b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInSelectedRow_findCell_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInSelectedRow_findCell_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.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInSelectedRow_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInSelectedRow_toString_Test.java index 2a23328d..9d12eaef 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInSelectedRow_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/data/TableCellInSelectedRow_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.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/data/TableCell_equals_hashCode_Test.java b/assertj-swing/src/test/java/org/assertj/swing/data/TableCell_equals_hashCode_Test.java index 7a88cc09..637dda3c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/data/TableCell_equals_hashCode_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/data/TableCell_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.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/data/TableCell_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/data/TableCell_toString_Test.java index 9313118f..05dbe37f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/data/TableCell_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/data/TableCell_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.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonArmedQuery_isArmed_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonArmedQuery_isArmed_Test.java index b8325426..d272a1bd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonArmedQuery_isArmed_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonArmedQuery_isArmed_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_TestCase.java index 979e5c72..8034e361 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_click_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_click_Test.java index 276ff482..1a27e34b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_click_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_click_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireArmed_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireArmed_Test.java index e323bc06..7816f296 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireArmed_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireArmed_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireNotArmed_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireNotArmed_Test.java index 542a3fa9..69925e70 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireNotArmed_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireNotArmed_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireNotSelected_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireNotSelected_Test.java index 26670c90..f30d611e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireNotSelected_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireNotSelected_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireSelected_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireSelected_Test.java index f1d7115a..f00f69f6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireSelected_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireSelected_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireTextAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireTextAsPattern_Test.java index 68fd7feb..6d2df555 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireTextAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireTextAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireTextAsString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireTextAsString_Test.java index 157aabf4..7fd2b2dd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireTextAsString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_requireTextAsString_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_select_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_select_Test.java index 22ce8b71..690caddd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_select_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_select_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_textOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_textOf_Test.java index 0eb9f195..021c0870 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_textOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_textOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_unselect_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_unselect_Test.java index 42ad9d3a..814b943a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_unselect_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonDriver_unselect_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonSelectedQuery_isSelected_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonSelectedQuery_isSelected_Test.java index c01b24d8..2b90286b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonSelectedQuery_isSelected_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonSelectedQuery_isSelected_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonTextQuery_textOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonTextQuery_textOf_Test.java index 1d7bc774..f3f52bb7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonTextQuery_textOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractButtonTextQuery_textOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractJTableCellWriterStub.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractJTableCellWriterStub.java index b4821764..f053a244 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractJTableCellWriterStub.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractJTableCellWriterStub.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractJTableCellWriter_editorForCell_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractJTableCellWriter_editorForCell_Test.java index 2ba88d67..c0d91080 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractJTableCellWriter_editorForCell_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/AbstractJTableCellWriter_editorForCell_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/Actions_findActionKey_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/Actions_findActionKey_Test.java index c9c5ab70..57738d99 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/Actions_findActionKey_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/Actions_findActionKey_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicCellRendererComponentReader_valueFrom_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicCellRendererComponentReader_valueFrom_Test.java index 09c03a53..7d25133a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicCellRendererComponentReader_valueFrom_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicCellRendererComponentReader_valueFrom_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJComboBoxCellReader_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJComboBoxCellReader_constructor_Test.java index b94114cb..b84e7467 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJComboBoxCellReader_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJComboBoxCellReader_constructor_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJComboBoxCellReader_valueAt_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJComboBoxCellReader_valueAt_Test.java index 1988feb0..7296c4a6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJComboBoxCellReader_valueAt_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJComboBoxCellReader_valueAt_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJListCellReader_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJListCellReader_constructor_Test.java index c86cb4f9..8dc5fe3c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJListCellReader_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJListCellReader_constructor_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJListCellReader_valueAt_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJListCellReader_valueAt_Test.java index 4462358f..5b6dee26 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJListCellReader_valueAt_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJListCellReader_valueAt_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_TestCase.java index de1e5503..936801d5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_backgroundAt_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_backgroundAt_Test.java index df062389..b74bbc24 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_backgroundAt_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_backgroundAt_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_fontAt_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_fontAt_Test.java index 0083281b..28c8e34a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_fontAt_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_fontAt_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_foregroundAt_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_foregroundAt_Test.java index 63b86ac0..bfef784c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_foregroundAt_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_foregroundAt_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_valueAt_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_valueAt_Test.java index eb1ebe1c..6600f7b7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_valueAt_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellReader_valueAt_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellWriter_enterValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellWriter_enterValue_Test.java index 11c0b6b7..f227e910 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellWriter_enterValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellWriter_enterValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellWriter_startCellEditing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellWriter_startCellEditing_Test.java index b80ffd69..ae869b95 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellWriter_startCellEditing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTableCellWriter_startCellEditing_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTreeCellReader_valueAt_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTreeCellReader_valueAt_Test.java index 9d6d1ac8..e7abbd89 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTreeCellReader_valueAt_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/BasicJTreeCellReader_valueAt_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/Bug219_editTableCellWithEditorHavingCustomDocument_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/Bug219_editTableCellWithEditorHavingCustomDocument_Test.java index 37d75fcf..4b7e0e31 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/Bug219_editTableCellWithEditorHavingCustomDocument_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/Bug219_editTableCellWithEditorHavingCustomDocument_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/Bug225_pressF2ToStartEditingTableCell_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/Bug225_pressF2ToStartEditingTableCell_Test.java index e7dbccae..d588acfd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/Bug225_pressF2ToStartEditingTableCell_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/Bug225_pressF2ToStartEditingTableCell_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/Bug233_cannotSelectItemInSmallJList_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/Bug233_cannotSelectItemInSmallJList_Test.java index 516e6c93..8a0ba1c0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/Bug233_cannotSelectItemInSmallJList_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/Bug233_cannotSelectItemInSmallJList_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/Bug246_NpeWhenSelectingAlreadySelectedItemInJList_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/Bug246_NpeWhenSelectingAlreadySelectedItemInJList_Test.java index bd2ba026..f91ef063 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/Bug246_NpeWhenSelectingAlreadySelectedItemInJList_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/Bug246_NpeWhenSelectingAlreadySelectedItemInJList_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/CellRendererComponentReaderStub.java b/assertj-swing/src/test/java/org/assertj/swing/driver/CellRendererComponentReaderStub.java index d82e6861..2f529f7b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/CellRendererComponentReaderStub.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/CellRendererComponentReaderStub.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_TestCase.java index c9dfcaf5..37b0d790 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_backgroundOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_backgroundOf_Test.java index 24b1672a..9e79ee17 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_backgroundOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_backgroundOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponentAtPoint_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponentAtPoint_Test.java index e8b72390..1d1d8ca5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponentAtPoint_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponentAtPoint_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponentWithMouseButton_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponentWithMouseButton_Test.java index 5eacc685..8bec5e40 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponentWithMouseButton_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponentWithMouseButton_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponentWithMouseClickInfo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponentWithMouseClickInfo_Test.java index 8ef1ed86..886d8923 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponentWithMouseClickInfo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponentWithMouseClickInfo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponent_Test.java index 37042100..baa82bac 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_clickComponent_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_doubleClick_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_doubleClick_Test.java index abaea816..131e4b27 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_doubleClick_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_doubleClick_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_focusAndWaitForFocusGain_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_focusAndWaitForFocusGain_Test.java index 4e9b346c..892bd2b8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_focusAndWaitForFocusGain_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_focusAndWaitForFocusGain_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_focus_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_focus_Test.java index 14a7ea4e..99339dca 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_focus_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_focus_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_fontOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_fontOf_Test.java index fec9f632..727f0d9e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_fontOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_fontOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_foregroundOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_foregroundOf_Test.java index 4ac12610..cab64264 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_foregroundOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_foregroundOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_invokePopupAtPoint_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_invokePopupAtPoint_Test.java index f473868b..264adcf1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_invokePopupAtPoint_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_invokePopupAtPoint_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_invokePopup_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_invokePopup_Test.java index 9604e934..cb64b2aa 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_invokePopup_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_invokePopup_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_invokePopup_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_invokePopup_TestCase.java index 8441964c..b8079259 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_invokePopup_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_invokePopup_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressAndReleaseKeyWithPressInfo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressAndReleaseKeyWithPressInfo_Test.java index 7de3af03..5ab0a9bb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressAndReleaseKeyWithPressInfo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressAndReleaseKeyWithPressInfo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressAndReleaseKeys_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressAndReleaseKeys_Test.java index f52f0bbe..5b6847cb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressAndReleaseKeys_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressAndReleaseKeys_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressKeyWhileRunning_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressKeyWhileRunning_Test.java index a6e6eb12..1f2d91e2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressKeyWhileRunning_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressKeyWhileRunning_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressKey_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressKey_Test.java index 4d0a07a8..fca6f011 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressKey_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressKey_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressKey_releaseKey_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressKey_releaseKey_Test.java index d862f915..6158ab66 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressKey_releaseKey_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_pressKey_releaseKey_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_releaseKey_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_releaseKey_Test.java index 5e9f94d4..82449252 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_releaseKey_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_releaseKey_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireDisabled_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireDisabled_Test.java index a16f8d8b..d1a87bdd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireDisabled_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireDisabled_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireEnabledWithTimout_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireEnabledWithTimout_Test.java index ffd72872..47cbc966 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireEnabledWithTimout_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireEnabledWithTimout_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireEnabled_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireEnabled_Test.java index af68bef2..e7cd63e5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireEnabled_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireEnabled_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireFocused_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireFocused_Test.java index 624cc5a2..962464f1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireFocused_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireFocused_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireNotVisible_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireNotVisible_Test.java index eec21edd..894682a2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireNotVisible_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireNotVisible_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireSize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireSize_Test.java index 61d8ff5d..3e53933e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireSize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireSize_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireVisible_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireVisible_Test.java index c115e422..3f3df828 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireVisible_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_requireVisible_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_rightClick_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_rightClick_Test.java index 290de5e6..8ea29a38 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_rightClick_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_rightClick_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_settings_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_settings_Test.java index 4c46bec4..2b3bfc01 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_settings_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentDriver_settings_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentLocationQuery.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentLocationQuery.java index 67cf8c3a..4325aadd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentLocationQuery.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentLocationQuery.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentMovableQuery_isUserMovable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentMovableQuery_isUserMovable_Test.java index 82394d30..a8f820e1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentMovableQuery_isUserMovable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentMovableQuery_isUserMovable_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentMoveTask_moveComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentMoveTask_moveComponent_Test.java index b7b6b65d..1d605812 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentMoveTask_moveComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentMoveTask_moveComponent_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentPerformDefaultAccessibleActionTask_performDefaultAccessibleAction_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentPerformDefaultAccessibleActionTask_performDefaultAccessibleAction_Test.java index 99c25642..1f587d6a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentPerformDefaultAccessibleActionTask_performDefaultAccessibleAction_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentPerformDefaultAccessibleActionTask_performDefaultAccessibleAction_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentShownWaiter_waitTillShownWithCustomTimeout_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentShownWaiter_waitTillShownWithCustomTimeout_Test.java index 572380a5..9691a30c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentShownWaiter_waitTillShownWithCustomTimeout_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentShownWaiter_waitTillShownWithCustomTimeout_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentShownWaiter_waitTillShown_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentShownWaiter_waitTillShown_Test.java index c3f9a623..8baec3cc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentShownWaiter_waitTillShown_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentShownWaiter_waitTillShown_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentStateValidator_validateIsEnabledAndShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentStateValidator_validateIsEnabledAndShowing_Test.java index 7f1e7330..9029dc58 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentStateValidator_validateIsEnabledAndShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ComponentStateValidator_validateIsEnabledAndShowing_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ContainerDriver_checkCanResize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ContainerDriver_checkCanResize_Test.java index 54748a74..2d2fb98a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ContainerDriver_checkCanResize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ContainerDriver_checkCanResize_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/DialogModalQuery_isModal_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/DialogModalQuery_isModal_Test.java index 20f66448..82d5730b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/DialogModalQuery_isModal_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/DialogModalQuery_isModal_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FEST137_SelectAllOnDoubleClickInJTextComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FEST137_SelectAllOnDoubleClickInJTextComponent_Test.java index 2ff0201c..5b494ace 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FEST137_SelectAllOnDoubleClickInJTextComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FEST137_SelectAllOnDoubleClickInJTextComponent_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FEST148_selectTreeCell_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FEST148_selectTreeCell_Test.java index baaeab1a..e18d8b19 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FEST148_selectTreeCell_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FEST148_selectTreeCell_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FEST210_respectLimitationsOfBasicSplitPaneDividerDragController_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FEST210_respectLimitationsOfBasicSplitPaneDividerDragController_Test.java index 758a0ae8..fbb766ff 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FEST210_respectLimitationsOfBasicSplitPaneDividerDragController_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FEST210_respectLimitationsOfBasicSplitPaneDividerDragController_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FEST231_JScrollBarUpAndDownInverted_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FEST231_JScrollBarUpAndDownInverted_Test.java index 8c3e5d2e..fef706e4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FEST231_JScrollBarUpAndDownInverted_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FEST231_JScrollBarUpAndDownInverted_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FEST274_selectionInEditableJComboBox_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FEST274_selectionInEditableJComboBox_Test.java index 8b50c581..6ee12e7c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FEST274_selectionInEditableJComboBox_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FEST274_selectionInEditableJComboBox_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_TestCase.java index 1f9fa5a7..596feaa1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_deiconify_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_deiconify_Test.java index 6faec7c8..565c6806 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_deiconify_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_deiconify_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_iconify_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_iconify_Test.java index 4f9f0bef..e9c1d0db 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_iconify_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_iconify_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_iconify_deiconify_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_iconify_deiconify_Test.java index f9165cb9..5a2a38b3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_iconify_deiconify_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_iconify_deiconify_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_maximize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_maximize_Test.java index 89c84840..777eca84 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_maximize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_maximize_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_moveTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_moveTo_Test.java index 1e6d5e73..fd0d148a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_moveTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_moveTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_normalize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_normalize_Test.java index dc1023da..48fa5141 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_normalize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_normalize_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_requireTitle_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_requireTitle_Test.java index 0ce3dff3..fa2da301 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_requireTitle_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_requireTitle_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_resizeHeightTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_resizeHeightTo_Test.java index e08bf5cc..1aa2bbd3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_resizeHeightTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_resizeHeightTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_resizeTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_resizeTo_Test.java index 4be81c83..4b29cc13 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_resizeTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_resizeTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_resizeWidthTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_resizeWidthTo_Test.java index 07ecac5d..8381f6a3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_resizeWidthTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/FrameDriver_resizeWidthTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/GitHub_169_DisabledComponentTest.java b/assertj-swing/src/test/java/org/assertj/swing/driver/GitHub_169_DisabledComponentTest.java index 3774bd98..240db3d5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/GitHub_169_DisabledComponentTest.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/GitHub_169_DisabledComponentTest.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_Test.java index 0ab20272..4c8043fa 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_TestCase.java index 22d16087..c41dd6b1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_appletResize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_appletResize_Test.java index 9adc1b55..607dba57 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_appletResize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_appletResize_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getAppletContext_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getAppletContext_Test.java index 66060191..d8369d33 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getAppletContext_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getAppletContext_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getCodeBase_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getCodeBase_Test.java index e74063dc..6bb65b7a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getCodeBase_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getCodeBase_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getDocumentBase_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getDocumentBase_Test.java index d9ec8096..c5935acd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getDocumentBase_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getDocumentBase_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getParameter_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getParameter_Test.java index da30b8bb..7d876119 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getParameter_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_getParameter_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_isActive_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_isActive_Test.java index a8625319..5527d737 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_isActive_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JAppletDriver_isActive_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_TestCase.java index 80c14279..2b9ed444 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_cellReader_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_cellReader_Test.java index 9d7dbe45..cb11fc7d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_cellReader_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_cellReader_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_clearSelection_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_clearSelection_Test.java index c369661e..a0b46a52 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_clearSelection_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_clearSelection_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_contentsOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_contentsOf_Test.java index 56304887..a2c9f163 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_contentsOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_contentsOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_dropDownList_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_dropDownList_Test.java index a643b098..bed67b47 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_dropDownList_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_dropDownList_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_enterText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_enterText_Test.java index 2a0240cc..bea77d3a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_enterText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_enterText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_replaceText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_replaceText_Test.java index a2cfe563..f8e143cd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_replaceText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_replaceText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireEditable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireEditable_Test.java index 79cfee3e..cbd21a5b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireEditable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireEditable_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireItemCount_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireItemCount_Test.java index 687f5a40..4d33d729 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireItemCount_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireItemCount_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireNoSelection_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireNoSelection_Test.java index 99c30153..2ce92217 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireNoSelection_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireNoSelection_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireNotEditable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireNotEditable_Test.java index adc8e937..3d2b5bbf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireNotEditable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireNotEditable_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireSelectionByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireSelectionByIndex_Test.java index 74a5e020..767311bc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireSelectionByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireSelectionByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireSelectionByPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireSelectionByPattern_Test.java index 15c27a4f..a2e00294 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireSelectionByPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireSelectionByPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireSelectionByText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireSelectionByText_Test.java index 205d4ccf..bbbcaec1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireSelectionByText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_requireSelectionByText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectAllText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectAllText_Test.java index 146e4fee..f47e65f2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectAllText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectAllText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectItemByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectItemByIndex_Test.java index 171f9ed5..010e5130 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectItemByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectItemByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectItemByPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectItemByPattern_Test.java index 24af0fa0..d22d7285 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectItemByPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectItemByPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectItemByText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectItemByText_Test.java index e7aac605..fbcabfa1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectItemByText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectItemByText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectedItemOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectedItemOf_Test.java index 30384d9f..807f44d4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectedItemOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_selectedItemOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_showDropDownList_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_showDropDownList_Test.java index 36258d91..9dfc1457 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_showDropDownList_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_showDropDownList_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_value_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_value_Test.java index b9438ed1..c014ef6f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_value_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDropDownListFinder_findDropDownList_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDropDownListFinder_findDropDownList_Test.java index d67da6dd..57e69e99 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDropDownListFinder_findDropDownList_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxDropDownListFinder_findDropDownList_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxEditableQuery_isEditable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxEditableQuery_isEditable_Test.java index 9fb066a8..bafb4f04 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxEditableQuery_isEditable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxEditableQuery_isEditable_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxItemIndexPreconditions_validateIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxItemIndexPreconditions_validateIndex_Test.java index d00796f4..75502cb4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxItemIndexPreconditions_validateIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxItemIndexPreconditions_validateIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxMakeEditableAndSelectItemTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxMakeEditableAndSelectItemTask.java index a95dd7cd..0be7da5e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxMakeEditableAndSelectItemTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxMakeEditableAndSelectItemTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxMatchingItemQuery_matchingItemIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxMatchingItemQuery_matchingItemIndex_Test.java index 7572287e..efc6fd4f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxMatchingItemQuery_matchingItemIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxMatchingItemQuery_matchingItemIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSelectItemAtIndexTask_setSelectedIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSelectItemAtIndexTask_setSelectedIndex_Test.java index e4283623..fd8bcf56 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSelectItemAtIndexTask_setSelectedIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSelectItemAtIndexTask_setSelectedIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSelectedIndexQuery_selectedIndexOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSelectedIndexQuery_selectedIndexOf_Test.java index 00d752c9..dec8254f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSelectedIndexQuery_selectedIndexOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSelectedIndexQuery_selectedIndexOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSelectionValueQuery_selection_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSelectionValueQuery_selection_Test.java index 88e2a0b5..a3406a4f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSelectionValueQuery_selection_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSelectionValueQuery_selection_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSetEditableTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSetEditableTask.java index 40312f47..69263b14 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSetEditableTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComboBoxSetEditableTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_TestCase.java index 3d2103f2..637d587f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_clientProperty_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_clientProperty_Test.java index 2ba20bbc..6256caa3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_clientProperty_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_clientProperty_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_requireToolTipAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_requireToolTipAsPattern_Test.java index 11854ea5..3396c6ba 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_requireToolTipAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_requireToolTipAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_requireToolTipAsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_requireToolTipAsText_Test.java index 54aeb4e4..f19a46b5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_requireToolTipAsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentDriver_requireToolTipAsText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentToolTipQuery_toolTipOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentToolTipQuery_toolTipOf_Test.java index 738ba01c..d5e96ab1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentToolTipQuery_toolTipOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JComponentToolTipQuery_toolTipOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserApproveButtonTextQuery_approveButtonTextFrom_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserApproveButtonTextQuery_approveButtonTextFrom_Test.java index 4a866101..3cdf46c5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserApproveButtonTextQuery_approveButtonTextFrom_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserApproveButtonTextQuery_approveButtonTextFrom_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_TestCase.java index b0bc9a3e..49922843 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_approveButton_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_approveButton_Test.java index b32d2ff0..e84d08c0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_approveButton_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_approveButton_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_cancelButton_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_cancelButton_Test.java index 0b6afa81..dd9ac446 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_cancelButton_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_cancelButton_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_fileNameTextBox_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_fileNameTextBox_Test.java index 7a8c1f74..279e6b02 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_fileNameTextBox_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_fileNameTextBox_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFile_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFile_Test.java index f929622c..f2cef3b2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFile_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFile_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFile_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFile_withInvalidInput_Test.java index 4a79552b..603de5a0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFile_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFile_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFiles_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFiles_Test.java index 5b2b1697..db211c2b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFiles_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFiles_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFiles_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFiles_withInvalidInput_Test.java index c2f03fb7..5a15614f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFiles_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_selectFiles_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_setCurrentDirectory_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_setCurrentDirectory_Test.java index e246d08c..0d56491b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_setCurrentDirectory_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_setCurrentDirectory_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_withMocks_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_withMocks_TestCase.java index d6858f70..77514755 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_withMocks_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserDriver_withMocks_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserSelectFileTask_validateAndSelectFile_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserSelectFileTask_validateAndSelectFile_Test.java index 3a366671..bdf5ea2b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserSelectFileTask_validateAndSelectFile_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JFileChooserSelectFileTask_validateAndSelectFile_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameCloseTask_close_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameCloseTask_close_Test.java index a56108c5..60d7c383 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameCloseTask_close_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameCloseTask_close_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_TestCase.java index 7eb0b83b..38a4bd77 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_close_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_close_Test.java index dc8f04bf..4f7a4f2b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_close_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_close_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_deiconify_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_deiconify_Test.java index 9b2111e4..49f2306d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_deiconify_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_deiconify_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_failIfVetoed_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_failIfVetoed_Test.java index ba04671a..c17ac443 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_failIfVetoed_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_failIfVetoed_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_iconify_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_iconify_Test.java index d6498f68..db327260 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_iconify_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_iconify_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_iconify_deiconify_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_iconify_deiconify_Test.java index e38e2e92..88b94cb6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_iconify_deiconify_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_iconify_deiconify_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_maximize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_maximize_Test.java index 84937d08..cf7dcb4b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_maximize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_maximize_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_moveToBack_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_moveToBack_Test.java index 4c531ab5..adb8d225 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_moveToBack_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_moveToBack_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_moveToFront_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_moveToFront_Test.java index a857123b..113deae3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_moveToFront_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_moveToFront_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_moveTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_moveTo_Test.java index 060d0d39..6049e06a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_moveTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_moveTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_normalize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_normalize_Test.java index 52f90fe4..0eefc693 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_normalize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_normalize_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_requireTitle_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_requireTitle_Test.java index 52c9d719..f999ffad 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_requireTitle_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_requireTitle_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_resizeHeightTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_resizeHeightTo_Test.java index 1da7703a..25befc38 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_resizeHeightTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_resizeHeightTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_resizeTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_resizeTo_Test.java index 849ed70f..3316ba15 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_resizeTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_resizeTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_resizeWidthTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_resizeWidthTo_Test.java index 854945c9..cf365686 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_resizeWidthTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameDriver_resizeWidthTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameIconQuery_isIconified_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameIconQuery_isIconified_Test.java index 901aca15..8a364d7f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameIconQuery_isIconified_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameIconQuery_isIconified_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameSetIconTask_setIcon_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameSetIconTask_setIcon_Test.java index 51876988..5c24edc5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameSetIconTask_setIcon_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameSetIconTask_setIcon_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameSetMaximumTask_setMaximum_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameSetMaximumTask_setMaximum_Test.java index e0fc3b39..0a5b96cb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameSetMaximumTask_setMaximum_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JInternalFrameSetMaximumTask_setMaximum_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelDriver_TestCase.java index 67ded5cb..1461755e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelDriver_requireTextAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelDriver_requireTextAsPattern_Test.java index 5ae0bd2d..aa074233 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelDriver_requireTextAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelDriver_requireTextAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelDriver_requireTextAsString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelDriver_requireTextAsString_Test.java index 849da95d..63f48863 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelDriver_requireTextAsString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelDriver_requireTextAsString_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelTextQuery_textOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelTextQuery_textOf_Test.java index 419b16d1..b595ef0d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelTextQuery_textOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JLabelTextQuery_textOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListContentQuery_contents_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListContentQuery_contents_Test.java index 4d2dc501..6d387738 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListContentQuery_contents_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListContentQuery_contents_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_TestCase.java index 1aeb36d7..5f4f6497 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_cellReader_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_cellReader_Test.java index 1da7eae1..515b951f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_cellReader_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_cellReader_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_clearSelection_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_clearSelection_Test.java index dda0ca31..98c121e9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_clearSelection_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_clearSelection_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_clickItemByPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_clickItemByPattern_Test.java index 39dab4c3..5f23b36a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_clickItemByPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_clickItemByPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_clickItemByText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_clickItemByText_Test.java index e1daa1de..56cb8ae3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_clickItemByText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_clickItemByText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_contentsOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_contentsOf_Test.java index ef91616b..7d39cc41 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_contentsOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_contentsOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDropByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDropByIndex_Test.java index 7f0826d2..bc6772b1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDropByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDropByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDropByPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDropByPattern_Test.java index c1a21d69..985e5d0a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDropByPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDropByPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDropByText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDropByText_Test.java index 8f9f5801..d813edba 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDropByText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDropByText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDrop_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDrop_TestCase.java index c72f73bd..75fbcb02 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDrop_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragAndDrop_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragByIndex_Test.java index f2b08c86..bcced868 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragByPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragByPattern_Test.java index 43599de4..5237ccbc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragByPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragByPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragByText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragByText_Test.java index a4810ea6..d48911a3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragByText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dragByText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dropByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dropByIndex_Test.java index 602a1955..3ee92682 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dropByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dropByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dropByPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dropByPattern_Test.java index d0250e85..d4b38367 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dropByPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dropByPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dropByText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dropByText_Test.java index 1c0af01d..64667231 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dropByText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_dropByText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_drop_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_drop_Test.java index a499ede5..f0af1d70 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_drop_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_drop_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_indexOfValueAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_indexOfValueAsPattern_Test.java index 563b4562..f02f6aad 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_indexOfValueAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_indexOfValueAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_indexOfValueAsString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_indexOfValueAsString_Test.java index f1c51276..73ea0f10 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_indexOfValueAsString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_indexOfValueAsString_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_pointAt_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_pointAt_Test.java index f710e698..b1ec0b68 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_pointAt_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_pointAt_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireItemCount_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireItemCount_Test.java index f115bb3c..1f8b061d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireItemCount_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireItemCount_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireNoSelection_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireNoSelection_Test.java index 1658c32e..81222069 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireNoSelection_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireNoSelection_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsPattern_Test.java index 641c5842..332ef81e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsPattern_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsPattern_withInvalidInput_Test.java index 5c733ae7..3cf1d73d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsPattern_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsPattern_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsText_Test.java index 21f840f2..f9ac6448 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsText_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsText_withInvalidInput_Test.java index 0ca5c1ea..0f93baf8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsText_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsAsText_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsByIndex_Test.java index c6346842..9ef2d15c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsByIndex_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsByIndex_withInvalidInput_Test.java index 632150a9..7dcac112 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsByIndex_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectedItemsByIndex_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectionAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectionAsPattern_Test.java index cc4b656d..a0f14e2b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectionAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectionAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectionAsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectionAsText_Test.java index 02964ff6..7512131c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectionAsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectionAsText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectionByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectionByIndex_Test.java index f8535aae..e683a0a4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectionByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_requireSelectionByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByIndex_Test.java index 7f251122..47d8d318 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByIndex_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByIndex_withInvalidIndex_Test.java index 85ba281f..db092411 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByIndex_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByIndex_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByPattern_Test.java index 91cbcd4a..1d2f7e01 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByText_Test.java index 3e870ca6..6b7c3a0b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemByText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByFluentRange_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByFluentRange_Test.java index b03900e8..01ac541b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByFluentRange_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByFluentRange_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByFluentRange_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByFluentRange_withInvalidIndex_Test.java index 9cf17b07..637a3b42 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByFluentRange_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByFluentRange_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByIndex_Test.java index 6347a976..6203783f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByIndex_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByIndex_withInvalidIndex_Test.java index 0c4ef0b0..d31a58c4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByIndex_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByIndex_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByIndex_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByIndex_withInvalidInput_Test.java index 6b41a1f5..7365b2b9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByIndex_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByIndex_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByPattern_Test.java index 427487a9..2a2de604 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByPattern_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByPattern_withInvalidInput_Test.java index 643796af..d9ffa1ce 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByPattern_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByPattern_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByRange_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByRange_Test.java index f3587443..842a19f3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByRange_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByRange_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByRange_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByRange_withInvalidIndex_Test.java index 0105782c..42e0aaea 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByRange_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByRange_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByText_Test.java index 82ca18e8..7e2f07d2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByText_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByText_withInvalidInput_Test.java index 11fe3c11..16a5f391 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByText_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectItemsByText_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectionOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectionOf_Test.java index 96ba0606..17cbea50 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectionOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_selectionOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenuAtItemAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenuAtItemAsPattern_Test.java index 486646c4..ad1df21e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenuAtItemAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenuAtItemAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenuAtItemAsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenuAtItemAsText_Test.java index ba494bf6..d1262093 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenuAtItemAsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenuAtItemAsText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenuAtItemByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenuAtItemByIndex_Test.java index 7b7f05a9..8bbc4926 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenuAtItemByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenuAtItemByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenu_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenu_TestCase.java index 3c91fbff..2891262f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenu_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_showPopupMenu_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemByIndex_Test.java index 0a615505..81df3ac5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemByIndex_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemByIndex_withInvalidIndex_Test.java index 8cbe18a3..e0d27e22 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemByIndex_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemByIndex_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemsByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemsByIndex_Test.java index 5a68f161..f69a87b1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemsByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemsByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemsByIndex_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemsByIndex_withInvalidIndex_Test.java index 0aa4a8cc..70d34c2f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemsByIndex_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemsByIndex_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemsByIndex_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemsByIndex_withInvalidInput_Test.java index 68d18e34..9d9ae331 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemsByIndex_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_unselectItemsByIndex_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_value_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_value_Test.java index 727daa8c..b3eeac93 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_value_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_withMocks_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_withMocks_TestCase.java index eb4350db..1a1a9c75 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_withMocks_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListDriver_withMocks_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemIndexValidator_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemIndexValidator_TestCase.java index 14efa823..11a79d94 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemIndexValidator_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemIndexValidator_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemIndexValidator_validateIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemIndexValidator_validateIndex_Test.java index fd4948be..ae32fba8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemIndexValidator_validateIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemIndexValidator_validateIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemIndexValidator_validateIndices_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemIndexValidator_validateIndices_Test.java index 49ca368e..462e9605 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemIndexValidator_validateIndices_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemIndexValidator_validateIndices_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemValueQuery_itemValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemValueQuery_itemValue_Test.java index f0e9e4c9..41d49051 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemValueQuery_itemValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListItemValueQuery_itemValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_TestCase.java index 55d33514..befc1ca8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_matchingItemIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_matchingItemIndex_Test.java index 9c29df57..0bd34e6a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_matchingItemIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_matchingItemIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_matchingItemIndices_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_matchingItemIndices_Test.java index 9c5b31d9..7df6fab5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_matchingItemIndices_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_matchingItemIndices_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_matchingItemValues_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_matchingItemValues_Test.java index 39654f65..7668bee3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_matchingItemValues_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListMatchingItemQuery_matchingItemValues_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListSelectedIndexQuery_selectedIndexOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListSelectedIndexQuery_selectedIndexOf_Test.java index a6ffa4ff..09d92921 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListSelectedIndexQuery_selectedIndexOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListSelectedIndexQuery_selectedIndexOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListSelectionValuesQuery_selectionValues_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListSelectionValuesQuery_selectionValues_Test.java index fd10bfdb..27f8fa68 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListSelectionValuesQuery_selectionValues_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListSelectionValuesQuery_selectionValues_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JListSetSelectedIndexTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JListSetSelectedIndexTask.java index babc0225..1eb01d57 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JListSetSelectedIndexTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JListSetSelectedIndexTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuItemDriver_click_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuItemDriver_click_Test.java index ef1cb4b8..c4da6814 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuItemDriver_click_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuItemDriver_click_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuItemMatcher_matches_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuItemMatcher_matches_Test.java index 552c2ab9..18ff43f7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuItemMatcher_matches_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuItemMatcher_matches_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuItemMatcher_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuItemMatcher_toString_Test.java index dd3b70bd..7f281073 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuItemMatcher_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuItemMatcher_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuPopupMenuQuery_popupMenuOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuPopupMenuQuery_popupMenuOf_Test.java index 3aad48b9..3bc4f66a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuPopupMenuQuery_popupMenuOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JMenuPopupMenuQuery_popupMenuOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_TestCase.java index 3d76b094..eceea0c2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_buttonWithTextAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_buttonWithTextAsPattern_Test.java index ebe9d50e..5f3d2fb2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_buttonWithTextAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_buttonWithTextAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_buttonWithTextAsString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_buttonWithTextAsString_Test.java index a8d80f87..ad944389 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_buttonWithTextAsString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_buttonWithTextAsString_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_cancelButton_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_cancelButton_Test.java index 3f48efd0..0f529e4c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_cancelButton_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_cancelButton_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_noButton_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_noButton_Test.java index ac8eea63..f1a666f1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_noButton_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_noButton_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_okButton_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_okButton_Test.java index 6c07076a..61e0d02d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_okButton_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_okButton_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireErrorMessage_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireErrorMessage_Test.java index ca402d3e..be6bfc25 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireErrorMessage_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireErrorMessage_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireInfomationMessage_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireInfomationMessage_Test.java index 4abad32f..ea398ed0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireInfomationMessage_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireInfomationMessage_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireMessageByPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireMessageByPattern_Test.java index c6738e72..950455a7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireMessageByPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireMessageByPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireMessage_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireMessage_Test.java index c776d0dd..8f3eee0d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireMessage_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireMessage_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireOptions_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireOptions_Test.java index 65da9086..e93a22a3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireOptions_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireOptions_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requirePlainMessage_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requirePlainMessage_Test.java index 74746f42..8aebb36f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requirePlainMessage_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requirePlainMessage_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireQuestionMessage_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireQuestionMessage_Test.java index 5d1e1698..18b7d677 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireQuestionMessage_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireQuestionMessage_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireTitleAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireTitleAsPattern_Test.java index 6e258975..7c9bc259 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireTitleAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireTitleAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireTitleAsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireTitleAsText_Test.java index cd440b7a..6299fed4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireTitleAsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireTitleAsText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireWarningMessage_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireWarningMessage_Test.java index 1d5aa80d..5b950074 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireWarningMessage_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_requireWarningMessage_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_title_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_title_Test.java index f10d254f..4babaf73 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_title_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_title_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_yesButton_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_yesButton_Test.java index 6660fc31..5625ec9f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_yesButton_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneDriver_yesButton_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageQuery_messageOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageQuery_messageOf_Test.java index 2af827de..0bbe9516 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageQuery_messageOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageQuery_messageOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageTypeQuery_messageTypeOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageTypeQuery_messageTypeOf_Test.java index 13b82a07..0a6a39a8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageTypeQuery_messageTypeOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageTypeQuery_messageTypeOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageTypes_messageTypeAsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageTypes_messageTypeAsText_Test.java index a4f7e8f2..814de7c7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageTypes_messageTypeAsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageTypes_messageTypeAsText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageTypes_messageTypeAsText_withInvalidType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageTypes_messageTypeAsText_withInvalidType_Test.java index f3289f32..2d4915a7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageTypes_messageTypeAsText_withInvalidType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneMessageTypes_messageTypeAsText_withInvalidType_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneOptionsQuery_optionsOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneOptionsQuery_optionsOf_Test.java index 522a1e41..e0bebaf1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneOptionsQuery_optionsOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneOptionsQuery_optionsOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneTitleQuery_titleOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneTitleQuery_titleOf_Test.java index 3a699676..1d782d59 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneTitleQuery_titleOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JOptionPaneTitleQuery_titleOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_TestCase.java index 38e60f41..0b03e2ce 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_menuItemUsingGenericTypeMatcher_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_menuItemUsingGenericTypeMatcher_Test.java index 339ab422..fe1f8c1e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_menuItemUsingGenericTypeMatcher_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_menuItemUsingGenericTypeMatcher_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_menuItemUsingName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_menuItemUsingName_Test.java index 48467e4f..a2fa2ad3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_menuItemUsingName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_menuItemUsingName_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_menuLabelsOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_menuLabelsOf_Test.java index 11de9a03..98045d67 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_menuLabelsOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuDriver_menuLabelsOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuElementsAsTextQuery_menuElementsAsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuElementsAsTextQuery_menuElementsAsText_Test.java index c7cbbd74..7c4dd16c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuElementsAsTextQuery_menuElementsAsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JPopupMenuElementsAsTextQuery_menuElementsAsText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_TestCase.java index c504b433..e96baa12 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireDeterminate_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireDeterminate_Test.java index 34481dfc..0e9059af 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireDeterminate_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireDeterminate_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireIndeterminate_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireIndeterminate_Test.java index 7ba512bc..78b0ad51 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireIndeterminate_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireIndeterminate_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireTextAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireTextAsPattern_Test.java index 5e4af325..027601b5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireTextAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireTextAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireTextAsString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireTextAsString_Test.java index 9e2cf293..b11666cb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireTextAsString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireTextAsString_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireValue_Test.java index 1c9b0240..ca77dc97 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_requireValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_textOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_textOf_Test.java index d302adcd..b2deb45b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_textOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_textOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilIsDeterminate_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilIsDeterminate_Test.java index a3cdac84..9937e114 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilIsDeterminate_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilIsDeterminate_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilIsDeterminate_withTimeout_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilIsDeterminate_withTimeout_Test.java index 5849d71a..ea75ba4c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilIsDeterminate_withTimeout_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilIsDeterminate_withTimeout_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilValueIs_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilValueIs_Test.java index 5932c902..72172d05 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilValueIs_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilValueIs_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilValueIs_withTimeout_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilValueIs_withTimeout_Test.java index 1c33cf7e..a5870439 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilValueIs_withTimeout_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarDriver_waitUntilValueIs_withTimeout_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarIncrementValueAsyncTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarIncrementValueAsyncTask.java index 7cf191a9..3badad81 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarIncrementValueAsyncTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarIncrementValueAsyncTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarIncrementValueTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarIncrementValueTask.java index 7762379a..04ce634f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarIncrementValueTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarIncrementValueTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarMakeDeterminateAsyncTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarMakeDeterminateAsyncTask.java index a590a918..1b2fae7a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarMakeDeterminateAsyncTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarMakeDeterminateAsyncTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarSetIndetermintateTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarSetIndetermintateTask.java index f04dabc3..f414074c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarSetIndetermintateTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarSetIndetermintateTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarSetValueTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarSetValueTask.java index 66b3deef..571faad2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarSetValueTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JProgressBarSetValueTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_TestCase.java index 51b1a8b9..b1e02e1a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_requireValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_requireValue_Test.java index b76cb65c..42a54e72 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_requireValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_requireValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockDownWithTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockDownWithTimes_Test.java index 92a5c603..4b0c5932 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockDownWithTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockDownWithTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockDownWithTimes_withInvalidTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockDownWithTimes_withInvalidTimes_Test.java index 4f1387bb..1ab56d4d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockDownWithTimes_withInvalidTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockDownWithTimes_withInvalidTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockDown_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockDown_Test.java index dc4ecebe..20b6ffd5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockDown_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockDown_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockUpWithTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockUpWithTimes_Test.java index d4f95b5e..6e13429a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockUpWithTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockUpWithTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockUpWithTimes_withInvalidTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockUpWithTimes_withInvalidTimes_Test.java index 1d244a7a..5a5c1000 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockUpWithTimes_withInvalidTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockUpWithTimes_withInvalidTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockUp_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockUp_Test.java index 7f661092..531442de 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockUp_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollBlockUp_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollToMaximum_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollToMaximum_Test.java index 30aeccd3..fde231e2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollToMaximum_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollToMaximum_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollToMinimum_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollToMinimum_Test.java index 74cb3d97..3169d891 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollToMinimum_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollToMinimum_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollTo_Test.java index 697710da..19547677 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitDownWithTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitDownWithTimes_Test.java index abcbcb5d..60274fef 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitDownWithTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitDownWithTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitDownWithTimes_withInvalidTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitDownWithTimes_withInvalidTimes_Test.java index cdc90aed..4f466e0e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitDownWithTimes_withInvalidTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitDownWithTimes_withInvalidTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitDown_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitDown_Test.java index 24092b97..2f09fcad 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitDown_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitDown_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitUpWithTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitUpWithTimes_Test.java index 93af8a99..31798b30 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitUpWithTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitUpWithTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitUpWithTimes_withInvalidTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitUpWithTimes_withInvalidTimes_Test.java index 9c1737a5..213559f1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitUpWithTimes_withInvalidTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitUpWithTimes_withInvalidTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitUp_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitUp_Test.java index 3e9f9ce2..8b00456f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitUp_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarDriver_scrollUnitUp_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarSetValueTask_setValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarSetValueTask_setValue_Test.java index 7140c5e9..0273711d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarSetValueTask_setValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarSetValueTask_setValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarValueQuery_valueOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarValueQuery_valueOf_Test.java index 7f1d24d6..303a3340 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarValueQuery_valueOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollBarValueQuery_valueOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollPaneDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollPaneDriver_TestCase.java index 7e6be6ac..1b677fbd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollPaneDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollPaneDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollPaneDriver_horizontalScrollBarIn_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollPaneDriver_horizontalScrollBarIn_Test.java index 70f7601e..5a99c198 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollPaneDriver_horizontalScrollBarIn_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollPaneDriver_horizontalScrollBarIn_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollPaneDriver_verticalScrollBarIn_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollPaneDriver_verticalScrollBarIn_Test.java index 95ca69cc..4eb948f0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollPaneDriver_verticalScrollBarIn_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JScrollPaneDriver_verticalScrollBarIn_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_TestCase.java index 962e3018..0d3481fd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slideToMaximum_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slideToMaximum_Test.java index 642d5d07..8d901918 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slideToMaximum_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slideToMaximum_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slideToMinimum_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slideToMinimum_Test.java index aa68f58e..fd01d320 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slideToMinimum_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slideToMinimum_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slide_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slide_Test.java index 4c633de4..8d9bdc1c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slide_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slide_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slide_withInvalidInputAndState_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slide_withInvalidInputAndState_Test.java index 98003e85..173ff32c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slide_withInvalidInputAndState_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderDriver_slide_withInvalidInputAndState_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderSetValueTask_setValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderSetValueTask_setValue_Test.java index 20e1dbca..63532c63 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderSetValueTask_setValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderSetValueTask_setValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderValueQuery.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderValueQuery.java index 19dd34c3..d995928c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderValueQuery.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSliderValueQuery.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_TestCase.java index 0dadf42e..cdc64008 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_decrementWithTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_decrementWithTimes_Test.java index ef08d5cd..8cb921e4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_decrementWithTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_decrementWithTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_decrementWithTimes_withInvalidTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_decrementWithTimes_withInvalidTimes_Test.java index 5c3c5e36..2997daf9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_decrementWithTimes_withInvalidTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_decrementWithTimes_withInvalidTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_decrement_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_decrement_Test.java index 37c00b17..b46dfbbe 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_decrement_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_decrement_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_editor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_editor_Test.java index 08d33f46..75eb69d3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_editor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_editor_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_enterTextAndCommit_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_enterTextAndCommit_Test.java index 6c1ec293..3c161b58 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_enterTextAndCommit_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_enterTextAndCommit_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_enterText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_enterText_Test.java index 110dfc90..4dc61e88 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_enterText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_enterText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_incrementWithTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_incrementWithTimes_Test.java index 50d65819..8a7cecb2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_incrementWithTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_incrementWithTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_incrementWithTimes_withInvalidTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_incrementWithTimes_withInvalidTimes_Test.java index 7c98d34e..c68fefea 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_incrementWithTimes_withInvalidTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_incrementWithTimes_withInvalidTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_increment_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_increment_Test.java index 992f5eb2..217564b4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_increment_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_increment_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_requireValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_requireValue_Test.java index 2201fd8d..14e9acd7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_requireValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_requireValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_selectValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_selectValue_Test.java index ef2d6394..c71c6f31 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_selectValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_selectValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_textOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_textOf_Test.java index 0c37fe8d..13b09b7b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_textOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerDriver_textOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerSetValueTask_setValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerSetValueTask_setValue_Test.java index f47df74e..385abd30 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerSetValueTask_setValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerSetValueTask_setValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerValueQuery_valueOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerValueQuery_valueOf_Test.java index 43219b3c..a82b56f5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerValueQuery_valueOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSpinnerValueQuery_valueOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSplitPaneDriver_moveDividerTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSplitPaneDriver_moveDividerTo_Test.java index e8290a23..997b46a6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSplitPaneDriver_moveDividerTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSplitPaneDriver_moveDividerTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JSplitPaneSetDividerLocationTask_setDividerLocation_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JSplitPaneSetDividerLocationTask_setDividerLocation_Test.java index 9ab3fd9f..6313545d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JSplitPaneSetDividerLocationTask_setDividerLocation_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JSplitPaneSetDividerLocationTask_setDividerLocation_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_TestCase.java index a6319815..49d43b97 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireSelectedTab_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireSelectedTab_Test.java index ec9d4204..0bc42b35 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireSelectedTab_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireSelectedTab_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabDisabled_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabDisabled_Test.java index cce18814..90065e76 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabDisabled_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabDisabled_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabEnabled_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabEnabled_Test.java index 77336ce3..e08407e8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabEnabled_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabEnabled_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabTitleAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabTitleAsPattern_Test.java index 6008f705..7684cae9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabTitleAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabTitleAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabTitleAsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabTitleAsText_Test.java index 1c86146f..9754f162 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabTitleAsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabTitleAsText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabTitles_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabTitles_Test.java index 5045b4c8..df735697 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabTitles_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabTitles_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabToolTipTextAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabToolTipTextAsPattern_Test.java index e1ad4a3f..16924f91 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabToolTipTextAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabToolTipTextAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabToolTipTextAsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabToolTipTextAsText_Test.java index 91898081..2cbc0604 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabToolTipTextAsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_requireTabToolTipTextAsText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_Test.java index bdce5679..28148671 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_withInvalidIndices_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_withInvalidIndices_Test.java index 89c5d40e..a1b9b56b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_withInvalidIndices_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_withInvalidIndices_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_withInvalidLocation_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_withInvalidLocation_Test.java index 8b4384b1..03a1d6ad 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_withInvalidLocation_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_withInvalidLocation_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_withManyIndices_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_withManyIndices_Test.java index a22cd264..538d69bc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_withManyIndices_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByIndex_withManyIndices_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByPattern_Test.java index 5862e608..7218a28a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByTitle_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByTitle_Test.java index 1650b182..d55e3291 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByTitle_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByTitle_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByTitle_withManyTitles.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByTitle_withManyTitles.java index 3f5b1d23..d4cf3e8f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByTitle_withManyTitles.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectTabByTitle_withManyTitles.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectedComponentOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectedComponentOf_Test.java index 46796cf6..493bbc65 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectedComponentOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_selectedComponentOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_setTabDirectly_withManyIndices_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_setTabDirectly_withManyIndices_Test.java index b0f48de7..54d2cece 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_setTabDirectly_withManyIndices_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_setTabDirectly_withManyIndices_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_tabTitles_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_tabTitles_Test.java index 14b21484..781cfd74 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_tabTitles_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneDriver_tabTitles_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneLocation_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneLocation_TestCase.java index 33735c63..f53e330c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneLocation_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneLocation_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneLocation_indexOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneLocation_indexOf_Test.java index e1284816..61abe1f8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneLocation_indexOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneLocation_indexOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneLocation_validateIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneLocation_validateIndex_Test.java index 5c3fdfce..596452cf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneLocation_validateIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneLocation_validateIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneSelectTabQuery_selectedTabIndexOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneSelectTabQuery_selectedTabIndexOf_Test.java index 596c41a0..140e2d6d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneSelectTabQuery_selectedTabIndexOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneSelectTabQuery_selectedTabIndexOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneSelectTabTask_setSelectedTab_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneSelectTabTask_setSelectedTab_Test.java index 2d2e4812..c363fc12 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneSelectTabTask_setSelectedTab_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneSelectTabTask_setSelectedTab_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneTabIndexQuery_indexOfTab_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneTabIndexQuery_indexOfTab_Test.java index 295bbc33..4dc707f1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneTabIndexQuery_indexOfTab_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneTabIndexQuery_indexOfTab_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneTabTitlesQuery_tabTitlesOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneTabTitlesQuery_tabTitlesOf_Test.java index 34251794..331b51d4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneTabTitlesQuery_tabTitlesOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTabbedPaneTabTitlesQuery_tabTitlesOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCancelCellEditingTask_cancelEditing_byRowAndCol_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCancelCellEditingTask_cancelEditing_byRowAndCol_Test.java index dd6f83b8..d34f931e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCancelCellEditingTask_cancelEditing_byRowAndCol_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCancelCellEditingTask_cancelEditing_byRowAndCol_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCancelCellEditingTask_cancelEditing_withEditor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCancelCellEditingTask_cancelEditing_withEditor_Test.java index 9f3f5e15..b1fb3609 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCancelCellEditingTask_cancelEditing_withEditor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCancelCellEditingTask_cancelEditing_withEditor_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellEditableQuery_isCellEditable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellEditableQuery_isCellEditable_Test.java index 955e16ab..2356081e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellEditableQuery_isCellEditable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellEditableQuery_isCellEditable_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellEditingTask_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellEditingTask_TestCase.java index 45f8866b..42626ffa 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellEditingTask_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellEditingTask_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellEditorQuery_cellEditorIn_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellEditorQuery_cellEditorIn_Test.java index f4839c10..82a767e7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellEditorQuery_cellEditorIn_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellEditorQuery_cellEditorIn_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellValidator_validateCellIndices_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellValidator_validateCellIndices_Test.java index b17694cd..e61fbf1f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellValidator_validateCellIndices_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellValidator_validateCellIndices_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellValueQuery_cellValueOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellValueQuery_cellValueOf_Test.java index 9e626617..3fdebd95 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellValueQuery_cellValueOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellValueQuery_cellValueOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellWriter_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellWriter_TestCase.java index eaa3d7c1..99f46ef2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellWriter_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellWriter_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellWriter_enterValue_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellWriter_enterValue_TestCase.java index 8655fd32..a3c885fb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellWriter_enterValue_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellWriter_enterValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellWriter_startCellEditing_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellWriter_startCellEditing_TestCase.java index 34ac3198..32d1290f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellWriter_startCellEditing_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCellWriter_startCellEditing_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCheckBoxEditorCellWriter_enterValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCheckBoxEditorCellWriter_enterValue_Test.java index f46044ce..e9b153ce 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCheckBoxEditorCellWriter_enterValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCheckBoxEditorCellWriter_enterValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCheckBoxEditorCellWriter_startCellEditing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCheckBoxEditorCellWriter_startCellEditing_Test.java index 5d598fba..6d1933d1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCheckBoxEditorCellWriter_startCellEditing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableCheckBoxEditorCellWriter_startCellEditing_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableClearSelectionTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableClearSelectionTask.java index c960e8c9..732babd4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableClearSelectionTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableClearSelectionTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableColumnCountQuery_columnCountOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableColumnCountQuery_columnCountOf_Test.java index d347ea1d..838d39f9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableColumnCountQuery_columnCountOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableColumnCountQuery_columnCountOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableComboBoxEditorCellWriter_enterValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableComboBoxEditorCellWriter_enterValue_Test.java index 6374a873..ab2d5bde 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableComboBoxEditorCellWriter_enterValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableComboBoxEditorCellWriter_enterValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableComboBoxEditorCellWriter_startCellEditing_cancelCellEditing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableComboBoxEditorCellWriter_startCellEditing_cancelCellEditing_Test.java index d8316286..38c269c5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableComboBoxEditorCellWriter_startCellEditing_cancelCellEditing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableComboBoxEditorCellWriter_startCellEditing_cancelCellEditing_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_TestCase.java index ed3e9f01..4073d69c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_background_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_background_Test.java index 41dcf3ce..cd90fe8e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_background_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_background_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cancelCellEditing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cancelCellEditing_Test.java index 0f562ceb..ef0c7ec0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cancelCellEditing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cancelCellEditing_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellByPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellByPattern_Test.java index 5fa154db..642422fc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellByPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellByPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellByText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellByText_Test.java index a2a8158e..5af7b145 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellByText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellByText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellByText_withManyCells_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellByText_withManyCells_Test.java index c9827587..34eb093c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellByText_withManyCells_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellByText_withManyCells_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellEditor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellEditor_Test.java index 6320b4f3..0b14e509 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellEditor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellEditor_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellReader_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellReader_Test.java index bbe54284..d24860d3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellReader_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellReader_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellWithTableCellFinder_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellWithTableCellFinder_Test.java index efb43a5d..ee2498ef 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellWithTableCellFinder_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellWithTableCellFinder_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellWriter_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellWriter_Test.java index 5a4546df..3bcf520d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellWriter_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_cellWriter_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_clickCell_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_clickCell_Test.java index 4187a4af..b1c759ea 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_clickCell_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_clickCell_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_clickCell_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_clickCell_withInvalidInput_Test.java index fd2063ea..84f18a96 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_clickCell_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_clickCell_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_columnIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_columnIndex_Test.java index 4d869412..13e0fc7f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_columnIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_columnIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_columnIndex_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_columnIndex_withInvalidInput_Test.java index 526d3b72..114407f3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_columnIndex_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_columnIndex_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_drag_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_drag_Test.java index 371001f0..074ed155 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_drag_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_drag_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_drag_drop_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_drag_drop_Test.java index e11c317e..4c319d91 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_drag_drop_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_drag_drop_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_drop_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_drop_Test.java index 264abfa1..2c64f41b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_drop_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_drop_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_enterValueInCell_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_enterValueInCell_Test.java index 2dcb1b76..eb66df74 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_enterValueInCell_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_enterValueInCell_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_font_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_font_Test.java index 113e6bbf..5f2d6fe3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_font_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_font_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_foreground_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_foreground_Test.java index 917e9da1..cd3bfbce 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_foreground_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_foreground_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireCellValueAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireCellValueAsPattern_Test.java index a3a6ecb8..b2acfb5d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireCellValueAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireCellValueAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireCellValueAsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireCellValueAsText_Test.java index be49cd7f..bf6c9257 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireCellValueAsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireCellValueAsText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireColumnCount_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireColumnCount_Test.java index 4a238075..5f2a4cdf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireColumnCount_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireColumnCount_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireEditable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireEditable_Test.java index a20850c8..a7a6444f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireEditable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireEditable_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireNoSelection_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireNoSelection_Test.java index 35035f05..66226066 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireNoSelection_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireNoSelection_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireNotEditable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireNotEditable_Test.java index 9799b58c..c4e5607c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireNotEditable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireNotEditable_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireRowCount_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireRowCount_Test.java index 67a7d631..91e25a7a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireRowCount_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireRowCount_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireSelectedRows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireSelectedRows_Test.java index 15fd1353..861899a7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireSelectedRows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_requireSelectedRows_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_rowCountOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_rowCountOf_Test.java index ae25d193..fd90b886 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_rowCountOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_rowCountOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCell_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCell_Test.java index 2af26fce..ff5f0cdf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCell_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCell_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCell_withManyCells_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCell_withManyCells_Test.java index 5e6ec9ce..82574972 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCell_withManyCells_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCell_withManyCells_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCells_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCells_Test.java index 636229b6..794976c6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCells_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCells_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCells_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCells_withInvalidInput_Test.java index 946bd51f..8d5e359f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCells_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectCells_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectRows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectRows_Test.java index 02e798c3..22259a69 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectRows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectRows_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectRows_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectRows_withInvalidInput_Test.java index da0769bf..bc1dc72a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectRows_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectRows_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectionValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectionValue_Test.java index 60aa719e..fde06c39 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectionValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectionValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectionValue_withManyCells_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectionValue_withManyCells_Test.java index ec63ab46..aaf19743 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectionValue_withManyCells_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_selectionValue_withManyCells_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_showPopupMenuAt_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_showPopupMenuAt_Test.java index 1cb8b05c..49f56bc4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_showPopupMenuAt_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_showPopupMenuAt_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_startCellEditing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_startCellEditing_Test.java index 8d66a014..04e87139 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_startCellEditing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_startCellEditing_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_stopCellEditing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_stopCellEditing_Test.java index daa8b24e..396da42b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_stopCellEditing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_stopCellEditing_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_tableHeaderOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_tableHeaderOf_Test.java index 61b406be..35b930fc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_tableHeaderOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_tableHeaderOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCell_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCell_Test.java index bc6343fb..f8cf0aa6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCell_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCell_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCell_withManyCells_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCell_withManyCells_Test.java index 2e419d85..f02af309 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCell_withManyCells_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCell_withManyCells_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCells_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCells_Test.java index 6ee97f78..75cb4c4b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCells_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCells_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCells_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCells_withInvalidInput_Test.java index f182ed25..7bad0d28 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCells_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectCells_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectRows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectRows_Test.java index de1f4405..dfb55863 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectRows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectRows_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectRows_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectRows_withInvalidInput_Test.java index d0771daa..090d5685 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectRows_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_unselectRows_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_validate_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_validate_Test.java index 7121fbca..6e9e462a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_validate_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_validate_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_valueOfCell_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_valueOfCell_Test.java index 5ff75381..154ff564 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_valueOfCell_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_valueOfCell_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_value_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_value_Test.java index 837bc336..db5096fc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_value_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_withMockCellReader_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_withMockCellReader_TestCase.java index d8276030..c1470b42 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_withMockCellReader_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_withMockCellReader_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_withMockCellWriter_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_withMockCellWriter_TestCase.java index d226f706..52bd017b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_withMockCellWriter_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_withMockCellWriter_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_withMocks_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_withMocks_TestCase.java index c2c32aaf..cc20e529 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_withMocks_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableDriver_withMocks_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHasSelectionQuery_hasSelection_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHasSelectionQuery_hasSelection_Test.java index 8bb3e8c9..cc590f66 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHasSelectionQuery_hasSelection_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHasSelectionQuery_hasSelection_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderBasedTestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderBasedTestCase.java index 440fe43c..2c274bbd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderBasedTestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderBasedTestCase.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_TestCase.java index 58729dfe..bbe16452 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByIndex_Test.java index 5203109e..612cca00 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByIndex_withManyIndices_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByIndex_withManyIndices_Test.java index 44d9cf49..d9a2826f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByIndex_withManyIndices_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByIndex_withManyIndices_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByNameUsingButtonAndTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByNameUsingButtonAndTimes_Test.java index ac635b49..97d79064 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByNameUsingButtonAndTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByNameUsingButtonAndTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByName_Test.java index 969b2ba4..2e1b7ad8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByName_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByName_withManyNames_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByName_withManyNames_Test.java index 8a3e9f57..2c06e587 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByName_withManyNames_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByName_withManyNames_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByPatternUsingButtonAndTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByPatternUsingButtonAndTimes_Test.java index 6df7e141..e4986a20 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByPatternUsingButtonAndTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByPatternUsingButtonAndTimes_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByPattern_Test.java index 377fccf8..0200f99f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_clickColumnByPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenuByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenuByIndex_Test.java index 1f4a43d9..833837a3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenuByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenuByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenuByName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenuByName_Test.java index 0cde28dd..aec6f2bd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenuByName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenuByName_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenuByPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenuByPattern_Test.java index 1844a5ec..493e0dc3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenuByPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenuByPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenu_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenu_TestCase.java index f66269ee..263083cb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenu_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderDriver_showPopupMenu_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_TestCase.java index d7d34f18..7912450f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_pointAtColumnByIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_pointAtColumnByIndex_Test.java index a0fd676e..74b6dabb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_pointAtColumnByIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_pointAtColumnByIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_pointAtColumnByIndex_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_pointAtColumnByIndex_withInvalidIndex_Test.java index 4229059f..5a54bafa 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_pointAtColumnByIndex_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_pointAtColumnByIndex_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_pointAtColumnWithName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_pointAtColumnWithName_Test.java index 1c92ff85..d9cd4c71 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_pointAtColumnWithName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderLocation_pointAtColumnWithName_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderQuery_tableHeader_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderQuery_tableHeader_Test.java index 983d199f..f69795d8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderQuery_tableHeader_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableHeaderQuery_tableHeader_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableRowCellSelectedQuery_isCellSelected_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableRowCellSelectedQuery_isCellSelected_Test.java index 39e0b930..f4b2e4d6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableRowCellSelectedQuery_isCellSelected_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableRowCellSelectedQuery_isCellSelected_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableRowCountQuery_rowCountOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableRowCountQuery_rowCountOf_Test.java index 7a78981c..200732aa 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableRowCountQuery_rowCountOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableRowCountQuery_rowCountOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableSelectCellsTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableSelectCellsTask.java index e0b1e53d..f6044d36 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableSelectCellsTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableSelectCellsTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableSelectedRowCountQuery.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableSelectedRowCountQuery.java index eea187e7..dc16985c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableSelectedRowCountQuery.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableSelectedRowCountQuery.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableStopCellEditingTask_checkStateAndStopEditing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableStopCellEditingTask_checkStateAndStopEditing_Test.java index 47b02687..1e0e22eb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableStopCellEditingTask_checkStateAndStopEditing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableStopCellEditingTask_checkStateAndStopEditing_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableStopCellEditingTask_stopEditing_byRowAndCol_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableStopCellEditingTask_stopEditing_byRowAndCol_Test.java index 9622275e..198c99ce 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableStopCellEditingTask_stopEditing_byRowAndCol_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableStopCellEditingTask_stopEditing_byRowAndCol_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableTextComponentEditorCellWriter_enterValue_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableTextComponentEditorCellWriter_enterValue_Test.java index c85bb95a..5bdb34ed 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableTextComponentEditorCellWriter_enterValue_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableTextComponentEditorCellWriter_enterValue_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableTextComponentEditorCellWriter_startCellEditing_cancelCellEditing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableTextComponentEditorCellWriter_startCellEditing_cancelCellEditing_Test.java index 887a1ea5..46fd21bd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTableTextComponentEditorCellWriter_startCellEditing_cancelCellEditing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTableTextComponentEditorCellWriter_startCellEditing_cancelCellEditing_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_TestCase.java index b45cbb2f..e9a8c6ab 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_deleteText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_deleteText_Test.java index 9cdb92bd..aa83f04b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_deleteText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_deleteText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_enterText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_enterText_Test.java index 6b5cca93..a7d9a722 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_enterText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_enterText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_replaceText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_replaceText_Test.java index 655aa856..0e3a0444 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_replaceText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_replaceText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_replaceText_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_replaceText_withInvalidInput_Test.java index 29410b3b..83923346 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_replaceText_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_replaceText_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireEditable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireEditable_Test.java index b730d51d..15a2a069 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireEditable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireEditable_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireEmpty_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireEmpty_Test.java index 95c4c7ba..ceb562fd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireEmpty_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireEmpty_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireNotEditable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireNotEditable_Test.java index 129d2ebc..c1cb3469 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireNotEditable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireNotEditable_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireTextAsPattern_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireTextAsPattern_Test.java index 281bde33..d378823c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireTextAsPattern_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireTextAsPattern_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireTextAsString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireTextAsString_Test.java index 081cd5cf..043ddd52 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireTextAsString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_requireTextAsString_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_selectAll_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_selectAll_Test.java index ab62feea..eca60052 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_selectAll_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_selectAll_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_selectTextByIndexRange_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_selectTextByIndexRange_Test.java index 7b702777..7f3de20f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_selectTextByIndexRange_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_selectTextByIndexRange_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_selectText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_selectText_Test.java index f01272e7..b47ab816 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_selectText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_selectText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_setText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_setText_Test.java index 0b058366..796da382 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_setText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentDriver_setText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentEditableQuery_isEditable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentEditableQuery_isEditable_Test.java index c2b97804..bf1b9042 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentEditableQuery_isEditable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentEditableQuery_isEditable_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSelectTextTask_selectTextInRange_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSelectTextTask_selectTextInRange_Test.java index 6db39081..cc7129a3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSelectTextTask_selectTextInRange_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSelectTextTask_selectTextInRange_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSelectedTextQuery.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSelectedTextQuery.java index bd3bfc88..05bd2c51 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSelectedTextQuery.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSelectedTextQuery.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSetEditableTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSetEditableTask.java index 07f03368..25fe71df 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSetEditableTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSetEditableTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSetTextTask_textOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSetTextTask_textOf_Test.java index 32ec16e4..02c90f69 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSetTextTask_textOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentSetTextTask_textOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentTextQuery_textOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentTextQuery_textOf_Test.java index cb8cd5a9..155363b0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentTextQuery_textOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTextComponentTextQuery_textOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_TestCase.java index 8c8a9916..8588a2e4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_floatTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_floatTo_Test.java index 6bafe0fc..5a623580 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_floatTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_floatTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_makeFloat_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_makeFloat_Test.java index 90fa91e4..9d9f8dbf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_makeFloat_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_makeFloat_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_unfloatWithConstraint_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_unfloatWithConstraint_Test.java index e7216c19..da11ba16 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_unfloatWithConstraint_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_unfloatWithConstraint_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_unfloat_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_unfloat_Test.java index 7baa0265..64abe717 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_unfloat_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JToolBarDriver_unfloat_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeAddRootIfInvisibleTask_addRootIfInvisible_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeAddRootIfInvisibleTask_addRootIfInvisible_Test.java index 0814f8bb..884b2a3b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeAddRootIfInvisibleTask_addRootIfInvisible_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeAddRootIfInvisibleTask_addRootIfInvisible_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeChildOfPathCountQuery_childCount_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeChildOfPathCountQuery_childCount_Test.java index fa784602..06d92186 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeChildOfPathCountQuery_childCount_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeChildOfPathCountQuery_childCount_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeClearSelectionTask_clearSelectionOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeClearSelectionTask_clearSelectionOf_Test.java index e9ef18db..10ea8e82 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeClearSelectionTask_clearSelectionOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeClearSelectionTask_clearSelectionOf_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_TestCase.java index 3d642bd6..f21c615a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_cellReader_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_cellReader_Test.java index 533243d5..77153245 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_cellReader_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_cellReader_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickCell_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickCell_TestCase.java index b2b0ff34..489ec019 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickCell_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickCell_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickPath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickPath_Test.java index 29a27dda..e91e32a0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickPath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickPath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickPath_withMouseButton_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickPath_withMouseButton_Test.java index 146ed185..f32f5c35 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickPath_withMouseButton_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickPath_withMouseButton_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickPath_withMouseClickInfo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickPath_withMouseClickInfo_Test.java index 2862163a..31ea7bf6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickPath_withMouseClickInfo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickPath_withMouseClickInfo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickRow_Test.java index 2539790e..d2156d04 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickRow_withMouseButton_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickRow_withMouseButton_Test.java index f4743bd3..5a089814 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickRow_withMouseButton_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickRow_withMouseButton_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickRow_withMouseClickInfo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickRow_withMouseClickInfo_Test.java index de6b9025..8435df51 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickRow_withMouseClickInfo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_clickRow_withMouseClickInfo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_collapsePath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_collapsePath_Test.java index e657d553..b05979df 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_collapsePath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_collapsePath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_collapseRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_collapseRow_Test.java index cec44f61..2cdaf1cc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_collapseRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_collapseRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_collapseRow_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_collapseRow_withInvalidIndex_Test.java index cd95b391..92cdc06f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_collapseRow_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_collapseRow_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_doubleClickPath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_doubleClickPath_Test.java index a90c06ad..df29c619 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_doubleClickPath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_doubleClickPath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_doubleClickRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_doubleClickRow_Test.java index da8d6aa4..a5d76cd7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_doubleClickRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_doubleClickRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_doubleClickRow_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_doubleClickRow_withInvalidIndex_Test.java index 0140f3c3..4f92dc56 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_doubleClickRow_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_doubleClickRow_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragAndDrop_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragAndDrop_TestCase.java index 569238c7..4ce82ada 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragAndDrop_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragAndDrop_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragPath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragPath_Test.java index e4618afd..05e681dc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragPath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragPath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragPath_dropPath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragPath_dropPath_Test.java index 93631c6c..cf3473f2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragPath_dropPath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragPath_dropPath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragRow_Test.java index e6619cb5..da7028c1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragRow_dropRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragRow_dropRow_Test.java index 174ebb5b..8c6c4001 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragRow_dropRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragRow_dropRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragRow_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragRow_withInvalidIndex_Test.java index 0c325ecb..4352c742 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragRow_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dragRow_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dropPath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dropPath_Test.java index ab7cfd1d..e5a52027 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dropPath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dropPath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dropRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dropRow_Test.java index fcbcacb4..ce62627c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dropRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dropRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dropRow_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dropRow_withInvalidIndex_Test.java index b926300b..3b6e56c5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dropRow_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_dropRow_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_expandPath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_expandPath_Test.java index 29afc754..d06e5d2b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_expandPath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_expandPath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_expandRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_expandRow_Test.java index 6efd7f61..0c35f57d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_expandRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_expandRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_expandRow_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_expandRow_withInvalidIndex_Test.java index bf3fa9c8..152a997d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_expandRow_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_expandRow_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_nodeValueAtPath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_nodeValueAtPath_Test.java index eeb258df..76b63aee 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_nodeValueAtPath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_nodeValueAtPath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_nodeValueAtRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_nodeValueAtRow_Test.java index 9969da65..fdfa62e4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_nodeValueAtRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_nodeValueAtRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireEditable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireEditable_Test.java index 01d7e47e..ae467615 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireEditable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireEditable_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireNoSelection_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireNoSelection_Test.java index b0f6a2e7..c73bac8d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireNoSelection_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireNoSelection_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireNotEditable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireNotEditable_Test.java index be129388..e93f9d41 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireNotEditable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireNotEditable_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireSelectedPaths_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireSelectedPaths_Test.java index 981f9189..0939e649 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireSelectedPaths_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireSelectedPaths_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireSelectedRows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireSelectedRows_Test.java index 5c645c26..1f1bc580 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireSelectedRows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_requireSelectedRows_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_rightClickPath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_rightClickPath_Test.java index cb83ea65..87a7c4a7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_rightClickPath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_rightClickPath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_rightClickRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_rightClickRow_Test.java index 834d6d6a..65285723 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_rightClickRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_rightClickRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectCell_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectCell_TestCase.java index 08fffef3..6b129b3c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectCell_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectCell_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPath_Test.java index 64f91e98..93d8d3cb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPath_withManyPaths_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPath_withManyPaths_Test.java index 05b63211..bad60c36 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPath_withManyPaths_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPath_withManyPaths_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPaths_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPaths_Test.java index 5a65b871..2804be84 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPaths_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPaths_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPaths_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPaths_withInvalidInput_Test.java index 535b8646..11fedcf8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPaths_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectPaths_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRow_Test.java index 64fbd7d5..2b769154 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRow_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRow_withInvalidIndex_Test.java index 0c2236c4..9bc9cf1d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRow_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRow_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRows_Test.java index 6f681fd2..e1dccd36 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRows_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRows_withInvalidIndices_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRows_withInvalidIndices_Test.java index 1c88c577..e20b99c6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRows_withInvalidIndices_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRows_withInvalidIndices_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRows_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRows_withInvalidInput_Test.java index 7f02663c..17d7c647 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRows_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_selectRows_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_separator_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_separator_Test.java index 54370975..ea9c2b9a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_separator_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_separator_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtCell_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtCell_TestCase.java index 0a081be9..65b47630 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtCell_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtCell_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtPath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtPath_Test.java index 2a0b86b2..06c24dad 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtPath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtPath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtRow_Test.java index 2f61721a..535cd058 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtRow_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtRow_withInvalidIndex_Test.java index 2abdc584..64c33189 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtRow_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_showPopupMenuAtRow_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_toggleCell_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_toggleCell_TestCase.java index e2ebd319..e71bc538 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_toggleCell_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_toggleCell_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_toggleRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_toggleRow_Test.java index 6b370cc9..070a2ed5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_toggleRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_toggleRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_toggleRow_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_toggleRow_withInvalidIndex_Test.java index 76e01cf7..13c8d0e5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_toggleRow_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_toggleRow_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPath_Test.java index 1cd5c6e8..a86e5278 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPath_withManyPaths_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPath_withManyPaths_Test.java index c92df8da..310329b9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPath_withManyPaths_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPath_withManyPaths_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPaths_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPaths_Test.java index 41d1281b..a3087b5f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPaths_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPaths_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPaths_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPaths_withInvalidInput_Test.java index 015d1731..b3e4871b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPaths_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectPaths_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRow_Test.java index a42079db..a6bdba59 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRow_withInvalidIndex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRow_withInvalidIndex_Test.java index b96a74e2..9513b048 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRow_withInvalidIndex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRow_withInvalidIndex_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRows_Test.java index 7de5d300..25f70b4f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRows_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRows_withInvalidIndices_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRows_withInvalidIndices_Test.java index c9b5199b..c9dbcb31 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRows_withInvalidIndices_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRows_withInvalidIndices_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRows_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRows_withInvalidInput_Test.java index 9730eeee..407c57f3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRows_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_unselectRows_withInvalidInput_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_validatePath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_validatePath_Test.java index 39825948..9f8f4125 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_validatePath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_validatePath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_validateRow_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_validateRow_Test.java index e12e1c2f..ac73bbb1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_validateRow_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_validateRow_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_withMocks_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_withMocks_TestCase.java index e634c371..4a1990ac 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_withMocks_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeDriver_withMocks_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeEditableQuery_isEditable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeEditableQuery_isEditable_Test.java index 9ef41463..96f6ff63 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeEditableQuery_isEditable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeEditableQuery_isEditable_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeExpandPathTask_expandTreePath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeExpandPathTask_expandTreePath_Test.java index 68246a1b..ac968ee2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeExpandPathTask_expandTreePath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeExpandPathTask_expandTreePath_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeExpandedPathQuery.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeExpandedPathQuery.java index 4424814e..6ca22fd3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeExpandedPathQuery.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeExpandedPathQuery.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeMatchingPathQuery_matchingPathFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeMatchingPathQuery_matchingPathFor_Test.java index f6dd6d1e..9d61da02 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeMatchingPathQuery_matchingPathFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeMatchingPathQuery_matchingPathFor_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeSelectRowsTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeSelectRowsTask.java index 22c7de24..3ed2cd2e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeSelectRowsTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeSelectRowsTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeSetEditableTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeSetEditableTask.java index 5ebfccb1..4623e2ad 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeSetEditableTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeSetEditableTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeSetRootVisibleTask.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeSetRootVisibleTask.java index c05a68cb..81cd32fd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeSetRootVisibleTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeSetRootVisibleTask.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeToggleExpandStateTask_toggleExpandState_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeToggleExpandStateTask_toggleExpandState_Test.java index dceccb2f..9762cab6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeToggleExpandStateTask_toggleExpandState_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/JTreeToggleExpandStateTask_toggleExpandState_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/Jedi.java b/assertj-swing/src/test/java/org/assertj/swing/driver/Jedi.java index 6f52c1e3..698ac15b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/Jedi.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/Jedi.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/MenuElementComponentQuery_componentIn_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/MenuElementComponentQuery_componentIn_Test.java index 41fb776a..9121de8a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/MenuElementComponentQuery_componentIn_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/MenuElementComponentQuery_componentIn_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/ModelValueToString_asText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/ModelValueToString_asText_Test.java index 672617be..27bdd7a4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/ModelValueToString_asText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/ModelValueToString_asText_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/MultipleSelectionTemplate_multiSelect_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/MultipleSelectionTemplate_multiSelect_Test.java index f95e0add..406da333 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/MultipleSelectionTemplate_multiSelect_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/MultipleSelectionTemplate_multiSelect_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/MultipleSelectionTemplate_multiUnselect_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/MultipleSelectionTemplate_multiUnselect_Test.java index 24a607d9..eef76ac5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/MultipleSelectionTemplate_multiUnselect_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/MultipleSelectionTemplate_multiUnselect_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/TableDialogEditDemoWindow.java b/assertj-swing/src/test/java/org/assertj/swing/driver/TableDialogEditDemoWindow.java index cd4ffc9b..dbdfa832 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/TableDialogEditDemoWindow.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/TableDialogEditDemoWindow.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/TestURLs.java b/assertj-swing/src/test/java/org/assertj/swing/driver/TestURLs.java index 18ace398..3db3d5ca 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/TestURLs.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/TestURLs.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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/TextAssert_isEqualOrMatches_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/TextAssert_isEqualOrMatches_Test.java index 4decffe0..b6f466a6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/TextAssert_isEqualOrMatches_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/TextAssert_isEqualOrMatches_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/TextAssert_matches_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/TextAssert_matches_Test.java index 84bc410e..6b059d01 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/TextAssert_matches_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/TextAssert_matches_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/WaitForComponentToShowCondition_test_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/WaitForComponentToShowCondition_test_Test.java index 7bf630c1..b7a64017 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/WaitForComponentToShowCondition_test_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/WaitForComponentToShowCondition_test_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/WaitForComponentToShowCondition_untilIsShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/WaitForComponentToShowCondition_untilIsShowing_Test.java index a7702b55..b08023fc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/WaitForComponentToShowCondition_untilIsShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/WaitForComponentToShowCondition_untilIsShowing_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_TestCase.java index 1bdf32fa..b5bd2c78 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_close_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_close_Test.java index 9f571f34..02afed99 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_close_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_close_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_moveToBack_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_moveToBack_Test.java index 0c4f6e43..ad89506d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_moveToBack_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_moveToBack_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_moveToFront_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_moveToFront_Test.java index 33b1325a..a408ad82 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_moveToFront_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_moveToFront_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_moveTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_moveTo_Test.java index 432011dd..31313f75 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_moveTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_moveTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_resizeHeightTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_resizeHeightTo_Test.java index 58b01434..ac1d778f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_resizeHeightTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_resizeHeightTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_resizeWidthTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_resizeWidthTo_Test.java index be7606b9..0bd1c6ec 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_resizeWidthTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_resizeWidthTo_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_resize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_resize_Test.java index 317235ed..e3ccad6e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_resize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_resize_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_showWithSize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_showWithSize_Test.java index 5a687020..50dd592a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_showWithSize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_showWithSize_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_show_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_show_Test.java index 73424c6c..16992145 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_show_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowDriver_show_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowMoveToFrontTask_toFront_Test.java b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowMoveToFrontTask_toFront_Test.java index d0788599..9aa6d7db 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/driver/WindowMoveToFrontTask_toFront_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/driver/WindowMoveToFrontTask_toFront_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.driver; diff --git a/assertj-swing/src/test/java/org/assertj/swing/edt/Bug247_NotEnoughInfoInFailureInEDT_Test.java b/assertj-swing/src/test/java/org/assertj/swing/edt/Bug247_NotEnoughInfoInFailureInEDT_Test.java index b85f0f48..ac9a5291 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/edt/Bug247_NotEnoughInfoInFailureInEDT_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/edt/Bug247_NotEnoughInfoInFailureInEDT_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.edt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager_install_Test.java b/assertj-swing/src/test/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager_install_Test.java index 25881cb7..bb28d105 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager_install_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager_install_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.edt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager_issue223_Test.java b/assertj-swing/src/test/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager_issue223_Test.java index 1d9fbfbc..4b99d59d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager_issue223_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager_issue223_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 2018 the original author or authors. + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.edt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager_uninstall_Test.java b/assertj-swing/src/test/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager_uninstall_Test.java index 5010b0a5..d81b4f7d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager_uninstall_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/edt/FailOnThreadViolationRepaintManager_uninstall_Test.java @@ -1,14 +1,14 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - * - * Copyright 2012-2015 the original author or authors. + * + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.edt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/edt/GuiActionRunner_execute_queryNotInEDT_Test.java b/assertj-swing/src/test/java/org/assertj/swing/edt/GuiActionRunner_execute_queryNotInEDT_Test.java index db564b19..7a50298d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/edt/GuiActionRunner_execute_queryNotInEDT_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/edt/GuiActionRunner_execute_queryNotInEDT_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.edt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/edt/GuiActionRunner_execute_taskNotInEDT_Test.java b/assertj-swing/src/test/java/org/assertj/swing/edt/GuiActionRunner_execute_taskNotInEDT_Test.java index d168fe76..2c69b83b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/edt/GuiActionRunner_execute_taskNotInEDT_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/edt/GuiActionRunner_execute_taskNotInEDT_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.edt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/edt/GuiQuery_executeInEDT_Test.java b/assertj-swing/src/test/java/org/assertj/swing/edt/GuiQuery_executeInEDT_Test.java index d2e75628..a03f9024 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/edt/GuiQuery_executeInEDT_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/edt/GuiQuery_executeInEDT_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.edt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/edt/GuiQuery_run_Test.java b/assertj-swing/src/test/java/org/assertj/swing/edt/GuiQuery_run_Test.java index 2c59baf1..4eaa06d3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/edt/GuiQuery_run_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/edt/GuiQuery_run_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.edt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/edt/GuiTask_executeInEDT_Test.java b/assertj-swing/src/test/java/org/assertj/swing/edt/GuiTask_executeInEDT_Test.java index 18fc73a4..e3d68d7b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/edt/GuiTask_executeInEDT_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/edt/GuiTask_executeInEDT_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.edt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/edt/GuiTask_run_Test.java b/assertj-swing/src/test/java/org/assertj/swing/edt/GuiTask_run_Test.java index 2030ebcf..e4108f0e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/edt/GuiTask_run_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/edt/GuiTask_run_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.edt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/exception/ActionFailedException_actionFailure_withCause_Test.java b/assertj-swing/src/test/java/org/assertj/swing/exception/ActionFailedException_actionFailure_withCause_Test.java index 44710af3..43723dcb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/exception/ActionFailedException_actionFailure_withCause_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/exception/ActionFailedException_actionFailure_withCause_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.exception; diff --git a/assertj-swing/src/test/java/org/assertj/swing/exception/ComponentLookupException_found_Test.java b/assertj-swing/src/test/java/org/assertj/swing/exception/ComponentLookupException_found_Test.java index 292e5a3b..20343061 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/exception/ComponentLookupException_found_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/exception/ComponentLookupException_found_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.exception; diff --git a/assertj-swing/src/test/java/org/assertj/swing/exception/LocationUnavailableException_constructor_withCause_Test.java b/assertj-swing/src/test/java/org/assertj/swing/exception/LocationUnavailableException_constructor_withCause_Test.java index 7604fb60..232eb9c9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/exception/LocationUnavailableException_constructor_withCause_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/exception/LocationUnavailableException_constructor_withCause_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.exception; diff --git a/assertj-swing/src/test/java/org/assertj/swing/exception/UnexpectedException_unexpected_withCause_Test.java b/assertj-swing/src/test/java/org/assertj/swing/exception/UnexpectedException_unexpected_withCause_Test.java index f0a28735..4ae68910 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/exception/UnexpectedException_unexpected_withCause_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/exception/UnexpectedException_unexpected_withCause_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.exception; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/FEST250_findJOptionPaneWithNullParent.java b/assertj-swing/src/test/java/org/assertj/swing/finder/FEST250_findJOptionPaneWithNullParent.java index f6f18bfd..d9ff4916 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/FEST250_findJOptionPaneWithNullParent.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/FEST250_findJOptionPaneWithNullParent.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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_TestCase.java index d59d9f8f..cbaaa751 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byName_Test.java index e3358bf7..481b0257 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byName_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byName_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byName_withInvalidInput_Test.java index 9c8a21f3..a5bd0fb1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byName_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byName_withInvalidInput_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byType_Test.java index 7f7a2f87..7d6367df 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byType_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byType_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byType_withInvalidInput_Test.java index 9813a271..7dca9872 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byType_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_byType_withInvalidInput_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_withMatcher_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_withMatcher_Test.java index a540b08a..5fec1ec1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_withMatcher_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_withMatcher_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_withMatcher_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_withMatcher_withInvalidInput_Test.java index 9ebb015b..58a4fa14 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_withMatcher_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/JFileChooserFinder_findFileChooser_withMatcher_withInvalidInput_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_TestCase.java index 907b98d1..732af754 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_byType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_byType_Test.java index de441acf..a9f586a0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_byType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_byType_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_byType_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_byType_withInvalidInput_Test.java index 1dfc3114..69ba17fc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_byType_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_byType_withInvalidInput_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_withMatcher_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_withMatcher_Test.java index e3c30a03..860e31ac 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_withMatcher_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_withMatcher_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_withMatcher_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_withMatcher_withInvalidInput_Test.java index 298b7d2a..d27a9521 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_withMatcher_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/JOptionPaneFinder_findOptionPane_withMatcher_withInvalidInput_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_TestCase.java index 19ab82ed..c74cae8b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byName_Test.java index d92aa01b..8017c471 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byName_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byName_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byName_withInvalidInput_Test.java index 989b3774..f8cb3341 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byName_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byName_withInvalidInput_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byType_Test.java index e427c3f1..7377a0e3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byType_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byType_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byType_withInvalidInput_Test.java index 7dbba3c9..68e01771 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byType_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_byType_withInvalidInput_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_withMatcher_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_withMatcher_Test.java index 1ae36858..c2929c28 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_withMatcher_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_withMatcher_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_withMatcher_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_withMatcher_withInvalidInput_Test.java index 6a92fb66..cce9f748 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_withMatcher_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findDialog_withMatcher_withInvalidInput_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byName_Test.java index af985875..6141a483 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byName_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byName_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byName_withInvalidInput_Test.java index 075b6b21..3bc6c4e6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byName_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byName_withInvalidInput_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byType_Test.java index 0d55aa53..621698b9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byType_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byType_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byType_withInvalidInput_Test.java index fd570a04..ffe86484 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byType_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_byType_withInvalidInput_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_withMatcher_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_withMatcher_Test.java index 86179047..26353ba1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_withMatcher_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_withMatcher_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_withMatcher_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_withMatcher_withInvalidInput_Test.java index c8b8f05c..cd583e34 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_withMatcher_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/finder/WindowFinder_findFrame_withMatcher_withInvalidInput_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.finder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_constructor_withLookupByNameAndType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_constructor_withLookupByNameAndType_Test.java index 050476fd..fcd1ac08 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_constructor_withLookupByNameAndType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_constructor_withLookupByNameAndType_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_constructor_withLookupByType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_constructor_withLookupByType_Test.java index e0969d39..600f5844 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_constructor_withLookupByType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_constructor_withLookupByType_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_constructor_withTargetComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_constructor_withTargetComponent_Test.java index f584d45e..ddc5b82f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_constructor_withTargetComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_constructor_withTargetComponent_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_equals_hashCode_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_equals_hashCode_Test.java index e88a545c..dd6b3ce1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_equals_hashCode_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_requireShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_requireShowing_Test.java index 5aa2aa07..b31208e3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_requireShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_requireShowing_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_targetCastedTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_targetCastedTo_Test.java index 4df775cb..747808c3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_targetCastedTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_targetCastedTo_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_withMocks_Test.java index fee48b73..442bb3c1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractComponentFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_button_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_button_Test.java index 842b1c55..ecdac99b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_button_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_button_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_checkBox_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_checkBox_Test.java index be1745e4..961c57ad 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_checkBox_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_checkBox_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_comboBox_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_comboBox_Test.java index 9c47dcd3..2e95f319 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_comboBox_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_comboBox_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_dialog_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_dialog_Test.java index 50796c48..dc95f17c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_dialog_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_dialog_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_fileChooser_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_fileChooser_Test.java index 936ea2fd..505f7ae8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_fileChooser_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_fileChooser_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_internalFrame_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_internalFrame_Test.java index 932b861b..599a25fa 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_internalFrame_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_internalFrame_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_label_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_label_Test.java index 77fa35de..e8277b32 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_label_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_label_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_list_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_list_Test.java index 249be477..b01bb522 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_list_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_list_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_menuItem_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_menuItem_Test.java index 7c6bbd69..5dedf2ef 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_menuItem_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_menuItem_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_optionPane_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_optionPane_Test.java index c9e1d7ba..5ca38d14 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_optionPane_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_optionPane_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_panel_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_panel_Test.java index 069ed8ac..932cd7ab 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_panel_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_panel_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_progressBar_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_progressBar_Test.java index 3b84bd58..c5d3f65f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_progressBar_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_progressBar_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_radioButton_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_radioButton_Test.java index 0075f337..2073cef2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_radioButton_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_radioButton_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_scrollBar_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_scrollBar_Test.java index bf37ab09..15b4b599 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_scrollBar_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_scrollBar_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_scrollPane_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_scrollPane_Test.java index ea9ce2e3..b939b5fe 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_scrollPane_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_scrollPane_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_slider_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_slider_Test.java index aca3155f..32d4536b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_slider_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_slider_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_spinner_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_spinner_Test.java index 28740c61..8361ab27 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_spinner_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_spinner_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_splitPane_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_splitPane_Test.java index b1f92ec5..d977a62a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_splitPane_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_splitPane_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_tabbedPane_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_tabbedPane_Test.java index 5e72e2be..cbfb01ae 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_tabbedPane_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_tabbedPane_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_table_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_table_Test.java index cbc2face..39f4c6af 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_table_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_table_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_textBox_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_textBox_Test.java index 0a5c7fb8..e61aff6e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_textBox_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_textBox_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_toggleButton_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_toggleButton_Test.java index af769bf8..7f9b5c2c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_toggleButton_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_toggleButton_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_toolBar_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_toolBar_Test.java index e7e75f3f..e1e643da 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_toolBar_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_toolBar_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_tree_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_tree_Test.java index 0a05a32c..ccef8f13 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_tree_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractContainerFixture_tree_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractTwoStateButtonFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractTwoStateButtonFixture_withMocks_Test.java index 6957941d..131d2c1d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractTwoStateButtonFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractTwoStateButtonFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractWindowFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractWindowFixture_withMocks_Test.java index 01d23221..1c13c938 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractWindowFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/AbstractWindowFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug108_findShowingContainerOnly_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug108_findShowingContainerOnly_Test.java index 7f95293a..f4316f83 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug108_findShowingContainerOnly_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug108_findShowingContainerOnly_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug116_scrollToItemToSelectInJComboBox_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug116_scrollToItemToSelectInJComboBox_Test.java index 6c218c7f..040f3752 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug116_scrollToItemToSelectInJComboBox_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug116_scrollToItemToSelectInJComboBox_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug133_scrollToItemToSelectInJTree_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug133_scrollToItemToSelectInJTree_Test.java index 2a8af319..850bb36c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug133_scrollToItemToSelectInJTree_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug133_scrollToItemToSelectInJTree_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug134_clickComponentOutsideScreen_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug134_clickComponentOutsideScreen_Test.java index 02f3f218..35f5628c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug134_clickComponentOutsideScreen_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug134_clickComponentOutsideScreen_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug157_MacOsxMenuBar_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug157_MacOsxMenuBar_Test.java index 76b18647..ca6bcfcd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug157_MacOsxMenuBar_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug157_MacOsxMenuBar_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug159_moveParentToFrontWhenClickingMenuItem_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug159_moveParentToFrontWhenClickingMenuItem_Test.java index 2a904409..9899ac46 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug159_moveParentToFrontWhenClickingMenuItem_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug159_moveParentToFrontWhenClickingMenuItem_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug186_readFilteredTable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug186_readFilteredTable_Test.java index 2d95cb93..1234f7c5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug186_readFilteredTable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug186_readFilteredTable_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug195_findDialogMultipleTimes_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug195_findDialogMultipleTimes_Test.java index e4a3dc47..73fc37c6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug195_findDialogMultipleTimes_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug195_findDialogMultipleTimes_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug197_clickVisibleAreaInComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug197_clickVisibleAreaInComponent_Test.java index 25a99b52..8864b832 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug197_clickVisibleAreaInComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug197_clickVisibleAreaInComponent_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug200_expandCellInJTreeBeforeSelectingIt_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug200_expandCellInJTreeBeforeSelectingIt_Test.java index bfc9073c..e6bcf669 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug200_expandCellInJTreeBeforeSelectingIt_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug200_expandCellInJTreeBeforeSelectingIt_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug209_JComboBoxWithCustomModel_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug209_JComboBoxWithCustomModel_Test.java index e34e8c09..8ee01705 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug209_JComboBoxWithCustomModel_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug209_JComboBoxWithCustomModel_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug20_cannotFindComponentInJPanel_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug20_cannotFindComponentInJPanel_Test.java index d52e1e6f..16477972 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug20_cannotFindComponentInJPanel_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug20_cannotFindComponentInJPanel_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug210_editableComboBox_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug210_editableComboBox_Test.java index cceb4f99..0e51ad98 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug210_editableComboBox_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug210_editableComboBox_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug232_wrongColumnIndexInJTable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug232_wrongColumnIndexInJTable_Test.java index 1e959231..f4fb877c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug232_wrongColumnIndexInJTable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug232_wrongColumnIndexInJTable_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug263_separatorNotRespectedInJTree_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug263_separatorNotRespectedInJTree_Test.java index 625123fb..196b860a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug263_separatorNotRespectedInJTree_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug263_separatorNotRespectedInJTree_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug279_firstCharInJComboBoxMissing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug279_firstCharInJComboBoxMissing_Test.java index 8a0e797d..19895edc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug279_firstCharInJComboBoxMissing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug279_firstCharInJComboBoxMissing_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug293_errorWhenSelectingPathIfJTreeRootIsInvisible_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug293_errorWhenSelectingPathIfJTreeRootIsInvisible_Test.java index f59fbc0b..25f8def4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug293_errorWhenSelectingPathIfJTreeRootIsInvisible_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug293_errorWhenSelectingPathIfJTreeRootIsInvisible_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug303_JSpinnerDoesNotSelectExistingTextBeforeEnteringNewText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug303_JSpinnerDoesNotSelectExistingTextBeforeEnteringNewText_Test.java index 3c6263f3..c74f1918 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug303_JSpinnerDoesNotSelectExistingTextBeforeEnteringNewText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug303_JSpinnerDoesNotSelectExistingTextBeforeEnteringNewText_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug305_TableContentsTest.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug305_TableContentsTest.java index ac899277..ffc9071c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug305_TableContentsTest.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug305_TableContentsTest.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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug76_JOptionPaneLookup_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug76_JOptionPaneLookup_Test.java index a1d9558f..64f1aa0a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug76_JOptionPaneLookup_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug76_JOptionPaneLookup_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug80_JDialogLookup_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug80_JDialogLookup_Test.java index ad849481..11cb93ca 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug80_JDialogLookup_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Bug80_JDialogLookup_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_constructor_Test.java index 4588ac64..fe47f180 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_constructor_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_description_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_description_Test.java index 1800693c..bff1865a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_description_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_description_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireEqualToColorAsHex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireEqualToColorAsHex_Test.java index f482e7b1..42c27965 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireEqualToColorAsHex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireEqualToColorAsHex_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireEqualToColor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireEqualToColor_Test.java index ab23faf7..a168457a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireEqualToColor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireEqualToColor_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireNotEqualToColorAsHex_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireNotEqualToColorAsHex_Test.java index 1c118ef9..900134e9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireNotEqualToColorAsHex_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireNotEqualToColorAsHex_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireNotEqualToColor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireNotEqualToColor_Test.java index a74a5813..63b2c31e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireNotEqualToColor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorFixture_requireNotEqualToColor_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorHexCodes.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorHexCodes.java index c5b1ed07..7930dbd5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorHexCodes.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/ColorHexCodes.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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/ContainerFixture.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/ContainerFixture.java index ce999162..f5f5bd1c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/ContainerFixture.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/ContainerFixture.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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Containers_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Containers_Test.java index 651c4a33..66f001d8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Containers_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Containers_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Containers_frameFixtureFor_withRobot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Containers_frameFixtureFor_withRobot_Test.java index bf18b58c..5be68cc1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Containers_frameFixtureFor_withRobot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Containers_frameFixtureFor_withRobot_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/Containers_showInFrame_withRobot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/Containers_showInFrame_withRobot_Test.java index ee570cc6..161deaef 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/Containers_showInFrame_withRobot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/Containers_showInFrame_withRobot_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_constructor_withDialog_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_constructor_withDialog_Test.java index 0c83da4d..9bdb05ae 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_constructor_withDialog_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_constructor_withDialog_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_constructor_withName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_constructor_withName_Test.java index 5bd968d0..88a23ea9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_constructor_withName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_constructor_withName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_constructor_withRobotAndName_Test.java index 60cb2d77..b1021e92 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_withMocks_Test.java index 1f60956d..4d82fa91 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/DialogFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/ExampleDocument.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/ExampleDocument.java index 60913aa4..70c50c64 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/ExampleDocument.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/ExampleDocument.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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/ExtensionTest.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/ExtensionTest.java index 8c313c36..72e4efda 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/ExtensionTest.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/ExtensionTest.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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST102_enteringTextInJComboBoxIgnoresFirstCharacter_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST102_enteringTextInJComboBoxIgnoresFirstCharacter_Test.java index 4011d5c1..32935ca4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST102_enteringTextInJComboBoxIgnoresFirstCharacter_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST102_enteringTextInJComboBoxIgnoresFirstCharacter_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST104_JMenuItemShouldNotReceiveFocusWhenClicked_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST104_JMenuItemShouldNotReceiveFocusWhenClicked_Test.java index 76e3c052..2246435b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST104_JMenuItemShouldNotReceiveFocusWhenClicked_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST104_JMenuItemShouldNotReceiveFocusWhenClicked_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST119_cannotSelectCellInJTreeIfRootIsInvisible_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST119_cannotSelectCellInJTreeIfRootIsInvisible_Test.java index 4c01019f..4b15f856 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST119_cannotSelectCellInJTreeIfRootIsInvisible_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST119_cannotSelectCellInJTreeIfRootIsInvisible_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST122_addSupportForEditableJComboBoxAsCellEditor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST122_addSupportForEditableJComboBoxAsCellEditor_Test.java index a194423a..c5fffa1a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST122_addSupportForEditableJComboBoxAsCellEditor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST122_addSupportForEditableJComboBoxAsCellEditor_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST130_wrongModifierBehaviorInJTableFixture_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST130_wrongModifierBehaviorInJTableFixture_Test.java index d6b5cf8e..bf3d0747 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST130_wrongModifierBehaviorInJTableFixture_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST130_wrongModifierBehaviorInJTableFixture_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST150_cannotTypeDashInTableCell_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST150_cannotTypeDashInTableCell_Test.java index b09f7c4a..65c1fed0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST150_cannotTypeDashInTableCell_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST150_cannotTypeDashInTableCell_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST194_clickJTableHeaderColumnOutsideJTable_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST194_clickJTableHeaderColumnOutsideJTable_Test.java index 320d1147..b2ae973d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST194_clickJTableHeaderColumnOutsideJTable_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST194_clickJTableHeaderColumnOutsideJTable_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST227_expandJTreePathMayCauseNPE_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST227_expandJTreePathMayCauseNPE_Test.java index e08b24da..b3cbef4d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST227_expandJTreePathMayCauseNPE_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST227_expandJTreePathMayCauseNPE_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST254_JComboBoxFixtureIsNotUsingCellReaderForRequireSelection_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST254_JComboBoxFixtureIsNotUsingCellReaderForRequireSelection_Test.java index 44129ac3..b79b5d58 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST254_JComboBoxFixtureIsNotUsingCellReaderForRequireSelection_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST254_JComboBoxFixtureIsNotUsingCellReaderForRequireSelection_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST293_TableCellInRowByValueMatchesAnything_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST293_TableCellInRowByValueMatchesAnything_Test.java index 301eb7d7..75654cc0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST293_TableCellInRowByValueMatchesAnything_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST293_TableCellInRowByValueMatchesAnything_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST297_AutoScrollingDoesNotWork_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST297_AutoScrollingDoesNotWork_Test.java index 76a8a652..4ccf73bb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST297_AutoScrollingDoesNotWork_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST297_AutoScrollingDoesNotWork_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST299_ColumnHeaderSort_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST299_ColumnHeaderSort_Test.java index eab57cc8..a77703c8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST299_ColumnHeaderSort_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST299_ColumnHeaderSort_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST303_JFileChooserNotFoundOnMacOS_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST303_JFileChooserNotFoundOnMacOS_Test.java index bedb5fcf..e9caadc0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST303_JFileChooserNotFoundOnMacOS_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST303_JFileChooserNotFoundOnMacOS_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST309_scrollAndSelectTab_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST309_scrollAndSelectTab_Test.java index 00a3cc09..f0e357f5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST309_scrollAndSelectTab_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST309_scrollAndSelectTab_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST65_JListFixtureNotSelectingItemsWithLongText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST65_JListFixtureNotSelectingItemsWithLongText_Test.java index 96a1a5f3..3799b44e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST65_JListFixtureNotSelectingItemsWithLongText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FEST65_JListFixtureNotSelectingItemsWithLongText_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_TestCase.java index c9312e5f..a42b46f2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_constructor_Test.java index 6f0a2f86..29c0e4b8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_constructor_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireBold_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireBold_Test.java index a7ecf4b3..8323f756 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireBold_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireBold_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireFamily_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireFamily_Test.java index 7ae96f6a..a5bd2129 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireFamily_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireFamily_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireItalic_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireItalic_Test.java index 3deef985..361988c6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireItalic_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireItalic_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireName_Test.java index 09b4e022..3be74bb8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireNotBold_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireNotBold_Test.java index f0b0a99c..9a9b1a20 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireNotBold_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireNotBold_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireNotItalic_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireNotItalic_Test.java index b559a1a4..f867638d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireNotItalic_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireNotItalic_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireNotPlain_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireNotPlain_Test.java index e3cf13d3..6cb88158 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireNotPlain_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireNotPlain_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requirePlain_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requirePlain_Test.java index 2605049c..77bae82b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requirePlain_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requirePlain_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireSize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireSize_Test.java index 4354ec11..2f719377 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireSize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FontFixture_requireSize_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_constructor_withFrame_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_constructor_withFrame_Test.java index 96f205f5..1cd5dff2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_constructor_withFrame_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_constructor_withFrame_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_constructor_withName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_constructor_withName_Test.java index 71440ece..78854df4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_constructor_withName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_constructor_withName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_constructor_withRobotAndName_Test.java index e1b40b00..22b064f2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_withMocks_Test.java index ea8a2c5d..14205d58 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/FrameFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/GitHub_190_FrameFixture_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/GitHub_190_FrameFixture_Test.java index 319433ac..6d102e93 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/GitHub_190_FrameFixture_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/GitHub_190_FrameFixture_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/GitHub_191_FileChooser_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/GitHub_191_FileChooser_Test.java index be3855af..d2c84593 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/GitHub_191_FileChooser_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/GitHub_191_FileChooser_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/ItemFixture_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/ItemFixture_TestCase.java index 61354050..a07d2d99 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/ItemFixture_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/ItemFixture_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JButtonFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JButtonFixture_constructor_withRobotAndName_Test.java index 689cb3c7..f32cd839 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JButtonFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JButtonFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JCheckBoxFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JCheckBoxFixture_constructor_withRobotAndName_Test.java index 3d34d69e..400a3db6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JCheckBoxFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JCheckBoxFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JComboBoxFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JComboBoxFixture_constructor_withRobotAndName_Test.java index 760d3a42..82a8cd90 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JComboBoxFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JComboBoxFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JComboBoxFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JComboBoxFixture_withMocks_Test.java index f48e6f81..c6657948 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JComboBoxFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JComboBoxFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JFileChooserFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JFileChooserFixture_constructor_withRobotAndName_Test.java index 6c8e99e4..497b8f89 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JFileChooserFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JFileChooserFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JFileChooserFixture_constructor_withRobot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JFileChooserFixture_constructor_withRobot_Test.java index fd397c36..863fabf2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JFileChooserFixture_constructor_withRobot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JFileChooserFixture_constructor_withRobot_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JFileChooserFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JFileChooserFixture_withMocks_Test.java index 01740fac..ff3f5cd1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JFileChooserFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JFileChooserFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JInternalFrameFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JInternalFrameFixture_constructor_withRobotAndName_Test.java index 3b97209b..c36b1bab 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JInternalFrameFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JInternalFrameFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JInternalFrameFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JInternalFrameFixture_withMocks_Test.java index ccf2617d..6122631f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JInternalFrameFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JInternalFrameFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JLabelFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JLabelFixture_constructor_withRobotAndName_Test.java index ea5bd007..d40bd31d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JLabelFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JLabelFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JLabelFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JLabelFixture_withMocks_Test.java index 1f994c6b..3abc21f4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JLabelFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JLabelFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JListFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JListFixture_constructor_withRobotAndName_Test.java index 8c7dd08f..57bbae68 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JListFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JListFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JListFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JListFixture_withMocks_Test.java index 8e62f528..8ec3f716 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JListFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JListFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JListItemFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JListItemFixture_withMocks_Test.java index 3b7603ec..ad769a1b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JListItemFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JListItemFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JMenuItemFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JMenuItemFixture_constructor_withRobotAndName_Test.java index e149f7a9..511f3d6a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JMenuItemFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JMenuItemFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JOptionPaneFixture_constructor_withRobot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JOptionPaneFixture_constructor_withRobot_Test.java index cd5622a7..0ca4ab88 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JOptionPaneFixture_constructor_withRobot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JOptionPaneFixture_constructor_withRobot_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JOptionPaneFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JOptionPaneFixture_withMocks_Test.java index 992c35c3..e8c7bdd4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JOptionPaneFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JOptionPaneFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JPanelFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JPanelFixture_constructor_withRobotAndName_Test.java index 9de272aa..844a1ab4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JPanelFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JPanelFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JPanelFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JPanelFixture_withMocks_Test.java index b701f750..07695877 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JPanelFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JPanelFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JPopupMenuFixture_menuItemWithPath_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JPopupMenuFixture_menuItemWithPath_Test.java index f2f78605..8f57f21e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JPopupMenuFixture_menuItemWithPath_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JPopupMenuFixture_menuItemWithPath_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JPopupMenuFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JPopupMenuFixture_withMocks_Test.java index 8b277a43..332d1ef4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JPopupMenuFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JPopupMenuFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JProgressBarFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JProgressBarFixture_constructor_withRobotAndName_Test.java index 5c470133..ff6d9431 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JProgressBarFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JProgressBarFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JProgressBarFixture_withMocks_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JProgressBarFixture_withMocks_TestCase.java index 7d7a0095..ec7f2983 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JProgressBarFixture_withMocks_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JProgressBarFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JRadioButtonFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JRadioButtonFixture_constructor_withRobotAndName_Test.java index cec26907..5adbdecc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JRadioButtonFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JRadioButtonFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollBarFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollBarFixture_constructor_withRobotAndName_Test.java index 4708c18f..7b48efbe 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollBarFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollBarFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollBarFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollBarFixture_withMocks_Test.java index 504ac70f..3567d98e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollBarFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollBarFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollPaneFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollPaneFixture_constructor_withRobotAndName_Test.java index a1ef4ee8..17863cb5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollPaneFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollPaneFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollPaneFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollPaneFixture_withMocks_Test.java index 04040666..c5f6bef0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollPaneFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JScrollPaneFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JSliderFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JSliderFixture_constructor_withRobotAndName_Test.java index c6a3980f..947adc3f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JSliderFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JSliderFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JSliderFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JSliderFixture_withMocks_Test.java index 7f4c6e17..28ac2daf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JSliderFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JSliderFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JSpinnerFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JSpinnerFixture_constructor_withRobotAndName_Test.java index df60c16d..4db549f7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JSpinnerFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JSpinnerFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JSpinnerFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JSpinnerFixture_withMocks_Test.java index 229b360f..d76c6b8c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JSpinnerFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JSpinnerFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JSplitPaneFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JSplitPaneFixture_constructor_withRobotAndName_Test.java index 1bde7ad3..77c56857 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JSplitPaneFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JSplitPaneFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JSplitPaneFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JSplitPaneFixture_withMocks_Test.java index 856a6edf..98d927c9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JSplitPaneFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JSplitPaneFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTabbedPaneFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTabbedPaneFixture_constructor_withRobotAndName_Test.java index 9a9c2854..efde61c5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTabbedPaneFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTabbedPaneFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTabbedPaneFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTabbedPaneFixture_withMocks_Test.java index 69200797..7cb8a6ba 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTabbedPaneFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTabbedPaneFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableCellFixture_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableCellFixture_constructor_Test.java index ba3ae70a..5fb21571 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableCellFixture_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableCellFixture_constructor_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableCellFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableCellFixture_withMocks_Test.java index a136c73b..b47649e4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableCellFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableCellFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableFixture_constructor_withRobotAndName_Test.java index 222c79e0..2213f1a2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableFixture_withMocks_Test.java index ce46d6c4..402d5afd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableHeaderFixture_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableHeaderFixture_constructor_Test.java index 7c3fead5..93da4367 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableHeaderFixture_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableHeaderFixture_constructor_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableHeaderFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableHeaderFixture_withMocks_Test.java index a941377c..a070804a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableHeaderFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTableHeaderFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTextComponentFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTextComponentFixture_constructor_withRobotAndName_Test.java index c99a5f07..c428bc4f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTextComponentFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTextComponentFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTextComponentFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTextComponentFixture_withMocks_Test.java index bd55a1e2..b372ad73 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTextComponentFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTextComponentFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JToggleButtonFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JToggleButtonFixture_constructor_withRobotAndName_Test.java index f9b239f7..7d216569 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JToggleButtonFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JToggleButtonFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JToolBarFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JToolBarFixture_constructor_withRobotAndName_Test.java index db6fdc19..49ac5423 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JToolBarFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JToolBarFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JToolBarFixture_withMocks_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JToolBarFixture_withMocks_TestCase.java index 4dfb0107..97336525 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JToolBarFixture_withMocks_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JToolBarFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreeFixture_constructor_withRobotAndName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreeFixture_constructor_withRobotAndName_Test.java index 09951fe9..3dc1477a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreeFixture_constructor_withRobotAndName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreeFixture_constructor_withRobotAndName_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreeFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreeFixture_withMocks_Test.java index a47f1035..927a515a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreeFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreeFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreePathFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreePathFixture_withMocks_Test.java index 4911612d..bc5af4bf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreePathFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreePathFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreeRowFixture_withMocks_Test.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreeRowFixture_withMocks_Test.java index 1c249e52..d3012d91 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreeRowFixture_withMocks_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/JTreeRowFixture_withMocks_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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/ModalDialogLookupTest.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/ModalDialogLookupTest.java index 4fe4025b..b8a15e1a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/ModalDialogLookupTest.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/ModalDialogLookupTest.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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/fixture/MouseClickInfoTest.java b/assertj-swing/src/test/java/org/assertj/swing/fixture/MouseClickInfoTest.java index 8f0260ea..c2fa67e2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/fixture/MouseClickInfoTest.java +++ b/assertj-swing/src/test/java/org/assertj/swing/fixture/MouseClickInfoTest.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.fixture; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/Formatting_format_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/Formatting_format_Test.java index 8b0a28db..303a832c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/Formatting_format_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/Formatting_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/Formatting_formatter_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/Formatting_formatter_Test.java index 8b3f727d..15401295 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/Formatting_formatter_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/Formatting_formatter_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/IntEnum_get_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/IntEnum_get_Test.java index 2a85d8f7..432a62d4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/IntEnum_get_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/IntEnum_get_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_constructor_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_constructor_withInvalidInput_Test.java index 0b93b251..fce50030 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_constructor_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_constructor_withInvalidInput_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_format_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_format_Test.java index 78182faf..7a3ebe1d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_format_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_format_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_format_withInvalidInput_Test.java index 0791cc84..e1d19c72 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_format_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_format_withInvalidInput_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_toString_Test.java index e5ed5d83..2609d368 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/IntrospectionComponentFormatter_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JComboBoxFormatter_format_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JComboBoxFormatter_format_Test.java index fccb448a..ab816808 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JComboBoxFormatter_format_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JComboBoxFormatter_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JComboBoxFormatter_format_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JComboBoxFormatter_format_withInvalidInput_Test.java index 53ce8134..6bf6db6b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JComboBoxFormatter_format_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JComboBoxFormatter_format_withInvalidInput_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JFileChooserFormatter_format_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JFileChooserFormatter_format_Test.java index 50967663..016977c9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JFileChooserFormatter_format_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JFileChooserFormatter_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JFileChooserFormatter_format_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JFileChooserFormatter_format_withInvalidInput_Test.java index 31e266ae..b8e40ae1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JFileChooserFormatter_format_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JFileChooserFormatter_format_withInvalidInput_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JListFormatter_format_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JListFormatter_format_Test.java index a7cb4123..09857025 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JListFormatter_format_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JListFormatter_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JListFormatter_format_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JListFormatter_format_withInvalidInput_Test.java index 545b4edc..a6bc1b72 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JListFormatter_format_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JListFormatter_format_withInvalidInput_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JOptionPaneFormatter_format_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JOptionPaneFormatter_format_Test.java index eea44e47..bdd03676 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JOptionPaneFormatter_format_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JOptionPaneFormatter_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JOptionPaneFormatter_format_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JOptionPaneFormatter_format_withInvalidInput_Test.java index 1cd5a424..6aea6214 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JOptionPaneFormatter_format_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JOptionPaneFormatter_format_withInvalidInput_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JTabbedPaneFormatter_format_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JTabbedPaneFormatter_format_Test.java index 8682f9f5..a0629bb9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JTabbedPaneFormatter_format_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JTabbedPaneFormatter_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JTabbedPaneFormatter_format_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JTabbedPaneFormatter_format_withInvalidInput_Test.java index ef9fd654..00580d7a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JTabbedPaneFormatter_format_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JTabbedPaneFormatter_format_withInvalidInput_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JTableFormatter_format_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JTableFormatter_format_Test.java index cfd796f2..5b28f2d4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JTableFormatter_format_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JTableFormatter_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JTableFormatter_format_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JTableFormatter_format_withInvalidInput_Test.java index 717d0f32..1f018c3c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JTableFormatter_format_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JTableFormatter_format_withInvalidInput_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JTreeFormatter_format_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JTreeFormatter_format_Test.java index 5581cf33..31bf20af 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JTreeFormatter_format_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JTreeFormatter_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/format/JTreeFormatter_format_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/format/JTreeFormatter_format_withInvalidInput_Test.java index 50c9349f..89fc5ae6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/format/JTreeFormatter_format_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/format/JTreeFormatter_format_withInvalidInput_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.format; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ChildrenFinder_childrenOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ChildrenFinder_childrenOf_Test.java index 93a79cc1..af8851e9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ChildrenFinder_childrenOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ChildrenFinder_childrenOf_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_TestCase.java index 181c15cd..c434b83d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_childrenOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_childrenOf_Test.java index 1cf14fba..c1821c51 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_childrenOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_childrenOf_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_contains_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_contains_Test.java index 3ad59f99..4580e6ef 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_contains_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_contains_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_dispose_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_dispose_Test.java index 5279ad23..e9b13892 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_dispose_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_dispose_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_parentOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_parentOf_Test.java index 52599362..d139eb0c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_parentOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_parentOf_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_roots_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_roots_Test.java index 42be9899..0b68cd0e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_roots_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ExistingHierarchy_roots_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JDesktopPaneChildrenFinder_nonExplicitChildrenOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JDesktopPaneChildrenFinder_nonExplicitChildrenOf_Test.java index 9bb9e955..b77ad8a0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JDesktopPaneChildrenFinder_nonExplicitChildrenOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JDesktopPaneChildrenFinder_nonExplicitChildrenOf_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JFrameContentPaneQuery.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JFrameContentPaneQuery.java index 7af5428b..373cd726 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JFrameContentPaneQuery.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JFrameContentPaneQuery.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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JInternalFrameDesktopPaneQuery_desktopPaneOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JInternalFrameDesktopPaneQuery_desktopPaneOf_Test.java index ac8a948b..df1398cb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JInternalFrameDesktopPaneQuery_desktopPaneOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JInternalFrameDesktopPaneQuery_desktopPaneOf_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JInternalFrameIconifyTask.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JInternalFrameIconifyTask.java index f59b51ae..4eeed7b3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JInternalFrameIconifyTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JInternalFrameIconifyTask.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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JMenuChildrenFinder_nonExplicitChildrenOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JMenuChildrenFinder_nonExplicitChildrenOf_Test.java index 5eb8ff16..4d3e3176 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JMenuChildrenFinder_nonExplicitChildrenOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/JMenuChildrenFinder_nonExplicitChildrenOf_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_TestCase.java index bf9b4e7e..19cef9e5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_childrenOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_childrenOf_Test.java index b85a8bb7..9eb49593 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_childrenOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_childrenOf_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_constructor_Test.java index db44aa9e..ab207e55 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_constructor_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_contains_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_contains_Test.java index 20a35a8e..d586ba20 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_contains_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_contains_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_roots_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_roots_Test.java index 75f88b32..33a606da 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_roots_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/NewHierarchy_roots_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ParentFinder_parentOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ParentFinder_parentOf_Test.java index 6b91ef2f..3420f663 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ParentFinder_parentOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/ParentFinder_parentOf_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/TransientWindowListener_eventDispatched_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/TransientWindowListener_eventDispatched_Test.java index deaa76b4..fa3f7950 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/TransientWindowListener_eventDispatched_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/TransientWindowListener_eventDispatched_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/TransientWindowListener_eventDispatched_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/TransientWindowListener_eventDispatched_TestCase.java index a1f1ba6b..6e834840 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/TransientWindowListener_eventDispatched_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/TransientWindowListener_eventDispatched_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/TransientWindowListener_eventDispatched_withWindowOpenedAndShownEvents_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/TransientWindowListener_eventDispatched_withWindowOpenedAndShownEvents_Test.java index 5753fc34..d997e5c1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/TransientWindowListener_eventDispatched_withWindowOpenedAndShownEvents_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/TransientWindowListener_eventDispatched_withWindowOpenedAndShownEvents_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowChildrenFinder_nonExplicitChildrenOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowChildrenFinder_nonExplicitChildrenOf_Test.java index d498e1c7..6b3fed14 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowChildrenFinder_nonExplicitChildrenOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowChildrenFinder_nonExplicitChildrenOf_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_TestCase.java index a421c530..6379e3ad 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_ignore_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_ignore_Test.java index 84e0113c..ae47c271 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_ignore_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_ignore_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_implicitlyIgnore_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_implicitlyIgnore_Test.java index 825574e7..97d0e747 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_implicitlyIgnore_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_implicitlyIgnore_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_isIgnored_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_isIgnored_Test.java index 8119b7af..3a2fa7f0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_isIgnored_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_isIgnored_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_isImplicitylIgnored_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_isImplicitylIgnored_Test.java index ef5dadee..6af15e53 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_isImplicitylIgnored_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_isImplicitylIgnored_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_recognize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_recognize_Test.java index 7673fdf8..85cdf034 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_recognize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/hierarchy/WindowFilter_recognize_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.hierarchy; diff --git a/assertj-swing/src/test/java/org/assertj/swing/image/Bug213_HideCaretInTextFieldWhenTakingScreenshot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/image/Bug213_HideCaretInTextFieldWhenTakingScreenshot_Test.java index 4fdae756..20473478 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/image/Bug213_HideCaretInTextFieldWhenTakingScreenshot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/image/Bug213_HideCaretInTextFieldWhenTakingScreenshot_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.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/image/RandomFileNameCreator.java b/assertj-swing/src/test/java/org/assertj/swing/image/RandomFileNameCreator.java index 3e23f79e..e963d93a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/image/RandomFileNameCreator.java +++ b/assertj-swing/src/test/java/org/assertj/swing/image/RandomFileNameCreator.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.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_constructor_Test.java index 9cc51516..5689b579 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_constructor_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.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveComponentAsPng_Test.java b/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveComponentAsPng_Test.java index 333cc2ad..d5841cbb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveComponentAsPng_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveComponentAsPng_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.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveDesktopAsPng_Test.java b/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveDesktopAsPng_Test.java index 3616f70b..aa36bf84 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveDesktopAsPng_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveDesktopAsPng_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.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveImage_Test.java b/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveImage_Test.java index 40c1a409..0e1f1545 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveImage_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveImage_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.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveImage_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveImage_withInvalidInput_Test.java index 92f0ebfd..91e80b65 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveImage_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/image/ScreenshotTaker_saveImage_withInvalidInput_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.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/image/TestImageFileWriters.java b/assertj-swing/src/test/java/org/assertj/swing/image/TestImageFileWriters.java index 9e8a4d01..45dd0760 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/image/TestImageFileWriters.java +++ b/assertj-swing/src/test/java/org/assertj/swing/image/TestImageFileWriters.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.image; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/DisposalMonitor_componentShown_Test.java b/assertj-swing/src/test/java/org/assertj/swing/input/DisposalMonitor_componentShown_Test.java index c7cffffd..d440688e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/DisposalMonitor_componentShown_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/DisposalMonitor_componentShown_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/DisposedWindowMonitor_isDuplicateDispose_Test.java b/assertj-swing/src/test/java/org/assertj/swing/input/DisposedWindowMonitor_isDuplicateDispose_Test.java index 4ff2cafb..4b92d6fd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/DisposedWindowMonitor_isDuplicateDispose_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/DisposedWindowMonitor_isDuplicateDispose_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventNormalizer_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventNormalizer_TestCase.java index c90fd56b..a00488d6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventNormalizer_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventNormalizer_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventNormalizer_startListening_Test.java b/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventNormalizer_startListening_Test.java index 80ebc3c3..0f9bc52b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventNormalizer_startListening_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventNormalizer_startListening_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventNormalizer_stopListening_Test.java b/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventNormalizer_stopListening_Test.java index 552bc109..a320bb51 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventNormalizer_stopListening_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventNormalizer_stopListening_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventQueue_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventQueue_TestCase.java index 2f42f5ee..33a7202a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventQueue_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventQueue_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventQueue_dispatchEvent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventQueue_dispatchEvent_Test.java index 607a264b..2f53fc36 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventQueue_dispatchEvent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventQueue_dispatchEvent_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventQueue_pop_Test.java b/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventQueue_pop_Test.java index b554f1a4..19ab70f9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventQueue_pop_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/DragAwareEventQueue_pop_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/DragDropInfo_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/input/DragDropInfo_TestCase.java index 4ea29160..bf8e6419 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/DragDropInfo_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/DragDropInfo_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/DragDropInfo_update_Test.java b/assertj-swing/src/test/java/org/assertj/swing/input/DragDropInfo_update_Test.java index a47668bd..3455c492 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/DragDropInfo_update_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/DragDropInfo_update_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/DragDropInfo_update_withUnrecognizedEvents_Test.java b/assertj-swing/src/test/java/org/assertj/swing/input/DragDropInfo_update_withUnrecognizedEvents_Test.java index 7ca05e75..c6a588db 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/DragDropInfo_update_withUnrecognizedEvents_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/DragDropInfo_update_withUnrecognizedEvents_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_TestCase.java index f618ba98..8829117f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_eventDispatched_Test.java b/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_eventDispatched_Test.java index 155ba9e9..e32ddf2b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_eventDispatched_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_eventDispatched_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_startListening_Test.java b/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_startListening_Test.java index 446ceac6..4cc6d88e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_startListening_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_startListening_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_stopListening_Test.java b/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_stopListening_Test.java index 4f5daf1d..7df38cea 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_stopListening_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/EventNormalizer_stopListening_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/input/NativeDnDIdentifier_isNativeDragAndDrop_Test.java b/assertj-swing/src/test/java/org/assertj/swing/input/NativeDnDIdentifier_isNativeDragAndDrop_Test.java index 3294e97c..e0d59555 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/input/NativeDnDIdentifier_isNativeDragAndDrop_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/input/NativeDnDIdentifier_isNativeDragAndDrop_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.input; diff --git a/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/ImagesBaseTest.java b/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/ImagesBaseTest.java index fbd4497c..704eb4f7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/ImagesBaseTest.java +++ b/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/ImagesBaseTest.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.internal.assertions; diff --git a/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertEqual_Test.java b/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertEqual_Test.java index 73c9a0af..96e09a3f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertEqual_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertEqual_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.internal.assertions.images; diff --git a/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertEqual_with_offset_Test.java b/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertEqual_with_offset_Test.java index b1d30e6c..f8f96690 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertEqual_with_offset_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertEqual_with_offset_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.internal.assertions.images; diff --git a/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertHasSize_Test.java b/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertHasSize_Test.java index eb824c60..a40a887c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertHasSize_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertHasSize_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.internal.assertions.images; diff --git a/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertNotEqual_Test.java b/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertNotEqual_Test.java index 5adadadd..b46104c2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertNotEqual_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/internal/assertions/images/Images_assertNotEqual_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.internal.assertions.images; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/DefaultKeyStrokeMappingProvider_keyStrokeMappings_Test.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/DefaultKeyStrokeMappingProvider_keyStrokeMappings_Test.java index 3db1ea96..0efd4d81 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/DefaultKeyStrokeMappingProvider_keyStrokeMappings_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/DefaultKeyStrokeMappingProvider_keyStrokeMappings_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeLocale_get_Test.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeLocale_get_Test.java index 70921b23..cdd701ec 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeLocale_get_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeLocale_get_Test.java @@ -1,14 +1,14 @@ -/** +/* * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on * an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the * specific language governing permissions and limitations under the License. - * - * Copyright 2012-2015 the original author or authors. + * + * Copyright 2012-2018 the original author or authors. */ package org.assertj.swing.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMap_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMap_TestCase.java index 4e16b51f..3cb75822 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMap_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMap_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMap_charFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMap_charFor_Test.java index 8a29bde8..1e921752 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMap_charFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMap_charFor_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMap_keyStrokeFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMap_keyStrokeFor_Test.java index 0dfafac2..b71aa8e0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMap_keyStrokeFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMap_keyStrokeFor_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderFactory_createProvider_Test.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderFactory_createProvider_Test.java index 37e55952..c319a2aa 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderFactory_createProvider_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderFactory_createProvider_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderNames_iterator_Test.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderNames_iterator_Test.java index 7248446e..926c97db 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderNames_iterator_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderNames_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderPicker_providerFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderPicker_providerFor_Test.java index 06f056dc..2dc517f9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderPicker_providerFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProviderPicker_providerFor_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_TestCase.java index a03cec7c..f3af973d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_en_keyStrokeMappings_Test.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_en_keyStrokeMappings_Test.java index 4f7666f8..a86f3fec 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_en_keyStrokeMappings_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_en_keyStrokeMappings_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_parse_Test.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_parse_Test.java index 66e28dff..4bf13fe6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_parse_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingProvider_parse_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMapping_mapping_Test.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMapping_mapping_Test.java index 01e44b67..18d27552 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMapping_mapping_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMapping_mapping_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMapping_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMapping_toString_Test.java index 63a4e639..d824dfa2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMapping_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMapping_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingsParser_mappingFrom_Test.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingsParser_mappingFrom_Test.java index ae2e3456..6dfa80b5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingsParser_mappingFrom_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingsParser_mappingFrom_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingsParser_mappingFrom_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingsParser_mappingFrom_withInvalidInput_Test.java index 33c9dc23..d9fc1d95 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingsParser_mappingFrom_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/keystroke/KeyStrokeMappingsParser_mappingFrom_withInvalidInput_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.keystroke; diff --git a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_TestCase.java index c41a8d37..59d8a4b3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_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.launcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_appletWithApplet_Test.java b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_appletWithApplet_Test.java index 5f16a085..1d020afb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_appletWithApplet_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_appletWithApplet_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.launcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_appletWithTypeName_Test.java b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_appletWithTypeName_Test.java index 209b2982..c9892384 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_appletWithTypeName_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_appletWithTypeName_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.launcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_appletWithType_Test.java b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_appletWithType_Test.java index 396e4128..33fe7aea 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_appletWithType_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_appletWithType_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.launcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_start_Test.java b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_start_Test.java index 0e3420db..74ac4b0e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_start_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_start_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.launcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_withParametersAsMap_Test.java b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_withParametersAsMap_Test.java index 52d40fd9..d7ef0104 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_withParametersAsMap_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_withParametersAsMap_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.launcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_withParameters_Test.java b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_withParameters_Test.java index 0eeaab44..0e6acb05 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_withParameters_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletLauncher_withParameters_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.launcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletParameterBuilder_value_Test.java b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletParameterBuilder_value_Test.java index d4a2b8e1..454ba302 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletParameterBuilder_value_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/launcher/AppletParameterBuilder_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.launcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/launcher/ApplicationLauncher_start_Test.java b/assertj-swing/src/test/java/org/assertj/swing/launcher/ApplicationLauncher_start_Test.java index 55691797..45acb604 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/launcher/ApplicationLauncher_start_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/launcher/ApplicationLauncher_start_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.launcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/launcher/JavaApp.java b/assertj-swing/src/test/java/org/assertj/swing/launcher/JavaApp.java index af709126..785c3e46 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/launcher/JavaApp.java +++ b/assertj-swing/src/test/java/org/assertj/swing/launcher/JavaApp.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.launcher; diff --git a/assertj-swing/src/test/java/org/assertj/swing/listener/EventDispatchThreadedEventListener_eventDispatched_Test.java b/assertj-swing/src/test/java/org/assertj/swing/listener/EventDispatchThreadedEventListener_eventDispatched_Test.java index c63dab85..71f2542d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/listener/EventDispatchThreadedEventListener_eventDispatched_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/listener/EventDispatchThreadedEventListener_eventDispatched_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.listener; diff --git a/assertj-swing/src/test/java/org/assertj/swing/listener/WeakEventListener_eventDispatched_Test.java b/assertj-swing/src/test/java/org/assertj/swing/listener/WeakEventListener_eventDispatched_Test.java index fd621c67..0fc853f4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/listener/WeakEventListener_eventDispatched_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/listener/WeakEventListener_eventDispatched_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.listener; diff --git a/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_acquire_Test.java b/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_acquire_Test.java index a5dc439d..793396fa 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_acquire_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_acquire_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.lock; diff --git a/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_acquire_acquiredBy_release_Test.java b/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_acquire_acquiredBy_release_Test.java index e8f936e5..0c6e9617 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_acquire_acquiredBy_release_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_acquire_acquiredBy_release_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.lock; diff --git a/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_getOwner_Test.java b/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_getOwner_Test.java index dd143cbb..5b2f5345 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_getOwner_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_getOwner_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.lock; diff --git a/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_release_Test.java b/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_release_Test.java index b8145671..04af5426 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_release_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/lock/ScreenLock_release_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.lock; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/ComponentWithCustomEventQueue.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/ComponentWithCustomEventQueue.java index 41339d0f..83c6510e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/ComponentWithCustomEventQueue.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/ComponentWithCustomEventQueue.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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/ContextMonitor_eventDispatched_ParameterizedTest.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/ContextMonitor_eventDispatched_ParameterizedTest.java index 05af02e5..16bac7c4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/ContextMonitor_eventDispatched_ParameterizedTest.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/ContextMonitor_eventDispatched_ParameterizedTest.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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/ContextMonitor_eventDispatched_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/ContextMonitor_eventDispatched_Test.java index bd448e8f..5e00f953 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/ContextMonitor_eventDispatched_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/ContextMonitor_eventDispatched_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_TestCase.java index 495902a1..75306393 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_addContextFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_addContextFor_Test.java index 4fe7387a..7417f022 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_addContextFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_addContextFor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_allEventQueues_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_allEventQueues_Test.java index 32210141..305b6cf9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_allEventQueues_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_allEventQueues_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_eventQueueFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_eventQueueFor_Test.java index 6536c685..ad7141b4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_eventQueueFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_eventQueueFor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_removeContextFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_removeContextFor_Test.java index f8e0fa2e..c364604f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_removeContextFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_removeContextFor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_rootWindows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_rootWindows_Test.java index b5cc3a3c..e5b9896c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_rootWindows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_rootWindows_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_storedQueueFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_storedQueueFor_Test.java index 241350d6..8ee237da 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_storedQueueFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Context_storedQueueFor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_TestCase.java index 55368ee6..b24f2c1b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_addQueueFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_addQueueFor_Test.java index 6686bdd9..2c8f7d8e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_addQueueFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_addQueueFor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_eventQueues_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_eventQueues_Test.java index ad229650..3ac6a27e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_eventQueues_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_eventQueues_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_queueFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_queueFor_Test.java index 13c99fc1..77adf0e4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_queueFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_queueFor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_storedQueueFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_storedQueueFor_Test.java index b4dcca09..287e6551 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_storedQueueFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/EventQueueMapping_storedQueueFor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/ProtectingTimerTask_run_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/ProtectingTimerTask_run_Test.java index 1ab739f4..d25c049e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/ProtectingTimerTask_run_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/ProtectingTimerTask_run_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/TestContexts.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/TestContexts.java index 733d15c5..2fa6000d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/TestContexts.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/TestContexts.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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/TestWindows.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/TestWindows.java index 595255bb..f85b52a5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/TestWindows.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/TestWindows.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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowAvailabilityMonitor_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowAvailabilityMonitor_TestCase.java index 90f5c5e2..2a978e54 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowAvailabilityMonitor_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowAvailabilityMonitor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowAvailabilityMonitor_attachTo_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowAvailabilityMonitor_attachTo_Test.java index df2f141c..637b0b93 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowAvailabilityMonitor_attachTo_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowAvailabilityMonitor_attachTo_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowAvailabilityMonitor_eventDispatched_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowAvailabilityMonitor_eventDispatched_Test.java index 3b9b2468..2f0f1318 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowAvailabilityMonitor_eventDispatched_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowAvailabilityMonitor_eventDispatched_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_TestCase.java index 1d77ea99..0fa03417 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_addQueueForComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_addQueueForComponent_Test.java index fe228220..d55c6b26 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_addQueueForComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_addQueueForComponent_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_addQueueForToolkit_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_addQueueForToolkit_Test.java index fedd1e11..f7030729 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_addQueueForToolkit_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_addQueueForToolkit_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_eventQueues_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_eventQueues_Test.java index 2579015e..feb7e32e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_eventQueues_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_eventQueues_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_removeMappingFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_removeMappingFor_Test.java index aec9410a..d9406211 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_removeMappingFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_removeMappingFor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_windows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_windows_Test.java index 829498f7..0cfe3d02 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_windows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_windows_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_withWindow_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_withWindow_TestCase.java index 9b6caca0..a19b12e8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_withWindow_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowEventQueueMapping_withWindow_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMetrics_absoluteCenterOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMetrics_absoluteCenterOf_Test.java index 17520f42..18348294 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMetrics_absoluteCenterOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMetrics_absoluteCenterOf_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_TestCase.java index 911f146f..8d645a87 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_allEventQueues_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_allEventQueues_Test.java index 21a9acb0..233058c0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_allEventQueues_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_allEventQueues_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_constructor_Test.java index ebf86ea2..a62e44bb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_constructor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_eventQueueFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_eventQueueFor_Test.java index c69a5899..19d93bc5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_eventQueueFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_eventQueueFor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_isWindowReady_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_isWindowReady_Test.java index 4b25bb87..59d4793b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_isWindowReady_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_isWindowReady_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_rootWindows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_rootWindows_Test.java index 517fbb47..3f36ffd3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_rootWindows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowMonitor_rootWindows_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStateAssert.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStateAssert.java index 13bab467..dfd4e14d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStateAssert.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStateAssert.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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStatus_checkIfReady_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStatus_checkIfReady_Test.java index 7499b474..3d30ebd4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStatus_checkIfReady_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStatus_checkIfReady_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStatus_checkIfReady_withNullRobot_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStatus_checkIfReady_withNullRobot_Test.java index c56473cb..145fce4c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStatus_checkIfReady_withNullRobot_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStatus_checkIfReady_withNullRobot_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStatus_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStatus_constructor_Test.java index 9b403a40..1b4a9301 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStatus_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowStatus_constructor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_TestCase.java index 2d875fe4..c4ace102 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_componentHidden_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_componentHidden_Test.java index a28c9035..fb9dfc53 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_componentHidden_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_componentHidden_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_componentShown_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_componentShown_Test.java index 962a5fe5..cefec133 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_componentShown_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_componentShown_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_windowClosed_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_windowClosed_Test.java index 0ae4fa45..a74313f4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_windowClosed_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/WindowVisibilityMonitor_windowClosed_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_TestCase.java index a51449f2..95615fb8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isClosed_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isClosed_Test.java index 1785ddb6..a951493d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isClosed_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isClosed_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isHidden_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isHidden_Test.java index ce398563..7a4ea13d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isHidden_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isHidden_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isReady_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isReady_Test.java index 5d74faf6..3ac43a25 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isReady_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isReady_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isShowingButNotReadyTest.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isShowingButNotReadyTest.java index 56437dc1..011ae051 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isShowingButNotReadyTest.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_isShowingButNotReadyTest.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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markAsClosed_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markAsClosed_Test.java index 72bc4767..adafc63b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markAsClosed_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markAsClosed_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markAsHidden_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markAsHidden_Test.java index fcccbe7c..d4901441 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markAsHidden_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markAsHidden_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markAsShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markAsShowing_Test.java index b4616c5f..ae84294b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markAsShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markAsShowing_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markExisting_Test.java b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markExisting_Test.java index 5f6c8bec..c622620d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markExisting_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/monitor/Windows_markExisting_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.monitor; diff --git a/assertj-swing/src/test/java/org/assertj/swing/query/ComponentEnabledQuery_isEnabled_Test.java b/assertj-swing/src/test/java/org/assertj/swing/query/ComponentEnabledQuery_isEnabled_Test.java index fa97033f..31afafdf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/query/ComponentEnabledQuery_isEnabled_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/query/ComponentEnabledQuery_isEnabled_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.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/query/ComponentLocationOnScreenQuery_locationOnScreen_Test.java b/assertj-swing/src/test/java/org/assertj/swing/query/ComponentLocationOnScreenQuery_locationOnScreen_Test.java index 778f5a15..8f8c7982 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/query/ComponentLocationOnScreenQuery_locationOnScreen_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/query/ComponentLocationOnScreenQuery_locationOnScreen_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.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/query/ComponentParentQuery_parentOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/query/ComponentParentQuery_parentOf_Test.java index d6b424f9..3a6608b3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/query/ComponentParentQuery_parentOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/query/ComponentParentQuery_parentOf_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.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/query/ComponentShowingQuery_isShowing_Test.java b/assertj-swing/src/test/java/org/assertj/swing/query/ComponentShowingQuery_isShowing_Test.java index 969ed8b1..22f6e066 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/query/ComponentShowingQuery_isShowing_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/query/ComponentShowingQuery_isShowing_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.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/query/ComponentSizeQuery_sizeOf_Test.java b/assertj-swing/src/test/java/org/assertj/swing/query/ComponentSizeQuery_sizeOf_Test.java index 91557617..b90f5aba 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/query/ComponentSizeQuery_sizeOf_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/query/ComponentSizeQuery_sizeOf_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.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/query/ComponentVisibleQuery_isVisible_Test.java b/assertj-swing/src/test/java/org/assertj/swing/query/ComponentVisibleQuery_isVisible_Test.java index cf41a7c7..eed6796c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/query/ComponentVisibleQuery_isVisible_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/query/ComponentVisibleQuery_isVisible_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.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/query/JTableColumnByIdentifierQuery_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/query/JTableColumnByIdentifierQuery_TestCase.java index 40dd4c0a..662242f3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/query/JTableColumnByIdentifierQuery_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/query/JTableColumnByIdentifierQuery_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.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/query/JTableColumnByIdentifierQuery_columnIndexByIdentifier_Test.java b/assertj-swing/src/test/java/org/assertj/swing/query/JTableColumnByIdentifierQuery_columnIndexByIdentifier_Test.java index 00cddb2b..2aad2481 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/query/JTableColumnByIdentifierQuery_columnIndexByIdentifier_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/query/JTableColumnByIdentifierQuery_columnIndexByIdentifier_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.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/query/JTableColumnByIdentifierQuery_columnIndexByIdentifier_withInvalidId_Test.java b/assertj-swing/src/test/java/org/assertj/swing/query/JTableColumnByIdentifierQuery_columnIndexByIdentifier_withInvalidId_Test.java index e4313e40..d259dc8f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/query/JTableColumnByIdentifierQuery_columnIndexByIdentifier_withInvalidId_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/query/JTableColumnByIdentifierQuery_columnIndexByIdentifier_withInvalidId_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.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/security/FEST249_shouldNotAllowExit.java b/assertj-swing/src/test/java/org/assertj/swing/security/FEST249_shouldNotAllowExit.java index eacab13a..e8070b96 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/security/FEST249_shouldNotAllowExit.java +++ b/assertj-swing/src/test/java/org/assertj/swing/security/FEST249_shouldNotAllowExit.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.security; diff --git a/assertj-swing/src/test/java/org/assertj/swing/security/NoExitSecurityManager_checkExit_Test.java b/assertj-swing/src/test/java/org/assertj/swing/security/NoExitSecurityManager_checkExit_Test.java index c6f001c8..c17fd934 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/security/NoExitSecurityManager_checkExit_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/security/NoExitSecurityManager_checkExit_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.security; diff --git a/assertj-swing/src/test/java/org/assertj/swing/security/NoExitSecurityManager_constructor_withHook_Test.java b/assertj-swing/src/test/java/org/assertj/swing/security/NoExitSecurityManager_constructor_withHook_Test.java index b264702a..b8394059 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/security/NoExitSecurityManager_constructor_withHook_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/security/NoExitSecurityManager_constructor_withHook_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.security; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/ErrorMessages.java b/assertj-swing/src/test/java/org/assertj/swing/test/ErrorMessages.java index 6c8443db..022d2939 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/ErrorMessages.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/ErrorMessages.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.test; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/ExpectedException.java b/assertj-swing/src/test/java/org/assertj/swing/test/ExpectedException.java index 98bdc283..c8caab26 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/ExpectedException.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/ExpectedException.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.test; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/ScreenLockReleaser.java b/assertj-swing/src/test/java/org/assertj/swing/test/ScreenLockReleaser.java index c9f698f7..9ff611e0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/ScreenLockReleaser.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/ScreenLockReleaser.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.test; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/awt/AwtTestData.java b/assertj-swing/src/test/java/org/assertj/swing/test/awt/AwtTestData.java index ea032d03..9407508a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/awt/AwtTestData.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/awt/AwtTestData.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.test.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/awt/FluentDimension.java b/assertj-swing/src/test/java/org/assertj/swing/test/awt/FluentDimension.java index dc285f26..bc294338 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/awt/FluentDimension.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/awt/FluentDimension.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.test.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/awt/FluentPoint.java b/assertj-swing/src/test/java/org/assertj/swing/test/awt/FluentPoint.java index 8fc5fe6d..89f4d6c9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/awt/FluentPoint.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/awt/FluentPoint.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.test.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestAWTEventListeners.java b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestAWTEventListeners.java index 79b61fdf..3d987954 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestAWTEventListeners.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestAWTEventListeners.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.test.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestAWTEvents.java b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestAWTEvents.java index fa50496b..e9a3c790 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestAWTEvents.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestAWTEvents.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.test.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestAppletContexts.java b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestAppletContexts.java index 43deac74..6cf9e0f6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestAppletContexts.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestAppletContexts.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.test.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestApplets.java b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestApplets.java index b43f0477..2214fa22 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestApplets.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestApplets.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.test.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestComponents.java b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestComponents.java index 87f07def..0eca8978 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestComponents.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestComponents.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.test.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestContainers.java b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestContainers.java index ae8f8855..0f163463 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestContainers.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestContainers.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.test.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestWindows.java b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestWindows.java index f1a93388..5a7a6d77 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestWindows.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/awt/TestWindows.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.test.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/awt/ToolkitStub.java b/assertj-swing/src/test/java/org/assertj/swing/test/awt/ToolkitStub.java index 82c72bad..01e7571d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/awt/ToolkitStub.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/awt/ToolkitStub.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.test.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/awt/Toolkits.java b/assertj-swing/src/test/java/org/assertj/swing/test/awt/Toolkits.java index 28d53a16..869c5000 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/awt/Toolkits.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/awt/Toolkits.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.test.awt; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JApplets.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JApplets.java index a9cea85a..56e6cd2b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JApplets.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JApplets.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JButtons.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JButtons.java index 0c87bdc3..7e40b5ec 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JButtons.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JButtons.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JCheckBoxes.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JCheckBoxes.java index b93e0ceb..53d5c426 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JCheckBoxes.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JCheckBoxes.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JComboBoxes.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JComboBoxes.java index fdccdb66..b9ee2260 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JComboBoxes.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JComboBoxes.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JDialogs.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JDialogs.java index 1e86d552..84f896ed 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JDialogs.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JDialogs.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JFileChoosers.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JFileChoosers.java index 6b699725..39ec843d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JFileChoosers.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JFileChoosers.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JFrames.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JFrames.java index 31366c56..fc5f7c9a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JFrames.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JFrames.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JInternalFrames.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JInternalFrames.java index 8398a1ee..cbc2e1e2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JInternalFrames.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JInternalFrames.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JLabels.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JLabels.java index 76ef0239..920f3e5c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JLabels.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JLabels.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JLists.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JLists.java index b6532435..0f6c52d7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JLists.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JLists.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JMenuBars.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JMenuBars.java index d46f47a3..608c7e96 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JMenuBars.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JMenuBars.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JMenuItems.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JMenuItems.java index 3227cd77..d0161b7c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JMenuItems.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JMenuItems.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JMenus.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JMenus.java index fdf8e171..ae6436ff 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JMenus.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JMenus.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JOptionPanes.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JOptionPanes.java index cf37a184..c5eb62a5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JOptionPanes.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JOptionPanes.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JPanels.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JPanels.java index 8a16806b..01556671 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JPanels.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JPanels.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JPopupMenus.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JPopupMenus.java index 3dab0c97..b8133c2f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JPopupMenus.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JPopupMenus.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JProgressBars.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JProgressBars.java index d0bdf2f9..37f7b95b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JProgressBars.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JProgressBars.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JRadioButtons.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JRadioButtons.java index 87b6c1d3..88029dee 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JRadioButtons.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JRadioButtons.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JScrollBars.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JScrollBars.java index 3f36e06a..836ecc66 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JScrollBars.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JScrollBars.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JScrollPanes.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JScrollPanes.java index b5c0bc09..1530db03 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JScrollPanes.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JScrollPanes.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JSliders.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JSliders.java index d2ad1eef..183da915 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JSliders.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JSliders.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JSpinners.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JSpinners.java index a1e12a65..5d26b888 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JSpinners.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JSpinners.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JSplitPanes.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JSplitPanes.java index 6ad078bf..dcad6f4f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JSplitPanes.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JSplitPanes.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTabbedPanes.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTabbedPanes.java index 9ebfd211..ae25b506 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTabbedPanes.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTabbedPanes.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTableHeaders.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTableHeaders.java index db9d6096..d04d4827 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTableHeaders.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTableHeaders.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTables.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTables.java index 8cb90743..56170cbc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTables.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTables.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTextFields.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTextFields.java index eb16d17e..a5202ca5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTextFields.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTextFields.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JToggleButtons.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JToggleButtons.java index eee5d7c6..2946fa88 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JToggleButtons.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JToggleButtons.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JToolBars.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JToolBars.java index b4825b33..ac2f1d63 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JToolBars.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JToolBars.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTrees.java b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTrees.java index 2afdc865..d09b314a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTrees.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/builder/JTrees.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.test.builder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/core/EDTSafeTestCase.java b/assertj-swing/src/test/java/org/assertj/swing/test/core/EDTSafeTestCase.java index 68d00b27..04ff22eb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/core/EDTSafeTestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/core/EDTSafeTestCase.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.test.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/core/MethodInvocations.java b/assertj-swing/src/test/java/org/assertj/swing/test/core/MethodInvocations.java index e9a5e40c..af5f0733 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/core/MethodInvocations.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/core/MethodInvocations.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.test.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/core/NeverMatchingComponentMatcher.java b/assertj-swing/src/test/java/org/assertj/swing/test/core/NeverMatchingComponentMatcher.java index f597306b..c0887251 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/core/NeverMatchingComponentMatcher.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/core/NeverMatchingComponentMatcher.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.test.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/core/RobotBasedTestCase.java b/assertj-swing/src/test/java/org/assertj/swing/test/core/RobotBasedTestCase.java index 57998955..b2b4b042 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/core/RobotBasedTestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/core/RobotBasedTestCase.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.test.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/core/SequentialEDTSafeTestCase.java b/assertj-swing/src/test/java/org/assertj/swing/test/core/SequentialEDTSafeTestCase.java index 1abd1b9b..de800e36 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/core/SequentialEDTSafeTestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/core/SequentialEDTSafeTestCase.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.test.core; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/data/BooleanProvider.java b/assertj-swing/src/test/java/org/assertj/swing/test/data/BooleanProvider.java index eb27a692..e591f977 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/data/BooleanProvider.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/data/BooleanProvider.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.test.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/data/ZeroAndNegativeProvider.java b/assertj-swing/src/test/java/org/assertj/swing/test/data/ZeroAndNegativeProvider.java index de8acf3f..a4b10b9c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/data/ZeroAndNegativeProvider.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/data/ZeroAndNegativeProvider.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.test.data; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/io/PrintStreamStub.java b/assertj-swing/src/test/java/org/assertj/swing/test/io/PrintStreamStub.java index 3aa78622..ced95bc7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/io/PrintStreamStub.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/io/PrintStreamStub.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.test.io; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/query/ContainerInsetsQuery.java b/assertj-swing/src/test/java/org/assertj/swing/test/query/ContainerInsetsQuery.java index f985695c..f8f64dbe 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/query/ContainerInsetsQuery.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/query/ContainerInsetsQuery.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.test.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/query/FrameActiveQuery.java b/assertj-swing/src/test/java/org/assertj/swing/test/query/FrameActiveQuery.java index ab2f782e..50cfca49 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/query/FrameActiveQuery.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/query/FrameActiveQuery.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.test.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/query/JComboBoxSelectedItemQuery.java b/assertj-swing/src/test/java/org/assertj/swing/test/query/JComboBoxSelectedItemQuery.java index 9ef3bb91..4e031bc7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/query/JComboBoxSelectedItemQuery.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/query/JComboBoxSelectedItemQuery.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.test.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/query/JFileChooserCurrentDirectoryQuery.java b/assertj-swing/src/test/java/org/assertj/swing/test/query/JFileChooserCurrentDirectoryQuery.java index 6d10a406..ef7032f1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/query/JFileChooserCurrentDirectoryQuery.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/query/JFileChooserCurrentDirectoryQuery.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.test.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/query/JInternalFrameIconifiedQuery.java b/assertj-swing/src/test/java/org/assertj/swing/test/query/JInternalFrameIconifiedQuery.java index f3343a13..d67522e8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/query/JInternalFrameIconifiedQuery.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/query/JInternalFrameIconifiedQuery.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.test.query; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/recorder/AbstractClickRecorder.java b/assertj-swing/src/test/java/org/assertj/swing/test/recorder/AbstractClickRecorder.java index 49b00fdf..917639c6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/recorder/AbstractClickRecorder.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/recorder/AbstractClickRecorder.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.test.recorder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/recorder/ClickRecorder.java b/assertj-swing/src/test/java/org/assertj/swing/test/recorder/ClickRecorder.java index f9c526a1..3939bb00 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/recorder/ClickRecorder.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/recorder/ClickRecorder.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.test.recorder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/recorder/ClickRecorderManager.java b/assertj-swing/src/test/java/org/assertj/swing/test/recorder/ClickRecorderManager.java index 46de6679..58984196 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/recorder/ClickRecorderManager.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/recorder/ClickRecorderManager.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.test.recorder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/recorder/KeyRecorder.java b/assertj-swing/src/test/java/org/assertj/swing/test/recorder/KeyRecorder.java index b66f0476..93da6974 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/recorder/KeyRecorder.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/recorder/KeyRecorder.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.test.recorder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/recorder/ToolkitClickRecorder.java b/assertj-swing/src/test/java/org/assertj/swing/test/recorder/ToolkitClickRecorder.java index 89dd9a36..ff9cdb6f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/recorder/ToolkitClickRecorder.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/recorder/ToolkitClickRecorder.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.test.recorder; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/ColorEditor.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/ColorEditor.java index b13507f9..c57a6b4d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/ColorEditor.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/ColorEditor.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/ColorRenderer.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/ColorRenderer.java index d69a43b6..949957af 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/ColorRenderer.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/ColorRenderer.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/ComponentHasFocusCondition.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/ComponentHasFocusCondition.java index a1a535dd..3080109f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/ComponentHasFocusCondition.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/ComponentHasFocusCondition.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/CustomCellRenderer.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/CustomCellRenderer.java index a528cdd9..d0a1e870 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/CustomCellRenderer.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/CustomCellRenderer.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/JFileChooserLauncherWindow.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/JFileChooserLauncherWindow.java index 808457de..e262f403 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/JFileChooserLauncherWindow.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/JFileChooserLauncherWindow.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/JOptionPaneHost.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/JOptionPaneHost.java index 85a9a4b0..07555213 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/JOptionPaneHost.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/JOptionPaneHost.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/JOptionPaneLauncher.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/JOptionPaneLauncher.java index 14189672..8d5020fb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/JOptionPaneLauncher.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/JOptionPaneLauncher.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/JOptionPaneLauncherWindow.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/JOptionPaneLauncherWindow.java index 39c12f7a..6f609acf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/JOptionPaneLauncherWindow.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/JOptionPaneLauncherWindow.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/LookAndFeel.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/LookAndFeel.java index 256b507e..1fe53768 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/LookAndFeel.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/LookAndFeel.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/StringTransferHandler.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/StringTransferHandler.java index a69c710c..9fd2960e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/StringTransferHandler.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/StringTransferHandler.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TableDialogEditDemo.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TableDialogEditDemo.java index 87046007..46c302fb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TableDialogEditDemo.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TableDialogEditDemo.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TableRenderDemo.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TableRenderDemo.java index b166dcc5..42a29365 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TableRenderDemo.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TableRenderDemo.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestApplet.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestApplet.java index f3d1bbe7..caa7044c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestApplet.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestApplet.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestDialog.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestDialog.java index 5ac68968..5e628d9a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestDialog.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestDialog.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestList.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestList.java index 77c8a1ff..39ee05ef 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestList.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestList.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestListModel.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestListModel.java index bf959ac4..467a3d47 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestListModel.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestListModel.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestMdiWindow.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestMdiWindow.java index 44469e38..2315215c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestMdiWindow.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestMdiWindow.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestTable.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestTable.java index b066aee9..7d453c3b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestTable.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestTable.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestTree.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestTree.java index 30ac455f..21ec0630 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestTree.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestTree.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestWindow.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestWindow.java index fd15fe38..c7f4e2f8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestWindow.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TestWindow.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TreeNodeFactory.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TreeNodeFactory.java index 0cd94f47..1e2088fd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/TreeNodeFactory.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/TreeNodeFactory.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/swing/WindowLauncher.java b/assertj-swing/src/test/java/org/assertj/swing/test/swing/WindowLauncher.java index 79a04314..32cb3412 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/swing/WindowLauncher.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/swing/WindowLauncher.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.test.swing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/AbstractButtonSetArmedTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/AbstractButtonSetArmedTask.java index 4d6d57bf..674d72e4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/AbstractButtonSetArmedTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/AbstractButtonSetArmedTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/AbstractButtonSetSelectedTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/AbstractButtonSetSelectedTask.java index 1a536170..f81936a5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/AbstractButtonSetSelectedTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/AbstractButtonSetSelectedTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentRequestFocusAndWaitForFocusGainTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentRequestFocusAndWaitForFocusGainTask.java index 3cf34939..b0f65461 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentRequestFocusAndWaitForFocusGainTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentRequestFocusAndWaitForFocusGainTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentSetEnabledTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentSetEnabledTask.java index 4b6e5a37..614be52a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentSetEnabledTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentSetEnabledTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentSetPopupMenuTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentSetPopupMenuTask.java index 830cd132..aa5e8b1b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentSetPopupMenuTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentSetPopupMenuTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentSetVisibleTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentSetVisibleTask.java index 3e368f2b..5b13e94b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentSetVisibleTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/ComponentSetVisibleTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/DialogSetModalTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/DialogSetModalTask.java index ad29ef5d..a9ba98d3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/DialogSetModalTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/DialogSetModalTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/DialogShowTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/DialogShowTask.java index efeafab1..446999c5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/DialogShowTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/DialogShowTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/FrameSetResizableTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/FrameSetResizableTask.java index 04b9f38f..d81e78d0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/FrameSetResizableTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/FrameSetResizableTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/FrameShowTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/FrameShowTask.java index ccb1b1a9..dd46b6fd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/FrameShowTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/FrameShowTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/JComboBoxSetSelectedItemTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/JComboBoxSetSelectedItemTask.java index f30132c0..ea3ac097 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/JComboBoxSetSelectedItemTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/JComboBoxSetSelectedItemTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/JTreeSelectRowTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/JTreeSelectRowTask.java index 76053b7a..1459bc3b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/JTreeSelectRowTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/JTreeSelectRowTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/JTreeSetSelectionModelTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/JTreeSetSelectionModelTask.java index 10b02daf..dc69e6de 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/JTreeSetSelectionModelTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/JTreeSetSelectionModelTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/task/WindowDestroyTask.java b/assertj-swing/src/test/java/org/assertj/swing/test/task/WindowDestroyTask.java index 30301077..ae7518aa 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/task/WindowDestroyTask.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/task/WindowDestroyTask.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.test.task; diff --git a/assertj-swing/src/test/java/org/assertj/swing/test/util/StopWatch.java b/assertj-swing/src/test/java/org/assertj/swing/test/util/StopWatch.java index 8663577a..95abb64c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/test/util/StopWatch.java +++ b/assertj-swing/src/test/java/org/assertj/swing/test/util/StopWatch.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.test.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/testing/AssertJSwingTestCaseTemplate_setUpRobot_cleanUp_Test.java b/assertj-swing/src/test/java/org/assertj/swing/testing/AssertJSwingTestCaseTemplate_setUpRobot_cleanUp_Test.java index c04f0f0f..bdec863c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/testing/AssertJSwingTestCaseTemplate_setUpRobot_cleanUp_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/testing/AssertJSwingTestCaseTemplate_setUpRobot_cleanUp_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.testing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/text/AbstractButtonTextReader_checkContainsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/text/AbstractButtonTextReader_checkContainsText_Test.java index c31ebd92..871aaa37 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/text/AbstractButtonTextReader_checkContainsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/text/AbstractButtonTextReader_checkContainsText_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.text; diff --git a/assertj-swing/src/test/java/org/assertj/swing/text/AbstractButtonTextReader_supportedComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/text/AbstractButtonTextReader_supportedComponent_Test.java index 13b29847..86853051 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/text/AbstractButtonTextReader_supportedComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/text/AbstractButtonTextReader_supportedComponent_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.text; diff --git a/assertj-swing/src/test/java/org/assertj/swing/text/JLabelTextReader_checkContainsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/text/JLabelTextReader_checkContainsText_Test.java index 1b474757..90014eec 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/text/JLabelTextReader_checkContainsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/text/JLabelTextReader_checkContainsText_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.text; diff --git a/assertj-swing/src/test/java/org/assertj/swing/text/JLabelTextReader_supportedComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/text/JLabelTextReader_supportedComponent_Test.java index afb7d9ac..e81b1d5f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/text/JLabelTextReader_supportedComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/text/JLabelTextReader_supportedComponent_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.text; diff --git a/assertj-swing/src/test/java/org/assertj/swing/text/JListTextReader_checkContainsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/text/JListTextReader_checkContainsText_Test.java index 5b19bd9c..7efabef5 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/text/JListTextReader_checkContainsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/text/JListTextReader_checkContainsText_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.text; diff --git a/assertj-swing/src/test/java/org/assertj/swing/text/JListTextReader_supportedComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/text/JListTextReader_supportedComponent_Test.java index 7cefac18..f7c83210 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/text/JListTextReader_supportedComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/text/JListTextReader_supportedComponent_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.text; diff --git a/assertj-swing/src/test/java/org/assertj/swing/text/JTextComponentTextReader_checkContainsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/text/JTextComponentTextReader_checkContainsText_Test.java index ae985fdc..3bafee38 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/text/JTextComponentTextReader_checkContainsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/text/JTextComponentTextReader_checkContainsText_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.text; diff --git a/assertj-swing/src/test/java/org/assertj/swing/text/JTextComponentTextReader_supportedComponent_Test.java b/assertj-swing/src/test/java/org/assertj/swing/text/JTextComponentTextReader_supportedComponent_Test.java index 0e7ce397..1e563ff4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/text/JTextComponentTextReader_supportedComponent_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/text/JTextComponentTextReader_supportedComponent_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.text; diff --git a/assertj-swing/src/test/java/org/assertj/swing/text/TextReader_containsText_Test.java b/assertj-swing/src/test/java/org/assertj/swing/text/TextReader_containsText_Test.java index 5713b310..79b201f6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/text/TextReader_containsText_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/text/TextReader_containsText_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.text; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/Condition_toString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/timing/Condition_toString_Test.java index c34bd793..fab4402d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/Condition_toString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/Condition_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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/NeverSatisfiedCondition.java b/assertj-swing/src/test/java/org/assertj/swing/timing/NeverSatisfiedCondition.java index 1d3e46cc..ba5f9866 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/NeverSatisfiedCondition.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/NeverSatisfiedCondition.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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionAndTimeoutInMilliseconds_Test.java b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionAndTimeoutInMilliseconds_Test.java index eb80773d..19a1e688 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionAndTimeoutInMilliseconds_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionAndTimeoutInMilliseconds_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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionAndTimeoutInTimeUnit_Test.java b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionAndTimeoutInTimeUnit_Test.java index cee9e553..3ccf7e85 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionAndTimeoutInTimeUnit_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionAndTimeoutInTimeUnit_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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithCondition_Test.java b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithCondition_Test.java index 3506795a..860305dd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithCondition_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithCondition_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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionsAndTimeoutInMilliseconds_Test.java b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionsAndTimeoutInMilliseconds_Test.java index 2636d9b5..4160d74e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionsAndTimeoutInMilliseconds_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionsAndTimeoutInMilliseconds_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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionsAndTimeoutInTimeUnit_Test.java b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionsAndTimeoutInTimeUnit_Test.java index aa6fd7c7..298429a4 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionsAndTimeoutInTimeUnit_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditionsAndTimeoutInTimeUnit_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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditions_Test.java b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditions_Test.java index 384bdf53..ed9c91cd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditions_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithConditions_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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithTimeoutInMilliseconds_Test.java b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithTimeoutInMilliseconds_Test.java index db005a3b..5b272017 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithTimeoutInMilliseconds_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithTimeoutInMilliseconds_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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithTimeoutInTimeUnit_Test.java b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithTimeoutInTimeUnit_Test.java index e971908d..bc3cbd4c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithTimeoutInTimeUnit_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/Pause_pauseWithTimeoutInTimeUnit_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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/RuntimeExceptionCondition.java b/assertj-swing/src/test/java/org/assertj/swing/timing/RuntimeExceptionCondition.java index af88e254..75e3e5eb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/RuntimeExceptionCondition.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/RuntimeExceptionCondition.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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/SatisfiedCondition.java b/assertj-swing/src/test/java/org/assertj/swing/timing/SatisfiedCondition.java index 4b20651a..6b687fcc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/SatisfiedCondition.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/SatisfiedCondition.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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/Timeout_timeout_Test.java b/assertj-swing/src/test/java/org/assertj/swing/timing/Timeout_timeout_Test.java index 7820f1a1..adac8687 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/Timeout_timeout_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/Timeout_timeout_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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/Timeout_timeout_long_Test.java b/assertj-swing/src/test/java/org/assertj/swing/timing/Timeout_timeout_long_Test.java index 07f1e6af..abd19f42 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/Timeout_timeout_long_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/Timeout_timeout_long_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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/timing/Timeout_timeout_long_TimeUnit_Test.java b/assertj-swing/src/test/java/org/assertj/swing/timing/Timeout_timeout_long_TimeUnit_Test.java index 793b885b..be974a60 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/timing/Timeout_timeout_long_TimeUnit_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/timing/Timeout_timeout_long_TimeUnit_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.timing; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/AWTEvents_windowClosed_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/AWTEvents_windowClosed_Test.java index 6ab2e641..8ec01b8b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/AWTEvents_windowClosed_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/AWTEvents_windowClosed_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/AWTEvents_windowOpened_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/AWTEvents_windowOpened_Test.java index 14c51ba2..52417109 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/AWTEvents_windowOpened_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/AWTEvents_windowOpened_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/AWTEvents_windowShown_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/AWTEvents_windowShown_Test.java index 3b94ba7f..0fb142eb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/AWTEvents_windowShown_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/AWTEvents_windowShown_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/AWTExceptionHandlerInstaller_installAWTExceptionHandler_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/AWTExceptionHandlerInstaller_installAWTExceptionHandler_Test.java index 02f16d24..83ab1b9e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/AWTExceptionHandlerInstaller_installAWTExceptionHandler_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/AWTExceptionHandlerInstaller_installAWTExceptionHandler_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_copyOfIntArray_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_copyOfIntArray_Test.java index eb6ca50a..60ede9e8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_copyOfIntArray_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_copyOfIntArray_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_copyOfObjectArray_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_copyOfObjectArray_Test.java index bb69194f..a58e2ffa 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_copyOfObjectArray_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_copyOfObjectArray_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_equal_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_equal_Test.java index 7a8dc7b9..c443a9cd 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_equal_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_equal_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_format_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_format_Test.java index c9af5982..a48a963c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_format_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Arrays_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Colors_colorFromHexString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Colors_colorFromHexString_Test.java index 8bf1b879..879878d0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Colors_colorFromHexString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Colors_colorFromHexString_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Colors_colorFromHexString_withInvalidInput_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Colors_colorFromHexString_withInvalidInput_Test.java index 12ecf079..ce8e24eb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Colors_colorFromHexString_withInvalidInput_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Colors_colorFromHexString_withInvalidInput_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/ImageReader_readImageFrom_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/ImageReader_readImageFrom_Test.java index 583ad6e5..f6af2386 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/ImageReader_readImageFrom_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/ImageReader_readImageFrom_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_isModifier_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_isModifier_Test.java index 422f0f8f..67ec3303 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_isModifier_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_isModifier_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_keysFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_keysFor_Test.java index 5e37997a..f65eb7c6 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_keysFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_keysFor_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_maskFor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_maskFor_Test.java index f8773c7d..b1388319 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_maskFor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_maskFor_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_updateModifierWithKeyCode_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_updateModifierWithKeyCode_Test.java index 98db09ab..24e7e1f1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_updateModifierWithKeyCode_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Modifiers_updateModifierWithKeyCode_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifierStub.java b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifierStub.java index 21c8f22c..5d172f3d 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifierStub.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifierStub.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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_TestCase.java index eaad128d..9518179c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isHPUX_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isHPUX_Test.java index dc62dbc8..fc3381bf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isHPUX_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isHPUX_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isLinux_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isLinux_Test.java index 9b15a8e6..669a3aea 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isLinux_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isLinux_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isMacintosh_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isMacintosh_Test.java index 62badfd0..707060f1 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isMacintosh_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isMacintosh_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isOSX_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isOSX_Test.java index fed42be5..c2938238 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isOSX_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isOSX_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isSolaris_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isSolaris_Test.java index 7f2186e5..894bed7c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isSolaris_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isSolaris_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isWindows9x_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isWindows9x_Test.java index 79077676..b93905d9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isWindows9x_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isWindows9x_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isWindowsXP_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isWindowsXP_Test.java index 3c112bac..ee06c4bc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isWindowsXP_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isWindowsXP_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isWindows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isWindows_Test.java index fe89de98..b6add4db 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isWindows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isWindows_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isX11_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isX11_Test.java index 3aa7692c..4c2b4a89 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isX11_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/OSIdentifier_isX11_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_constructor_Test.java index b5850524..1008797f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_constructor_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_description_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_description_Test.java index 3e78ef78..48649ca7 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_description_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_description_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_formattedValues_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_formattedValues_Test.java index d62b3d32..399a5bd2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_formattedValues_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_formattedValues_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_isMatching_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_isMatching_Test.java index 94f35dca..bd13b66b 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_isMatching_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/PatternTextMatcher_isMatching_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Patterns_format_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Patterns_format_Test.java index 2e52151b..49bd8ef9 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Patterns_format_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Patterns_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_TestCase.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_TestCase.java index 3eb4dbc7..5a396d28 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_TestCase.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_canMoveWindows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_canMoveWindows_Test.java index 9d70816e..b42593bf 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_canMoveWindows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_canMoveWindows_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_canResizeWindows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_canResizeWindows_Test.java index e5127a4d..190833a2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_canResizeWindows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_canResizeWindows_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_controlOrCommandKey_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_controlOrCommandKey_Test.java index 0d5705f6..b1a2feb0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_controlOrCommandKey_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_controlOrCommandKey_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_controlOrCommandMask_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_controlOrCommandMask_Test.java index 856e6abd..c13a1b13 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_controlOrCommandMask_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_controlOrCommandMask_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isHPUX_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isHPUX_Test.java index 06769489..9edb627c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isHPUX_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isHPUX_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isLinux_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isLinux_Test.java index c8805b90..c7988564 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isLinux_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isLinux_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isMacintosh_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isMacintosh_Test.java index 2078a72c..dcef6319 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isMacintosh_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isMacintosh_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isOSX_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isOSX_Test.java index bcb5e4a2..6554393f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isOSX_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isOSX_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isSolaris_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isSolaris_Test.java index e7af372c..f541c40c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isSolaris_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isSolaris_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isWindows9x_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isWindows9x_Test.java index fcbc4d80..152745b2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isWindows9x_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isWindows9x_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isWindowsXP_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isWindowsXP_Test.java index 7c1a92c7..12f3fc9f 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isWindowsXP_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isWindowsXP_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isWindows_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isWindows_Test.java index a7ba2d14..1f327b11 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isWindows_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isWindows_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isX11_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isX11_Test.java index 6d06fc86..f8fc17cc 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isX11_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_isX11_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_osFamily_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_osFamily_Test.java index 9f53a282..f08d508a 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Platform_osFamily_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Platform_osFamily_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/RobotFactory_newRobotInPrimaryScreen_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/RobotFactory_newRobotInPrimaryScreen_Test.java index a65b2cc6..6930f77e 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/RobotFactory_newRobotInPrimaryScreen_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/RobotFactory_newRobotInPrimaryScreen_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_constructor_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_constructor_Test.java index 6a145582..08d2b1f0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_constructor_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_constructor_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_description_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_description_Test.java index 8a6e89d7..1a6efdf8 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_description_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_description_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_formattedValues_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_formattedValues_Test.java index bfbc38da..c8b8e3fb 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_formattedValues_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_formattedValues_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_isMatching_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_isMatching_Test.java index 8faea305..1f80cb75 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_isMatching_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/StringTextMatcher_isMatching_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Strings_areEqualOrMatch_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Strings_areEqualOrMatch_Test.java index c2ddc0c7..7cf68ac3 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Strings_areEqualOrMatch_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Strings_areEqualOrMatch_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/Strings_isDefaultToString_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/Strings_isDefaultToString_Test.java index fe595817..c4694ec2 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/Strings_isDefaultToString_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/Strings_isDefaultToString_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/TestRobotFactories.java b/assertj-swing/src/test/java/org/assertj/swing/util/TestRobotFactories.java index 5bd57968..46bc44a0 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/TestRobotFactories.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/TestRobotFactories.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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/TimeoutWatch_startWithTimeout_isTimeOut_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/TimeoutWatch_startWithTimeout_isTimeOut_Test.java index ee874c3d..569e12da 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/TimeoutWatch_startWithTimeout_isTimeOut_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/TimeoutWatch_startWithTimeout_isTimeOut_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.util; diff --git a/assertj-swing/src/test/java/org/assertj/swing/util/ToolkitProvider_toolkit_Test.java b/assertj-swing/src/test/java/org/assertj/swing/util/ToolkitProvider_toolkit_Test.java index 9a04778c..5f8c920c 100644 --- a/assertj-swing/src/test/java/org/assertj/swing/util/ToolkitProvider_toolkit_Test.java +++ b/assertj-swing/src/test/java/org/assertj/swing/util/ToolkitProvider_toolkit_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.util; diff --git a/pom.xml b/pom.xml index b505777f..5ae5b149 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.assertj assertj-parent-pom - 2.1.2 + 2.2.1 assertj-swing-parent-pom