tizen 2.3 release
[apps/home/settings.git] / setting-viewtype / include / setting-viewtype.h
index 89a5fc7..91677b0 100755 (executable)
@@ -1,18 +1,22 @@
 /*
  * setting
- * Copyright (c) 2012 Samsung Electronics Co., Ltd.
  *
- * Licensed under the Flora License, Version 1.1 (the License);
+ * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
+ *
+ * Contact: MyoungJune Park <mj2004.park@samsung.com>
+ *
+ * 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://floralicense.org/license/
+ * 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,
+ * 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 __SETTING_VIEWTYPE_H__
 #define __SETTING_VIEWTYPE_H__
@@ -27,7 +31,7 @@ typedef struct _SettingViewTypeUG SettingViewTypeUG;
 
 /**
  * Setting ViewType UG context
- * all UG function has void* as an agument. this is casted back to SettingViewTypeUG 
+ * all UG function has void* as an agument. this is casted back to SettingViewTypeUG
  * and the functions access app context.
  */
 struct _SettingViewTypeUG {
@@ -42,7 +46,6 @@ struct _SettingViewTypeUG {
 
        setting_view *view_to_load;
        Elm_Genlist_Item_Class itc_1text_1icon_2;
-       Elm_Genlist_Item_Class itc_seperator;
 };
 
 extern setting_view setting_view_task_switcher_viewtype;