summaryrefslogtreecommitdiffstats
path: root/tools/pvcreate.c
diff options
context:
space:
mode:
authorHeinz Mauelshagen <heinzm@redhat.com>2001-11-07 08:50:07 +0000
committerHeinz Mauelshagen <heinzm@redhat.com>2001-11-07 08:50:07 +0000
commit4429597ece86e64fd097ccd5447782723e4e1974 (patch)
tree730466821d4ada943034026d4eb72b6db82b6c1c /tools/pvcreate.c
parent642c2e964bb1f4719a9330c3ae967805b8ebf12f (diff)
downloadlvm2-4429597ece86e64fd097ccd5447782723e4e1974.tar.gz
lvm2-4429597ece86e64fd097ccd5447782723e4e1974.tar.xz
lvm2-4429597ece86e64fd097ccd5447782723e4e1974.zip
Added GPL disclaimer
Diffstat (limited to 'tools/pvcreate.c')
-rw-r--r--tools/pvcreate.c18
1 files changed, 16 insertions, 2 deletions
diff --git a/tools/pvcreate.c b/tools/pvcreate.c
index 58573a8f..47a23998 100644
--- a/tools/pvcreate.c
+++ b/tools/pvcreate.c
@@ -1,7 +1,21 @@
/*
- * Copyright (C) 2001 Sistina Software (UK) Limited.
+ * Copyright (C) 2001 Sistina Software
+ *
+ * pvcreate 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, or (at your option)
+ * any later version.
+ *
+ * pvcreate 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with LVM; see the file COPYING. If not, write to
+ * the Free Software Foundation, 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
*
- * This file is released under the GPL.
*/
#include "tools.h"