Переглянути джерело

Update copyright year (#10761)

tags/8.4.0.alpha1
Ilia Motornyi 6 роки тому
джерело
коміт
6541b7bad2
100 змінених файлів з 99 додано та 99 видалено
  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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл

@@ -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 Переглянути файл


Деякі файли не було показано, через те що забагато файлів було змінено

Завантаження…
Відмінити
Зберегти