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:42:29 UTC

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

Added license header for load-test.jsx.


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

Branch: refs/heads/master
Commit: e8021a247370cbfabe8c415ed69e0910ef1cebf1
Parents: 97a81b1
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:40: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/e8021a24/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)