aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk.kim@samsung.com>2014-04-07 12:10:59 +0900
committerJP Abgrall <jpa@google.com>2014-06-05 17:18:55 -0700
commit0fbdf6cbd4dfc633454eba2f841c123789e297ad (patch)
treeca9ab296f9dd9ecc722fbbcbe327df8994d9b547 /lib
parent6c759bb0b0f49e03ecbb545da14c542f7814ff5b (diff)
downloadandroid_external_f2fs-tools-0fbdf6cbd4dfc633454eba2f841c123789e297ad.tar.gz
android_external_f2fs-tools-0fbdf6cbd4dfc633454eba2f841c123789e297ad.tar.bz2
android_external_f2fs-tools-0fbdf6cbd4dfc633454eba2f841c123789e297ad.zip
f2fs-tools: announce dual licenses with GPL and LGPL v2
This patch announces LGPL v2 for the following files. - include/f2fs_fs.h - lib/libf2fs.c - lib/libf2fs_io.c - mkfs/f2fs_format.c - mkfs/f2fs_format_main.c - mkfs/f2fs_format_utils.c - mkfs/f2fs_format_utils.h Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/libf2fs.c4
-rw-r--r--lib/libf2fs_io.c4
2 files changed, 2 insertions, 6 deletions
diff --git a/lib/libf2fs.c b/lib/libf2fs.c
index f41e8f4..c1e0b0e 100644
--- a/lib/libf2fs.c
+++ b/lib/libf2fs.c
@@ -4,9 +4,7 @@
* Copyright (c) 2013 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * Dual licensed under the GPL or LGPL version 2 licenses.
*/
#define _LARGEFILE64_SOURCE
diff --git a/lib/libf2fs_io.c b/lib/libf2fs_io.c
index c6f175c..508ccce 100644
--- a/lib/libf2fs_io.c
+++ b/lib/libf2fs_io.c
@@ -4,9 +4,7 @@
* Copyright (c) 2013 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * Dual licensed under the GPL or LGPL version 2 licenses.
*/
#define _LARGEFILE64_SOURCE