Repository: flume Updated Branches: refs/heads/trunk d6a73c8e3 -> 132063b93
Fix .travis.yml License was missing from .travis.yml, so RAT checks failed. This commit adds the license header to .travis.yml. After this change RAT passes again. This closes #74 Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/132063b9 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/132063b9 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/132063b9 Branch: refs/heads/trunk Commit: 132063b93310b08d616037972aae2fcb9f919e3a Parents: d6a73c8 Author: Bessenyei Balázs Donát <[email protected]> Authored: Sat Oct 22 22:16:22 2016 +0200 Committer: Bessenyei Balázs Donát <[email protected]> Committed: Sat Oct 22 23:05:00 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/132063b9/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 5a999bd..94a0f8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,19 @@ +# 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 script: mvn clean install -DskipTests
