summaryrefslogtreecommitdiffstats
path: root/libs/blkid/src/probers/ntfs.c
diff options
context:
space:
mode:
authorKarel Zak2008-12-03 14:37:46 +0100
committerKarel Zak2009-02-11 23:21:48 +0100
commit9c863b7517ccd71e6bd4904ac54b3834a20094bb (patch)
tree0cf91fa6550596563d4ec0c6a569e5b27a965d85 /libs/blkid/src/probers/ntfs.c
parentblkid: add HPFS (diff)
downloadkernel-qcow2-util-linux-9c863b7517ccd71e6bd4904ac54b3834a20094bb.tar.gz
kernel-qcow2-util-linux-9c863b7517ccd71e6bd4904ac54b3834a20094bb.tar.xz
kernel-qcow2-util-linux-9c863b7517ccd71e6bd4904ac54b3834a20094bb.zip
blkid: cleanup starts of probing files
* libblkid was and is licensed under LGPL The GPL comment in some files was unwished mistake (copy & past the start of files from my other project....). * add information about inspiration by libvolume_id * rename *_meta to _metadata * rename *_off to off * use sizeof() rather than some magic constants * remove unnecessary #includes Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libs/blkid/src/probers/ntfs.c')
-rw-r--r--libs/blkid/src/probers/ntfs.c13
1 files changed, 2 insertions, 11 deletions
diff --git a/libs/blkid/src/probers/ntfs.c b/libs/blkid/src/probers/ntfs.c
index 5802c5c6b..cadbd7204 100644
--- a/libs/blkid/src/probers/ntfs.c
+++ b/libs/blkid/src/probers/ntfs.c
@@ -5,23 +5,14 @@
* Copyright (C) 2004 Kay Sievers <kay.sievers@vrfy.org>
* Copyright (C) 2008 Karel Zak <kzak@redhat.com>
*
- * This file is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This file is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
+ * This file may be redistributed under the terms of the
+ * GNU Lesser General Public License.
*/
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
-#include <errno.h>
-#include <ctype.h>
#include <inttypes.h>
#include "blkidP.h"