pass-hal: rpi: Add missing license information for sysfs.h 11/228011/1 accepted/tizen/unified/20200319.131248 submit/tizen/20200318.091008
authorChanwoo Choi <cw00.choi@samsung.com>
Wed, 18 Mar 2020 06:07:54 +0000 (15:07 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Wed, 18 Mar 2020 06:08:14 +0000 (15:08 +0900)
Change-Id: I3b2ae78ef1e0a229fa52260b9cd46921db387c92
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/shared/sysfs.h

index 174804f..5268738 100644 (file)
@@ -1,3 +1,21 @@
+/*
+ * PASS (Power Aware System Service)
+ *
+ * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ *
+ * 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.
+ */
+
 #define MAX_BUF_SIZE   255
 
 int sysfs_read_int(char *path, int *val);