From: sunghan Date: Wed, 6 Sep 2017 11:02:49 +0000 (+0900) Subject: external: add missing Samsung Apache license at Makefile X-Git-Tag: 1.1_Public_Release~259^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6d3db35c86cb5fd51af25ed16ec457b971f7f125;p=rtos%2Ftinyara.git external: add missing Samsung Apache license at Makefile This Makefile was made by Samsung so that we add Samsung Copyright and License. --- diff --git a/external/Makefile b/external/Makefile index 1f5b0b0..805b488 100644 --- a/external/Makefile +++ b/external/Makefile @@ -1,4 +1,21 @@ ############################################################################ +# +# Copyright 2016 Samsung Electronics All Rights Reserved. +# +# 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. +# +############################################################################ +############################################################################ # external/Makefile # # Copyright (C) 2007, 2008, 2011-2015 Gregory Nutt. All rights reserved.