| Submitter | Andreas Dilger |
|---|---|
| Date | Nov. 22, 2012, 10:29 p.m. |
| Message ID | <1353623355-23996-1-git-send-email-adilger@whamcloud.com> |
| Download | mbox | patch |
| Permalink | /patch/201220/ |
| State | Accepted |
| Headers | show |
Comments
On Thu, Nov 22, 2012 at 03:29:15PM -0700, Andreas Dilger wrote: > Change the license of the mmp.c file to LGPL to match the license > of other files in the libext2fs library. > > Signed-off-by: Andreas Dilger <adilger@whamcloud.com> Thanks, applied. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/lib/ext2fs/mmp.c b/lib/ext2fs/mmp.c index 10fb68a..d09178e 100644 --- a/lib/ext2fs/mmp.c +++ b/lib/ext2fs/mmp.c @@ -4,8 +4,8 @@ * Copyright (C) 2011 Whamcloud, Inc. * * %Begin-Header% - * This file may be redistributed under the terms of the GNU Public - * License. + * This file may be redistributed under the terms of the GNU Library + * General Public License, version 2. * %End-Header% */
Change the license of the mmp.c file to LGPL to match the license of other files in the libext2fs library. Signed-off-by: Andreas Dilger <adilger@whamcloud.com> --- lib/ext2fs/mmp.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)