Fix incorrect license information
authorJi-hoon Lee <dalton.lee@samsung.com>
Mon, 11 Feb 2019 11:01:21 +0000 (20:01 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Mon, 11 Feb 2019 11:01:21 +0000 (20:01 +0900)
Change-Id: I7a97ceb04b826e4892bcf8ee81cb4133ec41ea17

inc/multi_assistant_config.h
src/multi_assistant_config.c

index 7d42902..8f3d7eb 100644 (file)
@@ -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__ */
index 6225f9b..c32b2fc 100644 (file)
@@ -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
+}