summaryrefslogtreecommitdiffstats
path: root/old-tests/format1
diff options
context:
space:
mode:
Diffstat (limited to 'old-tests/format1')
-rw-r--r--old-tests/format1/Makefile.in12
-rw-r--r--old-tests/format1/get_pvs_t.c13
-rw-r--r--old-tests/format1/get_vgs_t.c13
-rw-r--r--old-tests/format1/pretty_print.c13
-rw-r--r--old-tests/format1/pretty_print.h13
-rw-r--r--old-tests/format1/read_pv_t.c13
-rw-r--r--old-tests/format1/read_vg_t.c13
-rw-r--r--old-tests/format1/write_vg_t.c13
8 files changed, 87 insertions, 16 deletions
diff --git a/old-tests/format1/Makefile.in b/old-tests/format1/Makefile.in
index d4286d35..f2c9bcd8 100644
--- a/old-tests/format1/Makefile.in
+++ b/old-tests/format1/Makefile.in
@@ -1,8 +1,16 @@
#
-# Copyright (C) 2001 Sistina Software (UK) Limited
+# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
+# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is released under the GPL.
+# This file is part of the LVM2.
#
+# This copyrighted material is made available to anyone wishing to use,
+# modify, copy, or redistribute it subject to the terms and conditions
+# of the GNU General Public License v.2.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software Foundation,
+# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
srcdir = @srcdir@
top_srcdir = @top_srcdir@
diff --git a/old-tests/format1/get_pvs_t.c b/old-tests/format1/get_pvs_t.c
index 6040f729..99e29de3 100644
--- a/old-tests/format1/get_pvs_t.c
+++ b/old-tests/format1/get_pvs_t.c
@@ -1,7 +1,16 @@
/*
- * Copyright (C) 2001 Sistina Software (UK) Limited.
+ * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
+ * Copyright (C) 2004 Red Hat, Inc. All rights reserved.
*
- * This file is released under the GPL.
+ * This file is part of LVM2.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU General Public License v.2.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "log.h"
diff --git a/old-tests/format1/get_vgs_t.c b/old-tests/format1/get_vgs_t.c
index 7812f21e..51dff231 100644
--- a/old-tests/format1/get_vgs_t.c
+++ b/old-tests/format1/get_vgs_t.c
@@ -1,7 +1,16 @@
/*
- * Copyright (C) 2001 Sistina Software (UK) Limited.
+ * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
+ * Copyright (C) 2004 Red Hat, Inc. All rights reserved.
*
- * This file is released under the GPL.
+ * This file is part of LVM2.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU General Public License v.2.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "log.h"
diff --git a/old-tests/format1/pretty_print.c b/old-tests/format1/pretty_print.c
index 7fb6946d..2d411772 100644
--- a/old-tests/format1/pretty_print.c
+++ b/old-tests/format1/pretty_print.c
@@ -1,7 +1,16 @@
/*
- * Copyright (C) 2001 Sistina Software (UK) Limited.
+ * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
+ * Copyright (C) 2004 Red Hat, Inc. All rights reserved.
*
- * This file is released under the GPL.
+ * This file is part of LVM2.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU General Public License v.2.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "pretty_print.h"
diff --git a/old-tests/format1/pretty_print.h b/old-tests/format1/pretty_print.h
index f887875d..4109e608 100644
--- a/old-tests/format1/pretty_print.h
+++ b/old-tests/format1/pretty_print.h
@@ -1,7 +1,16 @@
/*
- * Copyright (C) 2001 Sistina Software (UK) Limited.
+ * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
+ * Copyright (C) 2004 Red Hat, Inc. All rights reserved.
*
- * This file is released under the GPL.
+ * This file is part of LVM2.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU General Public License v.2.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef _LVM_PRETTY_PRINT
diff --git a/old-tests/format1/read_pv_t.c b/old-tests/format1/read_pv_t.c
index 34cc7486..30e22bbe 100644
--- a/old-tests/format1/read_pv_t.c
+++ b/old-tests/format1/read_pv_t.c
@@ -1,7 +1,16 @@
/*
- * Copyright (C) 2001 Sistina Software (UK) Limited.
+ * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
+ * Copyright (C) 2004 Red Hat, Inc. All rights reserved.
*
- * This file is released under the GPL.
+ * This file is part of LVM2.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU General Public License v.2.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "log.h"
diff --git a/old-tests/format1/read_vg_t.c b/old-tests/format1/read_vg_t.c
index 8ce0c49f..da5f3710 100644
--- a/old-tests/format1/read_vg_t.c
+++ b/old-tests/format1/read_vg_t.c
@@ -1,7 +1,16 @@
/*
- * Copyright (C) 2001 Sistina Software (UK) Limited.
+ * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
+ * Copyright (C) 2004 Red Hat, Inc. All rights reserved.
*
- * This file is released under the GPL.
+ * This file is part of LVM2.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU General Public License v.2.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "log.h"
diff --git a/old-tests/format1/write_vg_t.c b/old-tests/format1/write_vg_t.c
index 157c4f12..f531dbd9 100644
--- a/old-tests/format1/write_vg_t.c
+++ b/old-tests/format1/write_vg_t.c
@@ -1,7 +1,16 @@
/*
- * Copyright (C) 2001 Sistina Software (UK) Limited.
+ * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
+ * Copyright (C) 2004 Red Hat, Inc. All rights reserved.
*
- * This file is released under the GPL.
+ * This file is part of LVM2.
+ *
+ * This copyrighted material is made available to anyone wishing to use,
+ * modify, copy, or redistribute it subject to the terms and conditions
+ * of the GNU General Public License v.2.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software Foundation,
+ * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "log.h"