summaryrefslogtreecommitdiff
path: root/kpartx
diff options
context:
space:
mode:
authorChristophe Varoqui <root@xa-s05.(none)>2005-11-15 10:16:52 +0100
committerChristophe Varoqui <root@xa-s05.(none)>2005-11-15 10:16:52 +0100
commitf7e713553146abac7d2dd451ffcd8905ed69e694 (patch)
treeae5bba6ae8060c6847cc33692316499aa85389ff /kpartx
parent4be8ad6eca7b969a2e8040a9e601962e27d59463 (diff)
downloadmultipath-tools-f7e713553146abac7d2dd451ffcd8905ed69e694.tar.gz
multipath-tools-f7e713553146abac7d2dd451ffcd8905ed69e694.tar.bz2
multipath-tools-f7e713553146abac7d2dd451ffcd8905ed69e694.zip
[legal] seed the copyright headers
I tried to get it right from the first shot. But experience showed it never works that way. So please send corrections for inaccuracies and forgotten credits. Regards, cvaroqui
Diffstat (limited to 'kpartx')
-rw-r--r--kpartx/devmapper.c3
-rw-r--r--kpartx/dos.c6
-rw-r--r--kpartx/kpartx.c9
3 files changed, 18 insertions, 0 deletions
diff --git a/kpartx/devmapper.c b/kpartx/devmapper.c
index 9db8b93..c4321b1 100644
--- a/kpartx/devmapper.c
+++ b/kpartx/devmapper.c
@@ -1,3 +1,6 @@
+/*
+ * Copyright (c) 2004, 2005 Christophe Varoqui
+ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/kpartx/dos.c b/kpartx/dos.c
index 896f911..8bb7615 100644
--- a/kpartx/dos.c
+++ b/kpartx/dos.c
@@ -1,3 +1,9 @@
+/*
+ * Source: copy of util-linux' partx dos.c
+ *
+ * Copyrights of the original file apply
+ * Copyright (c) 2005 Bastian Blank
+ */
#include "kpartx.h"
#include "byteorder.h"
#include <stdio.h>
diff --git a/kpartx/kpartx.c b/kpartx/kpartx.c
index 12b80a4..5830312 100644
--- a/kpartx/kpartx.c
+++ b/kpartx/kpartx.c
@@ -1,4 +1,13 @@
/*
+ * Source: copy of util-linux' partx partx.c
+ *
+ * Copyrights of the original file applies
+ * Copyright (c) 2004, 2005 Christophe Varoqui
+ * Copyright (c) 2005 Kiyoshi Ueda
+ * Copyright (c) 2005 Lars Soltau
+ */
+
+/*
* Given a block device and a partition table type,
* try to parse the partition table, and list the
* contents. Optionally add or remove partitions.