Repository: bigtop Updated Branches: refs/heads/master b82edd069 -> 23a75655e
BIGTOP-2223. .dockerignore doesn't have ASL header Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/23a75655 Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/23a75655 Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/23a75655 Branch: refs/heads/master Commit: 23a75655e3102bf27e19431fafba46929c1c7dcb Parents: b82edd0 Author: Konstantin Boudnik <[email protected]> Authored: Thu Jan 7 16:51:33 2016 -0800 Committer: Konstantin Boudnik <[email protected]> Committed: Thu Jan 7 16:51:33 2016 -0800 ---------------------------------------------------------------------- .dockerignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/bigtop/blob/23a75655/.dockerignore ---------------------------------------------------------------------- diff --git a/.dockerignore b/.dockerignore index 06a968e..a7b219a 100644 --- a/.dockerignore +++ b/.dockerignore @@ -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. + build output bigtop-packages
