From 02df5d1d2915b1a63f5206116043fe71ca6f0c2a Mon Sep 17 00:00:00 2001 From: Eric Tobias Date: Tue, 8 Sep 2015 13:15:40 +0200 Subject: [PATCH] Fixed spelling mistake in license text --- TULIP/.settings/org.eclipse.jdt.ui.prefs | 1 - TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java | 4 ++-- TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java | 4 ++-- TULIP/src/lu/list/itis/dkd/tui/TangibleInterfaceManager.java | 4 ++-- TULIP/src/lu/list/itis/dkd/tui/TangibleObjectManager.java | 4 ++-- TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObject.java | 4 ++-- .../lu/list/itis/dkd/tui/adapter/TangibleObjectBuilder.java | 4 ++-- TULIP/src/lu/list/itis/dkd/tui/adapter/TuiAdapter.java | 4 ++-- TULIP/src/lu/list/itis/dkd/tui/adapter/TuioAdapter.java | 4 ++-- .../itis/dkd/tui/content/AsynchronousInfomationProvider.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/content/Content.java | 2 +- .../src/lu/list/itis/dkd/tui/content/InformationProvider.java | 2 +- .../src/lu/list/itis/dkd/tui/content/InformationReceiver.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/content/Zoomable.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/event/ContentEvent.java | 2 +- .../src/lu/list/itis/dkd/tui/event/ContentEventListener.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/event/ContextEvent.java | 2 +- .../src/lu/list/itis/dkd/tui/event/ContextEventListener.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/event/TimerEvent.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/event/TimerEventListener.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/exception/BuildException.java | 2 +- .../dkd/tui/exception/UnsupportedInformationException.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/logging/EventLogger.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/logging/LogFormatter.java | 2 +- .../lu/list/itis/dkd/tui/network/adapter/BluetoothClient.java | 2 +- .../lu/list/itis/dkd/tui/network/adapter/BluetoothServer.java | 2 +- .../lu/list/itis/dkd/tui/network/adapter/ClientAdapter.java | 2 +- .../lu/list/itis/dkd/tui/network/adapter/NetworkAdapter.java | 2 +- .../lu/list/itis/dkd/tui/network/adapter/ServerAdapter.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpClient.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpServer.java | 2 +- .../src/lu/list/itis/dkd/tui/network/adapter/XbeeAdapter.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/utility/Calibration.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/utility/CameraCoordinates.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/utility/CoordinateState.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/utility/GlobalContext.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/utility/IDMapper.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/utility/Point.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/utility/ScreenCoordinates.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/utility/TableCoordinates.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/utility/TextHelper.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/BaseWidget.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/ContentWidget.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/ContextAwareWidget.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/InfoWidget.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/PieChartWidget.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/StatefulWidget.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/ZoomWidget.java | 2 +- .../src/lu/list/itis/dkd/tui/widget/builder/BaseBuilder.java | 2 +- .../list/itis/dkd/tui/widget/builder/BaseContentBuilder.java | 2 +- .../itis/dkd/tui/widget/builder/BaseContextAwareBuilder.java | 2 +- .../lu/list/itis/dkd/tui/widget/builder/BaseInfoBuilder.java | 2 +- .../list/itis/dkd/tui/widget/builder/BaseStatefulBuilder.java | 2 +- .../list/itis/dkd/tui/widget/builder/BaseWidgetBuilder.java | 2 +- .../lu/list/itis/dkd/tui/widget/builder/BaseZoomBuilder.java | 2 +- .../itis/dkd/tui/widget/builder/ContentWidgetBuilder.java | 2 +- .../list/itis/dkd/tui/widget/builder/InfoWidgetBuilder.java | 2 +- .../itis/dkd/tui/widget/builder/PieChartWidgetBuilder.java | 2 +- .../itis/dkd/tui/widget/builder/StatefulWidgetBuilder.java | 2 +- .../list/itis/dkd/tui/widget/builder/ZoomWidgetBuilder.java | 2 +- .../list/itis/dkd/tui/widget/corona/ContextAwareCorona.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/corona/Corona.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/corona/Image.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/corona/InfoBox.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/corona/Pointer.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/corona/Radius.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/corona/Shadow.java | 2 +- .../src/lu/list/itis/dkd/tui/widget/corona/ShapeFactory.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/corona/TextBox.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/corona/Wedge.java | 2 +- .../itis/dkd/tui/widget/corona/builder/BaseImageBuilder.java | 2 +- .../dkd/tui/widget/corona/builder/BaseInfoBoxBuilder.java | 2 +- .../dkd/tui/widget/corona/builder/BasePointerBuilder.java | 2 +- .../itis/dkd/tui/widget/corona/builder/BaseRadiusBuilder.java | 2 +- .../itis/dkd/tui/widget/corona/builder/BaseShadowBuilder.java | 2 +- .../dkd/tui/widget/corona/builder/BaseTextBoxBuilder.java | 2 +- .../itis/dkd/tui/widget/corona/builder/BaseWedgeBuilder.java | 2 +- .../itis/dkd/tui/widget/corona/builder/CoronaBuilder.java | 2 +- .../list/itis/dkd/tui/widget/corona/builder/ImageBuilder.java | 2 +- .../itis/dkd/tui/widget/corona/builder/InfoBoxBuilder.java | 2 +- .../itis/dkd/tui/widget/corona/builder/PointerBuilder.java | 2 +- .../itis/dkd/tui/widget/corona/builder/RadiusBuilder.java | 2 +- .../itis/dkd/tui/widget/corona/builder/ShadowBuilder.java | 2 +- .../itis/dkd/tui/widget/corona/builder/TextBoxBuilder.java | 2 +- .../list/itis/dkd/tui/widget/corona/builder/WedgeBuilder.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/state/Attenuator.java | 2 +- .../src/lu/list/itis/dkd/tui/widget/state/FunctionState.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/state/LimboState.java | 2 +- .../src/lu/list/itis/dkd/tui/widget/state/MovementState.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/state/NUIState.java | 2 +- .../src/lu/list/itis/dkd/tui/widget/state/RotationState.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/state/StateManager.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/state/StillState.java | 2 +- TULIP/src/lu/list/itis/dkd/tui/widget/state/Transition.java | 2 +- TULIP/test/lu/list/itis/dkd/tui/AllTests.java | 2 +- TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest.java | 2 +- TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest2.java | 2 +- .../lu/list/itis/dkd/tui/TangibleInterfaceManagerTest.java | 2 +- .../test/lu/list/itis/dkd/tui/adapter/TangibleObjectTest.java | 2 +- TULIP/test/lu/list/itis/dkd/tui/adapter/TuioAdapterTest.java | 2 +- TULIP/test/lu/list/itis/dkd/tui/logging/TulipLoggerTest.java | 2 +- .../itis/dkd/tui/network/adapter/BluetoothClientTest.java | 2 +- .../itis/dkd/tui/network/adapter/BluetoothServerTest.java | 2 +- .../list/itis/dkd/tui/network/adapter/RunForTestBTClient.java | 2 +- .../list/itis/dkd/tui/network/adapter/RunForTestBTServer.java | 2 +- .../lu/list/itis/dkd/tui/network/adapter/TcpClientTest.java | 2 +- .../lu/list/itis/dkd/tui/network/adapter/TcpServerTest.java | 2 +- .../lu/list/itis/dkd/tui/network/adapter/XbeeAdapterTest.java | 2 +- TULIP/test/lu/list/itis/dkd/tui/utility/CalibrationTest.java | 2 +- .../lu/list/itis/dkd/tui/utility/CameraCoordinatesTest.java | 2 +- .../lu/list/itis/dkd/tui/utility/CoordinateStateTest.java | 2 +- TULIP/test/lu/list/itis/dkd/tui/utility/IDMapperTest.java | 2 +- TULIP/test/lu/list/itis/dkd/tui/utility/PointTest.java | 2 +- .../lu/list/itis/dkd/tui/utility/ScreenCoordinatesTest.java | 2 +- .../lu/list/itis/dkd/tui/utility/TableCoordinatesTest.java | 2 +- TULIP/test/lu/list/itis/dkd/tui/utility/UtilityTests.java | 2 +- TULIP/test/lu/list/itis/dkd/tui/widget/BaseWidgetTest.java | 2 +- .../test/lu/list/itis/dkd/tui/widget/StatefulWidgetTest.java | 2 +- .../lu/list/itis/dkd/tui/widget/state/AttenuatorTest.java | 2 +- .../lu/list/itis/dkd/tui/widget/state/FunctionStateTest.java | 2 +- .../lu/list/itis/dkd/tui/widget/state/LimboStateTest.java | 2 +- .../lu/list/itis/dkd/tui/widget/state/MovementStateTest.java | 2 +- .../lu/list/itis/dkd/tui/widget/state/RotationStateTest.java | 2 +- .../lu/list/itis/dkd/tui/widget/state/StateManagerTest.java | 2 +- TULIP/test/lu/list/itis/dkd/tui/widget/state/StateTests.java | 2 +- .../lu/list/itis/dkd/tui/widget/state/StillStateTest.java | 2 +- .../lu/list/itis/dkd/tui/widget/state/TransitionTest.java | 2 +- 127 files changed, 134 insertions(+), 135 deletions(-) diff --git a/TULIP/.settings/org.eclipse.jdt.ui.prefs b/TULIP/.settings/org.eclipse.jdt.ui.prefs index 7fa1e30..3cf7d84 100644 --- a/TULIP/.settings/org.eclipse.jdt.ui.prefs +++ b/TULIP/.settings/org.eclipse.jdt.ui.prefs @@ -59,7 +59,6 @@ cleanup_profile=_CleanListME cleanup_settings_version=2 eclipse.preferences.version=1 editor_save_participant_org.eclipse.jdt.ui.postsavelistener.cleanup=true -formatter_profile=_LIST formatter_settings_version=12 org.eclipse.jdt.ui.exception.name=e org.eclipse.jdt.ui.gettersetter.use.is=true diff --git a/TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java b/TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java index f04cea6..3e10297 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java +++ b/TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java @@ -4,8 +4,8 @@ * 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. + * Lesser General Public License as published by the Free Software Foundation, 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 diff --git a/TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java b/TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java index 0e02e3c..9255d7a 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java +++ b/TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java @@ -4,8 +4,8 @@ * 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. + * Lesser General Public License as published by the Free Software Foundation, 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 diff --git a/TULIP/src/lu/list/itis/dkd/tui/TangibleInterfaceManager.java b/TULIP/src/lu/list/itis/dkd/tui/TangibleInterfaceManager.java index df6681d..59f51fe 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/TangibleInterfaceManager.java +++ b/TULIP/src/lu/list/itis/dkd/tui/TangibleInterfaceManager.java @@ -4,8 +4,8 @@ * 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. + * Lesser General Public License as published by the Free Software Foundation, 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 diff --git a/TULIP/src/lu/list/itis/dkd/tui/TangibleObjectManager.java b/TULIP/src/lu/list/itis/dkd/tui/TangibleObjectManager.java index 02633d8..24256eb 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/TangibleObjectManager.java +++ b/TULIP/src/lu/list/itis/dkd/tui/TangibleObjectManager.java @@ -4,8 +4,8 @@ * 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. + * Lesser General Public License as published by the Free Software Foundation, 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 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 8f5682a..3be6bc8 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObject.java +++ b/TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObject.java @@ -4,8 +4,8 @@ * 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. + * Lesser General Public License as published by the Free Software Foundation, 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 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 cf804c6..a3f7ff7 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObjectBuilder.java +++ b/TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObjectBuilder.java @@ -4,8 +4,8 @@ * 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. + * Lesser General Public License as published by the Free Software Foundation, 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 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 6bfe4b8..487fbc5 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/adapter/TuiAdapter.java +++ b/TULIP/src/lu/list/itis/dkd/tui/adapter/TuiAdapter.java @@ -4,8 +4,8 @@ * 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. + * Lesser General Public License as published by the Free Software Foundation, 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 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 b1156c2..8e7734f 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/adapter/TuioAdapter.java +++ b/TULIP/src/lu/list/itis/dkd/tui/adapter/TuioAdapter.java @@ -4,8 +4,8 @@ * 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. + * Lesser General Public License as published by the Free Software Foundation, 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 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 2658abd..afd456e 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/content/AsynchronousInfomationProvider.java +++ b/TULIP/src/lu/list/itis/dkd/tui/content/AsynchronousInfomationProvider.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 e1aa7ae..0e8ff34 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/content/Content.java +++ b/TULIP/src/lu/list/itis/dkd/tui/content/Content.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 5ffc75f..d668165 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/content/InformationProvider.java +++ b/TULIP/src/lu/list/itis/dkd/tui/content/InformationProvider.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 5099d21..4f15f67 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/content/InformationReceiver.java +++ b/TULIP/src/lu/list/itis/dkd/tui/content/InformationReceiver.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 12409a4..1b7aa46 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/content/Zoomable.java +++ b/TULIP/src/lu/list/itis/dkd/tui/content/Zoomable.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 fc566dc..eba31ea 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/event/ContentEvent.java +++ b/TULIP/src/lu/list/itis/dkd/tui/event/ContentEvent.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 9ad110e..405d159 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/event/ContentEventListener.java +++ b/TULIP/src/lu/list/itis/dkd/tui/event/ContentEventListener.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 daebbce..ab799bd 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/event/ContextEvent.java +++ b/TULIP/src/lu/list/itis/dkd/tui/event/ContextEvent.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 d711e62..639a54c 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/event/ContextEventListener.java +++ b/TULIP/src/lu/list/itis/dkd/tui/event/ContextEventListener.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 5ae1dca..e9c4181 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/event/TimerEvent.java +++ b/TULIP/src/lu/list/itis/dkd/tui/event/TimerEvent.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 247f294..84150b5 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/event/TimerEventListener.java +++ b/TULIP/src/lu/list/itis/dkd/tui/event/TimerEventListener.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 bd7ba7b..f1ff8b6 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/exception/BuildException.java +++ b/TULIP/src/lu/list/itis/dkd/tui/exception/BuildException.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 a7ddba7..508d9c5 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/exception/UnsupportedInformationException.java +++ b/TULIP/src/lu/list/itis/dkd/tui/exception/UnsupportedInformationException.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 d75b557..9a1807a 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/logging/EventLogger.java +++ b/TULIP/src/lu/list/itis/dkd/tui/logging/EventLogger.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 b60eb7b..2fd1e22 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/logging/LogFormatter.java +++ b/TULIP/src/lu/list/itis/dkd/tui/logging/LogFormatter.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 d7edc14..ea56fbb 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 45cfa4c..d1d6ae4 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 ede7582..3aa51bd 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 84fefb2..cb1a847 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 b93c986..634da68 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 f1ef27e..4903251 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 d36867a..1d12287 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 cf797b2..072024d 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 edfe723..0415001 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/utility/Calibration.java +++ b/TULIP/src/lu/list/itis/dkd/tui/utility/Calibration.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 cd3460d..b3a047c 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/utility/CameraCoordinates.java +++ b/TULIP/src/lu/list/itis/dkd/tui/utility/CameraCoordinates.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 9966f4a..93031d3 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/utility/CoordinateState.java +++ b/TULIP/src/lu/list/itis/dkd/tui/utility/CoordinateState.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 b3f18a8..3177b27 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/utility/GlobalContext.java +++ b/TULIP/src/lu/list/itis/dkd/tui/utility/GlobalContext.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 44458fd..d248d81 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/utility/IDMapper.java +++ b/TULIP/src/lu/list/itis/dkd/tui/utility/IDMapper.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 fd64b38..1470a51 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/utility/Point.java +++ b/TULIP/src/lu/list/itis/dkd/tui/utility/Point.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 76541db..2bef044 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/utility/ScreenCoordinates.java +++ b/TULIP/src/lu/list/itis/dkd/tui/utility/ScreenCoordinates.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 4e1e5be..c04750e 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/utility/TableCoordinates.java +++ b/TULIP/src/lu/list/itis/dkd/tui/utility/TableCoordinates.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 c907cb7..555a28a 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/utility/TextHelper.java +++ b/TULIP/src/lu/list/itis/dkd/tui/utility/TextHelper.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 44ec3c6..48354c7 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/widget/BaseWidget.java +++ b/TULIP/src/lu/list/itis/dkd/tui/widget/BaseWidget.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 bd2a46a..ad25839 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/widget/ContentWidget.java +++ b/TULIP/src/lu/list/itis/dkd/tui/widget/ContentWidget.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 134e515..9ed5200 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/widget/ContextAwareWidget.java +++ b/TULIP/src/lu/list/itis/dkd/tui/widget/ContextAwareWidget.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 7828534..7f5db23 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/widget/InfoWidget.java +++ b/TULIP/src/lu/list/itis/dkd/tui/widget/InfoWidget.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 4e549b5..1094921 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/widget/PieChartWidget.java +++ b/TULIP/src/lu/list/itis/dkd/tui/widget/PieChartWidget.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 7dc6ce7..69d19ce 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/widget/StatefulWidget.java +++ b/TULIP/src/lu/list/itis/dkd/tui/widget/StatefulWidget.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 bfd0295..58be27e 100644 --- a/TULIP/src/lu/list/itis/dkd/tui/widget/ZoomWidget.java +++ b/TULIP/src/lu/list/itis/dkd/tui/widget/ZoomWidget.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 b288d1f..db8c35a 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 57581f0..3a82827 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 708d4be..59d4908 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 889350d..365e271 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 c145ca6..d3c21a1 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 ddbea17..e3f329b 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 473dcb1..a9568d1 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 59dbe0b..dfd9356 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 7f4a46a..bf0f183 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 41323ff..efcd717 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 5d63585..5ad27b1 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 4c310be..9a0b649 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 8299ae4..ff75e8e 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 63adfbd..5c7802e 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 07dbae6..1225365 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 8270fbb..b8ee5be 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 f31e70e..297a56a 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 437cad3..9a3cf33 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 5766de5..c18824a 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 20a7c15..3865ef2 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 94665c2..cd2843b 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 e68e545..9ab0239 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 8c95e3e..c8d274f 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 023e9d2..65c5d24 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 1b36743..f80cf24 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 12af931..0d99054 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 f936719..a2b9eca 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 37b2a53..0ed2624 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 5c11529..40fe4bf 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 e21b693..23e208e 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 b79ece7..56cf5ad 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 34dc3c2..12f8ee4 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 15f7a0b..ff9824c 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 dd367d0..4ef6827 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 e03aaa6..ee6891c 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 fbae4e0..d833c29 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 f8f8cbd..ae4400b 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 4251953..4f9aa74 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 1371bf4..e57fc64 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 6d0a67a..7e0116b 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 453dd5a..d0d1ae5 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 64d963c..c2e7126 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 fdafff8..891340d 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 ac71b82..608f91c 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 c69ae9c..16fa94e 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 dc92c4a..c7a9c28 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even diff --git a/TULIP/test/lu/list/itis/dkd/tui/AllTests.java b/TULIP/test/lu/list/itis/dkd/tui/AllTests.java index 5f2d3a5..a749a46 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/AllTests.java +++ b/TULIP/test/lu/list/itis/dkd/tui/AllTests.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even diff --git a/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest.java b/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest.java index 535d9ca..abc775d 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even diff --git a/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest2.java b/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest2.java index d3d8439..1ffdf0a 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest2.java +++ b/TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest2.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even diff --git a/TULIP/test/lu/list/itis/dkd/tui/TangibleInterfaceManagerTest.java b/TULIP/test/lu/list/itis/dkd/tui/TangibleInterfaceManagerTest.java index 60666df..63175b0 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/TangibleInterfaceManagerTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/TangibleInterfaceManagerTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 ed26714..85464af 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/adapter/TangibleObjectTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/adapter/TangibleObjectTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 487660f..6a24c58 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/adapter/TuioAdapterTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/adapter/TuioAdapterTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 0a30c14..909ec2d 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/logging/TulipLoggerTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/logging/TulipLoggerTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 e7706d2..d7cf8e8 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 bff2cfa..8d5e3ee 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 0a375ad..842ba52 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 8456181..157b7c9 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 f4df0c7..5b2642d 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 45faa8a..3c3bcf3 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 f6ec2f5..726abb9 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 867cd0b..3286862 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/utility/CalibrationTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/utility/CalibrationTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 a3bf51b..a09e7f6 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/utility/CameraCoordinatesTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/utility/CameraCoordinatesTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 48789e8..c389da5 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/utility/CoordinateStateTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/utility/CoordinateStateTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 5ca8bdb..6b93796 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/utility/IDMapperTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/utility/IDMapperTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 cd9c04d..5b752ac 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/utility/PointTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/utility/PointTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 200e890..7c2c418 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/utility/ScreenCoordinatesTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/utility/ScreenCoordinatesTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 44502da..e59a0f2 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/utility/TableCoordinatesTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/utility/TableCoordinatesTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 e41c213..cde52fe 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/utility/UtilityTests.java +++ b/TULIP/test/lu/list/itis/dkd/tui/utility/UtilityTests.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 bfeb3f9..c504555 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/widget/BaseWidgetTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/widget/BaseWidgetTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 3ee7316..0d71862 100644 --- a/TULIP/test/lu/list/itis/dkd/tui/widget/StatefulWidgetTest.java +++ b/TULIP/test/lu/list/itis/dkd/tui/widget/StatefulWidgetTest.java @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 acc010f..886066f 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 f5a5795..d57cfb8 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 3468c35..ea3ff9b 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 cc60d2c..665d6c9 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 7c60ee3..0b4f1ab 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 479378b..8102f31 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 fc4fa4e..e1f1b3c 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 5e32bc0..22337d4 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even 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 0688fb0..dffd6bd 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 @@ -4,7 +4,7 @@ * 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 + * Lesser General Public License as published by the Free Software Foundation, version 3 of * the License. * * TULIP is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even -- GitLab