[W-clock-viewer] Change the license 13/127413/1 submit/tizen/20170427.074059
authormoon87.park <moon87.park@samsung.com>
Thu, 27 Apr 2017 07:36:30 +0000 (16:36 +0900)
committermoon87.park <moon87.park@samsung.com>
Thu, 27 Apr 2017 07:36:30 +0000 (16:36 +0900)
Change-Id: I81409f3fa4e5829237894711ac3ec222145b21cb

35 files changed:
clock-viewer/data/clock-viewer.edc
clock-viewer/data/default-clock-fallback.edc
clock-viewer/include/clock-viewer-debug.h
clock-viewer/include/clock-viewer-default-clock-fallback.h
clock-viewer/include/clock-viewer-default-clock.h
clock-viewer/include/clock-viewer-display.h
clock-viewer/include/clock-viewer-feature.h
clock-viewer/include/clock-viewer-plugin.h
clock-viewer/include/clock-viewer-util-alarm.h
clock-viewer/include/clock-viewer-util-dbus.h
clock-viewer/include/clock-viewer-util-pkginfo.h
clock-viewer/include/clock-viewer-util-status.h
clock-viewer/include/clock-viewer-util-winset.h
clock-viewer/include/clock-viewer-widget.h
clock-viewer/include/clock-viewer-window.h
clock-viewer/include/clock-viewer.h
clock-viewer/src/clock-viewer-default-clock-fallback.c
clock-viewer/src/clock-viewer-default-clock.c
clock-viewer/src/clock-viewer-display.c
clock-viewer/src/clock-viewer-main.c
clock-viewer/src/clock-viewer-plugin.c
clock-viewer/src/clock-viewer-util-alarm.c
clock-viewer/src/clock-viewer-util-dbus-emul.c
clock-viewer/src/clock-viewer-util-dbus.c
clock-viewer/src/clock-viewer-util-pkginfo.c
clock-viewer/src/clock-viewer-util-status.c
clock-viewer/src/clock-viewer-util-winset.c
clock-viewer/src/clock-viewer-widget.c
clock-viewer/src/clock-viewer-window.c
clock-viewer/src/clock-viewer.c
default-clock/data/alpm.edc
default-clock/include/alpm.h
default-clock/include/clock-viewer-plugin.h
default-clock/src/analog.c
default-clock/src/digital.c

index a5b58045cd8dbc2b3ec2676ef555f61b9d451913..aba99da5dc169a6bcc26e44607b64c47d85a508c 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 IDLE_CLOCK_ALPM_STATE_CHANGE(title,state)\
index 8a23ca241bb1092899f4bbe4aae2cb22002a411c..69d1660c838f000ae0acd22d86bf7497e001a349 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 IDLE_CLOCK_ALPM_STATE_CHANGE(title,state)\
index b2f445f8b35a9e19f5fcf4b1ba6bc6e09056c03d..5ccb99309dd7b46f541d2057f9eaa081c48a0b45 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_DEBUG_H__
index b31f4e5715476a514d12e61f8cd9793abf29dd99..4c445b2c47ed5760fcaefb958c632f6e6ce6c70a 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_DEFAULT_CLOCK_FALLBACK_H__
index 64180350623fba013c86f6a1fd32836958baa9d7..c28cc88d9dc3409419b27d497f2f7ad347a7f162 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_DEFAULT_CLOCK_H__
index f63e81262343e91fe5d6a1d91a408a6946f19202..9e2840bc9b8dabd28a3e0255bb9e55277f03a98f 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_DISPLAY_H__
index b3a0cff5446f4fda009caf238f3e388dc81fdb7c..86d34e01a4b19b39f57b3b65d48b9a2a0a761e71 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_FEATURE_H__
index bba6b84735442af2b6a6da5f403e745d2ecb2fee..870de9737b575cec326eadecd6ecbf9b52963b7c 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_PLUGIN_H__
index 38931d9af86de073fcfa01d8e28f1e8311fea3a8..c3e04bd73b888f60dcf752e0b6bf30babebc4490 100644 (file)
@@ -1,20 +1,17 @@
 /*
- * W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_UTIL_ALARM_H__
index 87310d40a79722983f96596e083f24fb5f6a2c69..50cca770e43b4008591b94c57d5b6d084f6f48f6 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_UTIL_DBUS_H__
index ca9d34b89bfa5f9ce5377ae66bb632404506b509..fe8e8b1b04b1fce621488b133b559bc685db0acc 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_UTIL_PKGINFO_H__
index c1ad354b563694e528152407c8e09500c009fe2c..72633d1cb835483da377caee91a4f8e7d98a34e9 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_UTIL_STATUS_H__
index 5cedb01676c4ade81249020c181fe8666132733b..d128c836e86b8c6aa88ca7665308c9a55b6ca20d 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_UTIL_WINSET_H__
index e64790518637725fd9880bc625c3df730bae3e1c..1bdd0513489e2148fafea8ee92979b9755021c3a 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_WIDGET_H__
index eb1e58aee8d0f98da75f05170818ba629c362df5..0aa90882c4eeb0b210dbc766dac590837ccff4b7 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_WINDOW_H__
index e87d9777ad5fd6f167bec6778cc36c47f582d9da..6c8d3da8d54f53c4845bd417cbee716b37f61456 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_H__
index d0a7b57fd7601045937bab9411dd31af5baf65be..da0a71657e6fd32e22aa43d6b2f73efb07b5959f 100644 (file)
@@ -1,23 +1,19 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 <glib.h>
 #include <unicode/utypes.h>
 #include <unicode/putil.h>
index 6441213fdb076b52c7801807e060bcaafd840a74..e5516058176917374a4f4373b877d5c1c6bf64ba 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 <time.h>
index a9d2b108cb5859c1308592658c6bae065d09569f..922ad9c0d8dada0362ac3dd55a8a6e78c640d4f7 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 "clock-viewer.h"
index 7a6b6869d6b447cb2353491a28ea1a6a1510c826..bc254e7eab1dd5037a2f9f37a9471641a2486932 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 <stdio.h>
index d9d4e8938cb40ad019182425630e80e828296d81..2f506f83dbc1de61d4c2c750bbeeb44a57f6f066 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 <sys/types.h>
index 48bfaa0c97ca03ad8d6af68a605893446f8edfd6..223b33b37607e3cec93f5a4a65d7af7903d2fe50 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 "clock-viewer.h"
index ea160ceaba753f75037a792b042f953ac3a57a73..8aecb1190e876054507e8763e470c54a5297d79d 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 "clock-viewer.h"
index c82a2fc2957b7eb1968fe4ef1cdc5a4885623d5b..86a1a10d33488d75ab52d631ccab273e8fce6552 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 "clock-viewer.h"
index f2d77408e286572d13e83f03873f896ecb0941cb..36f67a500b2326af3400b2a478551b0ddc592d0e 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 <pkgmgr-info.h>
index 34ff418afda20ed3bafcbe4d73f00f898d228d1e..57a8afe25d7cab38719f272683485e4f29f44de7 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 <vconf.h>
index 9b7ac965a347813bfe98fb24e90efce21af310cf..2a7d5eab7ce46835ebccbeaec6d4092b21007079 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 "clock-viewer-util-winset.h"
index febddf9980acc6692876c6c3794de4e04f29c354..724566ccf889cc13eef02387f95b25f551b87324 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 <Elementary.h>
index 2c1a9b32ca0a7bf1f2d6fa29b3b7ab73d1040d0f..ec6768e75f0f5c9035c91ae4f7ffbbd4b541aecd 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 "clock-viewer-window.h"
index 7601419287235897843abadca5ecfe3f34593f38..5eab223af309a7944590347648752922f3252259 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 <Ecore.h>
index 49d1e155535dd8f9a40cc068f29281ae5d0c4726..6ae2d63ae3bf3524f6d151569a64eed8d7239042 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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.
- *
  */
 
 collections {
index 180e2f6e04686fa82a009625e0dfd1135f9187a2..7a9c229e1d746b6f16e792c36c3a806c68157803 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __ALPM_H__
index 9ea6612755fe8230c2d73ce1c13bb64ed6374b4d..b622d8d3c331a9ffe5c92dac1498d834eb51a122 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 __CLOCK_VIEWER_PLUGIN_H__
index 07d7d91ac8794b539039d6b815f6e94c302607e8..b77cfe30ad9999607e380fbe61dbb37fc4cccca9 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 <stdio.h>
index 92ed834e2a149276bb02f890a2bb4fc5d7a25a1e..fdfb5fd131f4db296d1d49556252daa7083d337c 100644 (file)
@@ -1,20 +1,17 @@
 /*
- *  W Clock Viewer
+ * Copyright (c) 2013 Samsung Electronics Co., Ltd.
  *
- * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Licensed under the Flora License, Version 1.1 (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
+ * http://floralicense.org/license/
  *
  * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
+ * 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 <glib.h>