From 92a2354a9473afed95022aa448c8dac60c84006d Mon Sep 17 00:00:00 2001
From: Olga Nakonechna <onakonechna@ebay.com>
Date: Wed, 23 Sep 2015 19:13:40 +0300
Subject: [PATCH] MAGETWO-34225: JS - Sticky Header and Controls + Number of
 record displayed

---
 app/code/Magento/Ui/view/base/web/js/lib/view/utils/raf.js | 7 +++++++
 .../Ui/view/base/web/templates/grid/sticky/sticky.html     | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/app/code/Magento/Ui/view/base/web/js/lib/view/utils/raf.js b/app/code/Magento/Ui/view/base/web/js/lib/view/utils/raf.js
index ea3ad424687..1c174a87fce 100644
--- a/app/code/Magento/Ui/view/base/web/js/lib/view/utils/raf.js
+++ b/app/code/Magento/Ui/view/base/web/js/lib/view/utils/raf.js
@@ -1,3 +1,10 @@
+<!--
+/**
+ * Copyright © 2015 Magento. All rights reserved.
+ * See COPYING.txt for license details.
+ */
+-->
+
 define(function () {
     'use strict';
 
diff --git a/app/code/Magento/Ui/view/base/web/templates/grid/sticky/sticky.html b/app/code/Magento/Ui/view/base/web/templates/grid/sticky/sticky.html
index c65d5df3103..ec79fd08472 100644
--- a/app/code/Magento/Ui/view/base/web/templates/grid/sticky/sticky.html
+++ b/app/code/Magento/Ui/view/base/web/templates/grid/sticky/sticky.html
@@ -1,3 +1,10 @@
+<!--
+/**
+ * Copyright © 2015 Magento. All rights reserved.
+ * See COPYING.txt for license details.
+ */
+-->
+
 <div data-bind='visible: visible' class='sticky-header'>
     <span class="data-grid-cap-left"></span>
     <span class="data-grid-cap-right"></span>
-- 
GitLab