Fix incorrect license information 49/199449/1
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 7d42902c1b3d713607ada5006192704815d41b07..8f3d7eb0314a7b1b2b21441e495bca2520296278 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 6225f9bef1fe12a229239c1e97a9d0bce763f69c..c32b2fc339515f82808a48be9b4308a4c020a22f 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
+}