Bläddra i källkod

Update remaining copyright years to 2014

Change-Id: I1fc2bd735b538ebac6d4f41fc8536f26795cc85f
tags/7.2.0
Artur Signell 10 år sedan
förälder
incheckning
2c8c29e68b
100 ändrade filer med 106 tillägg och 106 borttagningar
  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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

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

+ 2
- 2
client/src/com/vaadin/client/debug/internal/SelectorPath.java Visa fil

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

+ 1
- 1
client/src/com/vaadin/client/debug/internal/TestBenchSection.java Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

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

+ 1
- 1
client/src/com/vaadin/client/event/PointerEventSupportImpl.java Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

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

+ 1
- 1
server/src/com/vaadin/event/UIEvents.java Visa fil

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

+ 1
- 1
server/src/com/vaadin/server/Responsive.java Visa fil

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

+ 1
- 1
server/src/com/vaadin/server/ServiceDestroyEvent.java Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

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

+ 1
- 1
server/src/com/vaadin/ui/NotificationConfiguration.java Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

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


return spy; return spy;
} }
}
}

+ 1
- 1
server/tests/src/com/vaadin/server/VaadinPortletTests.java Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

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


return spy; return spy;
} }
}
}

+ 1
- 1
server/tests/src/com/vaadin/tests/data/converter/TestStringToBigDecimalConverter.java Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

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


}
}

+ 1
- 1
shared/src/com/vaadin/shared/ui/tabsheet/TabsheetClientRpc.java Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

protected Integer getTicketNumber() { protected Integer getTicketNumber() {
return Integer.valueOf(11054); return Integer.valueOf(11054);
} }
}
}

+ 1
- 1
uitest/src/com/vaadin/tests/application/calculator/Calc.java Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

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


}
}

+ 1
- 1
uitest/src/com/vaadin/tests/components/tabsheet/TabSheetFocusedTabTest.java Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil

/* /*
* Copyright 2000-2013 Vaadin Ltd.
* Copyright 2000-2014 Vaadin Ltd.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not * Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of * 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 Visa fil


Vissa filer visades inte eftersom för många filer har ändrats

Laddar…
Avbryt
Spara