X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-oran%2Frecipes-containers%2Fdocker-distribution%2Fdocker-distribution_git.bbappend;h=5be40e2d0f298ac00820b7ee316b53ae8a6a0286;hb=361ea43f4c71f511b495fad4832c0c969eb4b1da;hp=a0790b84ab53391a392be403f3667eac991aa828;hpb=bdd0fa312c00914c3e8d3c99a7edbe00b23b7cfb;p=pti%2Frtp.git diff --git a/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend b/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend index a0790b8..5be40e2 100644 --- a/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend +++ b/meta-oran/recipes-containers/docker-distribution/docker-distribution_git.bbappend @@ -1,5 +1,16 @@ # # Copyright (C) 2019 Wind River Systems, Inc. # +# Licensed 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. -inherit ${@bb.utils.contains('GOVERSION', '1.2.%', 'go112', '', d)} +inherit go112