Просмотр исходного кода

Update remaining copyright years to 2014

Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f
tags/7.2.0
Artur Signell 10 лет назад
Родитель
Сommit
2c8c29e68b
100 измененных файлов: 106 добавлений и 106 удалений
  1. 1
    1
      client-compiler/src/com/vaadin/server/widgetsetutils/metadata/OnStateChangeVisitor.java
  2. 1
    1
      client/src/com/vaadin/client/annotations/OnStateChange.java
  3. 1
    1
      client/src/com/vaadin/client/communication/Date_Serializer.java
  4. 1
    1
      client/src/com/vaadin/client/communication/Heartbeat.java
  5. 1
    1
      client/src/com/vaadin/client/componentlocator/ComponentLocator.java
  6. 1
    1
      client/src/com/vaadin/client/componentlocator/LegacyLocatorStrategy.java
  7. 1
    1
      client/src/com/vaadin/client/componentlocator/LocatorStrategy.java
  8. 1
    1
      client/src/com/vaadin/client/componentlocator/LocatorUtil.java
  9. 1
    1
      client/src/com/vaadin/client/componentlocator/SelectorPredicate.java
  10. 1
    1
      client/src/com/vaadin/client/componentlocator/VaadinFinderLocatorStrategy.java
  11. 1
    1
      client/src/com/vaadin/client/debug/internal/AnalyzeLayoutsPanel.java
  12. 1
    1
      client/src/com/vaadin/client/debug/internal/ConnectorInfoPanel.java
  13. 1
    1
      client/src/com/vaadin/client/debug/internal/HierarchyPanel.java
  14. 1
    1
      client/src/com/vaadin/client/debug/internal/OptimizedWidgetsetPanel.java
  15. 2
    2
      client/src/com/vaadin/client/debug/internal/SelectConnectorListener.java
  16. 2
    2
      client/src/com/vaadin/client/debug/internal/SelectorPath.java
  17. 1
    1
      client/src/com/vaadin/client/debug/internal/TestBenchSection.java
  18. 1
    1
      client/src/com/vaadin/client/event/PointerCancelEvent.java
  19. 1
    1
      client/src/com/vaadin/client/event/PointerCancelHandler.java
  20. 1
    1
      client/src/com/vaadin/client/event/PointerDownEvent.java
  21. 1
    1
      client/src/com/vaadin/client/event/PointerDownHandler.java
  22. 1
    1
      client/src/com/vaadin/client/event/PointerEvent.java
  23. 2
    2
      client/src/com/vaadin/client/event/PointerEventSupport.java
  24. 1
    1
      client/src/com/vaadin/client/event/PointerEventSupportImpl.java
  25. 1
    1
      client/src/com/vaadin/client/event/PointerEventSupportImplModernIE.java
  26. 1
    1
      client/src/com/vaadin/client/event/PointerMoveEvent.java
  27. 1
    1
      client/src/com/vaadin/client/event/PointerMoveHandler.java
  28. 1
    1
      client/src/com/vaadin/client/event/PointerUpEvent.java
  29. 1
    1
      client/src/com/vaadin/client/event/PointerUpHandler.java
  30. 1
    1
      client/src/com/vaadin/client/extensions/ResponsiveConnector.java
  31. 1
    1
      client/src/com/vaadin/client/metadata/JsniInvoker.java
  32. 1
    1
      client/src/com/vaadin/client/metadata/OnStateChangeMethod.java
  33. 1
    1
      client/src/com/vaadin/client/ui/FontIcon.java
  34. 1
    1
      client/src/com/vaadin/client/ui/ImageIcon.java
  35. 1
    1
      client/src/com/vaadin/client/ui/VWindowOverlay.java
  36. 1
    1
      server/src/com/vaadin/data/util/converter/StringToBigDecimalConverter.java
  37. 1
    1
      server/src/com/vaadin/event/UIEvents.java
  38. 1
    1
      server/src/com/vaadin/server/Responsive.java
  39. 1
    1
      server/src/com/vaadin/server/ServiceDestroyEvent.java
  40. 1
    1
      server/src/com/vaadin/server/communication/JSONSerializer.java
  41. 1
    1
      server/src/com/vaadin/ui/NotificationConfiguration.java
  42. 1
    1
      server/tests/src/com/vaadin/data/util/MethodPropertyMemoryConsumption.java
  43. 1
    1
      server/tests/src/com/vaadin/data/util/TransactionalPropertyWrapperTest.java
  44. 1
    1
      server/tests/src/com/vaadin/server/ConnectorResourceHandlerTest.java
  45. 1
    1
      server/tests/src/com/vaadin/server/DefaultDeploymentConfigurationTest.java
  46. 1
    1
      server/tests/src/com/vaadin/server/VaadinGateInRequestTests.java
  47. 1
    1
      server/tests/src/com/vaadin/server/VaadinHttpAndPortletRequestTests.java
  48. 2
    2
      server/tests/src/com/vaadin/server/VaadinLiferayRequestTests.java
  49. 1
    1
      server/tests/src/com/vaadin/server/VaadinPortletTests.java
  50. 1
    1
      server/tests/src/com/vaadin/server/VaadinServiceTest.java
  51. 1
    1
      server/tests/src/com/vaadin/server/VaadinServletTest.java
  52. 2
    2
      server/tests/src/com/vaadin/server/VaadinWebSpherePortalRequestTests.java
  53. 1
    1
      server/tests/src/com/vaadin/tests/data/converter/TestStringToBigDecimalConverter.java
  54. 1
    1
      server/tests/src/com/vaadin/tests/server/component/abstractorderedlayout/LayoutSettingsOnReplace.java
  55. 1
    1
      server/tests/src/com/vaadin/tests/server/component/abstractsinglecomponentcontainer/TestRemoveFromParentLocking.java
  56. 1
    1
      server/tests/src/com/vaadin/tests/server/component/window/WindowTest.java
  57. 1
    1
      server/tests/src/com/vaadin/ui/UIInitRefreshTest.java
  58. 1
    1
      shared/src/com/vaadin/shared/ui/accordion/AccordionState.java
  59. 2
    2
      shared/src/com/vaadin/shared/ui/tabsheet/TabState.java
  60. 1
    1
      shared/src/com/vaadin/shared/ui/tabsheet/TabsheetClientRpc.java
  61. 1
    1
      shared/src/com/vaadin/shared/ui/ui/NotificationRole.java
  62. 1
    1
      shared/src/com/vaadin/shared/ui/upload/UploadServerRpc.java
  63. 1
    1
      uitest/src/com/vaadin/tests/application/DetachOldUIOnReload.java
  64. 1
    1
      uitest/src/com/vaadin/tests/application/RefreshStatePreserveTitle.java
  65. 1
    1
      uitest/src/com/vaadin/tests/application/calculator/Calc.java
  66. 1
    1
      uitest/src/com/vaadin/tests/applicationservlet/SessionExpiration.java
  67. 1
    1
      uitest/src/com/vaadin/tests/components/SaneErrorsTest.java
  68. 1
    1
      uitest/src/com/vaadin/tests/components/accordion/AccordionAddTab.java
  69. 1
    1
      uitest/src/com/vaadin/tests/components/accordion/AccordionAddTabTest.java
  70. 1
    1
      uitest/src/com/vaadin/tests/components/button/ButtonClick.java
  71. 1
    1
      uitest/src/com/vaadin/tests/components/button/ButtonClickTest.java
  72. 1
    1
      uitest/src/com/vaadin/tests/components/combobox/ComboBoxSetNullWhenNewItemsAllowed.java
  73. 1
    1
      uitest/src/com/vaadin/tests/components/combobox/ComboBoxSetNullWhenNewItemsAllowedTest.java
  74. 1
    1
      uitest/src/com/vaadin/tests/components/customfield/CustomFieldSize.java
  75. 1
    1
      uitest/src/com/vaadin/tests/components/datefield/DisabledParentLayout.java
  76. 1
    1
      uitest/src/com/vaadin/tests/components/datefield/DisabledParentLayoutTest.java
  77. 1
    1
      uitest/src/com/vaadin/tests/components/menubar/SpaceMenuBarNavigation.java
  78. 1
    1
      uitest/src/com/vaadin/tests/components/menubar/SpaceMenuBarNavigationTest.java
  79. 1
    1
      uitest/src/com/vaadin/tests/components/nativebutton/NativeButtonIconAndText.java
  80. 1
    1
      uitest/src/com/vaadin/tests/components/nativebutton/NativeButtonIconAndTextTest.java
  81. 1
    1
      uitest/src/com/vaadin/tests/components/notification/MiddleNotificationPosition.java
  82. 1
    1
      uitest/src/com/vaadin/tests/components/notification/MiddleNotificationPositionTest.java
  83. 1
    1
      uitest/src/com/vaadin/tests/components/orderedlayout/NestedLayoutCaptionHover.java
  84. 1
    1
      uitest/src/com/vaadin/tests/components/orderedlayout/NestedLayoutCaptionHoverTest.java
  85. 1
    1
      uitest/src/com/vaadin/tests/components/page/PageTitle.java
  86. 1
    1
      uitest/src/com/vaadin/tests/components/popupview/PopupViewCaption.java
  87. 1
    1
      uitest/src/com/vaadin/tests/components/popupview/PopupViewCaptionTest.java
  88. 1
    1
      uitest/src/com/vaadin/tests/components/table/CtrlShiftMultiselectTest.java
  89. 1
    1
      uitest/src/com/vaadin/tests/components/table/TableRemovedQuicklySendsInvalidRpcCalls.java
  90. 1
    1
      uitest/src/com/vaadin/tests/components/table/TableRemovedQuicklySendsInvalidRpcCallsTest.java
  91. 2
    2
      uitest/src/com/vaadin/tests/components/tabsheet/PreventTabChangeTest.java
  92. 1
    1
      uitest/src/com/vaadin/tests/components/tabsheet/TabSheetFocusedTabTest.java
  93. 1
    1
      uitest/src/com/vaadin/tests/components/tabsheet/TabSheetWithTabIds.java
  94. 1
    1
      uitest/src/com/vaadin/tests/components/textfield/AutomaticImmediate.java
  95. 1
    1
      uitest/src/com/vaadin/tests/components/textfield/AutomaticImmediateTest.java
  96. 1
    1
      uitest/src/com/vaadin/tests/components/textfield/BigDecimalTextField.java
  97. 1
    1
      uitest/src/com/vaadin/tests/components/ui/MultiFileUploadTest.java
  98. 1
    1
      uitest/src/com/vaadin/tests/components/ui/PollListenerTest.java
  99. 1
    1
      uitest/src/com/vaadin/tests/components/ui/UIRefresh.java
  100. 0
    0
      uitest/src/com/vaadin/tests/components/ui/UIRefreshTest.java

+ 1
- 1
client-compiler/src/com/vaadin/server/widgetsetutils/metadata/OnStateChangeVisitor.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/annotations/OnStateChange.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/communication/Date_Serializer.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/communication/Heartbeat.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/componentlocator/ComponentLocator.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/componentlocator/LegacyLocatorStrategy.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/componentlocator/LocatorStrategy.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/componentlocator/LocatorUtil.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/componentlocator/SelectorPredicate.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/componentlocator/VaadinFinderLocatorStrategy.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/debug/internal/AnalyzeLayoutsPanel.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/debug/internal/ConnectorInfoPanel.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/debug/internal/HierarchyPanel.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/debug/internal/OptimizedWidgetsetPanel.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/debug/internal/SelectConnectorListener.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -35,4 +35,4 @@ public interface SelectConnectorListener {
*/
public void select(ServerConnector connector,
Element element);
}
}

+ 2
- 2
client/src/com/vaadin/client/debug/internal/SelectorPath.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -265,4 +265,4 @@ public class SelectorPath {
}
return name;
}
}
}

+ 1
- 1
client/src/com/vaadin/client/debug/internal/TestBenchSection.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/event/PointerCancelEvent.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/event/PointerCancelHandler.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/event/PointerDownEvent.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/event/PointerDownHandler.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/event/PointerEvent.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
client/src/com/vaadin/client/event/PointerEventSupport.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -52,4 +52,4 @@ public class PointerEventSupport {
public static String getNativeEventName(EventType eventType) {
return impl.getNativeEventName(eventType);
}
}
}

+ 1
- 1
client/src/com/vaadin/client/event/PointerEventSupportImpl.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/event/PointerEventSupportImplModernIE.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/event/PointerMoveEvent.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/event/PointerMoveHandler.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/event/PointerUpEvent.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/event/PointerUpHandler.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/extensions/ResponsiveConnector.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/metadata/JsniInvoker.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/metadata/OnStateChangeMethod.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/ui/FontIcon.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/ui/ImageIcon.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.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/com/vaadin/client/ui/VWindowOverlay.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/src/com/vaadin/data/util/converter/StringToBigDecimalConverter.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/src/com/vaadin/event/UIEvents.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/src/com/vaadin/server/Responsive.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/src/com/vaadin/server/ServiceDestroyEvent.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/src/com/vaadin/server/communication/JSONSerializer.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/src/com/vaadin/ui/NotificationConfiguration.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/tests/src/com/vaadin/data/util/MethodPropertyMemoryConsumption.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/tests/src/com/vaadin/data/util/TransactionalPropertyWrapperTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/tests/src/com/vaadin/server/ConnectorResourceHandlerTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/tests/src/com/vaadin/server/DefaultDeploymentConfigurationTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/tests/src/com/vaadin/server/VaadinGateInRequestTests.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/tests/src/com/vaadin/server/VaadinHttpAndPortletRequestTests.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
server/tests/src/com/vaadin/server/VaadinLiferayRequestTests.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -36,4 +36,4 @@ public class VaadinLiferayRequestTests extends

return spy;
}
}
}

+ 1
- 1
server/tests/src/com/vaadin/server/VaadinPortletTests.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/tests/src/com/vaadin/server/VaadinServiceTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/tests/src/com/vaadin/server/VaadinServletTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
server/tests/src/com/vaadin/server/VaadinWebSpherePortalRequestTests.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -36,4 +36,4 @@ public class VaadinWebSpherePortalRequestTests extends

return spy;
}
}
}

+ 1
- 1
server/tests/src/com/vaadin/tests/data/converter/TestStringToBigDecimalConverter.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/tests/src/com/vaadin/tests/server/component/abstractorderedlayout/LayoutSettingsOnReplace.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/tests/src/com/vaadin/tests/server/component/abstractsinglecomponentcontainer/TestRemoveFromParentLocking.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/tests/src/com/vaadin/tests/server/component/window/WindowTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
server/tests/src/com/vaadin/ui/UIInitRefreshTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
shared/src/com/vaadin/shared/ui/accordion/AccordionState.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
shared/src/com/vaadin/shared/ui/tabsheet/TabState.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -36,4 +36,4 @@ public class TabState implements Serializable {
public String id;
public String iconAltText;

}
}

+ 1
- 1
shared/src/com/vaadin/shared/ui/tabsheet/TabsheetClientRpc.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
shared/src/com/vaadin/shared/ui/ui/NotificationRole.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
shared/src/com/vaadin/shared/ui/upload/UploadServerRpc.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/application/DetachOldUIOnReload.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/application/RefreshStatePreserveTitle.java Просмотреть файл

@@ -27,4 +27,4 @@ public class RefreshStatePreserveTitle extends AbstractTestUI {
protected Integer getTicketNumber() {
return Integer.valueOf(11054);
}
}
}

+ 1
- 1
uitest/src/com/vaadin/tests/application/calculator/Calc.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/applicationservlet/SessionExpiration.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/SaneErrorsTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/accordion/AccordionAddTab.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/accordion/AccordionAddTabTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/button/ButtonClick.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/button/ButtonClickTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/combobox/ComboBoxSetNullWhenNewItemsAllowed.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/combobox/ComboBoxSetNullWhenNewItemsAllowedTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/customfield/CustomFieldSize.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/datefield/DisabledParentLayout.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/datefield/DisabledParentLayoutTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/menubar/SpaceMenuBarNavigation.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/menubar/SpaceMenuBarNavigationTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/nativebutton/NativeButtonIconAndText.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/nativebutton/NativeButtonIconAndTextTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/notification/MiddleNotificationPosition.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/notification/MiddleNotificationPositionTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/orderedlayout/NestedLayoutCaptionHover.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/orderedlayout/NestedLayoutCaptionHoverTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/page/PageTitle.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/popupview/PopupViewCaption.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/popupview/PopupViewCaptionTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/table/CtrlShiftMultiselectTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/table/TableRemovedQuicklySendsInvalidRpcCalls.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/table/TableRemovedQuicklySendsInvalidRpcCallsTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 2
- 2
uitest/src/com/vaadin/tests/components/tabsheet/PreventTabChangeTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
@@ -59,4 +59,4 @@ public class PreventTabChangeTest extends MultiBrowserTest {
.vaadin("//TabSheet#tabpanel"));
}

}
}

+ 1
- 1
uitest/src/com/vaadin/tests/components/tabsheet/TabSheetFocusedTabTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/tabsheet/TabSheetWithTabIds.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/textfield/AutomaticImmediate.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/textfield/AutomaticImmediateTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/textfield/BigDecimalTextField.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/ui/MultiFileUploadTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/ui/PollListenerTest.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of

+ 1
- 1
uitest/src/com/vaadin/tests/components/ui/UIRefresh.java Просмотреть файл

@@ -1,5 +1,5 @@
/*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
*
* Licensed under the Apache 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
uitest/src/com/vaadin/tests/components/ui/UIRefreshTest.java Просмотреть файл


Некоторые файлы не были показаны из-за большого количества измененных файлов

Загрузка…
Отмена
Сохранить