Add Apache 2.0 license headers 10/186910/1 accepted/tizen/5.0/unified/20181102.021739 accepted/tizen/unified/20180928.080548 submit/tizen/20180927.030248 submit/tizen_5.0/20181101.000004
authorPawel Kowalski <p.kowalski2@partner.samsung.com>
Thu, 16 Aug 2018 10:49:27 +0000 (12:49 +0200)
committerPawel Kowalski <p.kowalski2@partner.samsung.com>
Thu, 16 Aug 2018 10:50:11 +0000 (12:50 +0200)
Change-Id: I52155a8b06a6cc9f2a476d5ec76763051d9c7443

apps/extended-sd/include/es-preference-util.h
apps/extended-sd/include/es-strings.h
apps/extended-sd/include/extended-sd-main.h
apps/extended-sd/include/log-util.h
apps/extended-sd/src/es-common-util.c
apps/extended-sd/src/es-home-page.c
apps/extended-sd/src/es-internal-storage-page.c
apps/extended-sd/src/es-portable-storage-page.c
apps/extended-sd/src/es-preference-util.c
apps/extended-sd/src/extended-sd-main.c

index 86919b7b076bd857b80c98e5d3ff2ec60c573f62..1ad733b35516d32793cc974fdac2ccabd83f67dd 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ *  Copyright (c) 2017 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
+ */
+
 #ifndef __ES_PREFERENCE_UTIL_H__
 #define __ES_PREFERENCE_UTIL_H__
 
index 20d5e7cb1f5acd036a6c4c7f8c73c3b8fb492784..5189c35ef1e3d6b7f5494231871d08af5b41034f 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ *  Copyright (c) 2017 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
+ */
+
 #ifndef __ES_STRINGS_H__
 #define __ES_STRINGS_H__
 
index 9c2f2ab00bf6e82c5cb519744c5e93f9d661b87f..7f97e95ff07390fc878182baf6511d7eb88e24a9 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ *  Copyright (c) 2017 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
+ */
+
 #ifndef __EXTENDED_SD_MAIN_H__
 #define __EXTENDED_SD_MAIN_H__
 
index d12f4dd0c45f6552265fbf6d9dd015db480b6eba..7b76082160a3f35313e2203ae9851f06b883a09a 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ *  Copyright (c) 2017 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
+ */
+
 #ifndef __LOG_UTIL_H__
 #define __LOG_UTIL_H__
 
index 93bf86cb502f02cfe529d441e0a97c950f75bd6a..03942a7bc2e584b0943fde397946c89e5eeb3150 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ *  Copyright (c) 2017 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 "extended-sd-main.h"
 #include "log-util.h"
 
index 46a62a76189cbdaabac1cc8e320fc4a53e183f04..cc971e12242c830679731908b95e63e8b49df66c 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ *  Copyright (c) 2017 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 "extended-sd-main.h"
 #include "log-util.h"
 #include "es-preference-util.h"
index 47b8c186320dd765ca22fd23ac96367c7bc3b143..ac59c136be27e3f989abfb76f46e74234e92db92 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ *  Copyright (c) 2017 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 <app_control.h>
 #include <libgdbus/dbus-system.h>
 
index 7b3843a8388ccc50e0edfb40bdcccab8a388f9a6..8aa3b29bd4c6b720aea25ffb64f50f58daef859b 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ *  Copyright (c) 2017-2018 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 <app_control.h>
 #include <libgdbus/dbus-system.h>
 
index 56a130845953ad41077e5cca13491838064e6674..8f348f6461bb29f9d31bdad31a497e18b418f67c 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ *  Copyright (c) 2017 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 <app_preference.h>
 
 #include "extended-sd-main.h"
index 192dbe2bfa82c2d3590a83a094781e9258ba5b21..0db8c9f2dcf4b01ab80fc30c42bcb10c424799b1 100644 (file)
@@ -1,3 +1,19 @@
+/*
+ *  Copyright (c) 2017-2018 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 <libgdbus/dbus-system.h>
 
 #include "extended-sd-main.h"