You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bigtop.apache.org by ev...@apache.org on 2017/11/19 08:45:29 UTC

bigtop git commit: BIGTOP-2925. Missing license header for .travis.yml

Repository: bigtop
Updated Branches:
  refs/heads/master 931c31317 -> e92f21ac3


BIGTOP-2925. Missing license header for .travis.yml

Signed-off-by: Evans Ye <ev...@apache.org>


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

Branch: refs/heads/master
Commit: e92f21ac3353c7edfa3e14a2147c6c920c3da133
Parents: 931c313
Author: Evans Ye <ev...@apache.org>
Authored: Tue Nov 14 22:57:09 2017 +0800
Committer: Evans Ye <ev...@apache.org>
Committed: Sun Nov 19 16:45:15 2017 +0800

----------------------------------------------------------------------
 .travis.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/e92f21ac/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 6155ee6..05789c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,3 +1,18 @@
+# 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.
+
 language: java
 
 install: