From bc39e4c7a5bf1ec898a3b2e215bfe891e90e3fdc Mon Sep 17 00:00:00 2001 From: "saerome.kim" Date: Wed, 11 Apr 2018 14:21:09 +0900 Subject: [PATCH] add missing license comment. Change-Id: Iae55520c4cb5d78ecafe5fd977c1386fd2b57d94 Signed-off-by: saerome.kim --- lib/zbl_zcl.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lib/zbl_zcl.c b/lib/zbl_zcl.c index 26c6507..e14772a 100644 --- a/lib/zbl_zcl.c +++ b/lib/zbl_zcl.c @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2016 Samsung Electronics Co., Ltd. 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. + * + */ + #include #include #include -- 2.34.1