You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by fr...@apache.org on 2017/06/15 17:47:33 UTC

[1/3] incubator-trafficcontrol git commit: add missing license statements

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/2.0.x 1d87e8555 -> b64848e38


add missing license statements

(cherry picked from commit 36d3ada221f20bae12b2cbcd10fb7a0c40411341)


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

Branch: refs/heads/2.0.x
Commit: eb1f0411b6675ab395b740cf29929a8b1149a17b
Parents: 734ba8e
Author: Dan Kirkwood <da...@gmail.com>
Authored: Fri May 19 17:33:26 2017 -0600
Committer: Eric Friedrich <fr...@apache.org>
Committed: Thu Jun 15 13:47:13 2017 -0400

----------------------------------------------------------------------
 traffic_ops/install/bin/todb_bootstrap.sh | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/eb1f0411/traffic_ops/install/bin/todb_bootstrap.sh
----------------------------------------------------------------------
diff --git a/traffic_ops/install/bin/todb_bootstrap.sh b/traffic_ops/install/bin/todb_bootstrap.sh
index 2de2d03..167645d 100755
--- a/traffic_ops/install/bin/todb_bootstrap.sh
+++ b/traffic_ops/install/bin/todb_bootstrap.sh
@@ -1,4 +1,20 @@
 #!/usr/bin/env bash
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
 
 # To bypass the password prompts for automation, please set TODB_USERNAME_PASSWORD=<yourpassword> before you invoke
 


[3/3] incubator-trafficcontrol git commit: This closes #687

Posted by fr...@apache.org.
This closes #687


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

Branch: refs/heads/2.0.x
Commit: b64848e38a09ee372c9a21a3652ea210962ccffa
Parents: eb1f041
Author: Eric Friedrich <fr...@apache.org>
Authored: Thu Jun 15 13:47:25 2017 -0400
Committer: Eric Friedrich <fr...@apache.org>
Committed: Thu Jun 15 13:47:25 2017 -0400

----------------------------------------------------------------------

----------------------------------------------------------------------



[2/3] incubator-trafficcontrol git commit: license fixes to be backported to 2.0.x

Posted by fr...@apache.org.
license fixes to be backported to 2.0.x

(cherry picked from commit 1ddcd73418bf17450a194cd767370c09763ed1fa)


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

Branch: refs/heads/2.0.x
Commit: 734ba8ec8cbb270d114aacd66a57105e3a498ff6
Parents: 1d87e85
Author: Dan Kirkwood <da...@gmail.com>
Authored: Fri May 19 16:54:39 2017 -0600
Committer: Eric Friedrich <fr...@apache.org>
Committed: Thu Jun 15 13:47:13 2017 -0400

----------------------------------------------------------------------
 traffic_ops_db/pg-migration/runwaiter.sh | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/734ba8ec/traffic_ops_db/pg-migration/runwaiter.sh
----------------------------------------------------------------------
diff --git a/traffic_ops_db/pg-migration/runwaiter.sh b/traffic_ops_db/pg-migration/runwaiter.sh
old mode 100755
new mode 100644
index 7cf2222..f5609c9
--- a/traffic_ops_db/pg-migration/runwaiter.sh
+++ b/traffic_ops_db/pg-migration/runwaiter.sh
@@ -1,4 +1,20 @@
 #!/bin/bash
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you 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.
 
 
 echo "WAITER_HOST: $WAITER_HOST"