code refactoring 34/54734/2
authorJiwoong Im <jiwoong.im@samsung.com>
Thu, 17 Dec 2015 12:51:22 +0000 (21:51 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Fri, 18 Dec 2015 02:12:41 +0000 (11:12 +0900)
commit92057e07b706fa570ca9baf99557d4ee9a92c5c3
tree36bf53eaca4f53110d13e58ffab26e5969c25816
parent0689a7e4813f71db8556fd53a084b01b41361548
code refactoring

- modify copyright
- change SLPAPI to API
- use #pragma once to be included only once

Change-Id: Icc14baacf9f6c52df3f999dcc3d47f3b6a48ccde
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
44 files changed:
am_daemon/amd_app_group.h
am_daemon/amd_appinfo.h
am_daemon/amd_config.h
am_daemon/amd_launch.c
am_daemon/amd_launch.h
am_daemon/amd_main.c
am_daemon/amd_request.c
am_daemon/amd_request.h
am_daemon/amd_status.c
am_daemon/amd_status.h
include/app_launchpad_types.h
include/app_signal.h
include/app_sock.h
include/aul.h
include/aul_api.h
include/aul_rsc_mgr.h
include/aul_svc.h
include/aul_svc_db.h
include/aul_svc_priv_key.h
include/aul_util.h
include/key.h
include/launch.h
include/menu_db_util.h
include/miregex.h
include/perf.h
include/simple_util.h
src/app_group.c
src/app_signal.c
src/app_sock.c
src/aul_path.c
src/aul_rsc_mgr.c
src/key.c
src/launch.c
src/launch_glib.c
src/launch_with_result.c
src/mime.c
src/miregex.c
src/pkginfo.c
src/service.c
src/simple_util.c
src/status.c
test/aul_test.c
test/launch_app.c
test/open_app.c