Skip to content

Commit bfafaeb

Browse files
author
Sergii Kovalenko
committed
MAGETWO-63201: [Backport] - Copyright Year Update 2017 - for 2.1
1 parent 13b54bb commit bfafaeb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/code/Magento/Swagger/view/frontend/templates/swagger-ui/index.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* The original name of this file, as part of the swagger-ui package, was dist/index.html.
1111
*
12-
* Modified by Magento, Modifications Copyright © 2016 Magento.
12+
* Modified by Magento, Modifications Copyright © 2013-2017 Magento, Inc.
1313
*/
1414

1515
/** @var \Magento\Framework\View\Element\Template $block */

app/code/Magento/Swagger/view/frontend/web/swagger-ui/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Modified by Magento, Modifications Copyright © 2016 Magento. */
1+
/* Modified by Magento, Modifications Copyright © 2013-2017 Magento, Inc. */
22
.swagger-section #header a#logo {
33
font-size: 1.5em;
44
font-weight: bold;

app/code/Magento/Swagger/view/frontend/web/swagger-ui/js/lib/marked.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Copyright (c) 2011-2014, Christopher Jeffrey. (MIT Licensed)
44
* https://github.com/chjj/marked
55
*
6-
* Modified by Magento, Modifications Copyright © 2016 Magento.
6+
* Modified by Magento, Modifications Copyright © 2013-2017 Magento, Inc.
77
*/
88

99
;(function() {

app/code/Magento/Swagger/view/frontend/web/swagger-ui/js/swagger-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* The original name of this file, as part of the swagger-ui package, was dist/index.html.
88
*
9-
* Modified by Magento, Modifications Copyright © 2016 Magento.
9+
* Modified by Magento, Modifications Copyright © 2013-2017 Magento, Inc.
1010
*/
1111
(function(){this["Handlebars"] = this["Handlebars"] || {};
1212
this["Handlebars"]["templates"] = this["Handlebars"]["templates"] || {};

0 commit comments

Comments
 (0)