@openui5/sap.ui.webc.fiori 1.135.0 → 1.136.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/REUSE.toml +649 -0
  2. package/THIRDPARTY.txt +22 -22
  3. package/package.json +4 -4
  4. package/src/sap/ui/webc/fiori/.library +3 -3
  5. package/src/sap/ui/webc/fiori/Bar.js +2 -2
  6. package/src/sap/ui/webc/fiori/BarcodeScannerDialog.js +2 -2
  7. package/src/sap/ui/webc/fiori/DynamicSideContent.js +2 -2
  8. package/src/sap/ui/webc/fiori/FilterItem.js +2 -2
  9. package/src/sap/ui/webc/fiori/FilterItemOption.js +2 -2
  10. package/src/sap/ui/webc/fiori/FlexibleColumnLayout.js +2 -2
  11. package/src/sap/ui/webc/fiori/IllustratedMessage.js +2 -2
  12. package/src/sap/ui/webc/fiori/MediaGallery.js +2 -2
  13. package/src/sap/ui/webc/fiori/MediaGalleryItem.js +2 -2
  14. package/src/sap/ui/webc/fiori/NotificationAction.js +2 -2
  15. package/src/sap/ui/webc/fiori/NotificationListGroupItem.js +2 -2
  16. package/src/sap/ui/webc/fiori/NotificationListItem.js +2 -2
  17. package/src/sap/ui/webc/fiori/Page.js +2 -2
  18. package/src/sap/ui/webc/fiori/ProductSwitch.js +2 -2
  19. package/src/sap/ui/webc/fiori/ProductSwitchItem.js +2 -2
  20. package/src/sap/ui/webc/fiori/ShellBar.js +2 -2
  21. package/src/sap/ui/webc/fiori/ShellBarItem.js +2 -2
  22. package/src/sap/ui/webc/fiori/SideNavigation.js +2 -2
  23. package/src/sap/ui/webc/fiori/SideNavigationItem.js +2 -2
  24. package/src/sap/ui/webc/fiori/SideNavigationSubItem.js +2 -2
  25. package/src/sap/ui/webc/fiori/SortItem.js +2 -2
  26. package/src/sap/ui/webc/fiori/Timeline.js +2 -2
  27. package/src/sap/ui/webc/fiori/TimelineItem.js +2 -2
  28. package/src/sap/ui/webc/fiori/UploadCollection.js +2 -2
  29. package/src/sap/ui/webc/fiori/UploadCollectionItem.js +2 -2
  30. package/src/sap/ui/webc/fiori/ViewSettingsDialog.js +2 -2
  31. package/src/sap/ui/webc/fiori/Wizard.js +2 -2
  32. package/src/sap/ui/webc/fiori/WizardStep.js +2 -2
  33. package/src/sap/ui/webc/fiori/designtime/NotificationListItem.designtime.js +1 -1
  34. package/src/sap/ui/webc/fiori/designtime/Page.designtime.js +1 -1
  35. package/src/sap/ui/webc/fiori/designtime/SideNavigation.designtime.js +1 -1
  36. package/src/sap/ui/webc/fiori/designtime/SideNavigationItem.designtime.js +1 -1
  37. package/src/sap/ui/webc/fiori/designtime/SideNavigationSubItem.designtime.js +1 -1
  38. package/src/sap/ui/webc/fiori/designtime/UploadCollection.designtime.js +1 -1
  39. package/src/sap/ui/webc/fiori/designtime/UploadCollectionItem.designtime.js +1 -1
  40. package/src/sap/ui/webc/fiori/designtime/library.designtime.js +1 -1
  41. package/src/sap/ui/webc/fiori/flexibility/SideNavigation.flexibility.js +1 -1
  42. package/src/sap/ui/webc/fiori/flexibility/SideNavigationItem.flexibility.js +1 -1
  43. package/src/sap/ui/webc/fiori/flexibility/SideNavigationSubItem.flexibility.js +1 -1
  44. package/src/sap/ui/webc/fiori/flexibility/UploadCollectionItem.flexibility.js +1 -1
  45. package/src/sap/ui/webc/fiori/illustrations/AddColumn.js +1 -1
  46. package/src/sap/ui/webc/fiori/illustrations/AddDimensions.js +1 -1
  47. package/src/sap/ui/webc/fiori/illustrations/AddPeople.js +1 -1
  48. package/src/sap/ui/webc/fiori/illustrations/AllIllustrations.js +1 -1
  49. package/src/sap/ui/webc/fiori/illustrations/BalloonSky.js +1 -1
  50. package/src/sap/ui/webc/fiori/illustrations/BeforeSearch.js +1 -1
  51. package/src/sap/ui/webc/fiori/illustrations/Connection.js +1 -1
  52. package/src/sap/ui/webc/fiori/illustrations/EmptyCalendar.js +1 -1
  53. package/src/sap/ui/webc/fiori/illustrations/EmptyList.js +1 -1
  54. package/src/sap/ui/webc/fiori/illustrations/EmptyPlanningCalendar.js +1 -1
  55. package/src/sap/ui/webc/fiori/illustrations/ErrorScreen.js +1 -1
  56. package/src/sap/ui/webc/fiori/illustrations/FilterTable.js +1 -1
  57. package/src/sap/ui/webc/fiori/illustrations/GroupTable.js +1 -1
  58. package/src/sap/ui/webc/fiori/illustrations/NoActivities.js +1 -1
  59. package/src/sap/ui/webc/fiori/illustrations/NoColumnsSet.js +1 -1
  60. package/src/sap/ui/webc/fiori/illustrations/NoData.js +1 -1
  61. package/src/sap/ui/webc/fiori/illustrations/NoDimensionsSet.js +1 -1
  62. package/src/sap/ui/webc/fiori/illustrations/NoEntries.js +1 -1
  63. package/src/sap/ui/webc/fiori/illustrations/NoFilterResults.js +1 -1
  64. package/src/sap/ui/webc/fiori/illustrations/NoMail.js +1 -1
  65. package/src/sap/ui/webc/fiori/illustrations/NoMail_v1.js +1 -1
  66. package/src/sap/ui/webc/fiori/illustrations/NoNotifications.js +1 -1
  67. package/src/sap/ui/webc/fiori/illustrations/NoSavedItems.js +1 -1
  68. package/src/sap/ui/webc/fiori/illustrations/NoSavedItems_v1.js +1 -1
  69. package/src/sap/ui/webc/fiori/illustrations/NoSearchResults.js +1 -1
  70. package/src/sap/ui/webc/fiori/illustrations/NoTasks.js +1 -1
  71. package/src/sap/ui/webc/fiori/illustrations/NoTasks_v1.js +1 -1
  72. package/src/sap/ui/webc/fiori/illustrations/PageNotFound.js +1 -1
  73. package/src/sap/ui/webc/fiori/illustrations/ReloadScreen.js +1 -1
  74. package/src/sap/ui/webc/fiori/illustrations/ResizeColumn.js +1 -1
  75. package/src/sap/ui/webc/fiori/illustrations/SearchEarth.js +1 -1
  76. package/src/sap/ui/webc/fiori/illustrations/SearchFolder.js +1 -1
  77. package/src/sap/ui/webc/fiori/illustrations/SimpleBalloon.js +1 -1
  78. package/src/sap/ui/webc/fiori/illustrations/SimpleBell.js +1 -1
  79. package/src/sap/ui/webc/fiori/illustrations/SimpleCalendar.js +1 -1
  80. package/src/sap/ui/webc/fiori/illustrations/SimpleCheckMark.js +1 -1
  81. package/src/sap/ui/webc/fiori/illustrations/SimpleConnection.js +1 -1
  82. package/src/sap/ui/webc/fiori/illustrations/SimpleEmptyDoc.js +1 -1
  83. package/src/sap/ui/webc/fiori/illustrations/SimpleEmptyList.js +1 -1
  84. package/src/sap/ui/webc/fiori/illustrations/SimpleError.js +1 -1
  85. package/src/sap/ui/webc/fiori/illustrations/SimpleMagnifier.js +1 -1
  86. package/src/sap/ui/webc/fiori/illustrations/SimpleMail.js +1 -1
  87. package/src/sap/ui/webc/fiori/illustrations/SimpleNoSavedItems.js +1 -1
  88. package/src/sap/ui/webc/fiori/illustrations/SimpleNotFoundMagnifier.js +1 -1
  89. package/src/sap/ui/webc/fiori/illustrations/SimpleReload.js +1 -1
  90. package/src/sap/ui/webc/fiori/illustrations/SimpleTask.js +1 -1
  91. package/src/sap/ui/webc/fiori/illustrations/SleepingBell.js +1 -1
  92. package/src/sap/ui/webc/fiori/illustrations/SortColumn.js +1 -1
  93. package/src/sap/ui/webc/fiori/illustrations/SuccessBalloon.js +1 -1
  94. package/src/sap/ui/webc/fiori/illustrations/SuccessCheckMark.js +1 -1
  95. package/src/sap/ui/webc/fiori/illustrations/SuccessHighFive.js +1 -1
  96. package/src/sap/ui/webc/fiori/illustrations/SuccessScreen.js +1 -1
  97. package/src/sap/ui/webc/fiori/illustrations/Survey.js +1 -1
  98. package/src/sap/ui/webc/fiori/illustrations/Tent.js +1 -1
  99. package/src/sap/ui/webc/fiori/illustrations/UnableToLoad.js +1 -1
  100. package/src/sap/ui/webc/fiori/illustrations/UnableToLoadImage.js +1 -1
  101. package/src/sap/ui/webc/fiori/illustrations/UnableToUpload.js +1 -1
  102. package/src/sap/ui/webc/fiori/illustrations/UploadCollection.js +1 -1
  103. package/src/sap/ui/webc/fiori/illustrations/UploadToCloud.js +1 -1
  104. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartArea.js +1 -1
  105. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartArea2.js +1 -1
  106. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartBPMNFlow.js +1 -1
  107. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartBar.js +1 -1
  108. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartBullet.js +1 -1
  109. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartDoughnut.js +1 -1
  110. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartFlow.js +1 -1
  111. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartGantt.js +1 -1
  112. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartOrg.js +1 -1
  113. package/src/sap/ui/webc/fiori/illustrations/tnt/ChartPie.js +1 -1
  114. package/src/sap/ui/webc/fiori/illustrations/tnt/CodePlaceholder.js +1 -1
  115. package/src/sap/ui/webc/fiori/illustrations/tnt/Company.js +1 -1
  116. package/src/sap/ui/webc/fiori/illustrations/tnt/Components.js +1 -1
  117. package/src/sap/ui/webc/fiori/illustrations/tnt/ExternalLink.js +1 -1
  118. package/src/sap/ui/webc/fiori/illustrations/tnt/FaceID.js +1 -1
  119. package/src/sap/ui/webc/fiori/illustrations/tnt/Fingerprint.js +1 -1
  120. package/src/sap/ui/webc/fiori/illustrations/tnt/Lock.js +1 -1
  121. package/src/sap/ui/webc/fiori/illustrations/tnt/Mission.js +1 -1
  122. package/src/sap/ui/webc/fiori/illustrations/tnt/NoApplications.js +1 -1
  123. package/src/sap/ui/webc/fiori/illustrations/tnt/NoFlows.js +1 -1
  124. package/src/sap/ui/webc/fiori/illustrations/tnt/NoUsers.js +1 -1
  125. package/src/sap/ui/webc/fiori/illustrations/tnt/Radar.js +1 -1
  126. package/src/sap/ui/webc/fiori/illustrations/tnt/Secrets.js +1 -1
  127. package/src/sap/ui/webc/fiori/illustrations/tnt/Services.js +1 -1
  128. package/src/sap/ui/webc/fiori/illustrations/tnt/SessionExpired.js +1 -1
  129. package/src/sap/ui/webc/fiori/illustrations/tnt/SessionExpiring.js +1 -1
  130. package/src/sap/ui/webc/fiori/illustrations/tnt/Success.js +1 -1
  131. package/src/sap/ui/webc/fiori/illustrations/tnt/SuccessfulAuth.js +1 -1
  132. package/src/sap/ui/webc/fiori/illustrations/tnt/Systems.js +1 -1
  133. package/src/sap/ui/webc/fiori/illustrations/tnt/Teams.js +1 -1
  134. package/src/sap/ui/webc/fiori/illustrations/tnt/Tools.js +1 -1
  135. package/src/sap/ui/webc/fiori/illustrations/tnt/UnableToLoad.js +1 -1
  136. package/src/sap/ui/webc/fiori/illustrations/tnt/Unlock.js +1 -1
  137. package/src/sap/ui/webc/fiori/illustrations/tnt/UnsuccessfulAuth.js +1 -1
  138. package/src/sap/ui/webc/fiori/illustrations/tnt/User2.js +1 -1
  139. package/src/sap/ui/webc/fiori/library.config.js +1 -1
  140. package/src/sap/ui/webc/fiori/library.js +3 -3
  141. package/ui5.yaml +1 -1
  142. package/.reuse/dep5 +0 -471
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -37,7 +37,7 @@ sap.ui.define([
37
37
  * <h3>Usage</h3> The <code>sap.ui.webc.fiori.WizardStep</code> component should be used only as slot of the <code>sap.ui.webc.fiori.Wizard</code> component and should not be used standalone.
38
38
  *
39
39
  * @author SAP SE
40
- * @version 1.135.0
40
+ * @version 1.136.0
41
41
  *
42
42
  * @constructor
43
43
  * @public
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
  /**
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6