From e759ee11f9ffc0037efa9fbcc0f09b572818462f Mon Sep 17 00:00:00 2001 From: Seungha Son Date: Thu, 4 May 2017 10:17:10 +0900 Subject: [PATCH] Update license description Signed-off-by: Seungha Son Change-Id: Ib6daf25ed9f8a42bd4f2e32a40cf20dc95ef1c0c --- include/notification.h | 2 +- include/notification_db.h | 2 +- include/notification_debug.h | 2 +- include/notification_error.h | 2 +- include/notification_group.h | 2 +- include/notification_internal.h | 2 +- include/notification_ipc.h | 2 +- include/notification_list.h | 2 +- include/notification_noti.h | 2 +- include/notification_ongoing.h | 2 +- include/notification_ongoing_flag.h | 2 +- include/notification_private.h | 2 +- include/notification_setting.h | 2 +- include/notification_setting_internal.h | 2 +- include/notification_setting_service.h | 2 +- include/notification_status.h | 2 +- include/notification_status_internal.h | 2 +- include/notification_text_domain.h | 2 +- include/notification_type.h | 2 +- src/notification.c | 2 +- src/notification_db.c | 2 +- src/notification_error.c | 2 +- src/notification_group.c | 2 +- src/notification_init.c | 2 +- src/notification_internal.c | 2 +- src/notification_ipc.c | 2 +- src/notification_list.c | 2 +- src/notification_noti.c | 2 +- src/notification_ongoing.c | 2 +- src/notification_setting.c | 2 +- src/notification_setting_service.c | 2 +- src/notification_status.c | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/include/notification.h b/include/notification.h index 8b459e2..26dc64b 100755 --- a/include/notification.h +++ b/include/notification.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_db.h b/include/notification_db.h index 0515f87..1bed614 100644 --- a/include/notification_db.h +++ b/include/notification_db.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_debug.h b/include/notification_debug.h index 29e38fc..6b2133e 100644 --- a/include/notification_debug.h +++ b/include/notification_debug.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_error.h b/include/notification_error.h index 3193808..bdc19ba 100644 --- a/include/notification_error.h +++ b/include/notification_error.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_group.h b/include/notification_group.h index f6affa8..2075fef 100644 --- a/include/notification_group.h +++ b/include/notification_group.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_internal.h b/include/notification_internal.h index 4557472..d63174c 100755 --- a/include/notification_internal.h +++ b/include/notification_internal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_ipc.h b/include/notification_ipc.h index bd90155..bfb054f 100755 --- a/include/notification_ipc.h +++ b/include/notification_ipc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_list.h b/include/notification_list.h index dc255e6..a50f1ed 100644 --- a/include/notification_list.h +++ b/include/notification_list.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_noti.h b/include/notification_noti.h index 6d0c8f3..4462c20 100644 --- a/include/notification_noti.h +++ b/include/notification_noti.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_ongoing.h b/include/notification_ongoing.h index 3b42f8b..d6c4867 100644 --- a/include/notification_ongoing.h +++ b/include/notification_ongoing.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_ongoing_flag.h b/include/notification_ongoing_flag.h index e5fba52..e7238a4 100644 --- a/include/notification_ongoing_flag.h +++ b/include/notification_ongoing_flag.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2015 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_private.h b/include/notification_private.h index b2be4b6..c8747b5 100644 --- a/include/notification_private.h +++ b/include/notification_private.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_setting.h b/include/notification_setting.h index ca0d066..b59cdb5 100644 --- a/include/notification_setting.h +++ b/include/notification_setting.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_setting_internal.h b/include/notification_setting_internal.h index 5742707..f359559 100644 --- a/include/notification_setting_internal.h +++ b/include/notification_setting_internal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2015 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_setting_service.h b/include/notification_setting_service.h index fdf15bb..4acc875 100644 --- a/include/notification_setting_service.h +++ b/include/notification_setting_service.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_status.h b/include/notification_status.h index 2a4c5c6..b8ff7d1 100644 --- a/include/notification_status.h +++ b/include/notification_status.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_status_internal.h b/include/notification_status_internal.h index e7228a7..a70fa2e 100644 --- a/include/notification_status_internal.h +++ b/include/notification_status_internal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_text_domain.h b/include/notification_text_domain.h index 3155381..f8c36d8 100644 --- a/include/notification_text_domain.h +++ b/include/notification_text_domain.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2015 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/include/notification_type.h b/include/notification_type.h index 7540a5a..38233b9 100644 --- a/include/notification_type.h +++ b/include/notification_type.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification.c b/src/notification.c index b892eb4..a581e05 100755 --- a/src/notification.c +++ b/src/notification.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_db.c b/src/notification_db.c index 4d466c7..a2e7c10 100755 --- a/src/notification_db.c +++ b/src/notification_db.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_error.c b/src/notification_error.c index e55038c..4e4c98b 100644 --- a/src/notification_error.c +++ b/src/notification_error.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_group.c b/src/notification_group.c index fb44bbe..f2f4eac 100755 --- a/src/notification_group.c +++ b/src/notification_group.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_init.c b/src/notification_init.c index d2c0101..2120a9e 100644 --- a/src/notification_init.c +++ b/src/notification_init.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2016 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_internal.c b/src/notification_internal.c index 33a9e93..ddb3385 100755 --- a/src/notification_internal.c +++ b/src/notification_internal.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_ipc.c b/src/notification_ipc.c index 4b66215..1629c97 100755 --- a/src/notification_ipc.c +++ b/src/notification_ipc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_list.c b/src/notification_list.c index 5cd7ff1..d55713c 100755 --- a/src/notification_list.c +++ b/src/notification_list.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_noti.c b/src/notification_noti.c index 2ae5321..27c6ed7 100755 --- a/src/notification_noti.c +++ b/src/notification_noti.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_ongoing.c b/src/notification_ongoing.c index 74a105e..0bf79c8 100755 --- a/src/notification_ongoing.c +++ b/src/notification_ongoing.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_setting.c b/src/notification_setting.c index 5ff0fad..6a5cfe0 100755 --- a/src/notification_setting.c +++ b/src/notification_setting.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_setting_service.c b/src/notification_setting_service.c index 297bede..1a6ec11 100644 --- a/src/notification_setting_service.c +++ b/src/notification_setting_service.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/notification_status.c b/src/notification_status.c index 59428f6..00544c3 100755 --- a/src/notification_status.c +++ b/src/notification_status.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000 - 2016 Samsung Electronics Co., Ltd. All rights reserved. + * Copyright (c) 2000 - 2017 Samsung Electronics Co., Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- 2.7.4