aboutsummaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorJani Laakso <jani.laakso@itmill.com>2007-01-12 14:13:42 +0000
committerJani Laakso <jani.laakso@itmill.com>2007-01-12 14:13:42 +0000
commit9a27fafb2b31dcf6cb216c47c3a14d44b9b0362e (patch)
tree83de08b53eb7c43427d598e6fecac56b2da9a983 /src/com
parentfa0976b42928b850c1bf338efa320d738d4f5bbf (diff)
downloadvaadin-framework-9a27fafb2b31dcf6cb216c47c3a14d44b9b0362e.tar.gz
vaadin-framework-9a27fafb2b31dcf6cb216c47c3a14d44b9b0362e.zip
Fixed typo: "Intarfaces" => "Interfaces"
svn changeset:255/svn branch:toolkit
Diffstat (limited to 'src/com')
-rw-r--r--src/com/itmill/toolkit/Application.java4
-rw-r--r--src/com/itmill/toolkit/data/Buffered.java4
-rw-r--r--src/com/itmill/toolkit/data/BufferedValidatable.java4
-rw-r--r--src/com/itmill/toolkit/data/Container.java4
-rw-r--r--src/com/itmill/toolkit/data/Item.java4
-rw-r--r--src/com/itmill/toolkit/data/Property.java4
-rw-r--r--src/com/itmill/toolkit/data/Validatable.java4
-rw-r--r--src/com/itmill/toolkit/data/Validator.java4
-rw-r--r--src/com/itmill/toolkit/data/util/BeanItem.java4
-rw-r--r--src/com/itmill/toolkit/data/util/ContainerHierarchicalWrapper.java4
-rw-r--r--src/com/itmill/toolkit/data/util/ContainerOrderedWrapper.java4
-rw-r--r--src/com/itmill/toolkit/data/util/FilesystemContainer.java4
-rw-r--r--src/com/itmill/toolkit/data/util/HierarchicalContainer.java4
-rw-r--r--src/com/itmill/toolkit/data/util/IndexedContainer.java4
-rw-r--r--src/com/itmill/toolkit/data/util/MethodProperty.java4
-rw-r--r--src/com/itmill/toolkit/data/util/ObjectProperty.java4
-rw-r--r--src/com/itmill/toolkit/data/util/PropertysetItem.java4
-rw-r--r--src/com/itmill/toolkit/data/validator/CompositeValidator.java4
-rw-r--r--src/com/itmill/toolkit/data/validator/NullValidator.java4
-rw-r--r--src/com/itmill/toolkit/data/validator/StringLengthValidator.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/Feature.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureBrowser.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureBuffering.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureButton.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureContainers.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureCustomLayout.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureDateField.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureEmbedded.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureForm.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureFrameWindow.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureGridLayout.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureItems.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureLabel.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureLink.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureOrderedLayout.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeaturePanel.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureParameters.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureProperties.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureSelect.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureTabSheet.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureTable.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureTextField.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureTree.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureUpload.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureValidators.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeatureWindow.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/FeaturesApplication.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/PropertyPanel.java4
-rw-r--r--src/com/itmill/toolkit/demo/features/UIComponents.java4
-rw-r--r--src/com/itmill/toolkit/event/Action.java4
-rw-r--r--src/com/itmill/toolkit/event/EventRouter.java4
-rw-r--r--src/com/itmill/toolkit/event/ListenerMethod.java4
-rw-r--r--src/com/itmill/toolkit/event/MethodEventSource.java4
-rw-r--r--src/com/itmill/toolkit/service/ApplicationContext.java4
-rw-r--r--src/com/itmill/toolkit/service/FileTypeResolver.java4
-rw-r--r--src/com/itmill/toolkit/service/License.java4
-rw-r--r--src/com/itmill/toolkit/terminal/ApplicationResource.java4
-rw-r--r--src/com/itmill/toolkit/terminal/ClassResource.java4
-rw-r--r--src/com/itmill/toolkit/terminal/CompositeErrorMessage.java4
-rw-r--r--src/com/itmill/toolkit/terminal/DownloadStream.java4
-rw-r--r--src/com/itmill/toolkit/terminal/ErrorMessage.java4
-rw-r--r--src/com/itmill/toolkit/terminal/ExternalResource.java4
-rw-r--r--src/com/itmill/toolkit/terminal/FileResource.java4
-rw-r--r--src/com/itmill/toolkit/terminal/KeyMapper.java4
-rw-r--r--src/com/itmill/toolkit/terminal/PaintException.java4
-rw-r--r--src/com/itmill/toolkit/terminal/PaintTarget.java4
-rw-r--r--src/com/itmill/toolkit/terminal/Paintable.java4
-rw-r--r--src/com/itmill/toolkit/terminal/ParameterHandler.java4
-rw-r--r--src/com/itmill/toolkit/terminal/Resource.java4
-rw-r--r--src/com/itmill/toolkit/terminal/Scrollable.java4
-rw-r--r--src/com/itmill/toolkit/terminal/Sizeable.java4
-rw-r--r--src/com/itmill/toolkit/terminal/StreamResource.java4
-rw-r--r--src/com/itmill/toolkit/terminal/SystemError.java4
-rw-r--r--src/com/itmill/toolkit/terminal/Terminal.java4
-rw-r--r--src/com/itmill/toolkit/terminal/ThemeResource.java4
-rw-r--r--src/com/itmill/toolkit/terminal/URIHandler.java4
-rw-r--r--src/com/itmill/toolkit/terminal/UploadStream.java4
-rw-r--r--src/com/itmill/toolkit/terminal/UserError.java4
-rw-r--r--src/com/itmill/toolkit/terminal/VariableOwner.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/AjaxApplicationManager.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/AjaxHttpUploadStream.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/AjaxPaintTarget.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/AjaxVariableMap.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/ApplicationServlet.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/CollectionThemeSource.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/DebugWindow.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/DirectoryThemeSource.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/HttpUploadStream.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/HttpVariableMap.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/JarThemeSource.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/Log.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/MultipartRequest.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/ServletMultipartRequest.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/ServletThemeSource.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/Theme.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/ThemeFunctionLibrary.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/ThemeSource.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/UIDLTransformer.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/UIDLTransformerException.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/UIDLTransformerType.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/WebApplicationContext.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/WebBrowser.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/WebBrowserProbe.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/WebPaintTarget.java4
-rw-r--r--src/com/itmill/toolkit/terminal/web/XSLReader.java4
-rw-r--r--src/com/itmill/toolkit/ui/AbstractComponent.java4
-rw-r--r--src/com/itmill/toolkit/ui/AbstractComponentContainer.java4
-rw-r--r--src/com/itmill/toolkit/ui/AbstractField.java4
-rw-r--r--src/com/itmill/toolkit/ui/BaseFieldFactory.java4
-rw-r--r--src/com/itmill/toolkit/ui/Button.java4
-rw-r--r--src/com/itmill/toolkit/ui/Component.java4
-rw-r--r--src/com/itmill/toolkit/ui/ComponentContainer.java4
-rw-r--r--src/com/itmill/toolkit/ui/CustomComponent.java4
-rw-r--r--src/com/itmill/toolkit/ui/CustomLayout.java4
-rw-r--r--src/com/itmill/toolkit/ui/DateField.java4
-rw-r--r--src/com/itmill/toolkit/ui/Embedded.java4
-rw-r--r--src/com/itmill/toolkit/ui/Field.java4
-rw-r--r--src/com/itmill/toolkit/ui/FieldFactory.java4
-rw-r--r--src/com/itmill/toolkit/ui/Form.java4
-rw-r--r--src/com/itmill/toolkit/ui/FrameWindow.java4
-rw-r--r--src/com/itmill/toolkit/ui/GridLayout.java4
-rw-r--r--src/com/itmill/toolkit/ui/Label.java4
-rw-r--r--src/com/itmill/toolkit/ui/Layout.java4
-rw-r--r--src/com/itmill/toolkit/ui/Link.java4
-rw-r--r--src/com/itmill/toolkit/ui/OrderedLayout.java4
-rw-r--r--src/com/itmill/toolkit/ui/Panel.java4
-rw-r--r--src/com/itmill/toolkit/ui/ProgressIndicator.java4
-rw-r--r--src/com/itmill/toolkit/ui/Select.java4
-rw-r--r--src/com/itmill/toolkit/ui/TabSheet.java4
-rw-r--r--src/com/itmill/toolkit/ui/Table.java4
-rw-r--r--src/com/itmill/toolkit/ui/TextField.java4
-rw-r--r--src/com/itmill/toolkit/ui/Tree.java4
-rw-r--r--src/com/itmill/toolkit/ui/Upload.java4
-rw-r--r--src/com/itmill/toolkit/ui/Window.java4
135 files changed, 270 insertions, 270 deletions
diff --git a/src/com/itmill/toolkit/Application.java b/src/com/itmill/toolkit/Application.java
index db7b74530d..8197e910ed 100644
--- a/src/com/itmill/toolkit/Application.java
+++ b/src/com/itmill/toolkit/Application.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/Buffered.java b/src/com/itmill/toolkit/data/Buffered.java
index 2fd9129362..0e14fdd8c6 100644
--- a/src/com/itmill/toolkit/data/Buffered.java
+++ b/src/com/itmill/toolkit/data/Buffered.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/BufferedValidatable.java b/src/com/itmill/toolkit/data/BufferedValidatable.java
index abbf72a709..f5cc18f0de 100644
--- a/src/com/itmill/toolkit/data/BufferedValidatable.java
+++ b/src/com/itmill/toolkit/data/BufferedValidatable.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/Container.java b/src/com/itmill/toolkit/data/Container.java
index 618b8a6a65..048a5da590 100644
--- a/src/com/itmill/toolkit/data/Container.java
+++ b/src/com/itmill/toolkit/data/Container.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/Item.java b/src/com/itmill/toolkit/data/Item.java
index 16ed269053..04f4488525 100644
--- a/src/com/itmill/toolkit/data/Item.java
+++ b/src/com/itmill/toolkit/data/Item.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/Property.java b/src/com/itmill/toolkit/data/Property.java
index d3b3d8cdb0..8f5e40a1f3 100644
--- a/src/com/itmill/toolkit/data/Property.java
+++ b/src/com/itmill/toolkit/data/Property.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/Validatable.java b/src/com/itmill/toolkit/data/Validatable.java
index 9bbc4dbe64..67501c4a0a 100644
--- a/src/com/itmill/toolkit/data/Validatable.java
+++ b/src/com/itmill/toolkit/data/Validatable.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/Validator.java b/src/com/itmill/toolkit/data/Validator.java
index f0b69e3d90..4894adce42 100644
--- a/src/com/itmill/toolkit/data/Validator.java
+++ b/src/com/itmill/toolkit/data/Validator.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/util/BeanItem.java b/src/com/itmill/toolkit/data/util/BeanItem.java
index 0530235ef1..eb7ca89add 100644
--- a/src/com/itmill/toolkit/data/util/BeanItem.java
+++ b/src/com/itmill/toolkit/data/util/BeanItem.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/util/ContainerHierarchicalWrapper.java b/src/com/itmill/toolkit/data/util/ContainerHierarchicalWrapper.java
index f7b254772f..24adf5672c 100644
--- a/src/com/itmill/toolkit/data/util/ContainerHierarchicalWrapper.java
+++ b/src/com/itmill/toolkit/data/util/ContainerHierarchicalWrapper.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/util/ContainerOrderedWrapper.java b/src/com/itmill/toolkit/data/util/ContainerOrderedWrapper.java
index cd23f81c46..51e5bc4e20 100644
--- a/src/com/itmill/toolkit/data/util/ContainerOrderedWrapper.java
+++ b/src/com/itmill/toolkit/data/util/ContainerOrderedWrapper.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/util/FilesystemContainer.java b/src/com/itmill/toolkit/data/util/FilesystemContainer.java
index b958ad2968..41eee1fe84 100644
--- a/src/com/itmill/toolkit/data/util/FilesystemContainer.java
+++ b/src/com/itmill/toolkit/data/util/FilesystemContainer.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/util/HierarchicalContainer.java b/src/com/itmill/toolkit/data/util/HierarchicalContainer.java
index 94830c3b0b..426b8726f3 100644
--- a/src/com/itmill/toolkit/data/util/HierarchicalContainer.java
+++ b/src/com/itmill/toolkit/data/util/HierarchicalContainer.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/util/IndexedContainer.java b/src/com/itmill/toolkit/data/util/IndexedContainer.java
index 57c668644e..e11b6193c1 100644
--- a/src/com/itmill/toolkit/data/util/IndexedContainer.java
+++ b/src/com/itmill/toolkit/data/util/IndexedContainer.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/util/MethodProperty.java b/src/com/itmill/toolkit/data/util/MethodProperty.java
index c91bbc4962..e80a27de85 100644
--- a/src/com/itmill/toolkit/data/util/MethodProperty.java
+++ b/src/com/itmill/toolkit/data/util/MethodProperty.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/util/ObjectProperty.java b/src/com/itmill/toolkit/data/util/ObjectProperty.java
index 9564a09b1b..c8b8abef4d 100644
--- a/src/com/itmill/toolkit/data/util/ObjectProperty.java
+++ b/src/com/itmill/toolkit/data/util/ObjectProperty.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/util/PropertysetItem.java b/src/com/itmill/toolkit/data/util/PropertysetItem.java
index 1adfd49f17..744a9c9d8e 100644
--- a/src/com/itmill/toolkit/data/util/PropertysetItem.java
+++ b/src/com/itmill/toolkit/data/util/PropertysetItem.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/validator/CompositeValidator.java b/src/com/itmill/toolkit/data/validator/CompositeValidator.java
index 33b3776248..90c01f9eed 100644
--- a/src/com/itmill/toolkit/data/validator/CompositeValidator.java
+++ b/src/com/itmill/toolkit/data/validator/CompositeValidator.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/validator/NullValidator.java b/src/com/itmill/toolkit/data/validator/NullValidator.java
index c1d6bbf747..29ee031a91 100644
--- a/src/com/itmill/toolkit/data/validator/NullValidator.java
+++ b/src/com/itmill/toolkit/data/validator/NullValidator.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/data/validator/StringLengthValidator.java b/src/com/itmill/toolkit/data/validator/StringLengthValidator.java
index 2cc96d1eb3..9c8c3ef113 100644
--- a/src/com/itmill/toolkit/data/validator/StringLengthValidator.java
+++ b/src/com/itmill/toolkit/data/validator/StringLengthValidator.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/Feature.java b/src/com/itmill/toolkit/demo/features/Feature.java
index 96feeedac1..8d5a612196 100644
--- a/src/com/itmill/toolkit/demo/features/Feature.java
+++ b/src/com/itmill/toolkit/demo/features/Feature.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureBrowser.java b/src/com/itmill/toolkit/demo/features/FeatureBrowser.java
index c738a6791d..10220750ad 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureBrowser.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureBrowser.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureBuffering.java b/src/com/itmill/toolkit/demo/features/FeatureBuffering.java
index a956dab901..124db01847 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureBuffering.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureBuffering.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureButton.java b/src/com/itmill/toolkit/demo/features/FeatureButton.java
index 0e30eb6df4..bacef57be4 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureButton.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureButton.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureContainers.java b/src/com/itmill/toolkit/demo/features/FeatureContainers.java
index ed5f93218a..04c8d7e0c3 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureContainers.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureContainers.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureCustomLayout.java b/src/com/itmill/toolkit/demo/features/FeatureCustomLayout.java
index afe8163358..80364abc9c 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureCustomLayout.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureCustomLayout.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureDateField.java b/src/com/itmill/toolkit/demo/features/FeatureDateField.java
index 0c3ca968f0..52b7113829 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureDateField.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureDateField.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureEmbedded.java b/src/com/itmill/toolkit/demo/features/FeatureEmbedded.java
index 55ed2347c4..31dfbba7f1 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureEmbedded.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureEmbedded.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureForm.java b/src/com/itmill/toolkit/demo/features/FeatureForm.java
index ffb9657d3f..64e792e075 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureForm.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureForm.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureFrameWindow.java b/src/com/itmill/toolkit/demo/features/FeatureFrameWindow.java
index f17980688d..5b0e742f64 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureFrameWindow.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureFrameWindow.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureGridLayout.java b/src/com/itmill/toolkit/demo/features/FeatureGridLayout.java
index eeda564047..9513171fa1 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureGridLayout.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureGridLayout.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureItems.java b/src/com/itmill/toolkit/demo/features/FeatureItems.java
index f3e8c79335..f938b50853 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureItems.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureItems.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureLabel.java b/src/com/itmill/toolkit/demo/features/FeatureLabel.java
index 512cf59379..a312b83340 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureLabel.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureLabel.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureLink.java b/src/com/itmill/toolkit/demo/features/FeatureLink.java
index 7ad2d12b9a..e8bbb40d9e 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureLink.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureLink.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureOrderedLayout.java b/src/com/itmill/toolkit/demo/features/FeatureOrderedLayout.java
index df72a369a6..0127e70056 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureOrderedLayout.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureOrderedLayout.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeaturePanel.java b/src/com/itmill/toolkit/demo/features/FeaturePanel.java
index 6784a72dd8..6b25fd942e 100644
--- a/src/com/itmill/toolkit/demo/features/FeaturePanel.java
+++ b/src/com/itmill/toolkit/demo/features/FeaturePanel.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureParameters.java b/src/com/itmill/toolkit/demo/features/FeatureParameters.java
index 89195c99e4..e18a30a9f3 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureParameters.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureParameters.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureProperties.java b/src/com/itmill/toolkit/demo/features/FeatureProperties.java
index 4acd11717a..02a1e5aa21 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureProperties.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureProperties.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureSelect.java b/src/com/itmill/toolkit/demo/features/FeatureSelect.java
index c99507875b..721b833503 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureSelect.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureSelect.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureTabSheet.java b/src/com/itmill/toolkit/demo/features/FeatureTabSheet.java
index 95a8fb0e4b..375a3fbe4d 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureTabSheet.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureTabSheet.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureTable.java b/src/com/itmill/toolkit/demo/features/FeatureTable.java
index c03da606cd..62cf947a3f 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureTable.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureTable.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureTextField.java b/src/com/itmill/toolkit/demo/features/FeatureTextField.java
index 782c07b750..00aebc99e3 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureTextField.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureTextField.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureTree.java b/src/com/itmill/toolkit/demo/features/FeatureTree.java
index 852e3b9dc7..6ff609e715 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureTree.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureTree.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureUpload.java b/src/com/itmill/toolkit/demo/features/FeatureUpload.java
index f7ffea1c44..544921fa59 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureUpload.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureUpload.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureValidators.java b/src/com/itmill/toolkit/demo/features/FeatureValidators.java
index 0652b06985..1a331403d2 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureValidators.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureValidators.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeatureWindow.java b/src/com/itmill/toolkit/demo/features/FeatureWindow.java
index 57c91452c5..015e760669 100644
--- a/src/com/itmill/toolkit/demo/features/FeatureWindow.java
+++ b/src/com/itmill/toolkit/demo/features/FeatureWindow.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/FeaturesApplication.java b/src/com/itmill/toolkit/demo/features/FeaturesApplication.java
index be09b00842..1e477b2c5a 100644
--- a/src/com/itmill/toolkit/demo/features/FeaturesApplication.java
+++ b/src/com/itmill/toolkit/demo/features/FeaturesApplication.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/PropertyPanel.java b/src/com/itmill/toolkit/demo/features/PropertyPanel.java
index 776d02bb3d..23b6df3ef7 100644
--- a/src/com/itmill/toolkit/demo/features/PropertyPanel.java
+++ b/src/com/itmill/toolkit/demo/features/PropertyPanel.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/demo/features/UIComponents.java b/src/com/itmill/toolkit/demo/features/UIComponents.java
index 467abefd06..a44c1cc923 100644
--- a/src/com/itmill/toolkit/demo/features/UIComponents.java
+++ b/src/com/itmill/toolkit/demo/features/UIComponents.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/event/Action.java b/src/com/itmill/toolkit/event/Action.java
index 981264b5ee..91d093e54f 100644
--- a/src/com/itmill/toolkit/event/Action.java
+++ b/src/com/itmill/toolkit/event/Action.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/event/EventRouter.java b/src/com/itmill/toolkit/event/EventRouter.java
index 263a251569..0c04f52a83 100644
--- a/src/com/itmill/toolkit/event/EventRouter.java
+++ b/src/com/itmill/toolkit/event/EventRouter.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/event/ListenerMethod.java b/src/com/itmill/toolkit/event/ListenerMethod.java
index b196316aaf..e73becf66b 100644
--- a/src/com/itmill/toolkit/event/ListenerMethod.java
+++ b/src/com/itmill/toolkit/event/ListenerMethod.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/event/MethodEventSource.java b/src/com/itmill/toolkit/event/MethodEventSource.java
index 7eb042eaa6..a98213daa4 100644
--- a/src/com/itmill/toolkit/event/MethodEventSource.java
+++ b/src/com/itmill/toolkit/event/MethodEventSource.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/service/ApplicationContext.java b/src/com/itmill/toolkit/service/ApplicationContext.java
index ce4a2fbed1..d5f413dc35 100644
--- a/src/com/itmill/toolkit/service/ApplicationContext.java
+++ b/src/com/itmill/toolkit/service/ApplicationContext.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/service/FileTypeResolver.java b/src/com/itmill/toolkit/service/FileTypeResolver.java
index 0db94ee697..b584c9f57a 100644
--- a/src/com/itmill/toolkit/service/FileTypeResolver.java
+++ b/src/com/itmill/toolkit/service/FileTypeResolver.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/service/License.java b/src/com/itmill/toolkit/service/License.java
index 210617bb41..b1276214d6 100644
--- a/src/com/itmill/toolkit/service/License.java
+++ b/src/com/itmill/toolkit/service/License.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/ApplicationResource.java b/src/com/itmill/toolkit/terminal/ApplicationResource.java
index 6a109a8b65..16f818b3db 100644
--- a/src/com/itmill/toolkit/terminal/ApplicationResource.java
+++ b/src/com/itmill/toolkit/terminal/ApplicationResource.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/ClassResource.java b/src/com/itmill/toolkit/terminal/ClassResource.java
index 4f6dde8c4c..ae20898599 100644
--- a/src/com/itmill/toolkit/terminal/ClassResource.java
+++ b/src/com/itmill/toolkit/terminal/ClassResource.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/CompositeErrorMessage.java b/src/com/itmill/toolkit/terminal/CompositeErrorMessage.java
index 7d47c1ea11..8ef96c982c 100644
--- a/src/com/itmill/toolkit/terminal/CompositeErrorMessage.java
+++ b/src/com/itmill/toolkit/terminal/CompositeErrorMessage.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/DownloadStream.java b/src/com/itmill/toolkit/terminal/DownloadStream.java
index fc503b4a73..fc0f5569b0 100644
--- a/src/com/itmill/toolkit/terminal/DownloadStream.java
+++ b/src/com/itmill/toolkit/terminal/DownloadStream.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/ErrorMessage.java b/src/com/itmill/toolkit/terminal/ErrorMessage.java
index 11823f2ec7..c6a6463e6b 100644
--- a/src/com/itmill/toolkit/terminal/ErrorMessage.java
+++ b/src/com/itmill/toolkit/terminal/ErrorMessage.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/ExternalResource.java b/src/com/itmill/toolkit/terminal/ExternalResource.java
index 8e012fdb5b..2c6b95cc64 100644
--- a/src/com/itmill/toolkit/terminal/ExternalResource.java
+++ b/src/com/itmill/toolkit/terminal/ExternalResource.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/FileResource.java b/src/com/itmill/toolkit/terminal/FileResource.java
index 8d5a1625d0..e67f55a18b 100644
--- a/src/com/itmill/toolkit/terminal/FileResource.java
+++ b/src/com/itmill/toolkit/terminal/FileResource.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/KeyMapper.java b/src/com/itmill/toolkit/terminal/KeyMapper.java
index bb0cf1271f..cc220b630d 100644
--- a/src/com/itmill/toolkit/terminal/KeyMapper.java
+++ b/src/com/itmill/toolkit/terminal/KeyMapper.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/PaintException.java b/src/com/itmill/toolkit/terminal/PaintException.java
index 7918c6d07f..5f3154aa43 100644
--- a/src/com/itmill/toolkit/terminal/PaintException.java
+++ b/src/com/itmill/toolkit/terminal/PaintException.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/PaintTarget.java b/src/com/itmill/toolkit/terminal/PaintTarget.java
index 01ede055af..645ac0a4fd 100644
--- a/src/com/itmill/toolkit/terminal/PaintTarget.java
+++ b/src/com/itmill/toolkit/terminal/PaintTarget.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/Paintable.java b/src/com/itmill/toolkit/terminal/Paintable.java
index 17daea5f96..2f91a81bdd 100644
--- a/src/com/itmill/toolkit/terminal/Paintable.java
+++ b/src/com/itmill/toolkit/terminal/Paintable.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/ParameterHandler.java b/src/com/itmill/toolkit/terminal/ParameterHandler.java
index 3c293f554c..f9ff314092 100644
--- a/src/com/itmill/toolkit/terminal/ParameterHandler.java
+++ b/src/com/itmill/toolkit/terminal/ParameterHandler.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/Resource.java b/src/com/itmill/toolkit/terminal/Resource.java
index b655061f8a..66eb23f8bc 100644
--- a/src/com/itmill/toolkit/terminal/Resource.java
+++ b/src/com/itmill/toolkit/terminal/Resource.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/Scrollable.java b/src/com/itmill/toolkit/terminal/Scrollable.java
index f65e1789d5..87ece18c5d 100644
--- a/src/com/itmill/toolkit/terminal/Scrollable.java
+++ b/src/com/itmill/toolkit/terminal/Scrollable.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/Sizeable.java b/src/com/itmill/toolkit/terminal/Sizeable.java
index c1db0c00e1..4908d7eede 100644
--- a/src/com/itmill/toolkit/terminal/Sizeable.java
+++ b/src/com/itmill/toolkit/terminal/Sizeable.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/StreamResource.java b/src/com/itmill/toolkit/terminal/StreamResource.java
index cdc5ad3404..9d3533de71 100644
--- a/src/com/itmill/toolkit/terminal/StreamResource.java
+++ b/src/com/itmill/toolkit/terminal/StreamResource.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/SystemError.java b/src/com/itmill/toolkit/terminal/SystemError.java
index 447a957c18..c6dfe77c49 100644
--- a/src/com/itmill/toolkit/terminal/SystemError.java
+++ b/src/com/itmill/toolkit/terminal/SystemError.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/Terminal.java b/src/com/itmill/toolkit/terminal/Terminal.java
index 0625d23fd6..b9dfd4bb5d 100644
--- a/src/com/itmill/toolkit/terminal/Terminal.java
+++ b/src/com/itmill/toolkit/terminal/Terminal.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/ThemeResource.java b/src/com/itmill/toolkit/terminal/ThemeResource.java
index fd4bd8bc68..3f1c518bbb 100644
--- a/src/com/itmill/toolkit/terminal/ThemeResource.java
+++ b/src/com/itmill/toolkit/terminal/ThemeResource.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/URIHandler.java b/src/com/itmill/toolkit/terminal/URIHandler.java
index 2f73956aba..77ebea9688 100644
--- a/src/com/itmill/toolkit/terminal/URIHandler.java
+++ b/src/com/itmill/toolkit/terminal/URIHandler.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/UploadStream.java b/src/com/itmill/toolkit/terminal/UploadStream.java
index 1943056032..cc7e8c1e0a 100644
--- a/src/com/itmill/toolkit/terminal/UploadStream.java
+++ b/src/com/itmill/toolkit/terminal/UploadStream.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/UserError.java b/src/com/itmill/toolkit/terminal/UserError.java
index 804408060e..f71d40ab17 100644
--- a/src/com/itmill/toolkit/terminal/UserError.java
+++ b/src/com/itmill/toolkit/terminal/UserError.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/VariableOwner.java b/src/com/itmill/toolkit/terminal/VariableOwner.java
index 7140e45643..d442557716 100644
--- a/src/com/itmill/toolkit/terminal/VariableOwner.java
+++ b/src/com/itmill/toolkit/terminal/VariableOwner.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/AjaxApplicationManager.java b/src/com/itmill/toolkit/terminal/web/AjaxApplicationManager.java
index 54aaf17f5a..b2cf1712f1 100644
--- a/src/com/itmill/toolkit/terminal/web/AjaxApplicationManager.java
+++ b/src/com/itmill/toolkit/terminal/web/AjaxApplicationManager.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/AjaxHttpUploadStream.java b/src/com/itmill/toolkit/terminal/web/AjaxHttpUploadStream.java
index 46c7e56cf5..80529d6de8 100644
--- a/src/com/itmill/toolkit/terminal/web/AjaxHttpUploadStream.java
+++ b/src/com/itmill/toolkit/terminal/web/AjaxHttpUploadStream.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/AjaxPaintTarget.java b/src/com/itmill/toolkit/terminal/web/AjaxPaintTarget.java
index e139c72931..4f5e99fb07 100644
--- a/src/com/itmill/toolkit/terminal/web/AjaxPaintTarget.java
+++ b/src/com/itmill/toolkit/terminal/web/AjaxPaintTarget.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/AjaxVariableMap.java b/src/com/itmill/toolkit/terminal/web/AjaxVariableMap.java
index 61ead110c4..372933505b 100644
--- a/src/com/itmill/toolkit/terminal/web/AjaxVariableMap.java
+++ b/src/com/itmill/toolkit/terminal/web/AjaxVariableMap.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/ApplicationServlet.java b/src/com/itmill/toolkit/terminal/web/ApplicationServlet.java
index d9f3b831df..de7b2dcb8b 100644
--- a/src/com/itmill/toolkit/terminal/web/ApplicationServlet.java
+++ b/src/com/itmill/toolkit/terminal/web/ApplicationServlet.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/CollectionThemeSource.java b/src/com/itmill/toolkit/terminal/web/CollectionThemeSource.java
index dc408065ce..6c59980c44 100644
--- a/src/com/itmill/toolkit/terminal/web/CollectionThemeSource.java
+++ b/src/com/itmill/toolkit/terminal/web/CollectionThemeSource.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/DebugWindow.java b/src/com/itmill/toolkit/terminal/web/DebugWindow.java
index e605b23477..7b59fd8e7f 100644
--- a/src/com/itmill/toolkit/terminal/web/DebugWindow.java
+++ b/src/com/itmill/toolkit/terminal/web/DebugWindow.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/DirectoryThemeSource.java b/src/com/itmill/toolkit/terminal/web/DirectoryThemeSource.java
index c042a937e5..1b2e93519b 100644
--- a/src/com/itmill/toolkit/terminal/web/DirectoryThemeSource.java
+++ b/src/com/itmill/toolkit/terminal/web/DirectoryThemeSource.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/HttpUploadStream.java b/src/com/itmill/toolkit/terminal/web/HttpUploadStream.java
index cdaaa618d6..c3d2deb35e 100644
--- a/src/com/itmill/toolkit/terminal/web/HttpUploadStream.java
+++ b/src/com/itmill/toolkit/terminal/web/HttpUploadStream.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/HttpVariableMap.java b/src/com/itmill/toolkit/terminal/web/HttpVariableMap.java
index a527a48e4f..de296b1eec 100644
--- a/src/com/itmill/toolkit/terminal/web/HttpVariableMap.java
+++ b/src/com/itmill/toolkit/terminal/web/HttpVariableMap.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/JarThemeSource.java b/src/com/itmill/toolkit/terminal/web/JarThemeSource.java
index 1459078741..2d06b85f59 100644
--- a/src/com/itmill/toolkit/terminal/web/JarThemeSource.java
+++ b/src/com/itmill/toolkit/terminal/web/JarThemeSource.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/Log.java b/src/com/itmill/toolkit/terminal/web/Log.java
index 235f889e7c..5feec4874d 100644
--- a/src/com/itmill/toolkit/terminal/web/Log.java
+++ b/src/com/itmill/toolkit/terminal/web/Log.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/MultipartRequest.java b/src/com/itmill/toolkit/terminal/web/MultipartRequest.java
index 5ee42d9052..0791983b99 100644
--- a/src/com/itmill/toolkit/terminal/web/MultipartRequest.java
+++ b/src/com/itmill/toolkit/terminal/web/MultipartRequest.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/ServletMultipartRequest.java b/src/com/itmill/toolkit/terminal/web/ServletMultipartRequest.java
index 9879b040d8..6e4e99f587 100644
--- a/src/com/itmill/toolkit/terminal/web/ServletMultipartRequest.java
+++ b/src/com/itmill/toolkit/terminal/web/ServletMultipartRequest.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/ServletThemeSource.java b/src/com/itmill/toolkit/terminal/web/ServletThemeSource.java
index 5ae91401ae..92177a2e35 100644
--- a/src/com/itmill/toolkit/terminal/web/ServletThemeSource.java
+++ b/src/com/itmill/toolkit/terminal/web/ServletThemeSource.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/Theme.java b/src/com/itmill/toolkit/terminal/web/Theme.java
index dd36c9f718..6989a4a67c 100644
--- a/src/com/itmill/toolkit/terminal/web/Theme.java
+++ b/src/com/itmill/toolkit/terminal/web/Theme.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/ThemeFunctionLibrary.java b/src/com/itmill/toolkit/terminal/web/ThemeFunctionLibrary.java
index 1912725664..30efdc2df9 100644
--- a/src/com/itmill/toolkit/terminal/web/ThemeFunctionLibrary.java
+++ b/src/com/itmill/toolkit/terminal/web/ThemeFunctionLibrary.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/ThemeSource.java b/src/com/itmill/toolkit/terminal/web/ThemeSource.java
index 0d77e555ed..d8089f9f92 100644
--- a/src/com/itmill/toolkit/terminal/web/ThemeSource.java
+++ b/src/com/itmill/toolkit/terminal/web/ThemeSource.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/UIDLTransformer.java b/src/com/itmill/toolkit/terminal/web/UIDLTransformer.java
index 06181d16c9..225aeac81f 100644
--- a/src/com/itmill/toolkit/terminal/web/UIDLTransformer.java
+++ b/src/com/itmill/toolkit/terminal/web/UIDLTransformer.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/UIDLTransformerException.java b/src/com/itmill/toolkit/terminal/web/UIDLTransformerException.java
index 7edfb27242..b147379e8d 100644
--- a/src/com/itmill/toolkit/terminal/web/UIDLTransformerException.java
+++ b/src/com/itmill/toolkit/terminal/web/UIDLTransformerException.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java b/src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java
index b49c79959a..8a2fb0cf0a 100644
--- a/src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java
+++ b/src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/UIDLTransformerType.java b/src/com/itmill/toolkit/terminal/web/UIDLTransformerType.java
index aeef1b84a7..3193ab32ff 100644
--- a/src/com/itmill/toolkit/terminal/web/UIDLTransformerType.java
+++ b/src/com/itmill/toolkit/terminal/web/UIDLTransformerType.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/WebApplicationContext.java b/src/com/itmill/toolkit/terminal/web/WebApplicationContext.java
index dea12a63f6..e91f300ba4 100644
--- a/src/com/itmill/toolkit/terminal/web/WebApplicationContext.java
+++ b/src/com/itmill/toolkit/terminal/web/WebApplicationContext.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/WebBrowser.java b/src/com/itmill/toolkit/terminal/web/WebBrowser.java
index 0e43c5f379..924049da40 100644
--- a/src/com/itmill/toolkit/terminal/web/WebBrowser.java
+++ b/src/com/itmill/toolkit/terminal/web/WebBrowser.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/WebBrowserProbe.java b/src/com/itmill/toolkit/terminal/web/WebBrowserProbe.java
index ad79fef364..0ab9d0d22f 100644
--- a/src/com/itmill/toolkit/terminal/web/WebBrowserProbe.java
+++ b/src/com/itmill/toolkit/terminal/web/WebBrowserProbe.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/WebPaintTarget.java b/src/com/itmill/toolkit/terminal/web/WebPaintTarget.java
index 6ac25b1fa9..7c4d58652b 100644
--- a/src/com/itmill/toolkit/terminal/web/WebPaintTarget.java
+++ b/src/com/itmill/toolkit/terminal/web/WebPaintTarget.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/terminal/web/XSLReader.java b/src/com/itmill/toolkit/terminal/web/XSLReader.java
index 40d0b96dfc..60ba87b818 100644
--- a/src/com/itmill/toolkit/terminal/web/XSLReader.java
+++ b/src/com/itmill/toolkit/terminal/web/XSLReader.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/AbstractComponent.java b/src/com/itmill/toolkit/ui/AbstractComponent.java
index 3bf5f81c81..311f7a66eb 100644
--- a/src/com/itmill/toolkit/ui/AbstractComponent.java
+++ b/src/com/itmill/toolkit/ui/AbstractComponent.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/AbstractComponentContainer.java b/src/com/itmill/toolkit/ui/AbstractComponentContainer.java
index 48be64380d..953a7f44ae 100644
--- a/src/com/itmill/toolkit/ui/AbstractComponentContainer.java
+++ b/src/com/itmill/toolkit/ui/AbstractComponentContainer.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/AbstractField.java b/src/com/itmill/toolkit/ui/AbstractField.java
index eb65f50570..0f92adaf18 100644
--- a/src/com/itmill/toolkit/ui/AbstractField.java
+++ b/src/com/itmill/toolkit/ui/AbstractField.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/BaseFieldFactory.java b/src/com/itmill/toolkit/ui/BaseFieldFactory.java
index bb04b72bf4..4a4224da3e 100644
--- a/src/com/itmill/toolkit/ui/BaseFieldFactory.java
+++ b/src/com/itmill/toolkit/ui/BaseFieldFactory.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Button.java b/src/com/itmill/toolkit/ui/Button.java
index a164703f78..20bcd4fc93 100644
--- a/src/com/itmill/toolkit/ui/Button.java
+++ b/src/com/itmill/toolkit/ui/Button.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Component.java b/src/com/itmill/toolkit/ui/Component.java
index 1a213de845..7626ef3566 100644
--- a/src/com/itmill/toolkit/ui/Component.java
+++ b/src/com/itmill/toolkit/ui/Component.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/ComponentContainer.java b/src/com/itmill/toolkit/ui/ComponentContainer.java
index 7b7e32d1a4..d6d44049f4 100644
--- a/src/com/itmill/toolkit/ui/ComponentContainer.java
+++ b/src/com/itmill/toolkit/ui/ComponentContainer.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/CustomComponent.java b/src/com/itmill/toolkit/ui/CustomComponent.java
index f6fce27cac..ca106e6602 100644
--- a/src/com/itmill/toolkit/ui/CustomComponent.java
+++ b/src/com/itmill/toolkit/ui/CustomComponent.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/CustomLayout.java b/src/com/itmill/toolkit/ui/CustomLayout.java
index 1a4cef216e..2e42335782 100644
--- a/src/com/itmill/toolkit/ui/CustomLayout.java
+++ b/src/com/itmill/toolkit/ui/CustomLayout.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/DateField.java b/src/com/itmill/toolkit/ui/DateField.java
index e6b68e16b3..f5b1949bd5 100644
--- a/src/com/itmill/toolkit/ui/DateField.java
+++ b/src/com/itmill/toolkit/ui/DateField.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Embedded.java b/src/com/itmill/toolkit/ui/Embedded.java
index b2a0ac0007..aad3046220 100644
--- a/src/com/itmill/toolkit/ui/Embedded.java
+++ b/src/com/itmill/toolkit/ui/Embedded.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Field.java b/src/com/itmill/toolkit/ui/Field.java
index 69fa4a1751..3be3e399a6 100644
--- a/src/com/itmill/toolkit/ui/Field.java
+++ b/src/com/itmill/toolkit/ui/Field.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/FieldFactory.java b/src/com/itmill/toolkit/ui/FieldFactory.java
index f5133f9cac..4d2905f86f 100644
--- a/src/com/itmill/toolkit/ui/FieldFactory.java
+++ b/src/com/itmill/toolkit/ui/FieldFactory.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Form.java b/src/com/itmill/toolkit/ui/Form.java
index 1aedf53177..e1fe2b1f9c 100644
--- a/src/com/itmill/toolkit/ui/Form.java
+++ b/src/com/itmill/toolkit/ui/Form.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/FrameWindow.java b/src/com/itmill/toolkit/ui/FrameWindow.java
index ab0df881a0..83b1fdb4c9 100644
--- a/src/com/itmill/toolkit/ui/FrameWindow.java
+++ b/src/com/itmill/toolkit/ui/FrameWindow.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/GridLayout.java b/src/com/itmill/toolkit/ui/GridLayout.java
index 731267ead8..3324db74a8 100644
--- a/src/com/itmill/toolkit/ui/GridLayout.java
+++ b/src/com/itmill/toolkit/ui/GridLayout.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Label.java b/src/com/itmill/toolkit/ui/Label.java
index b50eb060ee..df447c0e14 100644
--- a/src/com/itmill/toolkit/ui/Label.java
+++ b/src/com/itmill/toolkit/ui/Label.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Layout.java b/src/com/itmill/toolkit/ui/Layout.java
index 1229c1efb8..91fbbbb0dc 100644
--- a/src/com/itmill/toolkit/ui/Layout.java
+++ b/src/com/itmill/toolkit/ui/Layout.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Link.java b/src/com/itmill/toolkit/ui/Link.java
index fdcc64ed5e..01a529d5bb 100644
--- a/src/com/itmill/toolkit/ui/Link.java
+++ b/src/com/itmill/toolkit/ui/Link.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/OrderedLayout.java b/src/com/itmill/toolkit/ui/OrderedLayout.java
index 25b8a99d6b..876a643679 100644
--- a/src/com/itmill/toolkit/ui/OrderedLayout.java
+++ b/src/com/itmill/toolkit/ui/OrderedLayout.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Panel.java b/src/com/itmill/toolkit/ui/Panel.java
index c5e871f9f6..0c72bc9d16 100644
--- a/src/com/itmill/toolkit/ui/Panel.java
+++ b/src/com/itmill/toolkit/ui/Panel.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/ProgressIndicator.java b/src/com/itmill/toolkit/ui/ProgressIndicator.java
index 90973c1ddb..075c90740e 100644
--- a/src/com/itmill/toolkit/ui/ProgressIndicator.java
+++ b/src/com/itmill/toolkit/ui/ProgressIndicator.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Select.java b/src/com/itmill/toolkit/ui/Select.java
index 669bf0be94..ac1b5221ba 100644
--- a/src/com/itmill/toolkit/ui/Select.java
+++ b/src/com/itmill/toolkit/ui/Select.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/TabSheet.java b/src/com/itmill/toolkit/ui/TabSheet.java
index 029c26f6c7..b96788caa8 100644
--- a/src/com/itmill/toolkit/ui/TabSheet.java
+++ b/src/com/itmill/toolkit/ui/TabSheet.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Table.java b/src/com/itmill/toolkit/ui/Table.java
index 9bb40de1c5..9f3399c05b 100644
--- a/src/com/itmill/toolkit/ui/Table.java
+++ b/src/com/itmill/toolkit/ui/Table.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/TextField.java b/src/com/itmill/toolkit/ui/TextField.java
index ee001eaf1f..b963774d1a 100644
--- a/src/com/itmill/toolkit/ui/TextField.java
+++ b/src/com/itmill/toolkit/ui/TextField.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Tree.java b/src/com/itmill/toolkit/ui/Tree.java
index 810513aad3..5ca7983b25 100644
--- a/src/com/itmill/toolkit/ui/Tree.java
+++ b/src/com/itmill/toolkit/ui/Tree.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Upload.java b/src/com/itmill/toolkit/ui/Upload.java
index 372b5c88e6..e19f7c0598 100644
--- a/src/com/itmill/toolkit/ui/Upload.java
+++ b/src/com/itmill/toolkit/ui/Upload.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************
diff --git a/src/com/itmill/toolkit/ui/Window.java b/src/com/itmill/toolkit/ui/Window.java
index a048fc5969..0f750f92ab 100644
--- a/src/com/itmill/toolkit/ui/Window.java
+++ b/src/com/itmill/toolkit/ui/Window.java
@@ -9,9 +9,9 @@
*************************************************************************
This product is distributed under commercial license that can be found
- from the product package on license/license.txt. Use of this product might
+ from the product package on license.pdf. Use of this product might
require purchasing a commercial license from IT Mill Ltd. For guidelines
- on usage, see license/licensing-guidelines.html
+ on usage, see licensing-guidelines.html
*************************************************************************