fixed copyright years 05/46605/1
authorJeesun Kim <iamjs.kim@samsung.com>
Fri, 8 May 2015 05:11:20 +0000 (14:11 +0900)
committerJeesun Kim <iamjs.kim@samsung.com>
Mon, 24 Aug 2015 04:53:19 +0000 (13:53 +0900)
commitdca8e14a44df1d2afbc17c1dde3e24d69f6ace7d
treea3cdbdeee0bd42b99ae8422d8714e8c4888a4bf9
parentcb45684b6ce82f213db1a2f4e03f453ccfb9bec3
fixed copyright years

Change-Id: I75186711aa84fccfb5de5b2c9f905dd74ca10928
139 files changed:
LICENSE.APLv2
NOTICE
build-util/DB-schema-gen.c
build-util/generator.sh
build-util/schema.sql
client/cal_client_db_helper.h
client/cal_client_ipc.c
client/cal_client_ipc.h
client/cal_client_reminder.c
client/cal_client_reminder.h
client/cal_client_service.c
client/cal_client_service.h [new file with mode: 0644]
client/cal_client_service_helper.c
client/cal_client_service_helper.h
common/cal_filter.c
common/cal_filter.h
common/cal_handle.c
common/cal_inotify.c
common/cal_inotify.h
common/cal_internal.h
common/cal_list.c
common/cal_list.h
common/cal_mutex.c
common/cal_mutex.h
common/cal_query.c
common/cal_query.h
common/cal_record.c
common/cal_record.h
common/cal_record_alarm.c
common/cal_record_attendee.c
common/cal_record_calendar.c
common/cal_record_event.c
common/cal_record_extended.c
common/cal_record_instance_allday.c
common/cal_record_instance_allday_extended.c
common/cal_record_instance_normal.c
common/cal_record_instance_normal_extended.c
common/cal_record_search.c
common/cal_record_timezone.c
common/cal_record_todo.c
common/cal_record_updated_info.c
common/cal_time.cpp
common/cal_time.h
common/cal_typedef.h
common/cal_vcalendar.c
common/cal_vcalendar.h
common/cal_vcalendar_make.c
common/cal_vcalendar_make.h
common/cal_vcalendar_parse.c
common/cal_vcalendar_parse.h
common/cal_view.c
common/cal_view.h
common/cal_zone.c
common/ipc/cal_ipc.h
common/ipc/cal_ipc_marshal.c
common/ipc/cal_ipc_marshal.h
common/ipc/cal_ipc_marshal_alarm.c
common/ipc/cal_ipc_marshal_attendee.c
common/ipc/cal_ipc_marshal_calendar.c
common/ipc/cal_ipc_marshal_event.c
common/ipc/cal_ipc_marshal_extended.c
common/ipc/cal_ipc_marshal_instance_allday.c
common/ipc/cal_ipc_marshal_instance_allday_extended.c
common/ipc/cal_ipc_marshal_instance_normal.c
common/ipc/cal_ipc_marshal_instance_normal_extended.c
common/ipc/cal_ipc_marshal_search.c
common/ipc/cal_ipc_marshal_timezone.c
common/ipc/cal_ipc_marshal_todo.c
common/ipc/cal_ipc_marshal_updated_info.c
include/calendar.h
include/calendar_db.h
include/calendar_errors.h
include/calendar_filter.h
include/calendar_internal.h
include/calendar_list.h
include/calendar_query.h
include/calendar_record.h
include/calendar_reminder.h
include/calendar_service.h
include/calendar_types.h
include/calendar_vcalendar.h
include/calendar_view.h
native/cal_access_control.c
native/cal_access_control.h
native/cal_calendar.c
native/cal_calendar.h
native/cal_db.c
native/cal_db.h
native/cal_db_alarm.c
native/cal_db_alarm.h
native/cal_db_attendee.c
native/cal_db_attendee.h
native/cal_db_calendar.c
native/cal_db_calendar.h
native/cal_db_event.c
native/cal_db_event.h
native/cal_db_extended.c
native/cal_db_extended.h
native/cal_db_instance.c
native/cal_db_instance.h
native/cal_db_instance_helper.c
native/cal_db_instance_helper.h
native/cal_db_plugin_alarm.c
native/cal_db_plugin_attendee.c
native/cal_db_plugin_calendar.c
native/cal_db_plugin_event.c
native/cal_db_plugin_extended.c
native/cal_db_plugin_instance_allday.c
native/cal_db_plugin_instance_allday_extended.c
native/cal_db_plugin_instance_normal.c
native/cal_db_plugin_instance_normal_extended.c
native/cal_db_plugin_search.c
native/cal_db_plugin_timezone.c
native/cal_db_plugin_todo.c
native/cal_db_query.c
native/cal_db_query.h
native/cal_db_rrule.c
native/cal_db_rrule.h
native/cal_db_timezone.c [new file with mode: 0644]
native/cal_db_timezone.h [new file with mode: 0644]
native/cal_db_util.c
native/cal_db_util.h
native/cal_reminder.c
native/cal_service.h
server/cal_server.c
server/cal_server_alarm.c
server/cal_server_alarm.h
server/cal_server_calendar_delete.c
server/cal_server_calendar_delete.h
server/cal_server_contacts.c
server/cal_server_contacts.h
server/cal_server_ipc.c
server/cal_server_ipc.h
server/cal_server_reminder.c
server/cal_server_reminder.h
server/cal_server_schema.c
server/cal_server_schema.h
server/cal_server_update.c
server/cal_server_update.h