Repository: bigtop Updated Branches: refs/heads/master 931c31317 -> e92f21ac3
BIGTOP-2925. Missing license header for .travis.yml Signed-off-by: Evans Ye <[email protected]> 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 <[email protected]> Authored: Tue Nov 14 22:57:09 2017 +0800 Committer: Evans Ye <[email protected]> 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:
