pass-hal: tm1: Add missing license information 92/128692/1
authorChanwoo Choi <cw00.choi@samsung.com>
Thu, 11 May 2017 05:26:50 +0000 (14:26 +0900)
committerChanwoo Choi <cw00.choi@samsung.com>
Thu, 11 May 2017 05:26:50 +0000 (14:26 +0900)
This patch adds the missing license information for *.(c|h).
The pass-hal-tm1 uses the Apache-2.0 License

Change-Id: I2fd6b7a34230dcd34b3c55f323cc58c50899b60f
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
src/cpu/cpu.c
src/shared/sysfs.c
src/shared/sysfs.h

index 3f4059f0a28e56181466e70e7388a4635c258698..62e76db601860f803ba8ea16a5b1bd8789046b5c 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * PASS (Power Aware System Service)
+ *
+ * Copyright (c) 2017 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.
+ */
 #include <errno.h>
 #include <limits.h>
 #include <pass/hal.h>
index 9217b409b04968192842bd9790327a543e848953..57a168b3f09f7eefa841b5d980bb6ad9dd74067c 100644 (file)
@@ -1,3 +1,20 @@
+/*
+ * PASS (Power Aware System Service)
+ *
+ * Copyright (c) 2017 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.
+ */
 #include <errno.h>
 #include <fcntl.h>
 #include <stdio.h>
index 174804f2cb641e2a2b0c8ba00ff0d377dec76576..157eb158e3a37f63584ee21f2cf6d72d9c9f3a16 100644 (file)
@@ -1,3 +1,21 @@
+/*
+ * PASS (Power Aware System Service)
+ *
+ * Copyright (c) 2017 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);