You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sf...@apache.org on 2014/10/29 17:29:46 UTC

[8/9] git commit: Add missing ASL header.

Add missing ASL header.


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

Branch: refs/heads/pushy_4-0
Commit: a100c0741f8900dff7cb786b7396962729ae4e6c
Parents: 89cf61f
Author: Dave Johnson <dm...@apigee.com>
Authored: Wed Oct 29 11:59:14 2014 -0400
Committer: Dave Johnson <dm...@apigee.com>
Committed: Wed Oct 29 11:59:14 2014 -0400

----------------------------------------------------------------------
 stack/loadtests/src/main/scripts/gatling-mvn.sh | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/a100c074/stack/loadtests/src/main/scripts/gatling-mvn.sh
----------------------------------------------------------------------
diff --git a/stack/loadtests/src/main/scripts/gatling-mvn.sh b/stack/loadtests/src/main/scripts/gatling-mvn.sh
index ad02feb..531a638 100644
--- a/stack/loadtests/src/main/scripts/gatling-mvn.sh
+++ b/stack/loadtests/src/main/scripts/gatling-mvn.sh
@@ -1,4 +1,17 @@
 #!/bin/sh
+#
+# 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.
+#
 URL="$1"
 ORG="$2"
 APP="$3"