Selaa lähdekoodia

Update copyright year (#10761)

tags/8.4.0.alpha1
Ilia Motornyi 6 vuotta sitten
vanhempi
commit
6541b7bad2
100 muutettua tiedostoa jossa 99 lisäystä ja 99 poistoa
  1. 1
    1
      checkstyle/header
  2. 1
    1
      client-compiled/src/main/java/com/vaadin/osgi/widgetset/DefaultWidgetsetContribution.java
  3. 1
    1
      client-compiler/src/main/java/com/vaadin/sass/linker/SassLinker.java
  4. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/AcceptCriteriaFactoryGenerator.java
  5. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/ConnectorBundleLoaderFactory.java
  6. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ArraySerializer.java
  7. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ClientRpcVisitor.java
  8. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java
  9. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ConnectorInitVisitor.java
  10. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/CustomSerializer.java
  11. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/EnumSerializer.java
  12. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/FieldProperty.java
  13. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/GeneratedSerializer.java
  14. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/JsonSerializer.java
  15. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/MethodProperty.java
  16. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/OnStateChangeVisitor.java
  17. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/Property.java
  18. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/RendererVisitor.java
  19. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ServerRpcVisitor.java
  20. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/StateInitVisitor.java
  21. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/TypeVisitor.java
  22. 1
    1
      client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/WidgetInitVisitor.java
  23. 1
    1
      client-compiler/src/main/java/com/vaadin/tools/CvalAddonsChecker.java
  24. 1
    1
      client-compiler/src/main/java/com/vaadin/tools/CvalChecker.java
  25. 1
    1
      client-compiler/src/main/java/com/vaadin/tools/ReportUsage.java
  26. 1
    1
      client-compiler/src/main/java/com/vaadin/tools/WidgetsetCompiler.java
  27. 1
    1
      client-compiler/src/test/java/com/vaadin/tools/CvalAddonsCheckerTest.java
  28. 1
    1
      client-compiler/src/test/java/com/vaadin/tools/CvalAddonstCheckerUseCasesTest.java
  29. 1
    1
      client-compiler/src/test/java/com/vaadin/tools/CvalCheckerTest.java
  30. 1
    1
      client/src/main/java/com/vaadin/client/AnimationUtil.java
  31. 1
    1
      client/src/main/java/com/vaadin/client/ApplicationConfiguration.java
  32. 1
    1
      client/src/main/java/com/vaadin/client/ApplicationConnection.java
  33. 1
    1
      client/src/main/java/com/vaadin/client/BrowserInfo.java
  34. 1
    1
      client/src/main/java/com/vaadin/client/CSSRule.java
  35. 1
    1
      client/src/main/java/com/vaadin/client/ComponentConnector.java
  36. 1
    1
      client/src/main/java/com/vaadin/client/ComponentDetail.java
  37. 1
    1
      client/src/main/java/com/vaadin/client/ComponentDetailMap.java
  38. 1
    1
      client/src/main/java/com/vaadin/client/ComputedStyle.java
  39. 1
    1
      client/src/main/java/com/vaadin/client/ConnectorHierarchyChangeEvent.java
  40. 1
    1
      client/src/main/java/com/vaadin/client/ConnectorMap.java
  41. 1
    1
      client/src/main/java/com/vaadin/client/ContainerResizedListener.java
  42. 1
    1
      client/src/main/java/com/vaadin/client/DateTimeService.java
  43. 1
    1
      client/src/main/java/com/vaadin/client/DeferredWorker.java
  44. 1
    1
      client/src/main/java/com/vaadin/client/DependencyLoader.java
  45. 1
    1
      client/src/main/java/com/vaadin/client/DirectionalManagedLayout.java
  46. 1
    1
      client/src/main/java/com/vaadin/client/EventHelper.java
  47. 1
    1
      client/src/main/java/com/vaadin/client/FastStringMap.java
  48. 1
    1
      client/src/main/java/com/vaadin/client/FastStringSet.java
  49. 1
    1
      client/src/main/java/com/vaadin/client/Focusable.java
  50. 1
    1
      client/src/main/java/com/vaadin/client/HasChildMeasurementHintConnector.java
  51. 1
    1
      client/src/main/java/com/vaadin/client/HasComponentsConnector.java
  52. 1
    1
      client/src/main/java/com/vaadin/client/JavaScriptConnectorHelper.java
  53. 1
    1
      client/src/main/java/com/vaadin/client/JavaScriptExtension.java
  54. 1
    1
      client/src/main/java/com/vaadin/client/JsArrayObject.java
  55. 1
    1
      client/src/main/java/com/vaadin/client/LayoutManager.java
  56. 1
    1
      client/src/main/java/com/vaadin/client/LocaleNotLoadedException.java
  57. 1
    1
      client/src/main/java/com/vaadin/client/LocaleService.java
  58. 1
    1
      client/src/main/java/com/vaadin/client/MeasuredSize.java
  59. 1
    1
      client/src/main/java/com/vaadin/client/MouseEventDetailsBuilder.java
  60. 1
    1
      client/src/main/java/com/vaadin/client/Paintable.java
  61. 1
    1
      client/src/main/java/com/vaadin/client/Profiler.java
  62. 1
    1
      client/src/main/java/com/vaadin/client/RenderInformation.java
  63. 1
    1
      client/src/main/java/com/vaadin/client/RenderSpace.java
  64. 1
    1
      client/src/main/java/com/vaadin/client/ResourceLoader.java
  65. 1
    1
      client/src/main/java/com/vaadin/client/ServerConnector.java
  66. 1
    1
      client/src/main/java/com/vaadin/client/SimpleTree.java
  67. 1
    1
      client/src/main/java/com/vaadin/client/StyleConstants.java
  68. 1
    1
      client/src/main/java/com/vaadin/client/SuperDevMode.java
  69. 1
    1
      client/src/main/java/com/vaadin/client/TooltipInfo.java
  70. 1
    1
      client/src/main/java/com/vaadin/client/UIDL.java
  71. 1
    1
      client/src/main/java/com/vaadin/client/Util.java
  72. 1
    1
      client/src/main/java/com/vaadin/client/VCaption.java
  73. 1
    1
      client/src/main/java/com/vaadin/client/VCaptionWrapper.java
  74. 1
    1
      client/src/main/java/com/vaadin/client/VConsole.java
  75. 1
    1
      client/src/main/java/com/vaadin/client/VErrorMessage.java
  76. 1
    1
      client/src/main/java/com/vaadin/client/VLoadingIndicator.java
  77. 1
    1
      client/src/main/java/com/vaadin/client/VSchedulerImpl.java
  78. 1
    1
      client/src/main/java/com/vaadin/client/VTooltip.java
  79. 1
    1
      client/src/main/java/com/vaadin/client/VUIDLBrowser.java
  80. 1
    1
      client/src/main/java/com/vaadin/client/ValueMap.java
  81. 1
    1
      client/src/main/java/com/vaadin/client/WidgetInstantiator.java
  82. 1
    1
      client/src/main/java/com/vaadin/client/WidgetLoader.java
  83. 1
    1
      client/src/main/java/com/vaadin/client/WidgetMap.java
  84. 1
    1
      client/src/main/java/com/vaadin/client/WidgetSet.java
  85. 1
    1
      client/src/main/java/com/vaadin/client/WidgetUtil.java
  86. 1
    1
      client/src/main/java/com/vaadin/client/annotations/OnStateChange.java
  87. 1
    1
      client/src/main/java/com/vaadin/client/communication/AbstractServerConnectorEvent.java
  88. 1
    1
      client/src/main/java/com/vaadin/client/communication/AtmospherePushConnection.java
  89. 1
    1
      client/src/main/java/com/vaadin/client/communication/ConnectionStateHandler.java
  90. 1
    1
      client/src/main/java/com/vaadin/client/communication/Date_Serializer.java
  91. 1
    1
      client/src/main/java/com/vaadin/client/communication/DefaultConnectionStateHandler.java
  92. 1
    1
      client/src/main/java/com/vaadin/client/communication/DefaultReconnectDialog.java
  93. 1
    1
      client/src/main/java/com/vaadin/client/communication/DiffJSONSerializer.java
  94. 1
    1
      client/src/main/java/com/vaadin/client/communication/HasJavaScriptConnectorHelper.java
  95. 1
    1
      client/src/main/java/com/vaadin/client/communication/Heartbeat.java
  96. 1
    1
      client/src/main/java/com/vaadin/client/communication/JSONSerializer.java
  97. 1
    1
      client/src/main/java/com/vaadin/client/communication/JavaScriptMethodInvocation.java
  98. 1
    1
      client/src/main/java/com/vaadin/client/communication/JsonDecoder.java
  99. 1
    1
      client/src/main/java/com/vaadin/client/communication/JsonEncoder.java
  100. 0
    0
      client/src/main/java/com/vaadin/client/communication/MessageHandler.java

+ 1
- 1
checkstyle/header Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiled/src/main/java/com/vaadin/osgi/widgetset/DefaultWidgetsetContribution.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/sass/linker/SassLinker.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/AcceptCriteriaFactoryGenerator.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/ConnectorBundleLoaderFactory.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ArraySerializer.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ClientRpcVisitor.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ConnectorBundle.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ConnectorInitVisitor.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/CustomSerializer.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/EnumSerializer.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/FieldProperty.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/GeneratedSerializer.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/JsonSerializer.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/MethodProperty.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/OnStateChangeVisitor.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/Property.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/RendererVisitor.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/ServerRpcVisitor.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/StateInitVisitor.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/TypeVisitor.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/server/widgetsetutils/metadata/WidgetInitVisitor.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/tools/CvalAddonsChecker.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/tools/CvalChecker.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/tools/ReportUsage.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/main/java/com/vaadin/tools/WidgetsetCompiler.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/test/java/com/vaadin/tools/CvalAddonsCheckerTest.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/test/java/com/vaadin/tools/CvalAddonstCheckerUseCasesTest.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client-compiler/src/test/java/com/vaadin/tools/CvalCheckerTest.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/AnimationUtil.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/ApplicationConfiguration.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/ApplicationConnection.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/BrowserInfo.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/CSSRule.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/ComponentConnector.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/ComponentDetail.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/ComponentDetailMap.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/ComputedStyle.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/ConnectorHierarchyChangeEvent.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/ConnectorMap.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/ContainerResizedListener.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/DateTimeService.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/DeferredWorker.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/DependencyLoader.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/DirectionalManagedLayout.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/EventHelper.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/FastStringMap.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/FastStringSet.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/Focusable.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/HasChildMeasurementHintConnector.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/HasComponentsConnector.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/JavaScriptConnectorHelper.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/JavaScriptExtension.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/JsArrayObject.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/LayoutManager.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/LocaleNotLoadedException.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/LocaleService.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/MeasuredSize.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/MouseEventDetailsBuilder.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/Paintable.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/Profiler.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/RenderInformation.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/RenderSpace.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/ResourceLoader.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/ServerConnector.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/SimpleTree.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/StyleConstants.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/SuperDevMode.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/TooltipInfo.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/UIDL.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/Util.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/VCaption.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/VCaptionWrapper.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/VConsole.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/VErrorMessage.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/VLoadingIndicator.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/VSchedulerImpl.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/VTooltip.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/VUIDLBrowser.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/ValueMap.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/WidgetInstantiator.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/WidgetLoader.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/WidgetMap.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/WidgetSet.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/WidgetUtil.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/annotations/OnStateChange.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/communication/AbstractServerConnectorEvent.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/communication/AtmospherePushConnection.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/communication/ConnectionStateHandler.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/communication/Date_Serializer.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/communication/DefaultConnectionStateHandler.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/communication/DefaultReconnectDialog.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/communication/DiffJSONSerializer.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/communication/HasJavaScriptConnectorHelper.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/communication/Heartbeat.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/communication/JSONSerializer.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/communication/JavaScriptMethodInvocation.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/communication/JsonDecoder.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 1
- 1
client/src/main/java/com/vaadin/client/communication/JsonEncoder.java Näytä tiedosto

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 Vaadin Ltd.
* Copyright 2000-2018 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

+ 0
- 0
client/src/main/java/com/vaadin/client/communication/MessageHandler.java Näytä tiedosto


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

Loading…
Peruuta
Tallenna