From b8fdd2192a8a197225a45bcb7d1a11e58d991c3a Mon Sep 17 00:00:00 2001 From: "sung1103.park" Date: Tue, 21 Aug 2012 19:27:15 +0900 Subject: [PATCH] tizen_2.0_build --- CMakeLists.txt | 5 +-- debian/changelog | 76 +++++++++++++++++++++++++++++++++++++-- debian/control | 0 debian/copyright | 0 debian/desktop | 0 debian/rules | 2 +- draglock.xml.in | 12 +++++++ include/draglock-bg.h | 29 ++++++++------- include/draglock-slide.h | 29 ++++++++------- include/draglock-time.h | 29 ++++++++------- include/draglock-ui.h | 29 ++++++++------- include/draglock-util.h | 29 ++++++++------- include/draglock.h | 29 ++++++++------- packaging/org.tizen.draglock.spec | 10 +++--- res/edje/draglock-slide.edc | 33 ++++++++--------- res/edje/draglock-time.edc | 68 +++++++++++++++++------------------ res/edje/draglock-ui.edc | 31 ++++++++-------- res/edje/draglock.edc | 29 ++++++++------- src/draglock-bg.c | 29 ++++++++------- src/draglock-slide.c | 29 ++++++++------- src/draglock-time.c | 29 ++++++++------- src/draglock-ui.c | 29 ++++++++------- src/draglock-util.c | 29 ++++++++------- src/draglock.c | 29 ++++++++------- 24 files changed, 342 insertions(+), 272 deletions(-) mode change 100644 => 100755 debian/control delete mode 100644 debian/copyright mode change 100644 => 100755 debian/desktop create mode 100755 draglock.xml.in mode change 100644 => 100755 include/draglock-bg.h mode change 100644 => 100755 include/draglock-slide.h mode change 100644 => 100755 include/draglock-time.h mode change 100644 => 100755 include/draglock-ui.h mode change 100644 => 100755 include/draglock-util.h mode change 100644 => 100755 include/draglock.h mode change 100644 => 100755 res/edje/draglock-slide.edc mode change 100644 => 100755 res/edje/draglock-time.edc mode change 100644 => 100755 res/edje/draglock-ui.edc mode change 100644 => 100755 res/edje/draglock.edc mode change 100644 => 100755 src/draglock-bg.c mode change 100644 => 100755 src/draglock-slide.c mode change 100644 => 100755 src/draglock-time.c mode change 100644 => 100755 src/draglock-ui.c mode change 100644 => 100755 src/draglock-util.c mode change 100644 => 100755 src/draglock.c diff --git a/CMakeLists.txt b/CMakeLists.txt index aafa2ae..1a65ef4 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,7 @@ SET(LOCALEDIR "${RESDIR}/locale") SET(IMAGEDIR "${RESDIR}/images") SET(ICONDIR "${RESDIR}/icons/default/small") SET(EDJEDIR "${RESDIR}/edje") +SET(MANIFESTXMLDIR "/opt/share/packages") IF("${CMAKE_BUILD_TYPE}" STREQUAL "") SET(CMAKE_BUILD_TYPE "Release") @@ -81,8 +82,8 @@ TARGET_LINK_LIBRARIES(${PROJECT_NAME} ${pkgs_LDFLAGS} "-lm") INSTALL(TARGETS ${PROJECT_NAME} DESTINATION ${BINDIR}) # install desktop file -CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/debian/desktop ${CMAKE_BINARY_DIR}/${PKGNAME}.desktop) -INSTALL(FILES ${CMAKE_BINARY_DIR}/${PKGNAME}.desktop DESTINATION /opt/share/applications) +CONFIGURE_FILE(${PROJECT_NAME}.xml.in ${CMAKE_CURRENT_BINARY_DIR}/org.tizen.${PROJECT_NAME}.xml) +INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.tizen.${PROJECT_NAME}.xml DESTINATION ${MANIFESTXMLDIR}) #install application HOME directory INSTALL(DIRECTORY DESTINATION ${DATADIR}) diff --git a/debian/changelog b/debian/changelog index 86349d8..d9c72c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,77 @@ -draglock (0.1.5-1) unstable; urgency=low +draglock (0.1.7-1) unstable; urgency=low + + * time and locale related bugs was fixed + * Git: slp/pkgs/d/draglock + * Tag: draglock_0.1.7-1 + + -- youngsub ko Thu, 24 May 2012 16:25:23 +0900 + +draglock (0.1.6-1) unstable; urgency=low * Fixed problem printing time with wrong format - * Git: pkgs/d/draglock + * Git: slp/pkgs/d/draglock + * Tag: draglock_0.1.6-1 + + -- youngsub ko Mon, 23 Apr 2012 16:43:58 +0900 + +draglock (0.1.5-1) unstable; urgency=low + + * Fixed problem printing wrong date when locale is changed + * Git: slp/pkgs/d/draglock * Tag: draglock_0.1.5-1 - -- youngsub ko Mon, 16 Apr 2012 17:38:10 +0900 + -- youngsub ko Tue, 10 Apr 2012 18:18:18 +0900 + +draglock (0.1.4-1) unstable; urgency=low + + * Fix problem printing efl related error message infinitely + * Git: slp/pkgs/d/draglock + * Tag: draglock_0.1.4-1 + + -- youngsub ko Fri, 06 Apr 2012 16:26:32 +0900 + +draglock (0.1.3-1) unstable; urgency=low + + * Fixed problem displaying wrong time after wake-up from suspend + * Git: slp/pkgs/d/draglock + * Tag: draglock_0.1.3-1 + + -- youngsub ko Wed, 04 Apr 2012 13:38:43 +0900 + +draglock (0.1.2-2) unstable; urgency=low + + * Build error fixed + * Git: slp/pkgs/d/draglock + * Tag: draglock_0.1.2-2 + + -- youngsub ko Wed, 21 Mar 2012 15:53:42 +0900 + +draglock (0.1.2-1) unstable; urgency=low + + * Get setting lock screen wallpaper + * Git: slp/pkgs/d/draglock + * Tag: draglock_0.1.2-1 + + -- youngsub ko Wed, 21 Mar 2012 13:54:52 +0900 + +draglock (0.1.1-1) unstable; urgency=low + + * Change source package name + * Git: slp/pkgs/d/draglock + * Tag: draglock_0.1.1-1 + + -- youngsub ko Tue, 20 Mar 2012 14:03:45 +0900 + +com.samsung.draglock (0.1.0-1) unstable; urgency=low + + * Update build script + * Git: slp/pkgs/d/draglock + * Tag: com.samsung.draglock_0.1.0-1 + + -- youngsub ko Mon, 19 Mar 2012 16:41:00 +0900 + +com.samsung.draglock (0.0.0-1) unstable; urgency=low + + * Initial Release + + -- youngsub ko Thu, 08 Mar 2012 14:16:44 +0900 diff --git a/debian/control b/debian/control old mode 100644 new mode 100755 diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index e69de29..0000000 diff --git a/debian/desktop b/debian/desktop old mode 100644 new mode 100755 diff --git a/debian/rules b/debian/rules index 4c6a36d..1c98435 100755 --- a/debian/rules +++ b/debian/rules @@ -99,7 +99,7 @@ binary-arch: build install # dh_installinfo dh_installman dh_link - dh_strip --dbg-package=org.tizen.draglock-dbg + dh_strip --dbg-package=com.samsung.draglock-dbg dh_compress dh_fixperms # dh_perl diff --git a/draglock.xml.in b/draglock.xml.in new file mode 100755 index 0000000..44c34f4 --- /dev/null +++ b/draglock.xml.in @@ -0,0 +1,12 @@ + + + + Youngjoo Park + seungtaek chung + Sung Park + @PROJECT_NAME@ + + @PKGNAME@.png + + + diff --git a/include/draglock-bg.h b/include/draglock-bg.h old mode 100644 new mode 100755 index cdf4dba..5f327f0 --- a/include/draglock-bg.h +++ b/include/draglock-bg.h @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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 DRAGLOCK_BG_H_ #define DRAGLOCK_BG_H_ diff --git a/include/draglock-slide.h b/include/draglock-slide.h old mode 100644 new mode 100755 index 734dc6f..fa4502b --- a/include/draglock-slide.h +++ b/include/draglock-slide.h @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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 DRAGLOCK_SLIDE_H_ #define DRAGLOCK_SLIDE_H_ diff --git a/include/draglock-time.h b/include/draglock-time.h old mode 100644 new mode 100755 index 2cdabef..98c7b47 --- a/include/draglock-time.h +++ b/include/draglock-time.h @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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 DRAGLOCK_TIME_H_ #define DRAGLOCK_TIME_H_ diff --git a/include/draglock-ui.h b/include/draglock-ui.h old mode 100644 new mode 100755 index 9cfbea8..8b306e2 --- a/include/draglock-ui.h +++ b/include/draglock-ui.h @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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 DRAGLOCK_UI_H_ #define DRAGLOCK_UI_H_ diff --git a/include/draglock-util.h b/include/draglock-util.h old mode 100644 new mode 100755 index 34c9add..80cd152 --- a/include/draglock-util.h +++ b/include/draglock-util.h @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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 __DRAGLOCK_UTIL_H__ #define __DRAGLOCK_UTIL_H__ diff --git a/include/draglock.h b/include/draglock.h old mode 100644 new mode 100755 index 6fc1edb..0283242 --- a/include/draglock.h +++ b/include/draglock.h @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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 __DRAGLOCK_H__ #define __DRAGLOCK_H__ diff --git a/packaging/org.tizen.draglock.spec b/packaging/org.tizen.draglock.spec index 56a19b3..ca59a79 100755 --- a/packaging/org.tizen.draglock.spec +++ b/packaging/org.tizen.draglock.spec @@ -2,8 +2,8 @@ Name: org.tizen.draglock Summary: Lock screen application -Version: 0.1.5 -Release: 1 +Version: 0.1.8 +Release: 2 Group: TBD License: Flora Software License Source0: %{name}-%{version}.tar.gz @@ -45,7 +45,6 @@ mkdir -p %{buildroot}/opt/apps/org.tizen.draglock/data %post /sbin/ldconfig -chown -R 5000:5000 /opt/apps/org.tizen.draglock/data GOPTION="-g 6514" @@ -53,8 +52,7 @@ GOPTION="-g 6514" %files %defattr(-,root,root,-) -%dir /opt/apps/org.tizen.draglock/data +%attr(-,inhouse,inhouse) %dir /opt/apps/org.tizen.draglock/data /opt/apps/org.tizen.draglock/bin/draglock /opt/apps/org.tizen.draglock/res/edje/draglock.edj -/opt/share/applications/org.tizen.draglock.desktop - +/opt/share/packages/%{name}.xml diff --git a/res/edje/draglock-slide.edc b/res/edje/draglock-slide.edc old mode 100644 new mode 100755 index 1b54f3d..7b8057d --- a/res/edje/draglock-slide.edc +++ b/res/edje/draglock-slide.edc @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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 DRAGLOCK_ARROW_RECT(pname, rel1x, rel2x)\ part {\ @@ -306,6 +305,7 @@ group { state: "default" 0.0; min: 126 0; align: 0.0 0.0; + fixed: 1.0 1.0; rel1 { to: "bg"; @@ -327,6 +327,7 @@ group { state: "default" 0.0; min: 126 0; align: 1.0 0.0; + fixed: 1.0 1.0; rel1 { relative: 1.0 0.0; @@ -428,4 +429,4 @@ group { target: "lock.image.r"; } } -} +} \ No newline at end of file diff --git a/res/edje/draglock-time.edc b/res/edje/draglock-time.edc old mode 100644 new mode 100755 index 587852f..a3ed5d9 --- a/res/edje/draglock-time.edc +++ b/res/edje/draglock-time.edc @@ -1,34 +1,22 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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. + */ group { name: "draglock-time"; - styles { - style { - name: "style_time"; - base: "font=SLP:style=Medium font_size=140 color=#f9f9f9ff align=right valign=top"; - } - style { - name: "style_time_period"; - base: "font=HelveticaNeue:style=Medium font_size=38 color=#f9f9f9ff align=right"; - } - } - parts { part { name: "bg"; @@ -116,6 +104,7 @@ group { state: "default" 0.0; text { font: "SLP:style=Medium"; + text_class: "slp_medium"; size: 34; min: 0 0; align: 1.0 0.5; @@ -156,21 +145,26 @@ group { part { name: "text.time"; - type: TEXTBLOCK; + type: TEXT; scale: 1; description { state: "default" 0.0; - text { - style: "style_time"; - } color: 249 249 249 255; + rel1 { to: "rect.time"; } rel2 { to: "rect.time"; } + text { + font: "SLP:style=Medium"; + text_class: "slp_medium"; + size: 140; + min: 0 0; + align: 1.0 0.5; + } } } @@ -183,6 +177,7 @@ group { state: "default" 0.0; min: 314 13; align: 1.0 1.0; + fixed: 1.0 1.0; rel1 { relative: 1.0 1.0; @@ -205,17 +200,15 @@ group { part { name: "text.time.period"; - type: TEXTBLOCK; + type: TEXT; scale: 1; description { state: "default" 0.0; min: 0 38; align: 1 1; + color: 249 249 249 255; - text { - style: "style_time_period"; - } rel1 { relative: 0.0 0.0; to_x: "bg"; @@ -225,6 +218,13 @@ group { relative: 0.0 0.0; to: "rect.time.period"; } + text { + font: "SLP:style=Medium"; + text_class: "slp_medium"; + size: 38; + min: 0 0; + align: 1.0 0.0; + } } } } diff --git a/res/edje/draglock-ui.edc b/res/edje/draglock-ui.edc old mode 100644 new mode 100755 index 90d1ad8..ae93551 --- a/res/edje/draglock-ui.edc +++ b/res/edje/draglock-ui.edc @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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. + */ group { name: "draglock-ui"; @@ -54,6 +53,8 @@ group { state: "default" 0.0; align: 0.0 1.0; min: 0 356; + fixed: 1.0 1.0; + rel1 { relative: 0.0 1.0; to: "bg"; diff --git a/res/edje/draglock.edc b/res/edje/draglock.edc old mode 100644 new mode 100755 index bc6df7d..81266b3 --- a/res/edje/draglock.edc +++ b/res/edje/draglock.edc @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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. + */ collections { #include "draglock-ui.edc" diff --git a/src/draglock-bg.c b/src/draglock-bg.c old mode 100644 new mode 100755 index bc07967..781ce8f --- a/src/draglock-bg.c +++ b/src/draglock-bg.c @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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 diff --git a/src/draglock-slide.c b/src/draglock-slide.c old mode 100644 new mode 100755 index b47108f..03c53ae --- a/src/draglock-slide.c +++ b/src/draglock-slide.c @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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 "draglock.h" #include "draglock-util.h" diff --git a/src/draglock-time.c b/src/draglock-time.c old mode 100644 new mode 100755 index cbdc247..1acf226 --- a/src/draglock-time.c +++ b/src/draglock-time.c @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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 diff --git a/src/draglock-ui.c b/src/draglock-ui.c old mode 100644 new mode 100755 index 0bf2e05..bb14144 --- a/src/draglock-ui.c +++ b/src/draglock-ui.c @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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 "draglock.h" diff --git a/src/draglock-util.c b/src/draglock-util.c old mode 100644 new mode 100755 index 6234f43..51f3af1 --- a/src/draglock-util.c +++ b/src/draglock-util.c @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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 diff --git a/src/draglock.c b/src/draglock.c old mode 100644 new mode 100755 index ee36913..a2472fb --- a/src/draglock.c +++ b/src/draglock.c @@ -1,19 +1,18 @@ /* - * Copyright 2012 Samsung Electronics Co., Ltd - * - * Licensed under the Flora License, Version 1.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.tizenopensource.org/license - * - * 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. - */ - + * Copyright 2012 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.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.tizenopensource.org/license + * + * 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 -- 2.7.4