Przeglądaj źródła

Update copyright year (#10761)

tags/8.4.0.alpha1
Ilia Motornyi 6 lat temu
rodzic
commit
6541b7bad2
100 zmienionych plików z 99 dodań i 99 usunięć
  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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik


Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików

Ładowanie…
Anuluj
Zapisz