Repository: marmotta Updated Branches: refs/heads/develop 059cea529 -> 5dfa482fa
INFRA-12330: added license header to travis-ci config file to trigger the build there Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/5dfa482f Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/5dfa482f Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/5dfa482f Branch: refs/heads/develop Commit: 5dfa482fa6b4d448b01c0c888ebc78bb9afb79e4 Parents: 059cea5 Author: Sergio Fernández <[email protected]> Authored: Mon Aug 1 12:27:51 2016 +0200 Committer: Sergio Fernández <[email protected]> Committed: Mon Aug 1 12:27:51 2016 +0200 ---------------------------------------------------------------------- .travis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/5dfa482f/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 78c6aec..3495b72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,20 @@ +# +# 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 sudo: false
