Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
TULIP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NUI
TULIP
Commits
02df5d1d
Commit
02df5d1d
authored
Sep 08, 2015
by
Eric Tobias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spelling mistake in license text
parent
fd72fd30
Changes
127
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
127 changed files
with
134 additions
and
135 deletions
+134
-135
TULIP/.settings/org.eclipse.jdt.ui.prefs
TULIP/.settings/org.eclipse.jdt.ui.prefs
+0
-1
TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java
TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java
+2
-2
TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java
TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java
+2
-2
TULIP/src/lu/list/itis/dkd/tui/TangibleInterfaceManager.java
TULIP/src/lu/list/itis/dkd/tui/TangibleInterfaceManager.java
+2
-2
TULIP/src/lu/list/itis/dkd/tui/TangibleObjectManager.java
TULIP/src/lu/list/itis/dkd/tui/TangibleObjectManager.java
+2
-2
TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObject.java
TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObject.java
+2
-2
TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObjectBuilder.java
...c/lu/list/itis/dkd/tui/adapter/TangibleObjectBuilder.java
+2
-2
TULIP/src/lu/list/itis/dkd/tui/adapter/TuiAdapter.java
TULIP/src/lu/list/itis/dkd/tui/adapter/TuiAdapter.java
+2
-2
TULIP/src/lu/list/itis/dkd/tui/adapter/TuioAdapter.java
TULIP/src/lu/list/itis/dkd/tui/adapter/TuioAdapter.java
+2
-2
TULIP/src/lu/list/itis/dkd/tui/content/AsynchronousInfomationProvider.java
.../itis/dkd/tui/content/AsynchronousInfomationProvider.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/content/Content.java
TULIP/src/lu/list/itis/dkd/tui/content/Content.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/content/InformationProvider.java
...src/lu/list/itis/dkd/tui/content/InformationProvider.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/content/InformationReceiver.java
...src/lu/list/itis/dkd/tui/content/InformationReceiver.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/content/Zoomable.java
TULIP/src/lu/list/itis/dkd/tui/content/Zoomable.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/event/ContentEvent.java
TULIP/src/lu/list/itis/dkd/tui/event/ContentEvent.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/event/ContentEventListener.java
.../src/lu/list/itis/dkd/tui/event/ContentEventListener.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/event/ContextEvent.java
TULIP/src/lu/list/itis/dkd/tui/event/ContextEvent.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/event/ContextEventListener.java
.../src/lu/list/itis/dkd/tui/event/ContextEventListener.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/event/TimerEvent.java
TULIP/src/lu/list/itis/dkd/tui/event/TimerEvent.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/event/TimerEventListener.java
TULIP/src/lu/list/itis/dkd/tui/event/TimerEventListener.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/exception/BuildException.java
TULIP/src/lu/list/itis/dkd/tui/exception/BuildException.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/exception/UnsupportedInformationException.java
...is/dkd/tui/exception/UnsupportedInformationException.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/logging/EventLogger.java
TULIP/src/lu/list/itis/dkd/tui/logging/EventLogger.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/logging/LogFormatter.java
TULIP/src/lu/list/itis/dkd/tui/logging/LogFormatter.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/network/adapter/BluetoothClient.java
...lu/list/itis/dkd/tui/network/adapter/BluetoothClient.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/network/adapter/BluetoothServer.java
...lu/list/itis/dkd/tui/network/adapter/BluetoothServer.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/network/adapter/ClientAdapter.java
...c/lu/list/itis/dkd/tui/network/adapter/ClientAdapter.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/network/adapter/NetworkAdapter.java
.../lu/list/itis/dkd/tui/network/adapter/NetworkAdapter.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/network/adapter/ServerAdapter.java
...c/lu/list/itis/dkd/tui/network/adapter/ServerAdapter.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpClient.java
...P/src/lu/list/itis/dkd/tui/network/adapter/TcpClient.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpServer.java
...P/src/lu/list/itis/dkd/tui/network/adapter/TcpServer.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/network/adapter/XbeeAdapter.java
...src/lu/list/itis/dkd/tui/network/adapter/XbeeAdapter.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/utility/Calibration.java
TULIP/src/lu/list/itis/dkd/tui/utility/Calibration.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/utility/CameraCoordinates.java
...P/src/lu/list/itis/dkd/tui/utility/CameraCoordinates.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/utility/CoordinateState.java
TULIP/src/lu/list/itis/dkd/tui/utility/CoordinateState.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/utility/GlobalContext.java
TULIP/src/lu/list/itis/dkd/tui/utility/GlobalContext.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/utility/IDMapper.java
TULIP/src/lu/list/itis/dkd/tui/utility/IDMapper.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/utility/Point.java
TULIP/src/lu/list/itis/dkd/tui/utility/Point.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/utility/ScreenCoordinates.java
...P/src/lu/list/itis/dkd/tui/utility/ScreenCoordinates.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/utility/TableCoordinates.java
TULIP/src/lu/list/itis/dkd/tui/utility/TableCoordinates.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/utility/TextHelper.java
TULIP/src/lu/list/itis/dkd/tui/utility/TextHelper.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/BaseWidget.java
TULIP/src/lu/list/itis/dkd/tui/widget/BaseWidget.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/ContentWidget.java
TULIP/src/lu/list/itis/dkd/tui/widget/ContentWidget.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/ContextAwareWidget.java
...P/src/lu/list/itis/dkd/tui/widget/ContextAwareWidget.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/InfoWidget.java
TULIP/src/lu/list/itis/dkd/tui/widget/InfoWidget.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/PieChartWidget.java
TULIP/src/lu/list/itis/dkd/tui/widget/PieChartWidget.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/StatefulWidget.java
TULIP/src/lu/list/itis/dkd/tui/widget/StatefulWidget.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/ZoomWidget.java
TULIP/src/lu/list/itis/dkd/tui/widget/ZoomWidget.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseBuilder.java
.../src/lu/list/itis/dkd/tui/widget/builder/BaseBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseContentBuilder.java
.../list/itis/dkd/tui/widget/builder/BaseContentBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseContextAwareBuilder.java
.../itis/dkd/tui/widget/builder/BaseContextAwareBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseInfoBuilder.java
.../lu/list/itis/dkd/tui/widget/builder/BaseInfoBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseStatefulBuilder.java
...list/itis/dkd/tui/widget/builder/BaseStatefulBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseWidgetBuilder.java
...u/list/itis/dkd/tui/widget/builder/BaseWidgetBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseZoomBuilder.java
.../lu/list/itis/dkd/tui/widget/builder/BaseZoomBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/builder/ContentWidgetBuilder.java
...ist/itis/dkd/tui/widget/builder/ContentWidgetBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/builder/InfoWidgetBuilder.java
...u/list/itis/dkd/tui/widget/builder/InfoWidgetBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/builder/PieChartWidgetBuilder.java
...st/itis/dkd/tui/widget/builder/PieChartWidgetBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/builder/StatefulWidgetBuilder.java
...st/itis/dkd/tui/widget/builder/StatefulWidgetBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/builder/ZoomWidgetBuilder.java
...u/list/itis/dkd/tui/widget/builder/ZoomWidgetBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/ContextAwareCorona.java
...u/list/itis/dkd/tui/widget/corona/ContextAwareCorona.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/Corona.java
TULIP/src/lu/list/itis/dkd/tui/widget/corona/Corona.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/Image.java
TULIP/src/lu/list/itis/dkd/tui/widget/corona/Image.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/InfoBox.java
TULIP/src/lu/list/itis/dkd/tui/widget/corona/InfoBox.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/Pointer.java
TULIP/src/lu/list/itis/dkd/tui/widget/corona/Pointer.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/Radius.java
TULIP/src/lu/list/itis/dkd/tui/widget/corona/Radius.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/Shadow.java
TULIP/src/lu/list/itis/dkd/tui/widget/corona/Shadow.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/ShapeFactory.java
.../src/lu/list/itis/dkd/tui/widget/corona/ShapeFactory.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/TextBox.java
TULIP/src/lu/list/itis/dkd/tui/widget/corona/TextBox.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/Wedge.java
TULIP/src/lu/list/itis/dkd/tui/widget/corona/Wedge.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseImageBuilder.java
.../itis/dkd/tui/widget/corona/builder/BaseImageBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseInfoBoxBuilder.java
...tis/dkd/tui/widget/corona/builder/BaseInfoBoxBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BasePointerBuilder.java
...tis/dkd/tui/widget/corona/builder/BasePointerBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseRadiusBuilder.java
...itis/dkd/tui/widget/corona/builder/BaseRadiusBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseShadowBuilder.java
...itis/dkd/tui/widget/corona/builder/BaseShadowBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseTextBoxBuilder.java
...tis/dkd/tui/widget/corona/builder/BaseTextBoxBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/BaseWedgeBuilder.java
.../itis/dkd/tui/widget/corona/builder/BaseWedgeBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/CoronaBuilder.java
...ist/itis/dkd/tui/widget/corona/builder/CoronaBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/ImageBuilder.java
...list/itis/dkd/tui/widget/corona/builder/ImageBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/InfoBoxBuilder.java
...st/itis/dkd/tui/widget/corona/builder/InfoBoxBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/PointerBuilder.java
...st/itis/dkd/tui/widget/corona/builder/PointerBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/RadiusBuilder.java
...ist/itis/dkd/tui/widget/corona/builder/RadiusBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/ShadowBuilder.java
...ist/itis/dkd/tui/widget/corona/builder/ShadowBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/TextBoxBuilder.java
...st/itis/dkd/tui/widget/corona/builder/TextBoxBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/corona/builder/WedgeBuilder.java
...list/itis/dkd/tui/widget/corona/builder/WedgeBuilder.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/state/Attenuator.java
TULIP/src/lu/list/itis/dkd/tui/widget/state/Attenuator.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/state/FunctionState.java
.../src/lu/list/itis/dkd/tui/widget/state/FunctionState.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/state/LimboState.java
TULIP/src/lu/list/itis/dkd/tui/widget/state/LimboState.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/state/MovementState.java
.../src/lu/list/itis/dkd/tui/widget/state/MovementState.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/state/NUIState.java
TULIP/src/lu/list/itis/dkd/tui/widget/state/NUIState.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/state/RotationState.java
.../src/lu/list/itis/dkd/tui/widget/state/RotationState.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/state/StateManager.java
...P/src/lu/list/itis/dkd/tui/widget/state/StateManager.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/state/StillState.java
TULIP/src/lu/list/itis/dkd/tui/widget/state/StillState.java
+1
-1
TULIP/src/lu/list/itis/dkd/tui/widget/state/Transition.java
TULIP/src/lu/list/itis/dkd/tui/widget/state/Transition.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/AllTests.java
TULIP/test/lu/list/itis/dkd/tui/AllTests.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest.java
TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/TangibleApplicationTest2.java
...P/test/lu/list/itis/dkd/tui/TangibleApplicationTest2.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/TangibleInterfaceManagerTest.java
...st/lu/list/itis/dkd/tui/TangibleInterfaceManagerTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/adapter/TangibleObjectTest.java
...test/lu/list/itis/dkd/tui/adapter/TangibleObjectTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/adapter/TuioAdapterTest.java
TULIP/test/lu/list/itis/dkd/tui/adapter/TuioAdapterTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/logging/TulipLoggerTest.java
TULIP/test/lu/list/itis/dkd/tui/logging/TulipLoggerTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/network/adapter/BluetoothClientTest.java
...ist/itis/dkd/tui/network/adapter/BluetoothClientTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/network/adapter/BluetoothServerTest.java
...ist/itis/dkd/tui/network/adapter/BluetoothServerTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/network/adapter/RunForTestBTClient.java
...list/itis/dkd/tui/network/adapter/RunForTestBTClient.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/network/adapter/RunForTestBTServer.java
...list/itis/dkd/tui/network/adapter/RunForTestBTServer.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/network/adapter/TcpClientTest.java
...t/lu/list/itis/dkd/tui/network/adapter/TcpClientTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/network/adapter/TcpServerTest.java
...t/lu/list/itis/dkd/tui/network/adapter/TcpServerTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/network/adapter/XbeeAdapterTest.java
...lu/list/itis/dkd/tui/network/adapter/XbeeAdapterTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/utility/CalibrationTest.java
TULIP/test/lu/list/itis/dkd/tui/utility/CalibrationTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/utility/CameraCoordinatesTest.java
...t/lu/list/itis/dkd/tui/utility/CameraCoordinatesTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/utility/CoordinateStateTest.java
...est/lu/list/itis/dkd/tui/utility/CoordinateStateTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/utility/IDMapperTest.java
TULIP/test/lu/list/itis/dkd/tui/utility/IDMapperTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/utility/PointTest.java
TULIP/test/lu/list/itis/dkd/tui/utility/PointTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/utility/ScreenCoordinatesTest.java
...t/lu/list/itis/dkd/tui/utility/ScreenCoordinatesTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/utility/TableCoordinatesTest.java
...st/lu/list/itis/dkd/tui/utility/TableCoordinatesTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/utility/UtilityTests.java
TULIP/test/lu/list/itis/dkd/tui/utility/UtilityTests.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/widget/BaseWidgetTest.java
TULIP/test/lu/list/itis/dkd/tui/widget/BaseWidgetTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/widget/StatefulWidgetTest.java
.../test/lu/list/itis/dkd/tui/widget/StatefulWidgetTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/widget/state/AttenuatorTest.java
...est/lu/list/itis/dkd/tui/widget/state/AttenuatorTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/widget/state/FunctionStateTest.java
.../lu/list/itis/dkd/tui/widget/state/FunctionStateTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/widget/state/LimboStateTest.java
...est/lu/list/itis/dkd/tui/widget/state/LimboStateTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/widget/state/MovementStateTest.java
.../lu/list/itis/dkd/tui/widget/state/MovementStateTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/widget/state/RotationStateTest.java
.../lu/list/itis/dkd/tui/widget/state/RotationStateTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/widget/state/StateManagerTest.java
...t/lu/list/itis/dkd/tui/widget/state/StateManagerTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/widget/state/StateTests.java
TULIP/test/lu/list/itis/dkd/tui/widget/state/StateTests.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/widget/state/StillStateTest.java
...est/lu/list/itis/dkd/tui/widget/state/StillStateTest.java
+1
-1
TULIP/test/lu/list/itis/dkd/tui/widget/state/TransitionTest.java
...est/lu/list/itis/dkd/tui/widget/state/TransitionTest.java
+1
-1
No files found.
TULIP/.settings/org.eclipse.jdt.ui.prefs
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/TangibleApplication.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/TangibleContentManager.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/TangibleInterfaceManager.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/TangibleObjectManager.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObject.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/adapter/TangibleObjectBuilder.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/adapter/TuiAdapter.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/adapter/TuioAdapter.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/content/AsynchronousInfomationProvider.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/content/Content.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/content/InformationProvider.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/content/InformationReceiver.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/content/Zoomable.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/event/ContentEvent.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/event/ContentEventListener.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/event/ContextEvent.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/event/ContextEventListener.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/event/TimerEvent.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/event/TimerEventListener.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/exception/BuildException.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/exception/UnsupportedInformationException.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/logging/EventLogger.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/logging/LogFormatter.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/network/adapter/BluetoothClient.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/network/adapter/BluetoothServer.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/network/adapter/ClientAdapter.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/network/adapter/NetworkAdapter.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/network/adapter/ServerAdapter.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpClient.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/network/adapter/TcpServer.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/network/adapter/XbeeAdapter.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/utility/Calibration.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/utility/CameraCoordinates.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/utility/CoordinateState.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/utility/GlobalContext.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/utility/IDMapper.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/utility/Point.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/utility/ScreenCoordinates.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/utility/TableCoordinates.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/utility/TextHelper.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/BaseWidget.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/ContentWidget.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/ContextAwareWidget.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/InfoWidget.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/PieChartWidget.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/StatefulWidget.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/ZoomWidget.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseBuilder.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseContentBuilder.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseContextAwareBuilder.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseInfoBuilder.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseStatefulBuilder.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseWidgetBuilder.java
View file @
02df5d1d
...
...
@@ -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
...
...
TULIP/src/lu/list/itis/dkd/tui/widget/builder/BaseZoomBuilder.java
View file @
02df5d1d
...
...
@@ -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.