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/05/16 00:22:55 UTC

[4/5] incubator-trafficcontrol git commit: Fixing licensing issues for bash build scripts.

Fixing licensing issues for bash build scripts.


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

Branch: refs/heads/master
Commit: db88e83124eed190662336ef45e5f497ff5a77e1
Parents: 4b4be59
Author: Chris Lemmons <al...@gmail.com>
Authored: Mon May 15 14:56:15 2017 -0600
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Mon May 15 20:19:44 2017 -0400

----------------------------------------------------------------------
 infrastructure/docker/build/clean_build.sh | 12 ++++++++++++
 pkg                                        | 12 ++++++++++++
 2 files changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/db88e831/infrastructure/docker/build/clean_build.sh
----------------------------------------------------------------------
diff --git a/infrastructure/docker/build/clean_build.sh b/infrastructure/docker/build/clean_build.sh
index 02bfec5..86fc7d7 100755
--- a/infrastructure/docker/build/clean_build.sh
+++ b/infrastructure/docker/build/clean_build.sh
@@ -1,5 +1,17 @@
 #!/usr/bin/env 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.
+
 set -x
 cp -a /trafficcontrol /tmp/. && \
 	cd /tmp/trafficcontrol && \

http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/db88e831/pkg
----------------------------------------------------------------------
diff --git a/pkg b/pkg
index cfe7b02..2912bcb 100755
--- a/pkg
+++ b/pkg
@@ -1,5 +1,17 @@
 #!/usr/bin/env bash
 
+# 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.
+
 # Files are relative to this script directory.
 SELF="${BASH_SOURCE[0]}"
 cd "$( dirname "${BASH_SOURCE[0]}" )"