Add licence.
Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/3c3c95c7 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/3c3c95c7 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/3c3c95c7 Branch: refs/heads/master Commit: 3c3c95c735a5dea09073ecc7cb71f88883a71941 Parents: 2688091 Author: Ruslan Ibragimov <rus...@ibragimov.by> Authored: Tue Dec 6 16:41:39 2016 +0300 Committer: Ruslan Ibragimov <rus...@ibragimov.by> Committed: Tue Dec 6 16:41:39 2016 +0300 ---------------------------------------------------------------------- .travis.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/3c3c95c7/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 306b217..b749010 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. + # Since 4GB not enough for build, we use 'sudo' environment with 7.5GB RAM # Downside: It's starts a little bit slower # How to fix: Change build setting or fix code.