You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/01/25 15:42:36 UTC

[tinkerpop] branch master updated: Added license to cleanup utility script CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ae6089  Added license to cleanup utility script CTR
1ae6089 is described below

commit 1ae6089f1180af30bfa7dab1f6a52453fdb0f656
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jan 25 10:42:10 2021 -0500

    Added license to cleanup utility script CTR
---
 bin/clean-branches.sh | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/bin/clean-branches.sh b/bin/clean-branches.sh
index 103438a..e347582 100755
--- a/bin/clean-branches.sh
+++ b/bin/clean-branches.sh
@@ -1,4 +1,23 @@
 #!/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.
+#
 
 for branch in $(git branch -r | grep -Po 'TINKERPOP[3]?-.*')
 do