From: Woochan Lee Date: Thu, 18 Feb 2016 11:19:27 +0000 (+0900) Subject: viewmgr: Add author. X-Git-Tag: submit/tizen/20160617.075742~142 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd4cd7132b9da3f0029477a762ff4e5bdb6280da;p=platform%2Fcore%2Fuifw%2Fui-viewmgr.git viewmgr: Add author. Change-Id: I49e70a0696d2f0274a23a36bb65f68d279a5c903 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 70a797e..b790692 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ SET(SRCS src/interface/ui_view_base.cpp src/interface/ui_viewmgr_base.cpp src/efl/mobile/ui_basic_view.cpp - src/main.cpp + src/main.cpp ) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/inc) diff --git a/src/interface/ui_controller_base.h b/src/interface/ui_controller_base.h index e5bfd47..d48ba7c 100644 --- a/src/interface/ui_controller_base.h +++ b/src/interface/ui_controller_base.h @@ -3,6 +3,7 @@ * * Created on: Jan 15, 2016 * Author: Hermet Park + * Author: woochan lee */ #ifndef UI_CONTROLLER_BASE_H_ diff --git a/src/interface/ui_view_base.h b/src/interface/ui_view_base.h index dabaf10..2ca3545 100644 --- a/src/interface/ui_view_base.h +++ b/src/interface/ui_view_base.h @@ -2,7 +2,8 @@ * ui_view_base.h * * Created on: Jan 15, 2016 - * Author: hermet + * Author: Hermet Park + * Author: woochan lee */ #ifndef UI_VIEW_BASE_H_ diff --git a/src/interface/ui_viewmgr_base.h b/src/interface/ui_viewmgr_base.h index 01abae5..25bd39d 100644 --- a/src/interface/ui_viewmgr_base.h +++ b/src/interface/ui_viewmgr_base.h @@ -2,7 +2,8 @@ * ui_viewmgr_base.h * * Created on: Jan 15, 2016 - * Author: hermet + * Author: Hermet Park + * Author: woochan lee */ #ifndef UI_WINDOW_BASE_H_