Browse Source

Replaced license place holder with actual license (#8955)

tags/7.0.0.beta1
Artur Signell 11 years ago
parent
commit
8d0c857382
100 changed files with 1287 additions and 99 deletions
  1. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/AbstractConnectorClassBasedFactoryGenerator.java
  2. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/AcceptCriteriaFactoryGenerator.java
  3. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/ClassPathExplorer.java
  4. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/ConnectorStateFactoryGenerator.java
  5. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/ConnectorWidgetFactoryGenerator.java
  6. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/CustomWidgetMapGenerator.java
  7. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/EagerWidgetMapGenerator.java
  8. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/GeneratedRpcMethodProviderGenerator.java
  9. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/LazyWidgetMapGenerator.java
  10. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/RpcProxyCreatorGenerator.java
  11. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/RpcProxyGenerator.java
  12. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/SerializerGenerator.java
  13. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/SerializerMapGenerator.java
  14. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetMapGenerator.java
  15. 13
    1
      client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetSetBuilder.java
  16. 13
    1
      client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java
  17. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java
  18. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java
  19. 13
    1
      client/src/com/vaadin/terminal/gwt/client/BrowserInfo.java
  20. 13
    1
      client/src/com/vaadin/terminal/gwt/client/CSSRule.java
  21. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ClientExceptionHandler.java
  22. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ComponentConnector.java
  23. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ComponentContainerConnector.java
  24. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ComponentDetail.java
  25. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ComponentDetailMap.java
  26. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ComponentLocator.java
  27. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ComputedStyle.java
  28. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ConnectorHierarchyChangeEvent.java
  29. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ConnectorMap.java
  30. 13
    1
      client/src/com/vaadin/terminal/gwt/client/Console.java
  31. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ContainerResizedListener.java
  32. 13
    1
      client/src/com/vaadin/terminal/gwt/client/DateTimeService.java
  33. 13
    1
      client/src/com/vaadin/terminal/gwt/client/DirectionalManagedLayout.java
  34. 13
    1
      client/src/com/vaadin/terminal/gwt/client/EventHelper.java
  35. 13
    1
      client/src/com/vaadin/terminal/gwt/client/FastStringSet.java
  36. 13
    1
      client/src/com/vaadin/terminal/gwt/client/Focusable.java
  37. 13
    1
      client/src/com/vaadin/terminal/gwt/client/JavaScriptConnectorHelper.java
  38. 13
    1
      client/src/com/vaadin/terminal/gwt/client/JavaScriptExtension.java
  39. 13
    1
      client/src/com/vaadin/terminal/gwt/client/LayoutManager.java
  40. 13
    1
      client/src/com/vaadin/terminal/gwt/client/LayoutManagerIE8.java
  41. 13
    1
      client/src/com/vaadin/terminal/gwt/client/LocaleNotLoadedException.java
  42. 13
    1
      client/src/com/vaadin/terminal/gwt/client/LocaleService.java
  43. 13
    1
      client/src/com/vaadin/terminal/gwt/client/MeasuredSize.java
  44. 13
    1
      client/src/com/vaadin/terminal/gwt/client/MouseEventDetailsBuilder.java
  45. 13
    1
      client/src/com/vaadin/terminal/gwt/client/NullConsole.java
  46. 13
    1
      client/src/com/vaadin/terminal/gwt/client/Paintable.java
  47. 13
    1
      client/src/com/vaadin/terminal/gwt/client/RenderInformation.java
  48. 13
    1
      client/src/com/vaadin/terminal/gwt/client/RenderSpace.java
  49. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ResourceLoader.java
  50. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ServerConnector.java
  51. 13
    1
      client/src/com/vaadin/terminal/gwt/client/SimpleTree.java
  52. 13
    1
      client/src/com/vaadin/terminal/gwt/client/StyleConstants.java
  53. 13
    1
      client/src/com/vaadin/terminal/gwt/client/SuperDevMode.java
  54. 13
    1
      client/src/com/vaadin/terminal/gwt/client/SynchronousXHR.java
  55. 13
    1
      client/src/com/vaadin/terminal/gwt/client/TooltipInfo.java
  56. 13
    1
      client/src/com/vaadin/terminal/gwt/client/UIDL.java
  57. 13
    1
      client/src/com/vaadin/terminal/gwt/client/Util.java
  58. 13
    1
      client/src/com/vaadin/terminal/gwt/client/VCaption.java
  59. 13
    1
      client/src/com/vaadin/terminal/gwt/client/VCaptionWrapper.java
  60. 13
    1
      client/src/com/vaadin/terminal/gwt/client/VConsole.java
  61. 13
    1
      client/src/com/vaadin/terminal/gwt/client/VDebugConsole.java
  62. 13
    1
      client/src/com/vaadin/terminal/gwt/client/VErrorMessage.java
  63. 13
    1
      client/src/com/vaadin/terminal/gwt/client/VSchedulerImpl.java
  64. 13
    1
      client/src/com/vaadin/terminal/gwt/client/VTooltip.java
  65. 13
    1
      client/src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java
  66. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ValueMap.java
  67. 13
    1
      client/src/com/vaadin/terminal/gwt/client/WidgetInstantiator.java
  68. 13
    1
      client/src/com/vaadin/terminal/gwt/client/WidgetLoader.java
  69. 13
    1
      client/src/com/vaadin/terminal/gwt/client/WidgetMap.java
  70. 13
    1
      client/src/com/vaadin/terminal/gwt/client/WidgetSet.java
  71. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/AbstractServerConnectorEvent.java
  72. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/DiffJSONSerializer.java
  73. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/GeneratedRpcMethodProvider.java
  74. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/HasJavaScriptConnectorHelper.java
  75. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/InitializableServerRpc.java
  76. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/JSONSerializer.java
  77. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/JsonDecoder.java
  78. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/JsonEncoder.java
  79. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/RpcManager.java
  80. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/RpcMethod.java
  81. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/RpcProxy.java
  82. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/SerializerMap.java
  83. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/StateChangeEvent.java
  84. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/Type.java
  85. 13
    1
      client/src/com/vaadin/terminal/gwt/client/communication/URLReference_Serializer.java
  86. 13
    1
      client/src/com/vaadin/terminal/gwt/client/extensions/AbstractExtensionConnector.java
  87. 13
    1
      client/src/com/vaadin/terminal/gwt/client/extensions/javascriptmanager/JavaScriptManagerConnector.java
  88. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ui/AbstractClickEventHandler.java
  89. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ui/AbstractComponentConnector.java
  90. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ui/AbstractComponentContainerConnector.java
  91. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ui/AbstractConnector.java
  92. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ui/AbstractFieldConnector.java
  93. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ui/AbstractLayoutConnector.java
  94. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ui/Action.java
  95. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ui/ActionOwner.java
  96. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ui/CalendarEntry.java
  97. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ui/ClickEventHandler.java
  98. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ui/ConnectorClassBasedFactory.java
  99. 13
    1
      client/src/com/vaadin/terminal/gwt/client/ui/ConnectorStateFactory.java
  100. 0
    0
      client/src/com/vaadin/terminal/gwt/client/ui/ConnectorWidgetFactory.java

+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/AbstractConnectorClassBasedFactoryGenerator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.widgetsetutils;

+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/AcceptCriteriaFactoryGenerator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.widgetsetutils;


+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/ClassPathExplorer.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.widgetsetutils;


+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/ConnectorStateFactoryGenerator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.widgetsetutils;

+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/ConnectorWidgetFactoryGenerator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.widgetsetutils;

+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/CustomWidgetMapGenerator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.widgetsetutils;


+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/EagerWidgetMapGenerator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.widgetsetutils;


+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/GeneratedRpcMethodProviderGenerator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.widgetsetutils;

+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/LazyWidgetMapGenerator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.widgetsetutils;


+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/RpcProxyCreatorGenerator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.widgetsetutils;


+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/RpcProxyGenerator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.widgetsetutils;

+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/SerializerGenerator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.widgetsetutils;

+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/SerializerMapGenerator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.widgetsetutils;

+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetMapGenerator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.widgetsetutils;


+ 13
- 1
client-compiler/src/com/vaadin/terminal/gwt/widgetsetutils/WidgetSetBuilder.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.widgetsetutils;


+ 13
- 1
client-compiler/src/com/vaadin/tools/WidgetsetCompiler.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.tools;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ApplicationConfiguration.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ApplicationConnection.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/BrowserInfo.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/CSSRule.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ClientExceptionHandler.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ComponentConnector.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ComponentContainerConnector.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ComponentDetail.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ComponentDetailMap.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ComponentLocator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ComputedStyle.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ConnectorHierarchyChangeEvent.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ConnectorMap.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/Console.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ContainerResizedListener.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/DateTimeService.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/DirectionalManagedLayout.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/EventHelper.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/FastStringSet.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/Focusable.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/JavaScriptConnectorHelper.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/JavaScriptExtension.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/LayoutManager.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/LayoutManagerIE8.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/LocaleNotLoadedException.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/LocaleService.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/MeasuredSize.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/MouseEventDetailsBuilder.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/NullConsole.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/Paintable.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/RenderInformation.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/RenderSpace.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ResourceLoader.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ServerConnector.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/SimpleTree.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/StyleConstants.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/SuperDevMode.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/SynchronousXHR.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/TooltipInfo.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/UIDL.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/Util.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/VCaption.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/VCaptionWrapper.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/VConsole.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/VDebugConsole.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/VErrorMessage.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/VSchedulerImpl.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/VTooltip.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/VUIDLBrowser.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/**
*

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ValueMap.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
/**
*

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/WidgetInstantiator.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/WidgetLoader.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/WidgetMap.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/WidgetSet.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/AbstractServerConnectorEvent.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.communication;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/DiffJSONSerializer.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.communication;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/GeneratedRpcMethodProvider.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.communication;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/HasJavaScriptConnectorHelper.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client.communication;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/InitializableServerRpc.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.communication;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/JSONSerializer.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client.communication;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/JsonDecoder.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client.communication;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/JsonEncoder.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client.communication;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/RpcManager.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client.communication;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/RpcMethod.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.communication;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/RpcProxy.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.communication;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/SerializerMap.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client.communication;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/StateChangeEvent.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.communication;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/Type.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.communication;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/communication/URLReference_Serializer.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.communication;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/extensions/AbstractExtensionConnector.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client.extensions;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/extensions/javascriptmanager/JavaScriptManagerConnector.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client.extensions.javascriptmanager;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ui/AbstractClickEventHandler.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.ui;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ui/AbstractComponentConnector.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.ui;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ui/AbstractComponentContainerConnector.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.ui;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ui/AbstractConnector.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.ui;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ui/AbstractFieldConnector.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.ui;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ui/AbstractLayoutConnector.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.ui;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ui/Action.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client.ui;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ui/ActionOwner.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.ui;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ui/CalendarEntry.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/

package com.vaadin.terminal.gwt.client.ui;

+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ui/ClickEventHandler.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.ui;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ui/ConnectorClassBasedFactory.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.ui;


+ 13
- 1
client/src/com/vaadin/terminal/gwt/client/ui/ConnectorStateFactory.java View File

@@ -1,5 +1,17 @@
/*
@VaadinApache2LicenseForJavaFiles@
* Copyright 2011 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
* License for the specific language governing permissions and limitations under
* the License.
*/
package com.vaadin.terminal.gwt.client.ui;


+ 0
- 0
client/src/com/vaadin/terminal/gwt/client/ui/ConnectorWidgetFactory.java View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save