]> source.dussan.org Git - vaadin-framework.git/commitdiff
Fixed typo: "Intarfaces" => "Interfaces"
authorJani Laakso <jani.laakso@itmill.com>
Fri, 12 Jan 2007 14:13:42 +0000 (14:13 +0000)
committerJani Laakso <jani.laakso@itmill.com>
Fri, 12 Jan 2007 14:13:42 +0000 (14:13 +0000)
svn changeset:255/svn branch:toolkit

135 files changed:
src/com/itmill/toolkit/Application.java
src/com/itmill/toolkit/data/Buffered.java
src/com/itmill/toolkit/data/BufferedValidatable.java
src/com/itmill/toolkit/data/Container.java
src/com/itmill/toolkit/data/Item.java
src/com/itmill/toolkit/data/Property.java
src/com/itmill/toolkit/data/Validatable.java
src/com/itmill/toolkit/data/Validator.java
src/com/itmill/toolkit/data/util/BeanItem.java
src/com/itmill/toolkit/data/util/ContainerHierarchicalWrapper.java
src/com/itmill/toolkit/data/util/ContainerOrderedWrapper.java
src/com/itmill/toolkit/data/util/FilesystemContainer.java
src/com/itmill/toolkit/data/util/HierarchicalContainer.java
src/com/itmill/toolkit/data/util/IndexedContainer.java
src/com/itmill/toolkit/data/util/MethodProperty.java
src/com/itmill/toolkit/data/util/ObjectProperty.java
src/com/itmill/toolkit/data/util/PropertysetItem.java
src/com/itmill/toolkit/data/validator/CompositeValidator.java
src/com/itmill/toolkit/data/validator/NullValidator.java
src/com/itmill/toolkit/data/validator/StringLengthValidator.java
src/com/itmill/toolkit/demo/features/Feature.java
src/com/itmill/toolkit/demo/features/FeatureBrowser.java
src/com/itmill/toolkit/demo/features/FeatureBuffering.java
src/com/itmill/toolkit/demo/features/FeatureButton.java
src/com/itmill/toolkit/demo/features/FeatureContainers.java
src/com/itmill/toolkit/demo/features/FeatureCustomLayout.java
src/com/itmill/toolkit/demo/features/FeatureDateField.java
src/com/itmill/toolkit/demo/features/FeatureEmbedded.java
src/com/itmill/toolkit/demo/features/FeatureForm.java
src/com/itmill/toolkit/demo/features/FeatureFrameWindow.java
src/com/itmill/toolkit/demo/features/FeatureGridLayout.java
src/com/itmill/toolkit/demo/features/FeatureItems.java
src/com/itmill/toolkit/demo/features/FeatureLabel.java
src/com/itmill/toolkit/demo/features/FeatureLink.java
src/com/itmill/toolkit/demo/features/FeatureOrderedLayout.java
src/com/itmill/toolkit/demo/features/FeaturePanel.java
src/com/itmill/toolkit/demo/features/FeatureParameters.java
src/com/itmill/toolkit/demo/features/FeatureProperties.java
src/com/itmill/toolkit/demo/features/FeatureSelect.java
src/com/itmill/toolkit/demo/features/FeatureTabSheet.java
src/com/itmill/toolkit/demo/features/FeatureTable.java
src/com/itmill/toolkit/demo/features/FeatureTextField.java
src/com/itmill/toolkit/demo/features/FeatureTree.java
src/com/itmill/toolkit/demo/features/FeatureUpload.java
src/com/itmill/toolkit/demo/features/FeatureValidators.java
src/com/itmill/toolkit/demo/features/FeatureWindow.java
src/com/itmill/toolkit/demo/features/FeaturesApplication.java
src/com/itmill/toolkit/demo/features/PropertyPanel.java
src/com/itmill/toolkit/demo/features/UIComponents.java
src/com/itmill/toolkit/event/Action.java
src/com/itmill/toolkit/event/EventRouter.java
src/com/itmill/toolkit/event/ListenerMethod.java
src/com/itmill/toolkit/event/MethodEventSource.java
src/com/itmill/toolkit/service/ApplicationContext.java
src/com/itmill/toolkit/service/FileTypeResolver.java
src/com/itmill/toolkit/service/License.java
src/com/itmill/toolkit/terminal/ApplicationResource.java
src/com/itmill/toolkit/terminal/ClassResource.java
src/com/itmill/toolkit/terminal/CompositeErrorMessage.java
src/com/itmill/toolkit/terminal/DownloadStream.java
src/com/itmill/toolkit/terminal/ErrorMessage.java
src/com/itmill/toolkit/terminal/ExternalResource.java
src/com/itmill/toolkit/terminal/FileResource.java
src/com/itmill/toolkit/terminal/KeyMapper.java
src/com/itmill/toolkit/terminal/PaintException.java
src/com/itmill/toolkit/terminal/PaintTarget.java
src/com/itmill/toolkit/terminal/Paintable.java
src/com/itmill/toolkit/terminal/ParameterHandler.java
src/com/itmill/toolkit/terminal/Resource.java
src/com/itmill/toolkit/terminal/Scrollable.java
src/com/itmill/toolkit/terminal/Sizeable.java
src/com/itmill/toolkit/terminal/StreamResource.java
src/com/itmill/toolkit/terminal/SystemError.java
src/com/itmill/toolkit/terminal/Terminal.java
src/com/itmill/toolkit/terminal/ThemeResource.java
src/com/itmill/toolkit/terminal/URIHandler.java
src/com/itmill/toolkit/terminal/UploadStream.java
src/com/itmill/toolkit/terminal/UserError.java
src/com/itmill/toolkit/terminal/VariableOwner.java
src/com/itmill/toolkit/terminal/web/AjaxApplicationManager.java
src/com/itmill/toolkit/terminal/web/AjaxHttpUploadStream.java
src/com/itmill/toolkit/terminal/web/AjaxPaintTarget.java
src/com/itmill/toolkit/terminal/web/AjaxVariableMap.java
src/com/itmill/toolkit/terminal/web/ApplicationServlet.java
src/com/itmill/toolkit/terminal/web/CollectionThemeSource.java
src/com/itmill/toolkit/terminal/web/DebugWindow.java
src/com/itmill/toolkit/terminal/web/DirectoryThemeSource.java
src/com/itmill/toolkit/terminal/web/HttpUploadStream.java
src/com/itmill/toolkit/terminal/web/HttpVariableMap.java
src/com/itmill/toolkit/terminal/web/JarThemeSource.java
src/com/itmill/toolkit/terminal/web/Log.java
src/com/itmill/toolkit/terminal/web/MultipartRequest.java
src/com/itmill/toolkit/terminal/web/ServletMultipartRequest.java
src/com/itmill/toolkit/terminal/web/ServletThemeSource.java
src/com/itmill/toolkit/terminal/web/Theme.java
src/com/itmill/toolkit/terminal/web/ThemeFunctionLibrary.java
src/com/itmill/toolkit/terminal/web/ThemeSource.java
src/com/itmill/toolkit/terminal/web/UIDLTransformer.java
src/com/itmill/toolkit/terminal/web/UIDLTransformerException.java
src/com/itmill/toolkit/terminal/web/UIDLTransformerFactory.java
src/com/itmill/toolkit/terminal/web/UIDLTransformerType.java
src/com/itmill/toolkit/terminal/web/WebApplicationContext.java
src/com/itmill/toolkit/terminal/web/WebBrowser.java
src/com/itmill/toolkit/terminal/web/WebBrowserProbe.java
src/com/itmill/toolkit/terminal/web/WebPaintTarget.java
src/com/itmill/toolkit/terminal/web/XSLReader.java
src/com/itmill/toolkit/ui/AbstractComponent.java
src/com/itmill/toolkit/ui/AbstractComponentContainer.java
src/com/itmill/toolkit/ui/AbstractField.java
src/com/itmill/toolkit/ui/BaseFieldFactory.java
src/com/itmill/toolkit/ui/Button.java
src/com/itmill/toolkit/ui/Component.java
src/com/itmill/toolkit/ui/ComponentContainer.java
src/com/itmill/toolkit/ui/CustomComponent.java
src/com/itmill/toolkit/ui/CustomLayout.java
src/com/itmill/toolkit/ui/DateField.java
src/com/itmill/toolkit/ui/Embedded.java
src/com/itmill/toolkit/ui/Field.java
src/com/itmill/toolkit/ui/FieldFactory.java
src/com/itmill/toolkit/ui/Form.java
src/com/itmill/toolkit/ui/FrameWindow.java
src/com/itmill/toolkit/ui/GridLayout.java
src/com/itmill/toolkit/ui/Label.java
src/com/itmill/toolkit/ui/Layout.java
src/com/itmill/toolkit/ui/Link.java
src/com/itmill/toolkit/ui/OrderedLayout.java
src/com/itmill/toolkit/ui/Panel.java
src/com/itmill/toolkit/ui/ProgressIndicator.java
src/com/itmill/toolkit/ui/Select.java
src/com/itmill/toolkit/ui/TabSheet.java
src/com/itmill/toolkit/ui/Table.java
src/com/itmill/toolkit/ui/TextField.java
src/com/itmill/toolkit/ui/Tree.java
src/com/itmill/toolkit/ui/Upload.java
src/com/itmill/toolkit/ui/Window.java

index db7b74530d0c541213ee020aae99892ec7367137..8197e910ed4e35876eed5e6437c7d44d11970403 100644 (file)
@@ -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
 
  *************************************************************************
  
index 2fd9129362e7041c5ca9e3b48e5f5baebb131fb1..0e14fdd8c61409100c460d08d3e30e5be8ae02cd 100644 (file)
@@ -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
 
    *************************************************************************
    
index abbf72a70974ca1c1f2e5a49539504eb92428711..f5cc18f0de2aabdba6ae482b0b52b08429da75fe 100644 (file)
@@ -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
 
    *************************************************************************
    
index 618b8a6a65487444367660abba6316783ae81952..048a5da590ac3a51ea9d2647ea62002a4e6b3e41 100644 (file)
@@ -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
 
    *************************************************************************
    
index 16ed2690530a95be0a0f00f1165f370b625ec773..04f44885258046e9d571ce0d2989c76d7ee5ad12 100644 (file)
@@ -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
 
    *************************************************************************
    
index d3b3d8cdb039ec31b5a6c99e1dffdc0fd79ea18e..8f5e40a1f36b5a5096f9de30a65677e5e4905fda 100644 (file)
@@ -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
 
    *************************************************************************
    
index 9bbc4dbe64e4d7f6e15054eff63aec5eefd22c7f..67501c4a0a16a1e86dade409fc6f19f2ada40547 100644 (file)
@@ -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
 
    *************************************************************************
    
index f0b69e3d90f21cec063665f1df88f15ba3a50a8e..4894adce42e7e34df73d34e1fee58bf2cc14cfde 100644 (file)
@@ -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
 
    *************************************************************************
    
index 0530235ef1d6c4777983f78d7a88174ce15570d2..eb7ca89addd6f149e845810a7d4cba5b5120c415 100644 (file)
@@ -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
 
    *************************************************************************
    
index f7b254772fe4713da19e786b118b0fb8a350fa87..24adf5672c96c4e6f331a220c2451c2a7df48df1 100644 (file)
@@ -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
 
    *************************************************************************
    
index cd23f81c462cdcc1aac622acead9a6d49e1f4693..51e5bc4e20f54aac97b36d66480972af09311bd3 100644 (file)
@@ -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
 
    *************************************************************************
    
index b958ad2968832d27e0df834104a949193966d413..41eee1fe8485b73086ec72a81ef76a92c26dc180 100644 (file)
@@ -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
 
    *************************************************************************
    
index 94830c3b0b405f1640be5edc98cef2b86cffbd29..426b8726f326ca38c73b7c117e30089e182d9755 100644 (file)
@@ -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
 
    *************************************************************************
    
index 57c668644eda11a6d0bec44df839731061c09f2a..e11b6193c11f5485d08431530a7cd611c336d063 100644 (file)
@@ -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
 
    *************************************************************************
    
index c91bbc496255303e83067939f2f62b77d4ad1b00..e80a27de8597c62ec5fbd16d118ca73bb3da7041 100644 (file)
@@ -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
 
    *************************************************************************
    
index 9564a09b1b6986c5548814819b1a12e8421b4030..c8b8abef4d262c8fc23a37723c4bbb7584fa3da2 100644 (file)
@@ -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
 
    *************************************************************************
    
index 1adfd49f17d65a37db607738ae4ef3e89ad761f4..744a9c9d8e6a9a9c7f9ed780b3865afa2911b502 100644 (file)
@@ -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
 
    *************************************************************************
    
index 33b377624849f2f8e7d45c90114dbae2a1f25148..90c01f9eed5df54ab1c3c529dd7c36aaf40e2518 100644 (file)
@@ -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
 
    *************************************************************************
    
index c1d6bbf7476935eeccbfc4abaff27a2eef819c65..29ee031a91331fcf248ecfd640eeca0e8c784d07 100644 (file)
@@ -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
 
    *************************************************************************
    
index 2cc96d1eb310db86270f51364c54b6a983a78bdd..9c8c3ef1139705632d68bc52385887047c5264ce 100644 (file)
@@ -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
 
    *************************************************************************
    
index 96feeedac178c948f16a0ecf36381bde4b5b95ae..8d5a612196a5de1931bf2ee9cfeca29c26cf2852 100644 (file)
@@ -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
 
    *************************************************************************
    
index c738a6791dbb24b8ff21826676ba12f6583da5a0..10220750ad0514231e53e8cc48eb7d614791f08d 100644 (file)
@@ -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
 
    *************************************************************************
    
index a956dab9014a827bc421a92313d2f758fabae8a3..124db01847f90ad87f4f14340695d700b9093e12 100644 (file)
@@ -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
 
    *************************************************************************
    
index 0e30eb6df4243813f0eab60da87380afbecdc230..bacef57be41b8562e815af8a2767747c85dd1648 100644 (file)
@@ -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
 
    *************************************************************************
    
index ed5f93218aac642cf7534b80532ae0a26fbb8de0..04c8d7e0c39bd6de6e03966a609b95b1b4687d2e 100644 (file)
@@ -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
 
    *************************************************************************
    
index afe8163358c665e64d13aee4290945a6d8b70c99..80364abc9c92b9423804579cde2c685369be25f8 100644 (file)
@@ -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
 
    *************************************************************************
    
index 0c3ca968f09a9ad0b3b9eaeb9da68a2e71d8f1c5..52b7113829a5f8745547a7b75884a4da8338259a 100644 (file)
@@ -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
 
    *************************************************************************
    
index 55ed2347c4d3555e8dd5293fc33b62a22e6a47cb..31dfbba7f1f7069c980e8a76a449141ccb739654 100644 (file)
@@ -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
 
    *************************************************************************
    
index ffb9657d3fe51b267da5b3a85f2bf77270e94a20..64e792e0759edded6b7f2620d984c3f37979d7f8 100644 (file)
@@ -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
 
    *************************************************************************
    
index f17980688d20ae6edd796ddd605335f7349a07e5..5b0e742f64d6f678ba49ea017c4f8dea51c3f405 100644 (file)
@@ -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
 
    *************************************************************************
    
index eeda5640471d70272985525cb525c80de5bc1961..9513171fa154eb5483f94e34062877867cb45bca 100644 (file)
@@ -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
 
    *************************************************************************
    
index f3e8c79335730c93e18bbbc072286e25fbac2f6b..f938b50853cbd412deec10441d6f98db3138e371 100644 (file)
@@ -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
 
    *************************************************************************
    
index 512cf59379dd51898984f209be8022f2bfbce625..a312b833405afb040adfc153105b3f22d09dc90c 100644 (file)
@@ -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
 
    *************************************************************************
    
index 7ad2d12b9a70e0642461775a9048837943d5f618..e8bbb40d9e70d51df39c6cef2feed474b2d9b1cb 100644 (file)
@@ -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
 
    *************************************************************************
    
index df72a369a6caf92edf1ef306b200c9371e69e97c..0127e70056d8222615ef5e581e7c76723dd9f42a 100644 (file)
@@ -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
 
    *************************************************************************
    
index 6784a72dd8aed1ada2ecc8da476be5d1a6629cc8..6b25fd942ee00410e6fff8b7e7a9d2f2b93c6888 100644 (file)
@@ -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
 
    *************************************************************************
    
index 89195c99e4582bfcfb329fcc8d0c8d7ba35e0cf4..e18a30a9f3bf423e841dec440f12a91c61ee05a8 100644 (file)
@@ -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
 
    *************************************************************************
    
index 4acd11717a727a7d5384249d2fb28073859057ef..02a1e5aa2169165ceaefa318eb2fd11ce053cfd1 100644 (file)
@@ -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
 
    *************************************************************************
    
index c99507875bb25c0380998f6d3521209054c78679..721b833503a5631a4d95cf179962da37dfdf144b 100644 (file)
@@ -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
 
    *************************************************************************
    
index 95a8fb0e4b2513db5c0dccba327a17e6a591e75e..375a3fbe4d78316eb71622bf45dea0f7c6be01d7 100644 (file)
@@ -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
 
    *************************************************************************
    
index c03da606cd9cc6c7c93aa835d813c60b08b336e1..62cf947a3f399c56261e85aad892668fe58dec7d 100644 (file)
@@ -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
 
    *************************************************************************
    
index 782c07b750e67843420e4b9a6a004d51f6154b64..00aebc99e364cf8b33e3eca0a9db2c505cd672bd 100644 (file)
@@ -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
 
    *************************************************************************
    
index 852e3b9dc71d192e9a8310d2fd2bee01e2d9c65e..6ff609e715c65b5859462c17db92993250d8db15 100644 (file)
@@ -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
 
    *************************************************************************
    
index f7ffea1c443760874a0dcba6a2b257e49628337c..544921fa5919dc94cc6965bb63ee60575c1b7dc1 100644 (file)
@@ -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
 
    *************************************************************************
    
index 0652b06985bb065a64a2fa7e56e9a3fafd13829a..1a331403d232d205ddf787735518824602cc6816 100644 (file)
@@ -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
 
    *************************************************************************
    
index 57c91452c55289ba7e6e166e8ce191aecb8cf0c8..015e760669331b52c969573cc82fff3d27693bb3 100644 (file)
@@ -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
 
    *************************************************************************
    
index be09b00842bc7dae8bf49190e1e1b41e1e017a74..1e477b2c5ab9dcdcc8ceab94762e932f495d290f 100644 (file)
@@ -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
 
    *************************************************************************
    
index 776d02bb3d08ac27a601d3fc79579d47a4b0b14a..23b6df3ef7bf8705612fb9e1e17b8332503a98f4 100644 (file)
@@ -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
 
    *************************************************************************
    
index 467abefd066a9cc6ef317e3b92e8d07adfa37aed..a44c1cc9237c68e726173a7a8be7cba4a56bc62c 100644 (file)
@@ -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
 
    *************************************************************************
    
index 981264b5ee3db0b77a8738572fa4cf872c907b2a..91d093e54f498dd39cbad7bc9461df2e9db7509d 100644 (file)
@@ -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
 
    *************************************************************************
    
index 263a251569e7384e4820cc40c64a5e6759785a02..0c04f52a83d3823c6c7ba8e68b3748a163b5115b 100644 (file)
@@ -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
 
    *************************************************************************
    
index b196316aaf87ecbf45f14d1526d9b9c8437996da..e73becf66b0acb010b93203bbe813b026bc9d663 100644 (file)
@@ -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
 
    *************************************************************************
    
index 7eb042eaa6d1ef66406f8c4a6ed7a6e42c939b04..a98213daa490916993f0ffd05ca3b4d182d88bf5 100644 (file)
@@ -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
 
    *************************************************************************
    
index ce4a2fbed1da241b27dfb3f44db408a2e6e0afd7..d5f413dc35f150a127fe5a9d328d247fa817d955 100644 (file)
@@ -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
 
    *************************************************************************
    
index 0db94ee69772c02c9c48a68150272e6060630bec..b584c9f57a527b163df525b31ebe997ac630c441 100644 (file)
@@ -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
 
    *************************************************************************
    
index 210617bb41db3029dc1fe77edc6bdbdcdd4b9176..b1276214d6843b7a0c7e687fcc04e8639ef72faa 100644 (file)
@@ -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
 
  *************************************************************************
  
index 6a109a8b65e62e3e6cc3b53c280e8173a58eebfd..16f818b3dbfb656350b204824bc9db296540818c 100644 (file)
@@ -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
 
    *************************************************************************
    
index 4f6dde8c4ccab7cfc0f0d4b37a05808d640b02a3..ae208985997c6c1ed1a2f2d60b89cba15d9405d6 100644 (file)
@@ -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
 
    *************************************************************************
    
index 7d47c1ea11cb1c5f41b57ee8181568631e95d09d..8ef96c982ce8261936e85cc6c8419aba458f7f7c 100644 (file)
@@ -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
 
    *************************************************************************
    
index fc503b4a73d8ebea296ff6dc08fdee96e4a68412..fc0f5569b09c7753864860ecd3930daa906df484 100644 (file)
@@ -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
 
    *************************************************************************
    
index 11823f2ec78708f5fa0afaaea5624f9d39718213..c6a6463e6b18515a1c46568840a639706af008a2 100644 (file)
@@ -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
 
    *************************************************************************
    
index 8e012fdb5b8a2733b2b7e99b64fcb93b076cefb5..2c6b95cc64f576df010bbbac70637d6ede6878d6 100644 (file)
@@ -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
 
    *************************************************************************
    
index 8d5a1625d00c5966e32dc30c82f5cd8eb594459d..e67f55a18b140809347678684f3298081db1cbc0 100644 (file)
@@ -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
 
    *************************************************************************
    
index bb0cf1271f66be6b644901aa2dd7f24d83521ef1..cc220b630d4608d1dce9bb944dd01c4f07a3e818 100644 (file)
@@ -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
 
    *************************************************************************
    
index 7918c6d07f953b41cade9e9f2ec62fd01f25267e..5f3154aa4332e33277c40169676296d6c500647b 100644 (file)
@@ -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
 
    *************************************************************************
    
index 01ede055afb240ceee825a40ef6a8675c9dedc51..645ac0a4fd90098d6efb84f5de289e529158328f 100644 (file)
@@ -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
 
    *************************************************************************
    
index 17daea5f96fcce57b3ebd9fa228a836eb8467d7f..2f91a81bddcc339519e77ef0715d81548d615d3c 100644 (file)
@@ -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
 
    *************************************************************************
    
index 3c293f554cb6ffea685b4fd7cca2fdcfb4285272..f9ff314092077f9fb2420bee375f6f1a50b3285b 100644 (file)
@@ -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
 
    *************************************************************************
    
index b655061f8ac20b23db1f253e3ca3c33a81911942..66eb23f8bc271d4e402cbf19f93a7bee1a4c4ad5 100644 (file)
@@ -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
 
    *************************************************************************
    
index f65e1789d5d189e48b7a714fd1b56658e8828961..87ece18c5d5a089f99847fa4534a85e32c9fa93c 100644 (file)
@@ -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
 
    *************************************************************************
    
index c1db0c00e13876de99d1e39fbfad209cc227e17e..4908d7eede22ec547e345aa4952ef70058286faf 100644 (file)
@@ -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
 
    *************************************************************************
    
index cdc5ad340472a499182d7d23a66cabe551c35ba6..9d3533de710e5eaae472a32c6e1751e5e499af04 100644 (file)
@@ -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
 
    *************************************************************************
    
index 447a957c18d8ac3626f6e629df0a6b97adefc959..c6dfe77c49d7b3e4d55e5d5ba6c9a454f0290b10 100644 (file)
@@ -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
 
    *************************************************************************
    
index 0625d23fd6fe57f020c9bdf276f73005b5476b77..b9dfd4bb5d472d1c57b89a21cd45ae6a682b4cb4 100644 (file)
@@ -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
 
    *************************************************************************
    
index fd4bd8bc68242eca39c2281db10186f4f4b01900..3f1c518bbb374040550af0a8372e64b1c7b7f63e 100644 (file)
@@ -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
 
    *************************************************************************
    
index 2f73956abaa415ce644443cbaaa03da9a6b9baf4..77ebea96889d206e9321471ecd684710e741b17a 100644 (file)
@@ -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
 
    *************************************************************************
    
index 1943056032dba9c3a6588c2173876fe29abe815f..cc7e8c1e0a4cbd26f36c8323ed2a031c24a4eb72 100644 (file)
@@ -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
 
    *************************************************************************
    
index 804408060e3280709ab71ae437f2c34fd81ed83a..f71d40ab17f1ecbd9623d95cd2524a1b2d5323f1 100644 (file)
@@ -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
 
    *************************************************************************
    
index 7140e456434abd172b4cd5bc190304263a7683cf..d44255771664c11fa304355befee2f67b081d995 100644 (file)
@@ -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
 
    *************************************************************************
    
index 54aaf17f5ad1aead7bf16533e7c3ef0d1a7851ee..b2cf1712f1d867caff2c93791cb1c0c7a2542307 100644 (file)
@@ -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
 
    *************************************************************************
    
index 46c7e56cf5f42beb115e5be7e9a56259e822f5eb..80529d6de8b87ae50ff9b725d8176f1a34c9acf3 100644 (file)
@@ -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
 
    *************************************************************************
    
index e139c72931b968849ac5fac4a8ef5d5a85fcea92..4f5e99fb078bc19276bd496a8d306d26a1ac3fbd 100644 (file)
@@ -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
 
    *************************************************************************
    
index 61ead110c4aaddd6fe54cee824f61ac7833b6f43..372933505ba35364eb1e0ca259509e09c72b3d24 100644 (file)
@@ -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
 
    *************************************************************************
    
index d9f3b831df43450971f7f640bfe8b3910da517ed..de7b2dcb8b6f6c24140e2897035f6a5c9f92e0e5 100644 (file)
@@ -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
 
  *************************************************************************
  
index dc408065ced7b2ca1d0cc2a5c58b6accf4f2e4f9..6c59980c4407ceff3884fd4e26bd144e5a43cc48 100644 (file)
@@ -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
 
  *************************************************************************
  
index e605b23477303b6914f2d25f47bc69017b70ef20..7b59fd8e7f50f67476397404b2e1233f587a16a6 100644 (file)
@@ -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
 
    *************************************************************************
    
index c042a937e5ef5187c24976631f642ecaa3b7acfc..1b2e93519bcf13fb1d4525902c7b03cbfe28ae15 100644 (file)
@@ -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
 
    *************************************************************************
    
index cdaaa618d65d4c47d252a6ef6939c159ede8cca3..c3d2deb35ee9f480626bf96d8c35c13f6b1abfaa 100644 (file)
@@ -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
 
    *************************************************************************
    
index a527a48e4f3aefb541521c8157dd26236773db7f..de296b1eeca9263d9cee6fbbefcdcbe22dd234a2 100644 (file)
@@ -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
 
    *************************************************************************
    
index 1459078741eaa85e58c8598804126728fbe142d5..2d06b85f59adfbe8a0581a94b879fc7d29c87dd0 100644 (file)
@@ -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
 
  *************************************************************************
  
index 235f889e7caf668f7dfc0a4f60bc9b0d5bc7897b..5feec4874d1909dafbaf32aef04b6a8e4a1bb59f 100644 (file)
@@ -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
 
    *************************************************************************
    
index 5ee42d90520efdb8663fa229c02b1056b09bb5d6..0791983b9908490a98007d7dc8b9763688e50d4a 100644 (file)
@@ -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
 
    *************************************************************************
    
index 9879b040d8fc58047115df4020d418f1c9ebc475..6e4e99f587296269819e9672c21538b2ac115ce1 100644 (file)
@@ -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
 
    *************************************************************************
    
index 5ae91401ae5e8b518f59e9be894bacecb007dcc8..92177a2e35e5f34e6c52a6c5af987550e5e908ea 100644 (file)
@@ -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
 
  *************************************************************************
  
index dd36c9f718ff038a195cefa5fd7ae1f0bae96ad0..6989a4a67c72a00716ace14a76a992746cd915b8 100644 (file)
@@ -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
 
  *************************************************************************
  
index 1912725664e6d88281ef96f2c2eaed698902bb24..30efdc2df91004ca9b7555b15a8039b99152c8b8 100644 (file)
@@ -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
 
  *************************************************************************
  
index 0d77e555ed867063b552fcca6545791da8e3a502..d8089f9f9278d90188d82e443bbeb8b4d8f2f578 100644 (file)
@@ -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
 
    *************************************************************************
    
index 06181d16c9fb08a519257280563bc56048d8c2f3..225aeac81f329428fdb7c2a3b834ad03b6515463 100644 (file)
@@ -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
 
    *************************************************************************
    
index 7edfb272428a530b8c05782dae9d939bd46f8a0d..b147379e8d86965d0347deb895644d8fb9b123d8 100644 (file)
@@ -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
 
    *************************************************************************
    
index b49c79959a4e2ab8a266920f077963e1a4dc9a09..8a2fb0cf0aebb466f1d43f4b948fa6c783ec8d99 100644 (file)
@@ -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
 
    *************************************************************************
    
index aeef1b84a779be90f42cb25c19e97d4562dd5b92..3193ab32ff283ec73dbc551fbbf9ed770d12948c 100644 (file)
@@ -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
 
    *************************************************************************
    
index dea12a63f6333cfe6e7ee949422eec14677ef955..e91f300ba4f1f7d6d09017c2885a1a0ffe61d4d6 100644 (file)
@@ -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
 
  *************************************************************************
  
index 0e43c5f379351d9c420615657544b538324fd849..924049da407ca6d32046a2b7156b64fdfb314e1d 100644 (file)
@@ -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
 
    *************************************************************************
    
index ad79fef3642f60c9cdad6baae7b4413ebdc7a44e..0ab9d0d22f6ce0665fbaf330ae58ea8b0f9dccee 100644 (file)
@@ -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
 
    *************************************************************************
    
index 6ac25b1fa9b8f81499114e6df4b067411a30f76d..7c4d58652b462ecb20310280f40f87c6067d744d 100644 (file)
@@ -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
 
    *************************************************************************
    
index 40d0b96dfc9ecda10873b47939e0447e5b3cf3e8..60ba87b81860a4fedf512a41d91b3e335b25da28 100644 (file)
@@ -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
 
    *************************************************************************
    
index 3bf5f81c8180eb843bfaeac22f3d843218d0c97f..311f7a66ebbafa127be9c91407c6df48cc7e9b30 100644 (file)
@@ -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
 
    *************************************************************************
    
index 48be64380d5531445eaf59053c6cfc713aebc199..953a7f44ae51c7a5f954edcc887506e750034ecf 100644 (file)
@@ -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
 
    *************************************************************************
    
index eb65f505701e75eab76788712b42220899aaefa8..0f92adaf18ceebe24eeab48feff9b2a944d71f5b 100644 (file)
@@ -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
 
    *************************************************************************
    
index bb04b72bf46fba5bab25c4bfef71cc5519f09bf4..4a4224da3e4d26e8675ea3a1a48dab8516fadec2 100644 (file)
@@ -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
 
    *************************************************************************
    
index a164703f78497e086bc3da518ce403b00360fce7..20bcd4fc93677c9bdf7f269f3e08cea607cc451c 100644 (file)
@@ -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
 
    *************************************************************************
    
index 1a213de8456fdc04aa943c09faf270cc19f75d45..7626ef3566c06efbc1056d708719f2f4fa9610f0 100644 (file)
@@ -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
 
    *************************************************************************
    
index 7b7e32d1a4732645008e4f57b82d4477e9cdc511..d6d44049f40b4c36552dbc7f6c97a5aa1198c045 100644 (file)
@@ -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
 
    *************************************************************************
    
index f6fce27cac0db8596145cb18e97a4e0c4f4b17d5..ca106e66028ce0ed9d1eead8cdf47970ee2acd76 100644 (file)
@@ -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
 
    *************************************************************************
    
index 1a4cef216e0905563518b0dda9cb44522e1f04f1..2e423357826675c3d5dc0582aeab0a2fcf8a7308 100644 (file)
@@ -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
 
    *************************************************************************
    
index e6b68e16b32c02bda5901ee90768bdf6dee3e27a..f5b1949bd5348a4dc9c647a0b7357bd0f293f896 100644 (file)
@@ -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
 
    *************************************************************************
    
index b2a0ac000757664eafb5657e007c4f682125b4b4..aad3046220bc2ad84d7bfc9090f86636798e315a 100644 (file)
@@ -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
 
    *************************************************************************
    
index 69fa4a17514a7c2b03a52a6810da3fa7f081ce0d..3be3e399a650cdd5cfed9760214468a484db3b69 100644 (file)
@@ -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
 
    *************************************************************************
    
index f5133f9cac7196f2cb21fe1a9895a84dd405d086..4d2905f86f0afe6f75ce8d0f40d15ed38c49c22a 100644 (file)
@@ -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
 
    *************************************************************************
    
index 1aedf531773e6e71a05429de658ef46c2c47d478..e1fe2b1f9cb7e82a79894b9a5016fc8c71dfbf6a 100644 (file)
@@ -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
 
    *************************************************************************
    
index ab0df881a095218f0b587680afa1d3e215235a0c..83b1fdb4c9d962956f150f647d36fe009446e05c 100644 (file)
@@ -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
 
    *************************************************************************
    
index 731267ead80113728ff4e0e306b0951ed056b027..3324db74a8f5233a339a608af60b3ecf869371e4 100644 (file)
@@ -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
 
    *************************************************************************
    
index b50eb060ee1dca60c99355cc5cd38e41fb863f68..df447c0e14024acd9546ee372d6cdbeb841b575d 100644 (file)
@@ -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
 
    *************************************************************************
    
index 1229c1efb8e5b69dffc556dc29b484e08404017b..91fbbbb0dcf6ac393c20782f2799b63a34ff3b00 100644 (file)
@@ -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
 
    *************************************************************************
    
index fdcc64ed5e5538ca76bc4bd08ccb62540cb2be0a..01a529d5bb27e99820062a9ffa29100e1bb4d745 100644 (file)
@@ -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
 
    *************************************************************************
    
index 25b8a99d6b48a33f1c9f66620043d980aa2c5038..876a6436790d3ead404b7cd3d6445557ccd39ab2 100644 (file)
@@ -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
 
    *************************************************************************
    
index c5e871f9f6c53a63c5cfbc367f7de4a95df42926..0c72bc9d160718ec5710cdb81c29bc2e166ae726 100644 (file)
@@ -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
 
    *************************************************************************
    
index 90973c1ddb63123014e22f88d4d049ac4d4e20fe..075c90740eec34f28e6306f23bb5331691efece5 100644 (file)
@@ -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
 
    *************************************************************************
    
index 669bf0be94be4be7e2442b60e0e26a1b4f001314..ac1b5221bab9000f66cb5ce7031012b71c6692a6 100644 (file)
@@ -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
 
    *************************************************************************
    
index 029c26f6c773b89e74b673593c259a09de180b25..b96788caa8c3779daa1aa9c37f793b00488aff6a 100644 (file)
@@ -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
 
    *************************************************************************
    
index 9bb40de1c59d5dad4b6459a5291ebd8fc63efcca..9f3399c05b81cb99940422f182ea9d2afa156605 100644 (file)
@@ -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
 
    *************************************************************************
    
index ee001eaf1f79747e1730e2ecd507b5b2ff4e5422..b963774d1ac624104a1b805e3710e959f6f523e2 100644 (file)
@@ -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
 
    *************************************************************************
    
index 810513aad3a6aa292489c64d5857ffe534eafaa0..5ca7983b25e6cd8888a8a596cabb0cad69bbc3a4 100644 (file)
@@ -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
 
    *************************************************************************
    
index 372b5c88e6a835eff5f8540ad544af1d0bc8f2d9..e19f7c05980d1177461442c20c03cc980ea06161 100644 (file)
@@ -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
 
    *************************************************************************
    
index a048fc596969ad273584e2758a9f63a0e9cce997..0f750f92abc6a8d87ed8b7c8232b3ca5c17bc30b 100644 (file)
@@ -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
 
    *************************************************************************