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