summaryrefslogtreecommitdiff
path: root/lib/loopdev.c
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2013-01-08 15:00:23 +0100
committerKarel Zak <kzak@redhat.com>2013-01-08 15:10:17 +0100
commit0f23ee0c855d686b0c315af2c96b8835134cd9e3 (patch)
tree3a766ba628aedbc64807d20b64abcb7139bf8d2c /lib/loopdev.c
parent1a1eb4e188e6db0995364166159d12f7b07d9016 (diff)
downloadutil-linux-0f23ee0c855d686b0c315af2c96b8835134cd9e3.tar.gz
include: cleanup copyright headers
We use the code from include/ and lib/ on many places, so use public domain if possible or LGPL for code copied from libs. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/loopdev.c')
-rw-r--r--lib/loopdev.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/loopdev.c b/lib/loopdev.c
index c29cb85c..a25a2fae 100644
--- a/lib/loopdev.c
+++ b/lib/loopdev.c
@@ -1,5 +1,8 @@
/*
- * Copyright (C) 2011 Karel Zak <kzak@redhat.com>
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
+ *
+ * Written by Karel Zak <kzak@redhat.com>
*
* -- based on mount/losetup.c
*