diff --git a/TULIP/Readme.txt b/TULIP/Readme.txt
index f6779d022f428700c343c379d62c22b161efb6ee..7de05797b1baad2060fbca181f3c6a1086f2cb97 100644
--- a/TULIP/Readme.txt
+++ b/TULIP/Readme.txt
@@ -15,7 +15,7 @@ Current development
We currently develop an adapter for the computer vision framework and are in the stages of testing it. Similarly, we are developing adapters to address networked devices.
Libraries and Licenses
-As of now, the provided sources are still in development. As such, the code still features a copyright header. However, feel free to download and use the code. We would however like to kindly ask you not to distribute the code as is and give us a bit more time to tie some loose ends and make the code more stable. At that point we will move to an LGPL. The current schedule is to make the release in Autumn of 2015.
+As of now, the provided sources are still in development.
Currently the project depends on an in-house annotation library that is distributed with this project as well as Guava (licensed under Apache 2.0), JDOM (licensed under an Apache-style open source license), and the TUIO Java client (licensed as LGPL).
diff --git a/TULIP/build-old.xml b/TULIP/build-old.xml
deleted file mode 100644
index 9b35500520399ea13ca2203bff207026257753f8..0000000000000000000000000000000000000000
--- a/TULIP/build-old.xml
+++ /dev/null
@@ -1,101 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Application: ${application.name} ${application.version}
- Build File : ${ant.file}
- Run Date : ${build.time}
- Run by : ${user.name}
- Build Dir : ${build}
- Base Dir : ${basedir}
- Java Home : ${java.home}
- Connected to the web : ${jdk.javadoc.visible}
-
-
- Creating build directory
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- ${application.name} ${application.version}]]>
-
-
-
-
-
-
-
-
-
-
- Finished creating all build artifacts.
-
-
\ No newline at end of file
diff --git a/TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java b/TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java
index ccefebafbe5be055795538f3d2016b9f29722e4e..f04cea6a9d5e7ef5a00dda068345cec794a4cf67 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java b/TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java
index d1a7833fa67bf6abb1eeb1c1558291f2e542941a..0e02e3c2317b4975aed7856ef64639a5a795bb5a 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/TangibleInterfaceManager.java b/TULIP/src/lu/list/itis/dkd/tui/TangibleInterfaceManager.java
index 67c5792fb6f6188dea2e5a82326be9ddf9ad203e..df6681db3b1467691ec881a4ce03619a69d9abe1 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/TangibleInterfaceManager.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/TangibleInterfaceManager.java
@@ -1,16 +1,18 @@
/**
- * Access to enclosing constructor TangibleInterfaceManager.TUIKeyAdapter() is emulated by a
- * synthetic accessor method * Copyright Luxembourg Institute of Science and Technology, 2015. All
- * rights reserved. If you wish to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/TangibleObjectManager.java b/TULIP/src/lu/list/itis/dkd/tui/TangibleObjectManager.java
index 462ce201e72f9732e48e43b2932b06eb1752ce9f..02633d81e03434e107c373973647b33aac464774 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/TangibleObjectManager.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/TangibleObjectManager.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObject.java b/TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObject.java
index 363b84d660ea603eb79928561b6f74ba468fb749..8f5682a0a4d0aa9b234074324caa33150de9a43c 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObject.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObject.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.adapter;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObjectBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObjectBuilder.java
index 3ee4aa20f1254c564bfbe7c34a639f7113babdd1..cf804c6dc9755d5cd331ebeab300d8cd0668916b 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObjectBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObjectBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.adapter;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/adapter/TuiAdapter.java b/TULIP/src/lu/list/itis/dkd/tui/adapter/TuiAdapter.java
index c8bb4798ce8a0c968135c3856c151699cfe3e327..6bfe4b8bf1067d3e8aa5ef1a2ccda07fb5ea02ae 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/adapter/TuiAdapter.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/adapter/TuiAdapter.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.adapter;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/adapter/TuioAdapter.java b/TULIP/src/lu/list/itis/dkd/tui/adapter/TuioAdapter.java
index f9616a1f2497279d26653b706903db7b56596b43..b1156c2f85dbe7136d79cb346050de166b1d5a42 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/adapter/TuioAdapter.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/adapter/TuioAdapter.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.adapter;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/content/AsynchronousInfomationProvider.java b/TULIP/src/lu/list/itis/dkd/tui/content/AsynchronousInfomationProvider.java
index a746918b1016c4b3c1565af1bac5ceeaf7d77e19..2658abd86b9e2249856c2c3287f1692f81014314 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/content/AsynchronousInfomationProvider.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/content/AsynchronousInfomationProvider.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.content;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/content/Content.java b/TULIP/src/lu/list/itis/dkd/tui/content/Content.java
index 0628c68cbdc1c95af832d576d4f4362df26f54d1..e1aa7aeab1c619b12fc74f943da07111b75b7e66 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/content/Content.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/content/Content.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.content;
@@ -29,7 +32,7 @@ import java.awt.Graphics2D;
*/
@NonNullByDefault
public abstract class Content implements Comparable {
- protected int drawPriority = 50;
+ protected int drawPriority = 50;
protected String identifier;
/**
@@ -67,7 +70,8 @@ public abstract class Content implements Comparable {
/**
* Getter method for the draw priority. The method will have to do the computation to account
- * for the initialTranslation and the current position of the widget influencing the content if any.
+ * for the initialTranslation and the current position of the widget influencing the content if
+ * any.
*
* @return The draw priority of this content instance.
*/
diff --git a/TULIP/src/lu/list/itis/dkd/tui/content/InformationProvider.java b/TULIP/src/lu/list/itis/dkd/tui/content/InformationProvider.java
index a5dfe6ea46d74ecd76322f9c48b82363411e5664..5ffc75f0d3678e2d481020a8b32b7080557dbf1d 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/content/InformationProvider.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/content/InformationProvider.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.content;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/content/InformationReceiver.java b/TULIP/src/lu/list/itis/dkd/tui/content/InformationReceiver.java
index 7282173014b2a76cc9f27b698d0050809ff3d976..5099d216a8199bb6ac7d4abec6623a6da1777911 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/content/InformationReceiver.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/content/InformationReceiver.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.content;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/content/Zoomable.java b/TULIP/src/lu/list/itis/dkd/tui/content/Zoomable.java
index bd5fb96c7433651a5c6283b5af1b602611dc5dc3..12409a47ab9d75e1bcc1b08a3dca946680c0379e 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/content/Zoomable.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/content/Zoomable.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.content;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/event/ContentEvent.java b/TULIP/src/lu/list/itis/dkd/tui/event/ContentEvent.java
index ceb6dcb73b5fc8ead199ad7e364b55782fd5064a..fc566dc5430f6999515589c93879235b4751076a 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/event/ContentEvent.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/event/ContentEvent.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.event;
@@ -27,10 +30,10 @@ import java.util.EventObject;
@NonNullByDefault
public class ContentEvent extends EventObject {
/** Generated default serial ID. */
- private static final long serialVersionUID = -7926492255034087573L;
+ private static final long serialVersionUID = -7926492255034087573L;
protected ContentEventType type;
- protected int handleID;
+ protected int handleID;
/**
* Constructor setting the event's source.
diff --git a/TULIP/src/lu/list/itis/dkd/tui/event/ContentEventListener.java b/TULIP/src/lu/list/itis/dkd/tui/event/ContentEventListener.java
index 9cdb1db93365e0bd8ee730a8f9d5fe1976c4c9ca..9ad110e6ec27cfd275d78b6891c39e775dabd113 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/event/ContentEventListener.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/event/ContentEventListener.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.event;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/event/ContextEvent.java b/TULIP/src/lu/list/itis/dkd/tui/event/ContextEvent.java
index 572ce87e6f095c916b99ee71f28513fe83121b94..daebbcee46250660fa9e696fc6d5790d6bdab09b 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/event/ContextEvent.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/event/ContextEvent.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.event;
@@ -30,8 +33,8 @@ import java.util.EventObject;
public class ContextEvent extends EventObject {
private static final long serialVersionUID = -8482122173248767797L;
@Nullable
- private Object information;
- private ContextType type;
+ private Object information;
+ private ContextType type;
/**
* Constructor setting the source of the information and the nature of the information.
diff --git a/TULIP/src/lu/list/itis/dkd/tui/event/ContextEventListener.java b/TULIP/src/lu/list/itis/dkd/tui/event/ContextEventListener.java
index c1a0cbe0ab7f067d99f952c9c17995e2c2148868..d711e62c850443b870e84a627e3ca14d6e04d57f 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/event/ContextEventListener.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/event/ContextEventListener.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.event;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/event/TimerEvent.java b/TULIP/src/lu/list/itis/dkd/tui/event/TimerEvent.java
index 79279e2231c437865e838a04ac125edb50273634..5ae1dcac736cf29d35cf94f82ddb66c5f8d59273 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/event/TimerEvent.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/event/TimerEvent.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.event;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/event/TimerEventListener.java b/TULIP/src/lu/list/itis/dkd/tui/event/TimerEventListener.java
index f4d94b6d5d2885eca59ee254ad8270465b8da563..247f29442f669143eb0c90d1d0d6578594b7c0f8 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/event/TimerEventListener.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/event/TimerEventListener.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.event;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/exception/BuildException.java b/TULIP/src/lu/list/itis/dkd/tui/exception/BuildException.java
index 84d8576351e205f5866b1964eb0ea66a3894f6fd..bd7ba7bd92725e8f02e8bb69bdefd12936ee0f25 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/exception/BuildException.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/exception/BuildException.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.exception;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/exception/UnsupportedInformationException.java b/TULIP/src/lu/list/itis/dkd/tui/exception/UnsupportedInformationException.java
index 126ac61497b2f302802c1938b0b2a1a140f665b4..a7ddba72441e2cf32763c4fad09907e7a5d8ff69 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/exception/UnsupportedInformationException.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/exception/UnsupportedInformationException.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.exception;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/logging/EventLogger.java b/TULIP/src/lu/list/itis/dkd/tui/logging/EventLogger.java
index 47c79e114a072d99c1c8adadb5d263038bb1f91a..d75b5578742d61651d9750e8f7daf35e44710174 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/logging/EventLogger.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/logging/EventLogger.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.logging;
@@ -31,7 +34,7 @@ import java.util.logging.Level;
import java.util.logging.Logger;
/**
- * @author Yves RANGONI [departed]
+ * @author Yves RANGONI
* @since 1.1
* @version 1.1.4
*/
diff --git a/TULIP/src/lu/list/itis/dkd/tui/logging/LogFormatter.java b/TULIP/src/lu/list/itis/dkd/tui/logging/LogFormatter.java
index 7a7cfa86079f754e8fb46aede5c31b9405553bef..b60eb7bf63c0c2586b132c5d4e967f2e5f1d547c 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/logging/LogFormatter.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/logging/LogFormatter.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.logging;
@@ -19,7 +22,7 @@ import java.util.logging.Formatter;
import java.util.logging.LogRecord;
/**
- * @author Yves RANGONI [departed]
+ * @author Yves RANGONI
* @since 1.1
* @version 1.1.4
*/
diff --git a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/BluetoothClient.java b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/BluetoothClient.java
index f5b5368fb7d1bf936a4fe3f6875536289b4ec2eb..d7edc140b59b4c3f8d597ea2764bb25c32cd3fd3 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/BluetoothClient.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/BluetoothClient.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.network.adapter;
@@ -27,7 +30,7 @@ import javax.microedition.io.StreamConnection;
/**
* Adapter class managing a communication over Bluetooth using {@link StreamConnection}.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
+ * @author Nicolas GILMARD
* @since 2.0
* @version 2.0.41
*/
diff --git a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/BluetoothServer.java b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/BluetoothServer.java
index 0cecc07482b9ef6afad2cde3c32ea2b0c0ba41e6..45cfa4cd96b5f8f9d29950b2460c5471ee47f17a 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/BluetoothServer.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/BluetoothServer.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.network.adapter;
@@ -28,7 +31,7 @@ import javax.microedition.io.StreamConnectionNotifier;
* Adapter class managing a communication over Bluetooth using {@link StreamConnectionNotifier} and
* {@link StreamConnection}.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
+ * @author Nicolas GILMARD
* @since 2.0
* @version 2.0.41
*/
diff --git a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/ClientAdapter.java b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/ClientAdapter.java
index b12f3d5dbbe74c314a240ad6feeb55c1ea48566e..ede75823d5368f1451e384f324c203edef37160f 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/ClientAdapter.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/ClientAdapter.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science to use this code for any purpose, please contact the
- * author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.network.adapter;
@@ -25,7 +28,7 @@ import java.net.UnknownHostException;
/**
* Abstract class managing interaction between application and remote device
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
+ * @author Nicolas GILMARD
* @since 2.0
* @version 2.0.41
*/
diff --git a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/NetworkAdapter.java b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/NetworkAdapter.java
index 4fc59b0d8d9956c9a10122d1077008337c1dfca3..84fefb28dccd2a446052c7bc53431772884e254d 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/NetworkAdapter.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/NetworkAdapter.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.network.adapter;
@@ -21,7 +24,7 @@ import java.io.OutputStream;
/**
* Abstract class managing communication between a tangible table and external device
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
+ * @author Nicolas GILMARD
* @since 2.0
* @version 2.0.41
*/
diff --git a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/ServerAdapter.java b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/ServerAdapter.java
index 7c79412f62f6f91e43a73b626c870ac0283a42c1..b93c986a54fa33faa6a77c32402877faad9b4c34 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/ServerAdapter.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/ServerAdapter.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science to use this code for any purpose, please contact the
- * author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.network.adapter;
@@ -21,7 +24,7 @@ import java.io.IOException;
/**
* Abstract class managing interaction between application and remote device
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
+ * @author Nicolas GILMARD
* @since 2.0
* @version 2.0.41
*/
diff --git a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpClient.java b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpClient.java
index 5222f2523d2f12216b609ab9203c1a2235998e61..f1ef27e312af08532dba889f8d06dbcdae643056 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpClient.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpClient.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.network.adapter;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpServer.java b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpServer.java
index 58fbe5cceaf30d35d9be27f22f85f485cde572d2..d36867a0a8d0c53d9df8a2df33c01d8c66d75dc2 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpServer.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpServer.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.network.adapter;
@@ -24,7 +27,7 @@ import java.net.Socket;
/**
* Adapter class managing a communication over TCP using {@link ServerSocket} and {@link Socket}.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
+ * @author Nicolas GILMARD
* @since 2.0
* @version 2.0.41
*/
diff --git a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/XbeeAdapter.java b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/XbeeAdapter.java
index 30976b46162d59c78050d84e62d98f26078ff08f..cf797b261f5af98f9ab61d427a590a16d940f95b 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/network/adapter/XbeeAdapter.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/network/adapter/XbeeAdapter.java
@@ -1,17 +1,19 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
-
package lu.list.itis.dkd.tui.network.adapter;
import lu.tudor.ssi.kiss.dbc.annotation.NonNullByDefault;
@@ -30,7 +32,7 @@ import java.util.Enumeration;
/**
* Adapter class managing a communication over XBee's protocol using {@link SerialPort}.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
+ * @author Nicolas GILMARD
* @since 2.0
* @version 2.0.41
*/
diff --git a/TULIP/src/lu/list/itis/dkd/tui/utility/Calibration.java b/TULIP/src/lu/list/itis/dkd/tui/utility/Calibration.java
index bd8d5378cdfd9a39b9893d884b66c58f0b071465..edfe723d71a1951fe4c9352e7e318c599949b963 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/utility/Calibration.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/utility/Calibration.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
@@ -96,8 +99,8 @@ public class Calibration {
/**
* Method for transforming the coordinate mapping from the camera in the range [0;1] to the
* screen mapping in pixels. This method multiplies the ratio by the camera's width (also a
- * ratio), adds the camera initialTranslation and transforms the ratio into screen coordinates by
- * multiplying by the screen's width.
+ * ratio), adds the camera initialTranslation and transforms the ratio into screen coordinates
+ * by multiplying by the screen's width.
* Note: The method accounts for camera initialTranslation.
*
* @param x
@@ -112,8 +115,8 @@ public class Calibration {
/**
* Method for transforming the coordinate mapping from the camera in the range [0;1] to the
* screen mapping in pixels. This method multiplies the ratio by the camera's width (also a
- * ratio), adds the camera initialTranslation and transforms the ratio into screen coordinates by
- * multiplying by the screen's width.
+ * ratio), adds the camera initialTranslation and transforms the ratio into screen coordinates
+ * by multiplying by the screen's width.
* Note: The method accounts for camera initialTranslation.
*
* @param x
@@ -129,8 +132,8 @@ public class Calibration {
/**
* Method for transforming the coordinate mapping from the camera in the range [0;1] to the
* screen mapping in pixels. This method multiplies the ratio by the camera's height (also a
- * ratio), adds the camera initialTranslation and transforms the ratio into screen coordinates by
- * multiplying by the screen's height.
+ * ratio), adds the camera initialTranslation and transforms the ratio into screen coordinates
+ * by multiplying by the screen's height.
* Note: The method accounts for camera initialTranslation.
*
* @param y
@@ -145,8 +148,8 @@ public class Calibration {
/**
* Method for transforming the coordinate mapping from the camera in the range [0;1] to the
* screen mapping in pixels. This method multiplies the ratio by the camera's height (also a
- * ratio), adds the camera initialTranslation and transforms the ratio into screen coordinates by
- * multiplying by the screen's height.
+ * ratio), adds the camera initialTranslation and transforms the ratio into screen coordinates
+ * by multiplying by the screen's height.
* Note: The method accounts for camera initialTranslation.
*
* @param y
@@ -160,8 +163,8 @@ public class Calibration {
/**
* Method for transforming the coordinate mapping from the screen in pixels to the camera
* mapping coordinates range [0;1]. The method transforms the pixel coordinate into a ratio by
- * dividing by the screen width before subtracting the camera initialTranslation. The final range is
- * computed by dividing by the camera width.
+ * dividing by the screen width before subtracting the camera initialTranslation. The final
+ * range is computed by dividing by the camera width.
* Note: The method accounts for camera initialTranslation.
*
* @param x
@@ -176,8 +179,8 @@ public class Calibration {
/**
* Method for transforming the coordinate mapping from the screen in pixels to the camera
* mapping coordinates range [0;1]. The method transforms the pixel coordinate into a ratio by
- * dividing by the screen height before subtracting the camera initialTranslation. The final range is
- * computed by dividing by the camera height.
+ * dividing by the screen height before subtracting the camera initialTranslation. The final
+ * range is computed by dividing by the camera height.
* Note: The method accounts for camera initialTranslation.
*
* @param y
@@ -207,8 +210,8 @@ public class Calibration {
/**
* Method for transforming the coordinate mapping from the table in millimetres to the range
* [0;1] range of the camera mapping as a ratio. The method divides by the table height before
- * subtracting the camera initialTranslation. Then, the intermediate result is divided by the camera's
- * height.
+ * subtracting the camera initialTranslation. Then, the intermediate result is divided by the
+ * camera's height.
* Note: The measures in table coordinates a equivalent to concrete measures.
*
* @param y
@@ -223,8 +226,8 @@ public class Calibration {
/**
* Method for transforming the coordinate mapping from the table in millimetres to the range
* [0;1] range of the camera mapping as a ratio. The method divides by the table width before
- * subtracting the camera initialTranslation. Then, the intermediate result is divided by the camera's
- * width.
+ * subtracting the camera initialTranslation. Then, the intermediate result is divided by the
+ * camera's width.
* Note: The measures in table coordinates a equivalent to concrete measures.
*
* @param x
diff --git a/TULIP/src/lu/list/itis/dkd/tui/utility/CameraCoordinates.java b/TULIP/src/lu/list/itis/dkd/tui/utility/CameraCoordinates.java
index 5da20d5925e5b21b6d0262703ab8a54af25c0aad..cd3460d412df49f5465c631bfd325702305325e7 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/utility/CameraCoordinates.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/utility/CameraCoordinates.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/utility/CoordinateState.java b/TULIP/src/lu/list/itis/dkd/tui/utility/CoordinateState.java
index acad35d924388e6ce0502f89e385e5dd13784e16..9966f4a5d917d114a1b9ecd68e65dea66b1a1b48 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/utility/CoordinateState.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/utility/CoordinateState.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/utility/GlobalContext.java b/TULIP/src/lu/list/itis/dkd/tui/utility/GlobalContext.java
index 42fa3e1a0d53a8a0c1a98bf69e8db2d43ff825ab..b3f18a8cc59d00ee916ba554e84aee6dceeebf23 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/utility/GlobalContext.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/utility/GlobalContext.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/utility/IDMapper.java b/TULIP/src/lu/list/itis/dkd/tui/utility/IDMapper.java
index 69d8abc3b70f4385f0266f2eaf14abd23edb0fec..44458fd90caf34d4a9ca480783fbec1ebe79ecde 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/utility/IDMapper.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/utility/IDMapper.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/utility/Point.java b/TULIP/src/lu/list/itis/dkd/tui/utility/Point.java
index 4404d2831b1076be46aeae76be6d5340ac0c1829..fd64b38ee80d6d33030ba19293a04f4f6012f9e9 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/utility/Point.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/utility/Point.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/utility/ScreenCoordinates.java b/TULIP/src/lu/list/itis/dkd/tui/utility/ScreenCoordinates.java
index cc556b40c7d62e260164d01ea0ae657a7a40d63d..76541db4218e9e5b8c8f9f2b13a41a902f4d422c 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/utility/ScreenCoordinates.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/utility/ScreenCoordinates.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/utility/TableCoordinates.java b/TULIP/src/lu/list/itis/dkd/tui/utility/TableCoordinates.java
index 5a6b813ec411b1f0962670982507657b7f3478b9..4e1e5be50f1c7fc21d526d523809bc29f0ce5b9d 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/utility/TableCoordinates.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/utility/TableCoordinates.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/utility/TextHelper.java b/TULIP/src/lu/list/itis/dkd/tui/utility/TextHelper.java
index 2abc38ac9d58619a1e3e53e4f27efde33ed75165..c907cb7b10ddaf9d5c907faf89fb07ca4053ca79 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/utility/TextHelper.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/utility/TextHelper.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/BaseWidget.java b/TULIP/src/lu/list/itis/dkd/tui/widget/BaseWidget.java
index 796ab2e431fb427b00144df083d694e09bfe6aab..44ec3c674c516eacb3a623c919061b3a1cebf810 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/BaseWidget.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/BaseWidget.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/ContentWidget.java b/TULIP/src/lu/list/itis/dkd/tui/widget/ContentWidget.java
index 8f63d3846be62da5e0577f9c31c041146f60c710..bd2a46a1a58e4c5c962c98cb67dfd284a4f4c8f8 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/ContentWidget.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/ContentWidget.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/ContextAwareWidget.java b/TULIP/src/lu/list/itis/dkd/tui/widget/ContextAwareWidget.java
index 774257f267e36879b468ad713d64f1074dc7662c..134e515656cb275d9e810dcd065bcd6abe8f396a 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/ContextAwareWidget.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/ContextAwareWidget.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/InfoWidget.java b/TULIP/src/lu/list/itis/dkd/tui/widget/InfoWidget.java
index 3ab8a829173c58b186307fb9dca80701121de633..78285340d87145dd0886319dc3bd81043b6f5ff1 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/InfoWidget.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/InfoWidget.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/PieChartWidget.java b/TULIP/src/lu/list/itis/dkd/tui/widget/PieChartWidget.java
index 0f72b0ebebee230399b77afd9bec818448070353..4e549b571114c70f86ad528b168af4a6317ba566 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/PieChartWidget.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/PieChartWidget.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/StatefulWidget.java b/TULIP/src/lu/list/itis/dkd/tui/widget/StatefulWidget.java
index 8446d047cdb01e27cca1798fd9676bc275a10d92..7dc6ce79164c0e4bc0069ee39976f2ebdf3a986e 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/StatefulWidget.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/StatefulWidget.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/ZoomWidget.java b/TULIP/src/lu/list/itis/dkd/tui/widget/ZoomWidget.java
index 9bfe0efac0769e39a71186e7f2812f624c20ec52..bfd0295314733d3fa6c9af648a53f3c86eec819d 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/ZoomWidget.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/ZoomWidget.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseBuilder.java
index 5e2cbf8e53f8f8f1908c9401c8c265a1d5282a1b..b288d1f8ca4c3dda2aabf180eb31c7d878077568 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseContentBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseContentBuilder.java
index a554897f84e48fdc8d8ea3e43f1d15a630b3dcc3..57581f03d1c582d91fece4e6d03d9643e4573942 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseContentBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseContentBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.builder;
@@ -36,7 +39,7 @@ public abstract class BaseContentBuilder> extend
/** List of {@link ContentEventListener} instances listening to updates to content. */
public ArrayList listeners = new ArrayList<>();
/** List of {@link Content} that is to be managed by this application. */
- public ArrayList contents = new ArrayList<>();
+ public ArrayList contents = new ArrayList<>();
/**
* Method used to set the manager through which content is manipulated.
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseContextAwareBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseContextAwareBuilder.java
index f484897686fa449b08b98e63ceabb4df89ea01d0..708d4be5e155bdeed33b29f95027ada799ab4586 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseContextAwareBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseContextAwareBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseInfoBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseInfoBuilder.java
index 38a23a98d3261867f17a1ac3f8495907569efe95..889350d816ebb855c645b5e17026e58ea4d7e0a0 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseInfoBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseInfoBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseStatefulBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseStatefulBuilder.java
index 3b54332218511d77c36674f5ffb2f6e063832339..c145ca63a3e1df99b0e5c3bfb80b2484c8f09104 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseStatefulBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseStatefulBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseWidgetBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseWidgetBuilder.java
index 9c7ed1bad15187bcf9712ff9d2c31e00064e06ed..ddbea175b8131afae424c8b019062d5be6fcefc3 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseWidgetBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseWidgetBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseZoomBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseZoomBuilder.java
index 2dccd2e3aa70ccd77aac196ea7559743da3733ab..473dcb1d2febbee661a9996361032fefcad9461b 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseZoomBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseZoomBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/ContentWidgetBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/ContentWidgetBuilder.java
index c6f0d4a6a66c17e6de609bf61b1c1e86af42e210..59dbe0ba772733a67c4733a14b1ec82d7f02192f 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/ContentWidgetBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/ContentWidgetBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/InfoWidgetBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/InfoWidgetBuilder.java
index 8efe3096a88cac5ceb3b32fe5feaef8e8e8f44e8..7f4a46ab06270b27c53823237cc9fdb9cbe4a217 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/InfoWidgetBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/InfoWidgetBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/PieChartWidgetBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/PieChartWidgetBuilder.java
index bf522f3b047058e774eb752e671ca5de30b97fd6..41323ff1d42617207985a869c870cfd44308a3d0 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/PieChartWidgetBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/PieChartWidgetBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/StatefulWidgetBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/StatefulWidgetBuilder.java
index fee116d1fc085f6dbf4c846f963501714bb0d42e..5d63585b124546e0b1a70eaad0fd442d5df83272 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/StatefulWidgetBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/StatefulWidgetBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/ZoomWidgetBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/ZoomWidgetBuilder.java
index 685f3470da52b4649e270bc4a19a9fc441afdc20..4c310be1a226dcc445fe337e0c7f18ea6c0f0ef3 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/builder/ZoomWidgetBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/builder/ZoomWidgetBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/ContextAwareCorona.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/ContextAwareCorona.java
index 1e5aa83965784b7bc5dbe32c6915c4e4b7f0557a..8299ae46e095cdcb692b75b4ad069ccc53ebcdc2 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/ContextAwareCorona.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/ContextAwareCorona.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Corona.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Corona.java
index fd47baf5f7532861ab0509d481cb4b17304333f4..63adfbd385c24bf863b9c6372788bc6345c3a0e1 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Corona.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Corona.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Image.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Image.java
index f7eaa5493a6ccc19611a3a6590a2046556ae293d..07dbae61bc6a2e763025ef50779787d69f42c39f 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Image.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Image.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/InfoBox.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/InfoBox.java
index b344419fa4e392f1ec9c643b0ed2ad9daded2693..8270fbbe1e7a585f244e7ce8af8bccb93a4fade6 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/InfoBox.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/InfoBox.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Pointer.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Pointer.java
index 4723b5558dd25cd9d5ed4808071a53e877ba1717..f31e70e66f2b152c36a6fd3deb0243f573060ac6 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Pointer.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Pointer.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona;
@@ -51,8 +54,8 @@ public class Pointer extends Corona {
/**
* {@inheritDoc} The method will check for an initialTranslation which must exist.
*
- * @pre ! initialTranslation.equals(new Point(0, 0, 0)); Note: The method uses conversion from double
- * to float. This may lead to the truncation of some least significant bits.
+ * @pre ! initialTranslation.equals(new Point(0, 0, 0)); Note: The method uses conversion
+ * from double to float. This may lead to the truncation of some least significant bits.
*/
@Override
public void paint(Graphics2D canvas) {
@@ -62,7 +65,8 @@ public class Pointer extends Corona {
Preconditions.checkState(initialTranslation != null, "The initialTranslation must be defined!"); //$NON-NLS-1$
Preconditions.checkState(initialTranslation.getState() instanceof TableCoordinates, "The pointer initialTranslation must be given in table coordinates!"); //$NON-NLS-1$
- Point localOffset = initialTranslation; // This construct is used to prevent potential NPE errors.
+ Point localOffset = initialTranslation; // This construct is used to prevent potential NPE
+ // errors.
centre.toScreenCoordinates();
Point summit = new Point((float) (centre.getX() + localOffset.getX() * Math.cos(centre.getAngle())), (float) (centre.getY() + localOffset.getY() * Math.sin(centre.getAngle())), centre.getAngle() + localOffset.getAngle(), TableCoordinates.class);
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Radius.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Radius.java
index e53e5ec79dfb2f9e3d1bad7247cf8533fb6a4be3..437cad37bd4a84e59023f180cc2b57b651960a1a 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Radius.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Radius.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Shadow.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Shadow.java
index 806d6969dfd197e40679dcb57506719500c7cdb6..5766de5957ea69bf7d81a7d47d116b6faa8ec316 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Shadow.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Shadow.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/ShapeFactory.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/ShapeFactory.java
index 0bb0a22ac7d0a960f4b36e149d27b0f16e57fd31..20a7c15d6ebcefa976090bd7dd136e196cf6e9d5 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/ShapeFactory.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/ShapeFactory.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/TextBox.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/TextBox.java
index 88e8109dbdacd05e47889d16d176f72c9636b84f..94665c2db3425a061d4312b4ee2bbdf8a7b46d2d 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/TextBox.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/TextBox.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Wedge.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Wedge.java
index bfd20fd95071ef89da76c1f259ad7da3917cdb3e..e68e5458dd71ce5d8f52ac6fabd8d6ce1003b677 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Wedge.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/Wedge.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseImageBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseImageBuilder.java
index 08800f2765f8e42237e19fa17760b9b9fe477a38..8c95e3ee5038a19e1216ba1c453e3d40b7b8063c 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseImageBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseImageBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
@@ -35,7 +38,7 @@ import lu.tudor.ssi.kiss.dbc.annotation.Nullable;
public abstract class BaseImageBuilder> extends CoronaBuilder {
/** Field holding the image to display. */
@Nullable
- public java.awt.Image image;
+ public java.awt.Image image;
/** Field holding an {@link InformationProvider} instances to draw information from. */
@Nullable
public InformationProvider informationProvider;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseInfoBoxBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseInfoBoxBuilder.java
index f492062ae0c774adabe6c8a828e432153889c8b7..023e9d2dd4c58d58c982546e858553642c4bb9d1 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseInfoBoxBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseInfoBoxBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
@@ -36,9 +39,9 @@ public abstract class BaseInfoBoxBuilder> extend
@Nullable
public List information;
/** Field holding the font size to display text in. */
- public int fontSize;
+ public int fontSize;
/** Field holding the ratio of the line height to the font size. */
- public float lineHeightRatio;
+ public float lineHeightRatio;
/**
* Constructor setting the centre of the corona.
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BasePointerBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BasePointerBuilder.java
index d0c571ac013f213d8c215c5e1aa8617ae292835f..1b367430c9f854e4de7a17f0b610ec61f0d8117d 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BasePointerBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BasePointerBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseRadiusBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseRadiusBuilder.java
index f7766d9d0073799ce27eed07c3b9f42f65aabbfe..12af931d4d61388c10429424231d109881b9e9b7 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseRadiusBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseRadiusBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseShadowBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseShadowBuilder.java
index 362dcf42e3ad3a57d8d4710138ede06934519e01..f93671920c0b68e4ad533b38b0f40433d9e18b7f 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseShadowBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseShadowBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseTextBoxBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseTextBoxBuilder.java
index fa62fba2f4a58aeba14090bc99a3e1690a814cf8..37b2a530c09cf829a72b388c984cfebd198a7fd7 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseTextBoxBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseTextBoxBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseWedgeBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseWedgeBuilder.java
index e41e90e1be510ad6bf8d850dfe71c2de73a3c960..5c11529fc75ece850dd29b8f5a7b8c6046ddde44 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseWedgeBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseWedgeBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
@@ -39,14 +42,14 @@ public abstract class BaseWedgeBuilder> extends Co
@Nullable
public Color edgeColour = null;
/** Field holding the median angle used to determine the starting angle of the centroid. */
- public float radius = 5;
+ public float radius = 5;
/**
* The angle at which the arc will commence. Note: The 0 angle is horizontal. See this
* Example
*/
- public int start = 0;
+ public int start = 0;
/** The length of the arc as given by degrees. */
- public int length = 90;
+ public int length = 90;
/**
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/CoronaBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/CoronaBuilder.java
index 5d95f76a18d7c10dd72f014e3dbd6ac0d21822e7..e21b6930a4bd4be730937f020de7af202217dc0a 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/CoronaBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/CoronaBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/ImageBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/ImageBuilder.java
index fc74e7f866132dc21f5957218da683f17b31e414..b79ece7455cd1fc32258bc0d7178dbdbe134a59e 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/ImageBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/ImageBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/InfoBoxBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/InfoBoxBuilder.java
index 676a0f1d5706a7546a24c892e646244dd1eaaf20..34dc3c229f9619885df4000495fd58f8815145dd 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/InfoBoxBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/InfoBoxBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/PointerBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/PointerBuilder.java
index bf69db49b26b4471ca65ceec0fab86019835ae5b..15f7a0b065c034a4b92d4bc0c358cd6d5780e80c 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/PointerBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/PointerBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/RadiusBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/RadiusBuilder.java
index f0c3fd72b01958c410c140a516882a6f4f4cedb1..dd367d069fb0a35a5180aad2186db0bf9597223b 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/RadiusBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/RadiusBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/ShadowBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/ShadowBuilder.java
index 5107ba0936693c41cdb04bf8154e18e17986d4b9..e03aaa6638ea5a1bb023cc6074f4c38ff22ef5de 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/ShadowBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/ShadowBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/TextBoxBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/TextBoxBuilder.java
index d749bc308433f642e0b82dd45b12b3459db07c1e..fbae4e06ea507e455e8e0a63c58c7f654636faf1 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/TextBoxBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/TextBoxBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/WedgeBuilder.java b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/WedgeBuilder.java
index 8ad8bc0eb07abd28ce6ae03cdb4dd0147683dac4..f8f8cbdd9441a1e0728f86e83e9a4ff42307d06d 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/WedgeBuilder.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/WedgeBuilder.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.corona.builder;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/state/Attenuator.java b/TULIP/src/lu/list/itis/dkd/tui/widget/state/Attenuator.java
index 01a2c2d2479d54d4cc5139a10fcccfd8ea7f220c..4251953caeafa42fc83282ff4577274d8a036843 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/state/Attenuator.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/state/Attenuator.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
@@ -31,8 +34,8 @@ import lu.tudor.ssi.kiss.dbc.annotation.Nullable;
public class Attenuator {
private static final float ROTATION_THRESHOLD = 0.1f;
private static final float MOVEMENT_THRESHOLD = 0.5f;
- private static final int MOVEMENT_COOLDOWN = 500;
- private static final int ROTATION_COOLDOWN = 500;
+ private static final int MOVEMENT_COOLDOWN = 500;
+ private static final int ROTATION_COOLDOWN = 500;
/**
* Simple getter method for movementCooldown.
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/state/FunctionState.java b/TULIP/src/lu/list/itis/dkd/tui/widget/state/FunctionState.java
index 632419ed24e6bf5c742e33406b5e71d0284d9eba..1371bf40ee5c39a0965ba7f4205cd1340b785f2a 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/state/FunctionState.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/state/FunctionState.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/state/LimboState.java b/TULIP/src/lu/list/itis/dkd/tui/widget/state/LimboState.java
index 16643f8db20a5e4f93cd243764ef922f4b3cf127..6d0a67a5ac96670984755c794083dbc46cfb053c 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/state/LimboState.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/state/LimboState.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/state/MovementState.java b/TULIP/src/lu/list/itis/dkd/tui/widget/state/MovementState.java
index 1450eeb610e20a50663c6d51507fcff17a520dc7..453dd5a9468f043794d8fa09c75a9c3eb9f50e44 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/state/MovementState.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/state/MovementState.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/state/NUIState.java b/TULIP/src/lu/list/itis/dkd/tui/widget/state/NUIState.java
index f3026d9aeb215e82c524ad7b02af35d28566e32a..64d963c9664b5ad4f748c36e5a0fd0e2615ff06d 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/state/NUIState.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/state/NUIState.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/state/RotationState.java b/TULIP/src/lu/list/itis/dkd/tui/widget/state/RotationState.java
index 51286e581d348cc34d272aa5b70c1e02a426de7e..fdafff8b7f07caaf2fcd9556b33f1bca38a9e304 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/state/RotationState.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/state/RotationState.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/state/StateManager.java b/TULIP/src/lu/list/itis/dkd/tui/widget/state/StateManager.java
index 84701ad510b5cadcdcd1e18320c6310080519916..ac71b82e05005c514b5dbb4b68e9c05d51bc68e9 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/state/StateManager.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/state/StateManager.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/state/StillState.java b/TULIP/src/lu/list/itis/dkd/tui/widget/state/StillState.java
index f09133d5f889ca9118540bd9bfe238272a76596f..c69ae9c470a086ba4d6e923849518e40ff02e4d9 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/state/StillState.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/state/StillState.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
diff --git a/TULIP/src/lu/list/itis/dkd/tui/widget/state/Transition.java b/TULIP/src/lu/list/itis/dkd/tui/widget/state/Transition.java
index 8ff82cc9185016670eaa028884e0e303aafe47c1..dc92c4a8c9e5f788ae551179ef1188a2696c0cd2 100644
--- a/TULIP/src/lu/list/itis/dkd/tui/widget/state/Transition.java
+++ b/TULIP/src/lu/list/itis/dkd/tui/widget/state/Transition.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/AllTests.java b/TULIP/test/lu/list/itis/dkd/tui/AllTests.java
index 11269dbdd7c2fb3a0176fa88b6ce16eb7039ddbf..5f2d3a52620c7e312578252873a5ba3e92ea8420 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/AllTests.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/AllTests.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui;
@@ -29,4 +32,6 @@ import org.junit.runners.Suite.SuiteClasses;
*/
@RunWith(Suite.class)
@SuiteClasses({UtilityTests.class, StateTests.class})
-public class AllTests {}
+public class AllTests {
+ /** Test suits feature empty bodies. */
+}
diff --git a/TULIP/test/lu/list/itis/dkd/tui/ExitDeniedSecurityManager.java b/TULIP/test/lu/list/itis/dkd/tui/ExitDeniedSecurityManager.java
deleted file mode 100644
index 01982aa5355ed9be3039d1d45ae2f32015719a41..0000000000000000000000000000000000000000
--- a/TULIP/test/lu/list/itis/dkd/tui/ExitDeniedSecurityManager.java
+++ /dev/null
@@ -1,60 +0,0 @@
-/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- */
-package lu.list.itis.dkd.tui;
-
-import java.security.Permission;
-
-/**
- * @author Doug Lawrie
- * @since 2.0
- * @version 2.0.41
- */
-public class ExitDeniedSecurityManager extends SecurityManager {
-
- /**
- * @author Doug Lawrie
- * @since 2.0
- * @version 2.0.41
- */
- public static final class ExitSecurityException extends SecurityException {
-
- private static final long serialVersionUID = 1321581078611017533L;
- private final int status;
-
- /**
- * @param status
- */
- public ExitSecurityException(final int status) {
- this.status = status;
- }
-
-
- /**
- * @return the exit code
- */
- public int getStatus() {
- return this.status;
- }
- }
-
- @Override
- public void checkExit(final int status) {
- throw new ExitSecurityException(status);
- }
-
- @Override
- public void checkPermission(final Permission perm) {
- // Should override every method with empty
- }
-}
\ No newline at end of file
diff --git a/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest.java b/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest.java
index 025534de3897b0e40543133c77aa15b2379d6185..535d9ca1e1bc5eaf2d05973a1bc17eeef2715ee7 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest2.java b/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest2.java
index 6c35be796bf450aed8f7a5f2d969962d75d60637..d3d84395f90f60c48399465adc92dc611641a639 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest2.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest2.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui;
@@ -29,7 +32,7 @@ import java.util.logging.Level;
/**
* Test case for testing the {@link TangibleApplication} class.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
+ * @author Nicolas GILMARD
* @since 2.0
* @version 2.0.41
*/
@@ -212,7 +215,7 @@ public class TangibleApplicationTest2 {
/**
* Class implementing the abstract {@link TangibleApplication} for test purposes.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
+ * @author Nicolas GILMARD
* @since 11/05/2015
* @version 1
*/
@@ -238,7 +241,7 @@ public class TangibleApplicationTest2 {
/**
* Class implementing the abstract {@link TangibleApplication} for test purposes.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
+ * @author Nicolas GILMARD
* @since 11/05/2015
* @version 1
*/
@@ -264,7 +267,7 @@ public class TangibleApplicationTest2 {
/**
* Class implementing the abstract {@link TangibleApplication} for test purposes.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
+ * @author Nicolas GILMARD
* @since 11/05/2015
* @version 1
*/
@@ -290,7 +293,7 @@ public class TangibleApplicationTest2 {
/**
* Class implementing the abstract {@link TangibleObjectManager} for test purposes.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
+ * @author Nicolas GILMARD
* @since 11/05/2015
* @version 1
*/
diff --git a/TULIP/test/lu/list/itis/dkd/tui/TangibleInterfaceManagerTest.java b/TULIP/test/lu/list/itis/dkd/tui/TangibleInterfaceManagerTest.java
index 744b7ca139ad0c6a9d1082fd527b36cbdedffb25..60666df6062aa2b1e114c92480221933a5ebf063 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/TangibleInterfaceManagerTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/TangibleInterfaceManagerTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui;
@@ -40,7 +43,7 @@ import java.util.logging.Logger;
* @version 1.0.2
*/
public class TangibleInterfaceManagerTest {
- private String propertiesLocation = "test_properties.properties";
+ private String propertiesLocation = "test_properties.properties"; //$NON-NLS-1$
private TangibleApplication application;
private TangibleInterfaceManager interfaceManager;
@@ -75,12 +78,12 @@ public class TangibleInterfaceManagerTest {
public void testTangibleInterfaceManager() throws IllegalArgumentException, IllegalAccessException, NoSuchFieldException, SecurityException {
assertThat(interfaceManager, is(notNullValue()));
- Field properties = TestTangibleApplication.class.getSuperclass().getDeclaredField("properties");
- Field calibrationFileURI = TangibleInterfaceManager.class.getDeclaredField("calibrationFileURI");
- Field logger = TangibleInterfaceManager.class.getDeclaredField("logger");
- Field windowHeight = TangibleInterfaceManager.class.getDeclaredField("windowHeight");
- Field windowWidth = TangibleInterfaceManager.class.getDeclaredField("windowWidth");
- Field title = TangibleInterfaceManager.class.getDeclaredField("title");
+ Field properties = TestTangibleApplication.class.getSuperclass().getDeclaredField("properties"); //$NON-NLS-1$
+ Field calibrationFileURI = TangibleInterfaceManager.class.getDeclaredField("calibrationFileURI"); //$NON-NLS-1$
+ Field logger = TangibleInterfaceManager.class.getDeclaredField("logger"); //$NON-NLS-1$
+ Field windowHeight = TangibleInterfaceManager.class.getDeclaredField("windowHeight"); //$NON-NLS-1$
+ Field windowWidth = TangibleInterfaceManager.class.getDeclaredField("windowWidth"); //$NON-NLS-1$
+ Field title = TangibleInterfaceManager.class.getDeclaredField("title"); //$NON-NLS-1$
// TODO Implement remaining tests.
@@ -205,7 +208,7 @@ public class TangibleInterfaceManagerTest {
@Override
public Collection getDrawableContents() {
// fail("Method not implemented in mock!");
- return new HashSet();
+ return new HashSet<>();
}
}
@@ -237,7 +240,7 @@ public class TangibleInterfaceManagerTest {
*/
@Override
public void defineWidgets() throws BuildException {
- throw new BuildException("No widgets to build in this mock!");
+ throw new BuildException("No widgets to build in this mock!"); //$NON-NLS-1$
}
}
}
\ No newline at end of file
diff --git a/TULIP/test/lu/list/itis/dkd/tui/adapter/TangibleObjectTest.java b/TULIP/test/lu/list/itis/dkd/tui/adapter/TangibleObjectTest.java
index 6832ab773f8ba251cf9c407e7b9bcc9c109ee35e..ed267142b6a33d1e13ed17769a78d2c3218dc153 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/adapter/TangibleObjectTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/adapter/TangibleObjectTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.adapter;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/adapter/TuioAdapterTest.java b/TULIP/test/lu/list/itis/dkd/tui/adapter/TuioAdapterTest.java
index 71f58c2a89e9388311bbae9be96f1927921a64f9..487660f0471d05909babb0cc05cae436e2717b0a 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/adapter/TuioAdapterTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/adapter/TuioAdapterTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.adapter;
@@ -50,9 +53,9 @@ import java.util.logging.Logger;
/**
* Test case for testing the {@link TuioAdapter} class.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
- * @since [1].[0]
- * @version [1].[0].[1]
+ * @author Nicolas GILMARD
+ * @since 2.0
+ * @version 2.0.1
*/
public class TuioAdapterTest {
private TuiAdapter tuiAdapter;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/logging/TulipLoggerTest.java b/TULIP/test/lu/list/itis/dkd/tui/logging/TulipLoggerTest.java
index 65f1e2fd0f63515b8fa04f505b43d412eac3dc2e..0a30c144cd7e54a4f1b53d825b651e43ec33d91c 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/logging/TulipLoggerTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/logging/TulipLoggerTest.java
@@ -1,23 +1,24 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.logging;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
-import lu.list.itis.dkd.tui.logging.EventLogger;
-
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/BluetoothClientTest.java b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/BluetoothClientTest.java
index b6f2ebc4b8bf024ef8a48cf4ba89eaa417cf43c1..e7706d28468fc2526e6efd05192f43bda87f5411 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/BluetoothClientTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/BluetoothClientTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.network.adapter;
@@ -28,9 +31,9 @@ import java.lang.reflect.Field;
/**
* Test case for testing the {@link BluetoothClient} class. Need another computer for run the test.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
- * @since 1.0
- * @version 1.0.0
+ * @author Nicolas GILMARD
+ * @since 2.0
+ * @version 2.0.0
*/
public class BluetoothClientTest {
private BluetoothClient bluetoothClient;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/BluetoothServerTest.java b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/BluetoothServerTest.java
index f79d036b1c23a12cea320bfc6abfaa4a3341bbcf..bff2cfaf6affcf0763808bc9294ad853c40edfe5 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/BluetoothServerTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/BluetoothServerTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.network.adapter;
@@ -29,9 +32,9 @@ import java.lang.reflect.Field;
/**
* Test case for testing the {@link BluetoothServer} class.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
- * @since 1.0
- * @version 1.0.0
+ * @author Nicolas GILMARD
+ * @since 2.0
+ * @version 2.0.0
*/
public class BluetoothServerTest {
private BluetoothServer bluetoothServer;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/RunForTestBTClient.java b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/RunForTestBTClient.java
index 1473d423541e00a94a117324e7de0cbd6bf0146a..0a375adab45e1971715c1b94af4bae7c686c42e3 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/RunForTestBTClient.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/RunForTestBTClient.java
@@ -1,3 +1,19 @@
+/**
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
+ */
package lu.list.itis.dkd.tui.network.adapter;
import java.io.IOException;
@@ -12,9 +28,9 @@ import javax.microedition.io.StreamConnection;
/**
* Class which should be run on another PC for pass {@link BluetoothClientTest} tests
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
- * @since 1.0
- * @version 1.0.0
+ * @author Nicolas GILMARD
+ * @since 2.0
+ * @version 2.0.0
*/
public class RunForTestBTClient {
diff --git a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/RunForTestBTServer.java b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/RunForTestBTServer.java
index d873aadc03c74768c88da96284444034878187ee..8456181670f8442d3d713b2b4c588513cd10f0a9 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/RunForTestBTServer.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/RunForTestBTServer.java
@@ -1,3 +1,19 @@
+/**
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
+ */
package lu.list.itis.dkd.tui.network.adapter;
import java.io.IOException;
@@ -12,9 +28,9 @@ import javax.microedition.io.StreamConnectionNotifier;
/**
* Class which should be run on another PC for pass {@link BluetoothServerTest} tests
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
- * @since 1.0
- * @version 1.0.0
+ * @author Nicolas GILMARD
+ * @since 2.0
+ * @version 2.0.0
*/
public class RunForTestBTServer {
diff --git a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/TcpClientTest.java b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/TcpClientTest.java
index a4c5f4f25a8841c02ed89fdccfae5c6c2887c84b..f4df0c7fe7312725421ada806a1533c2b7cd64b5 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/TcpClientTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/TcpClientTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.network.adapter;
@@ -28,9 +31,9 @@ import java.net.ServerSocket;
/**
* Test case for testing the {@link TcpClient} class.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
- * @since 1.0
- * @version 1.0.0
+ * @author Nicolas GILMARD
+ * @since 2.0
+ * @version 2.0.0
*/
public class TcpClientTest {
diff --git a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/TcpServerTest.java b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/TcpServerTest.java
index 38d254d5e921f928f5741ce2b806d7df23324388..45faa8a37c99f9556fc636e9cf7f2d2d90de0c07 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/TcpServerTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/TcpServerTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.network.adapter;
@@ -29,9 +32,9 @@ import java.net.Socket;
/**
* Test case for testing the {@link TcpServer} class.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
- * @since 1.0
- * @version 1.0.0
+ * @author Nicolas GILMARD
+ * @since 2.0
+ * @version 2.0.0
*/
public class TcpServerTest {
private TcpServer tcpServer;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/XbeeAdapterTest.java b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/XbeeAdapterTest.java
index 04ab992aa7407bc7c5ecb8fb1213dc91ec2b5ca7..f6ec2f5a01dfdd86ee08e9600d20b9a49fa4f254 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/network/adapter/XbeeAdapterTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/network/adapter/XbeeAdapterTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.network.adapter;
@@ -31,9 +34,9 @@ import java.lang.reflect.Field;
/**
* Test case for testing the {@link XbeeAdapter} class.
*
- * @author Nicolas GILMARD [nicolas.gilmard@list.lu]
- * @since 1.0
- * @version 1.0.0
+ * @author Nicolas GILMARD
+ * @since 2.0
+ * @version 2.0.0
*/
public class XbeeAdapterTest {
diff --git a/TULIP/test/lu/list/itis/dkd/tui/utility/CalibrationTest.java b/TULIP/test/lu/list/itis/dkd/tui/utility/CalibrationTest.java
index 0bf122a46a9d6ce99f84e3cf4ea6fb1b7e270b2a..867cd0b87cdbf0895778aa07be219ab24995f412 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/utility/CalibrationTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/utility/CalibrationTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
@@ -33,14 +36,13 @@ import java.io.File;
* @version 1.0.2
*/
public class CalibrationTest {
- private static final String CALIBRATION_URI = "test_calibration.xml";
+ private static final String CALIBRATION_URI = "test_calibration.xml"; //$NON-NLS-1$
/**
* Checking whether the correct values have been loaded.
*
* @throws java.lang.Exception
*/
- @SuppressWarnings("null")
@BeforeClass
public static void setUpBeforeClass() throws Exception {
assertEquals(50, Calibration.getScreenLeft());
@@ -90,11 +92,11 @@ public class CalibrationTest {
@AfterClass
public static void tearDownAfterClass() throws Exception {
try {
- Calibration.saveToFile("");
- fail("This point should never have been reached!");
+ Calibration.saveToFile(""); //$NON-NLS-1$
+ fail("This point should never have been reached!"); //$NON-NLS-1$
} catch (IllegalArgumentException e) {
- Calibration.saveToFile("output_" + CALIBRATION_URI);
- File file = new File("output_" + CALIBRATION_URI);
+ Calibration.saveToFile("output_" + CALIBRATION_URI); //$NON-NLS-1$
+ File file = new File("output_" + CALIBRATION_URI); //$NON-NLS-1$
assertNotNull(file);
assertTrue(file.exists());
assertFalse(file.isDirectory());
diff --git a/TULIP/test/lu/list/itis/dkd/tui/utility/CameraCoordinatesTest.java b/TULIP/test/lu/list/itis/dkd/tui/utility/CameraCoordinatesTest.java
index c90c73efc5a4a24127ea46108cb183792e74032b..a3bf51b06987a7c50e30e7d7f34b6e4eebaa8b84 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/utility/CameraCoordinatesTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/utility/CameraCoordinatesTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
@@ -36,7 +39,7 @@ public class CameraCoordinatesTest {
*/
@BeforeClass
public static void setUpBeforeClass() throws Exception {
- Calibration.loadFromFile("calibration.xml");
+ Calibration.loadFromFile("calibration.xml"); //$NON-NLS-1$
}
/**
diff --git a/TULIP/test/lu/list/itis/dkd/tui/utility/CoordinateStateTest.java b/TULIP/test/lu/list/itis/dkd/tui/utility/CoordinateStateTest.java
index 2149885f868ae9a25b4fa380cbfbf58d7843ef0d..48789e8f09a26c548d043c8ef0efa39b3855aa68 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/utility/CoordinateStateTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/utility/CoordinateStateTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/utility/IDMapperTest.java b/TULIP/test/lu/list/itis/dkd/tui/utility/IDMapperTest.java
index 4d48a7e1a2abbca2d30050b7461b74218d353b7d..5ca8bdb29411203f2b715051d94303e3d76de217 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/utility/IDMapperTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/utility/IDMapperTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
@@ -32,10 +35,10 @@ import java.util.Properties;
* @version 1.0.2
*/
public class IDMapperTest {
- private static Properties properties = new Properties();
+ private static Properties properties = new Properties();
/** The URI of the properties file as qualified from this file. */
- private static String propertiesFileURI = "test_properties.properties";
+ private static String propertiesFileURI = "test_properties.properties"; //$NON-NLS-1$
/**
* @throws java.lang.Exception
@@ -45,17 +48,17 @@ public class IDMapperTest {
try (FileInputStream inputStream = new FileInputStream(new File(propertiesFileURI))) {
properties.load(inputStream);
} catch (IOException ioe) {
- System.err.println("The properties file or values thereof could not be loaded!");
+ System.err.println("The properties file or values thereof could not be loaded!"); //$NON-NLS-1$
ioe.printStackTrace();
}
}
/**
* Test method for {@link lu.list.itis.dkd.tui.utility.IDMapper#remapCursorId(int)} as well as
- * {@link IDMapper#initialise(Properties)}.
+ * {@link IDMapper#initialise(Properties)}. The test checks initialisation as well as the
+ * correct handling of a non positive value by expecting an exception to be thrown.
*/
- @SuppressWarnings("null")
- @Test
+ @Test(expected = IllegalArgumentException.class)
public void testRemapCursorIDAndInitialse() {
assertEquals(1024, IDMapper.remapCursorId(0));
IDMapper.initialise(properties);
@@ -63,10 +66,7 @@ public class IDMapperTest {
assertEquals(2098, IDMapper.remapCursorId(50));
assertEquals(2048, IDMapper.remapCursorId(0));
- try {
- IDMapper.remapCursorId(-1);
- fail("An error should have been thrown!");
- } catch (IllegalArgumentException iae) {}
+ IDMapper.remapCursorId(-1);
+ fail("An error should have been thrown!"); //$NON-NLS-1$
}
-
-}
+}
\ No newline at end of file
diff --git a/TULIP/test/lu/list/itis/dkd/tui/utility/PointTest.java b/TULIP/test/lu/list/itis/dkd/tui/utility/PointTest.java
index dd3404fe11aaccb1a22c1f593cc1630263bbcf5e..cd9c04d3ea74492dbd4b4ea69d03cf828a924e37 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/utility/PointTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/utility/PointTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/utility/ScreenCoordinatesTest.java b/TULIP/test/lu/list/itis/dkd/tui/utility/ScreenCoordinatesTest.java
index 1bb6f50b0ec6743eaf3a45aeaa71f49d1c801f4e..200e8909f60af3fd89530b9fe285e89de7be0658 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/utility/ScreenCoordinatesTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/utility/ScreenCoordinatesTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
@@ -36,7 +39,7 @@ public class ScreenCoordinatesTest {
*/
@BeforeClass
public static void setUpBeforeClass() throws Exception {
- Calibration.loadFromFile("calibration.xml");
+ Calibration.loadFromFile("calibration.xml"); //$NON-NLS-1$
}
/**
diff --git a/TULIP/test/lu/list/itis/dkd/tui/utility/TableCoordinatesTest.java b/TULIP/test/lu/list/itis/dkd/tui/utility/TableCoordinatesTest.java
index e0ba9f7d3e09141f4cbba151a517e30633c48a0a..44502da0813978e322f4d02fe62973e72a38b264 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/utility/TableCoordinatesTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/utility/TableCoordinatesTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
@@ -36,7 +39,7 @@ public class TableCoordinatesTest {
*/
@BeforeClass
public static void setUpBeforeClass() throws Exception {
- Calibration.loadFromFile("calibration.xml");
+ Calibration.loadFromFile("calibration.xml"); //$NON-NLS-1$
}
/**
diff --git a/TULIP/test/lu/list/itis/dkd/tui/utility/UtilityTests.java b/TULIP/test/lu/list/itis/dkd/tui/utility/UtilityTests.java
index 1f3987fcfd1a82c57149b21bac5215a3481fdde5..e41c2135809704dc8bb2643692e863dd69c9bbae 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/utility/UtilityTests.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/utility/UtilityTests.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.utility;
@@ -26,4 +29,6 @@ import org.junit.runners.Suite.SuiteClasses;
*/
@RunWith(Suite.class)
@SuiteClasses({CalibrationTest.class, CameraCoordinatesTest.class, PointTest.class, ScreenCoordinatesTest.class, TableCoordinatesTest.class, CoordinateStateTest.class, IDMapperTest.class})
-public class UtilityTests {}
+public class UtilityTests {
+ /** Test suite bodies are always empty. */
+}
diff --git a/TULIP/test/lu/list/itis/dkd/tui/widget/BaseWidgetTest.java b/TULIP/test/lu/list/itis/dkd/tui/widget/BaseWidgetTest.java
index 9f5cda73d8d46f880251d05ce96be74c22ba225c..bfeb3f98b78055e2412dac22dc3611484b725070 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/widget/BaseWidgetTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/widget/BaseWidgetTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget;
@@ -18,7 +21,6 @@ import static org.junit.Assert.fail;
import lu.list.itis.dkd.tui.utility.Calibration;
import lu.list.itis.dkd.tui.utility.Point;
-import lu.list.itis.dkd.tui.widget.BaseWidget;
import lu.list.itis.dkd.tui.widget.builder.BaseWidgetBuilder;
import lu.list.itis.dkd.tui.widget.corona.ShapeFactory;
import lu.list.itis.dkd.tui.widget.corona.builder.ShadowBuilder;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/widget/StatefulWidgetTest.java b/TULIP/test/lu/list/itis/dkd/tui/widget/StatefulWidgetTest.java
index 50cb9af16849cf65adb14864dc0ab51ee34ff82a..3ee7316b651db1f58f733e5bd53ef1497d404513 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/widget/StatefulWidgetTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/widget/StatefulWidgetTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/widget/state/AttenuatorTest.java b/TULIP/test/lu/list/itis/dkd/tui/widget/state/AttenuatorTest.java
index 4dbda119a93c278dc60994e708cc3d1415fb3aaa..acc010f8641069644d7ceab55e43bed50fc20820 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/widget/state/AttenuatorTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/widget/state/AttenuatorTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/widget/state/FunctionStateTest.java b/TULIP/test/lu/list/itis/dkd/tui/widget/state/FunctionStateTest.java
index f86792118d4c4bfe85b968a43b5ec7a9de01b56a..f5a57950c25ed22ba7c9592742b07f3c13f233ef 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/widget/state/FunctionStateTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/widget/state/FunctionStateTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
@@ -33,10 +36,9 @@ import org.junit.Test;
* @since 1.0
* @version 1.0.2
*/
-@SuppressWarnings("null")
public class FunctionStateTest {
private FunctionState func, func2, func3;
- private static Point point, pointEnough, pointToLittle;
+ private static Point point, pointEnough, pointToLittle;
/**
* Setting up fields before testing.
diff --git a/TULIP/test/lu/list/itis/dkd/tui/widget/state/LimboStateTest.java b/TULIP/test/lu/list/itis/dkd/tui/widget/state/LimboStateTest.java
index e4c5c8562cd5844a03c19183c21aff2562cac16b..3468c35059cf53e5b6552b29a63b022b59c99569 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/widget/state/LimboStateTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/widget/state/LimboStateTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
@@ -32,7 +35,6 @@ import org.junit.Test;
* @since 1.0
* @version 1.0.2
*/
-@SuppressWarnings("null")
public class LimboStateTest {
private LimboState limbo, limbo2, limbo3;
private static Point point, pointEnough, pointToLittle;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/widget/state/MovementStateTest.java b/TULIP/test/lu/list/itis/dkd/tui/widget/state/MovementStateTest.java
index c7bdc47e0c10e5f06600ada5738a05585c5a3eab..cc60d2c5732b7f79f02532ee1371258132f1c9f5 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/widget/state/MovementStateTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/widget/state/MovementStateTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
@@ -32,10 +35,9 @@ import org.junit.Test;
* @since 1.0
* @version 1.0.2
*/
-@SuppressWarnings("null")
public class MovementStateTest {
private MovementState movement, movement2, movement3;
- private static Point point, pointEnough, pointToLittle;
+ private static Point point, pointEnough, pointToLittle;
/**
* Setting up fields before testing.
diff --git a/TULIP/test/lu/list/itis/dkd/tui/widget/state/RotationStateTest.java b/TULIP/test/lu/list/itis/dkd/tui/widget/state/RotationStateTest.java
index 9301b9946e54930dfb4c59b6d7ed8b1f09a67b61..7c60ee324a539885dfe91993a2c1a864a075e69c 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/widget/state/RotationStateTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/widget/state/RotationStateTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
@@ -32,10 +35,9 @@ import org.junit.Test;
* @since 1.0
* @version 1.0.2
*/
-@SuppressWarnings("null")
public class RotationStateTest {
private RotationState rotation, rotation2, rotation3;
- private static Point point, pointEnough, pointToLittle;
+ private static Point point, pointEnough, pointToLittle;
/**
* Setting up fields before testing.
diff --git a/TULIP/test/lu/list/itis/dkd/tui/widget/state/StateManagerTest.java b/TULIP/test/lu/list/itis/dkd/tui/widget/state/StateManagerTest.java
index 0f6e8d67a97d291fffd5899d37210ff0e22f4ff7..479378beb02659a377ad9a768dcd5aa617a97a0f 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/widget/state/StateManagerTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/widget/state/StateManagerTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
@@ -44,7 +47,7 @@ import java.util.Collection;
*/
public class StateManagerTest {
private static StateManager manager;
- private static Point point, pointEnough, pointToLittle, pointEvenMore;
+ private static Point point, pointEnough, pointToLittle, pointEvenMore;
/**
* Setting up fields before testing.
@@ -84,7 +87,6 @@ public class StateManagerTest {
* {@link lu.list.itis.dkd.tui.widget.state.StateManager#drop(lu.list.itis.dkd.tui.utility.Point)}
* .
*/
- @SuppressWarnings("null")
@Test
public void testDrop() {
Multimap stateMap = getStateMap(manager.getClass());
@@ -176,7 +178,6 @@ public class StateManagerTest {
* {@link lu.list.itis.dkd.tui.widget.state.StateManager#lift(lu.list.itis.dkd.tui.utility.Point)}
* .
*/
- @SuppressWarnings("null")
@Test
public void testLift() {
Multimap stateMap = getStateMap(manager.getClass());
@@ -301,7 +302,6 @@ public class StateManagerTest {
*
* @throws InterruptedException
*/
- @SuppressWarnings("null")
@Test
public void testMoveAndIsMoving() throws InterruptedException {
Multimap stateMap = getStateMap(manager.getClass());
@@ -395,7 +395,6 @@ public class StateManagerTest {
*
* @throws InterruptedException
*/
- @SuppressWarnings("null")
@Test
public void testRotateAndIsRotating() throws InterruptedException {
Multimap stateMap = getStateMap(manager.getClass());
@@ -485,7 +484,6 @@ public class StateManagerTest {
* {@link lu.list.itis.dkd.tui.widget.state.StateManager#function(lu.list.itis.dkd.tui.utility.Point)}
* .
*/
- @SuppressWarnings("null")
@Test
public void testFunction() {
Multimap stateMap = getStateMap(manager.getClass());
@@ -559,24 +557,24 @@ public class StateManagerTest {
@SuppressWarnings("unchecked")
private Multimap getStateMap(Class> managerClass) {
try {
- Field states = managerClass.getDeclaredField("states");
+ Field states = managerClass.getDeclaredField("states"); //$NON-NLS-1$
states.setAccessible(true);
return (Multimap) states.get(manager);
} catch (NoSuchFieldException e) {
- System.err.println("Error accessing field! No such field!");
+ System.err.println("Error accessing field! No such field!"); //$NON-NLS-1$
e.printStackTrace();
fail();
} catch (SecurityException e) {
- System.err.println("Error accessing field! Access not permitted!");
+ System.err.println("Error accessing field! Access not permitted!"); //$NON-NLS-1$
e.printStackTrace();
fail();
} catch (IllegalArgumentException e) {
- System.err.println("Error accessing field! Field not found for instance!");
+ System.err.println("Error accessing field! Field not found for instance!"); //$NON-NLS-1$
e.printStackTrace();
fail();
} catch (IllegalAccessException e) {
- System.err.println("Error accessing field for instance! Access not permitted!");
+ System.err.println("Error accessing field for instance! Access not permitted!"); //$NON-NLS-1$
e.printStackTrace();
fail();
}
diff --git a/TULIP/test/lu/list/itis/dkd/tui/widget/state/StateTests.java b/TULIP/test/lu/list/itis/dkd/tui/widget/state/StateTests.java
index e653ee3407a4d0852bf39e7c9a0fce36d58e3e86..fc4fa4e86543b10d5f7d68169612640d41f37f55 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/widget/state/StateTests.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/widget/state/StateTests.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
@@ -26,4 +29,6 @@ import org.junit.runners.Suite.SuiteClasses;
*/
@RunWith(Suite.class)
@SuiteClasses({AttenuatorTest.class, FunctionStateTest.class, LimboStateTest.class, MovementStateTest.class, RotationStateTest.class, StateManagerTest.class, StillStateTest.class, TransitionTest.class})
-public class StateTests {}
+public class StateTests {
+ /** Test suite bodies are always empty. */
+}
diff --git a/TULIP/test/lu/list/itis/dkd/tui/widget/state/StillStateTest.java b/TULIP/test/lu/list/itis/dkd/tui/widget/state/StillStateTest.java
index cb69f34c6d5cc8113be8ec83732c47abb4026141..5e32bc03d430c11360a15d3d102765fbc076beed 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/widget/state/StillStateTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/widget/state/StillStateTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
@@ -32,7 +35,6 @@ import org.junit.Test;
* @since 1.0
* @version 1.0.2
*/
-@SuppressWarnings("null")
public class StillStateTest {
private StillState still, still2, still3;
private static Point point, pointEnough, pointToLittle;
diff --git a/TULIP/test/lu/list/itis/dkd/tui/widget/state/TransitionTest.java b/TULIP/test/lu/list/itis/dkd/tui/widget/state/TransitionTest.java
index b25a60b23fc2b77caefce22b5185f044e5ffe09d..0688fb0de417c077b9341f2240615dfdad3191a8 100644
--- a/TULIP/test/lu/list/itis/dkd/tui/widget/state/TransitionTest.java
+++ b/TULIP/test/lu/list/itis/dkd/tui/widget/state/TransitionTest.java
@@ -1,15 +1,18 @@
/**
- * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved. If you wish
- * to use this code for any purpose, please contact the author(s).
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR
- * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- * FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
- * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
- * WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * Copyright Luxembourg Institute of Science and Technology, 2015. All rights reserved.
+ *
+ * This file is part of TULIP.
+ *
+ * TULIP is free software: you can redistribute it and/or modify it under the terms of the GNU
+ * Lesser General Public License as published by the Free Software Foundation, either version 3 of
+ * the License.
+ *
+ * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even
+ * the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public License along with TULIP. If
+ * not, see .
*/
package lu.list.itis.dkd.tui.widget.state;
@@ -32,12 +35,11 @@ import org.junit.Test;
public class TransitionTest {
private static Transition transition, transition2, transition3;
private static MovementState from, to;
- private static LimboState limbo;
+ private static LimboState limbo;
/**
* Setting up variables.
*/
- @SuppressWarnings("null")
@BeforeClass
public static void setup() {
from = new MovementState(new Point(0, 0, 0));