From: sunil85.kim Date: Fri, 3 May 2013 10:31:32 +0000 (+0900) Subject: Update for tizen_2.1(license #4) X-Git-Tag: accepted/tizen/20130520.101030^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Ftizen_2.1;p=platform%2Fcore%2Fconnectivity%2Fmobileap-agent.git Update for tizen_2.1(license #4) Change-Id: I610f36024e8c0b8ef00bbd9db736caec33fee177 --- diff --git a/NOTICE b/NOTICE index 2c574b9..94d56df 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,3 @@ -Copyright (c) Samsung Electronics Co., Ltd. All rights reserved. +Copyright (c) 2012 Samsung Electronics Co., Ltd. All rights reserved. Except as noted, this software is licensed under Flora License, Version 1.1 -Please, see the LICENSE.Flora file for Flora License terms and conditions. - +Please, see the LICENSE.Flora file for Flora License, Version 1.1 terms and conditions. diff --git a/packaging/mobileap-agent.spec b/packaging/mobileap-agent.spec index 133b87e..3bec494 100644 --- a/packaging/mobileap-agent.spec +++ b/packaging/mobileap-agent.spec @@ -1,6 +1,6 @@ Name: mobileap-agent Summary: Mobile AP daemon for setting tethering environments -Version: 0.1.87 +Version: 0.1.88 Release: 1 Group: TO_BE/FILLED_IN License: Flora License diff --git a/src/mobileap_main.c b/src/mobileap_main.c index c0ba520..592b96a 100644 --- a/src/mobileap_main.c +++ b/src/mobileap_main.c @@ -217,7 +217,6 @@ static void __block_device_sleep(void) int ret = 0; ret = pm_lock_state(LCD_OFF, STAY_CUR_STATE, 0); - if (ret < 0) ERR("PM control [ERROR] result = %d\n", ret); else