Skip to content

Commit

Permalink
[INTERNAL] Update copyright year to 2018
Browse files Browse the repository at this point in the history
Changed occurrences:
- all occurrences changed in previous year
- searched for "-2017" and "- 2017" and "copyright" in /src
- searched for all values "2014" through "2017" in / and the other
folders

Change-Id: I6009dfe42807446ab8cbe14382ddfd386dea9ceb
  • Loading branch information
akudev committed Jan 2, 2018
1 parent 6eebe1f commit 4681c6b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2014-2017 SAP SE
* Copyright (c) 2014-2018 SAP SE
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Copyright (c) 2009-2017 SAP SE or an SAP affiliate company.
Copyright (c) 2009-2018 SAP SE or an SAP affiliate company.
2 changes: 1 addition & 1 deletion grunt/tasks/selenium_qunit.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* grunt-selenium-qunit
*
*
* Copyright (c) 2014-2017 SAP SE
* Copyright (c) 2014-2018 SAP SE
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion grunt/tasks/selenium_visualtest.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* grunt-selenium-visualtest
*
*
* Copyright (c) 2014-2017 SAP SE
* Copyright (c) 2014-2018 SAP SE
*/

'use strict';
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<!-- filtering properties -->
<version>${project.version}</version>
<copyright><![CDATA[UI development toolkit for HTML5 (OpenUI5)
* (c) Copyright 2009-2017 SAP SE or an SAP affiliate company.
* (c) Copyright 2009-2018 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
]]></copyright>
<buildtime>${maven.build.timestamp}</buildtime>
Expand Down
4 changes: 1 addition & 3 deletions src/sap.ui.codeeditor/src/sap/ui/codeeditor/.library
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

<name>sap.ui.codeeditor</name>
<vendor>SAP SE</vendor>
<copyright>SAP UI development toolkit for HTML5 (SAPUI5)

(c) Copyright 2009-2017 SAP SE. All rights reserved</copyright>
<copyright>${copyright}</copyright>
<version>${version}</version>

<documentation>UI5 library: sap.ui.codeeditor</documentation>
Expand Down
2 changes: 1 addition & 1 deletion src/sap.ui.core/test/testsuite/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>Version Info</h1>
</p>

<div id="footer-wrapper">
<div id="footer-left"><a href="http://www.sap.com" title="SAP SE" target="_blank">&copy; Copyright 2009-2017 SAP SE All Rights Reserved.</a></div>
<div id="footer-left"><a href="http://www.sap.com" title="SAP SE" target="_blank">&copy; Copyright 2009-2018 SAP SE All Rights Reserved.</a></div>
<div id="footer-right"></div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions src/sap.ui.demokit/src/sap/ui/demokit/DemokitApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ sap.ui.define(['jquery.sap.global', 'sap/ui/Device',
oSAPUI5Logo.addStyleClass("extraLeftPadding");

sAboutDialogContentHtml = '<h2>OpenUI5 - Demo Kit</h2>';
sAboutDialogContentHtml += '<span>&copy; 2009-2017 SAP SE or an SAP affiliate company.</span><br>';
sAboutDialogContentHtml += '<span>&copy; 2009-2018 SAP SE or an SAP affiliate company.</span><br>';
sAboutDialogContentHtml += '<span>Licensed under the Apache License, Version 2.0 – <embed data-index="3"><br><br><br></span>';
sAboutDialogContentHtml += '<span>OpenUI5 Version <embed data-index="0"></span><br>';
} else {
Expand All @@ -526,7 +526,7 @@ sap.ui.define(['jquery.sap.global', 'sap/ui/Device',
oSAPUI5Logo.addStyleClass("extraLeftPadding");

sAboutDialogContentHtml = '<h2>SAP UI Development Toolkit for HTML5 (SAPUI5) - Demo Kit</h2>';
sAboutDialogContentHtml += '<span>&copy; Copyright 2009-2017 SAP SE. All rights reserved.</span><br><br><br>';
sAboutDialogContentHtml += '<span>&copy; Copyright 2009-2018 SAP SE. All rights reserved.</span><br><br><br>';
sAboutDialogContentHtml += '<span>SAPUI5 Version <embed data-index="0"></span><br>';
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<Image id="aboutLogoSAP" src="./resources/sap/ui/documentation/sdk/images/Logo_B_SAPUI5_H.png" densityAware="false" width="100%" class="sapUiSmallMarginBottom" visible="{=!${versionData>/isOpenUI5}}"/>
<Image id="aboutLogoUI5" src="./resources/sap/ui/documentation/sdk/images/Logo_B_OpenUI5_H.png" densityAware="false" width="100%" class="sapUiSmallMarginBottom" visible="{versionData>/isOpenUI5}"/>
<Text text="UI5 Demo Kit - UI Development Toolkit for HTML5" class="sapMTitleStyleH2 sapUiSmallMarginBottom" />
<Text text="© Copyright 2009-2017 SAP SE. All rights reserved." class="sapUiMediumMarginBottom" visible="{=!${versionData>/isOpenUI5}}"/>
<Text text="© 2009-2017 SAP SE or an SAP affiliate company." visible="{versionData>/isOpenUI5}"/>
<Text text="© Copyright 2009-2018 SAP SE. All rights reserved." class="sapUiMediumMarginBottom" visible="{=!${versionData>/isOpenUI5}}"/>
<Text text="© 2009-2018 SAP SE or an SAP affiliate company." visible="{versionData>/isOpenUI5}"/>
<HBox class="sapUiMediumMarginBottom" visible="{versionData>/isOpenUI5}" allowWrapping="true">
<Text text="Licensed under the Apache License, Version 2.0 – see"/>
<Link text="LICENSE.txt" href="LICENSE.txt" target="_blank" class="aboutLink"/>
Expand Down

0 comments on commit 4681c6b

Please sign in to comment.