shortcut : It changes to apache license for dlist.
authorMyungki Lee <mk5004.lee@samsung.com>
Tue, 6 Jan 2015 12:03:26 +0000 (21:03 +0900)
committerMyungki Lee <mk5004.lee@samsung.com>
Tue, 6 Jan 2015 12:09:18 +0000 (21:09 +0900)
Change-Id: Ib7fc8eac5778b35eb067af9dffddae7d2e993663
Signed-off-by: Myungki Lee <mk5004.lee@samsung.com>
lib/include/dlist.h
lib/src/dlist.c

index cd1a421..04283eb 100644 (file)
@@ -1,18 +1,19 @@
 /*
- * Copyright 2013  Samsung Electronics Co., Ltd
+ * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Licensed under the Flora License, Version 1.1 (the "License");
+ * 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://floralicense.org/license/
+ * 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.
- */
+ *
+*/
 
 #define dlist_remove_data(list, data) do { \
        struct dlist *l; \
index 3ae571b..a92912c 100644 (file)
@@ -1,18 +1,19 @@
 /*
- * Copyright 2013  Samsung Electronics Co., Ltd
+ * Copyright (c) 2000 - 2013 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Licensed under the Flora License, Version 1.1 (the "License");
+ * 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://floralicense.org/license/
+ * 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 <stdio.h>
 #include <stdlib.h>