From 5644676cbe4235bcdf0d51faaa8fca83214a9710 Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Tue, 26 Nov 2019 11:25:53 +0900 Subject: [PATCH] Update year information of license boilerplate Change-Id: I43d751b0b819da5614820ce15909cf37c490a056 --- CMakeLists.txt | 2 +- assistant-parser/src/ma_assistant_parser.c | 30 +++++++++++----------- client/ma.c | 2 +- client/ma_client.c | 2 +- client/ma_client.h | 2 +- client/ma_dbus.c | 2 +- client/ma_dbus.h | 2 +- client/ma_ui.c | 2 +- client/ma_ui_client.c | 2 +- client/ma_ui_client.h | 2 +- client/ma_ui_dbus.c | 2 +- client/ma_ui_dbus.h | 2 +- common/ma_config_mgr.c | 2 +- common/ma_config_mgr.h | 2 +- common/ma_defs.h | 2 +- common/ma_main.h | 2 +- doc/uix_ma_doc.h | 2 +- include/multi_assistant.h | 2 +- include/multi_assistant_common.h | 2 +- include/multi_assistant_internal.h | 2 +- include/multi_assistant_service.h | 2 +- include/multi_assistant_settings.h | 2 +- include/multi_assistant_ui.h | 2 +- 23 files changed, 37 insertions(+), 37 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eb2c5d8..c82d57c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved +# Copyright (c) 2018-2019 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/assistant-parser/src/ma_assistant_parser.c b/assistant-parser/src/ma_assistant_parser.c index 9caf9fa..0921734 100644 --- a/assistant-parser/src/ma_assistant_parser.c +++ b/assistant-parser/src/ma_assistant_parser.c @@ -1,18 +1,18 @@ -// -// Copyright (c) 2018 Samsung Electronics Co., Ltd. -// -// Licensed under the Apache License, Version 2.0 (the License); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// +/* + * Copyright (c) 2018-2019 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. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an AS IS BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include #include diff --git a/client/ma.c b/client/ma.c index ecb6c4b..c7e4c18 100644 --- a/client/ma.c +++ b/client/ma.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/client/ma_client.c b/client/ma_client.c index be0a7af..9b82fed 100644 --- a/client/ma_client.c +++ b/client/ma_client.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/client/ma_client.h b/client/ma_client.h index 579e2fe..b63fc71 100644 --- a/client/ma_client.h +++ b/client/ma_client.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/client/ma_dbus.c b/client/ma_dbus.c index ec02663..f0713ec 100644 --- a/client/ma_dbus.c +++ b/client/ma_dbus.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/client/ma_dbus.h b/client/ma_dbus.h index baad62d..3048479 100644 --- a/client/ma_dbus.h +++ b/client/ma_dbus.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/client/ma_ui.c b/client/ma_ui.c index 8590f9d..e0ddc9f 100644 --- a/client/ma_ui.c +++ b/client/ma_ui.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/client/ma_ui_client.c b/client/ma_ui_client.c index ac6edf5..451e66d 100644 --- a/client/ma_ui_client.c +++ b/client/ma_ui_client.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/client/ma_ui_client.h b/client/ma_ui_client.h index 2c71ba3..34bd6e1 100644 --- a/client/ma_ui_client.h +++ b/client/ma_ui_client.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/client/ma_ui_dbus.c b/client/ma_ui_dbus.c index 6419379..7bcfea4 100644 --- a/client/ma_ui_dbus.c +++ b/client/ma_ui_dbus.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/client/ma_ui_dbus.h b/client/ma_ui_dbus.h index 326f0f8..924707d 100644 --- a/client/ma_ui_dbus.h +++ b/client/ma_ui_dbus.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/common/ma_config_mgr.c b/common/ma_config_mgr.c index f2ad3ae..2542d61 100644 --- a/common/ma_config_mgr.c +++ b/common/ma_config_mgr.c @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/common/ma_config_mgr.h b/common/ma_config_mgr.h index de3f742..0301424 100644 --- a/common/ma_config_mgr.h +++ b/common/ma_config_mgr.h @@ -1,5 +1,5 @@ /** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/common/ma_defs.h b/common/ma_defs.h index 3cf18b9..127adcf 100644 --- a/common/ma_defs.h +++ b/common/ma_defs.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/common/ma_main.h b/common/ma_main.h index ad5af7a..7ff215b 100644 --- a/common/ma_main.h +++ b/common/ma_main.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/doc/uix_ma_doc.h b/doc/uix_ma_doc.h index 98327fa..e653f61 100644 --- a/doc/uix_ma_doc.h +++ b/doc/uix_ma_doc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/multi_assistant.h b/include/multi_assistant.h index c8661db..55d2704 100644 --- a/include/multi_assistant.h +++ b/include/multi_assistant.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/multi_assistant_common.h b/include/multi_assistant_common.h index 033f347..caca2bb 100644 --- a/include/multi_assistant_common.h +++ b/include/multi_assistant_common.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/multi_assistant_internal.h b/include/multi_assistant_internal.h index 0bdb93b..aaea945 100644 --- a/include/multi_assistant_internal.h +++ b/include/multi_assistant_internal.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/multi_assistant_service.h b/include/multi_assistant_service.h index dcffed7..6e22ce8 100644 --- a/include/multi_assistant_service.h +++ b/include/multi_assistant_service.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/multi_assistant_settings.h b/include/multi_assistant_settings.h index b9c1f47..288b14e 100644 --- a/include/multi_assistant_settings.h +++ b/include/multi_assistant_settings.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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/multi_assistant_ui.h b/include/multi_assistant_ui.h index 352b96c..3d7f31d 100644 --- a/include/multi_assistant_ui.h +++ b/include/multi_assistant_ui.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2018-2019 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.34.1