From 85ed943e413029411aa26bc6078185c600e87dc7 Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Mon, 11 Feb 2019 20:01:21 +0900 Subject: [PATCH] Fix incorrect license information Change-Id: I7a97ceb04b826e4892bcf8ee81cb4133ec41ea17 --- inc/multi_assistant_config.h | 10 +++++----- src/multi_assistant_config.c | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/inc/multi_assistant_config.h b/inc/multi_assistant_config.h index 7d42902..8f3d7eb 100644 --- a/inc/multi_assistant_config.h +++ b/inc/multi_assistant_config.h @@ -1,11 +1,11 @@ -/** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved +/* + * Copyright 2018 Samsung Electronics Co., Ltd * - * Licensed under the Apache License, Version 2.0 (the License); + * Licensed under the Flora License, Version 1.1 (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 + * http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, @@ -68,4 +68,4 @@ int mas_config_get_assistant_info(mas_config_assistant_info_cb callback, void* u * @} */ -#endif /* __MULTI_ASSISTANT_CONFIG_H__ */ \ No newline at end of file +#endif /* __MULTI_ASSISTANT_CONFIG_H__ */ diff --git a/src/multi_assistant_config.c b/src/multi_assistant_config.c index 6225f9b..c32b2fc 100644 --- a/src/multi_assistant_config.c +++ b/src/multi_assistant_config.c @@ -1,11 +1,11 @@ -/** - * Copyright (c) 2011-2018 Samsung Electronics Co., Ltd All Rights Reserved +/* + * Copyright 2018 Samsung Electronics Co., Ltd * - * Licensed under the Apache License, Version 2.0 (the License); + * Licensed under the Flora License, Version 1.1 (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 + * http://floralicense.org/license/ * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an AS IS BASIS, @@ -190,4 +190,4 @@ int mas_config_get_assistant_info(mas_config_assistant_info_cb callback, void* u } return 0; -} \ No newline at end of file +} -- 2.34.1