Sync to the latest code 90/17790/1
authorjunsuk77.oh <junsuk77.oh@samsung.com>
Mon, 12 Aug 2013 02:34:25 +0000 (11:34 +0900)
committerSemun Lee <sm79.lee@samsung.com>
Tue, 11 Mar 2014 01:33:38 +0000 (10:33 +0900)
commit067d80d54e49361d813f50c8d4fbf11704ed03a2
tree68eb1988064beb970228a3e98c4d505766e80180
parentb46685ff506d658b594b3f5b171de6497fab3d90
Sync to the latest code

Change-Id: I538f71d0461cc85172c9d041e6bf077d951bfdf3
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
Sync to the latest code

Change-Id: I594952c13734ec3710a7b0e1479d331af405040f
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
add git license file

Change-Id: Id051f1a9b2d7a108c8d6cadfa9c8853bc0ab9f13
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
delete license path

Change-Id: Id42fe2ac15c7acc7f90555f5cd41bcdc5ae26263
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
sync with private master

Change-Id: I97cede33cc084ccb04921008511d3aed469bdd58
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
fix ail filter query

Change-Id: I2b17f22629db41ca065e535304ccbeda608c67d4
Signed-off-by: junsuk77.oh <junsuk77.oh@samsung.com>
remove  keyword check

Change-Id: I035e723ad1787e33f3101f58052b12880e0a6a6b

add Apache boiler plate

Change-Id: If39b5d58ffc7c633a6eeeff71cae7a787b938afb
20 files changed:
CMakeLists.txt
include/ail.h
initdb/src/initdb.c
packaging/ail.spec
src/ail_convert.c
src/ail_db.c
src/ail_desktop.c
src/ail_filter.c
src/ail_package.c
src/ail_private.h
src/ail_sql.c
src/ail_sql.h
tool/CMakeLists.txt [new file with mode: 0755]
tool/src/ail_desktop.c [new file with mode: 0644]
tool/src/ail_filter.c [new file with mode: 0644]
tool/src/ail_fota.c [new file with mode: 0644]
tool/src/ail_package.c [new file with mode: 0644]
tool/src/initdb.c [new file with mode: 0755]
tool/src/main.c.head [new file with mode: 0644]
tool/src/main.c.tail [new file with mode: 0644]