From: Ji-hoon Lee Date: Mon, 11 Feb 2019 11:01:21 +0000 (+0900) Subject: Fix incorrect license information X-Git-Tag: accepted/tizen/unified/20191001.062542~2^2~91 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85ed943e413029411aa26bc6078185c600e87dc7;p=platform%2Fcore%2Fuifw%2Fmulti-assistant-service.git Fix incorrect license information Change-Id: I7a97ceb04b826e4892bcf8ee81cb4133ec41ea17 --- 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 +}