You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2017/01/13 18:47:46 UTC

[2/9] incubator-trafficcontrol git commit: Added license header for load-test.jsx.

Added license header for load-test.jsx.

(cherry picked from commit e8021a247370cbfabe8c415ed69e0910ef1cebf1)


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/9cfbf920
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/9cfbf920
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/9cfbf920

Branch: refs/heads/1.8.x
Commit: 9cfbf9209bb66300ce9fceca27aa155bde08592b
Parents: 1d9d13f
Author: Chris Lemmons <Ch...@comcast.com>
Authored: Thu Jan 12 15:11:23 2017 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Fri Jan 13 11:46:09 2017 -0700

----------------------------------------------------------------------
 test/router/js/load-test.jsx | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/9cfbf920/test/router/js/load-test.jsx
----------------------------------------------------------------------
diff --git a/test/router/js/load-test.jsx b/test/router/js/load-test.jsx
index abee17a..05cc3d2 100644
--- a/test/router/js/load-test.jsx
+++ b/test/router/js/load-test.jsx
@@ -1,3 +1,16 @@
+{/*
+	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 the License at
+
+	    http://www.apache.org/licenses/LICENSE-2.0
+
+	Unless required by applicable law or agreed to in writing, software
+	distributed under the License is distributed on an "AS IS" BASIS,
+	WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+	See the License for the specific language governing permissions and
+	limitations under the License.
+*/}
 
 if ( ! Array.prototype.groupBy) {
     Array.prototype.groupBy = function (f)