summaryrefslogtreecommitdiff
path: root/tools/stub.h
diff options
context:
space:
mode:
authorJoe Thornber <thornber@redhat.com>2002-01-10 14:27:47 +0000
committerJoe Thornber <thornber@redhat.com>2002-01-10 14:27:47 +0000
commit88cc3edf2e3d1f0efe3495fecd95f00d98c47d32 (patch)
tree5386bcba44620e2db800c353a2fb16fa4b6ad6d8 /tools/stub.h
parent9b6934ba33a84cbf303cb3de15f16aa1ec89a9c2 (diff)
downloadlvm2-88cc3edf2e3d1f0efe3495fecd95f00d98c47d32.tar.gz
o vgcfgrestore.
Diffstat (limited to 'tools/stub.h')
-rw-r--r--tools/stub.h19
1 files changed, 2 insertions, 17 deletions
diff --git a/tools/stub.h b/tools/stub.h
index 591347161..5bf2e78d0 100644
--- a/tools/stub.h
+++ b/tools/stub.h
@@ -1,21 +1,7 @@
/*
- * Copyright (C) 2001 Sistina Software
- *
- * LVM 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.
- *
- * LVM 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.
+ * Copyright (C) 2001 Sistina Software (UK) Limited.
*
+ * This file is released under the GPL.
*/
int e2fsadm(int argc, char **argv) {return 1;}
@@ -23,7 +9,6 @@ int lvmdiskscan(int argc, char **argv) {return 1;}
int lvmsadc(int argc, char **argv) {return 1;}
int lvmsar(int argc, char **argv) {return 1;}
int pvdata(int argc, char **argv) {return 1;}
-int vgcfgrestore(int argc, char **argv) {return 1;}
int vgexport(int argc, char **argv) {return 1;}
int vgimport(int argc, char **argv) {return 1;}
int vgmknodes(int argc, char **argv) {return 1;}