Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
NUI
TULIP
Commits
02df5d1d
Commit
02df5d1d
authored
Sep 08, 2015
by
Eric Tobias
Browse files
Fixed spelling mistake in license text
parent
fd72fd30
Changes
127
Hide whitespace changes
Inline
Side-by-side
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.
*
* 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/ContentWidgetBuilder.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/InfoWidgetBuilder.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/PieChartWidgetBuilder.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/StatefulWidgetBuilder.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/ZoomWidgetBuilder.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
...
...
Prev
1
2
3
4
5
6
7
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment