summaryrefslogtreecommitdiffstats
path: root/old-tests
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2004-03-30 19:35:44 +0000
committerAlasdair Kergon <agk@redhat.com>2004-03-30 19:35:44 +0000
commit6606c3ae81e45e9cfd182287118cdbe8fd82c6ea (patch)
tree6e82b0269ad363db566dcd57ec9431372c0d0a0f /old-tests
parent6105d3a821b473dcff23b37b1da9ebffa2c48dd0 (diff)
downloadlvm2-6606c3ae81e45e9cfd182287118cdbe8fd82c6ea.tar.gz
lvm2-6606c3ae81e45e9cfd182287118cdbe8fd82c6ea.tar.xz
lvm2-6606c3ae81e45e9cfd182287118cdbe8fd82c6ea.zip
Update copyright notices.
Diffstat (limited to 'old-tests')
-rw-r--r--old-tests/datastruct/hash_t.c13
-rw-r--r--old-tests/dev-mgr/dev_cache_t.c13
-rw-r--r--old-tests/device/Makefile.in12
-rw-r--r--old-tests/device/dev_cache_t.c13
-rw-r--r--old-tests/device/fill_device.c13
-rw-r--r--old-tests/device/random.c13
-rw-r--r--old-tests/device/random.h13
-rw-r--r--old-tests/filters/Makefile.in12
-rw-r--r--old-tests/filters/pfilter_t.c13
-rw-r--r--old-tests/filters/rfilter_t.c13
-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
-rw-r--r--old-tests/mm/Makefile.in12
-rw-r--r--old-tests/mm/dbg_malloc_t.c13
-rw-r--r--old-tests/regex/Makefile.in12
-rw-r--r--old-tests/regex/matcher_t.c13
-rw-r--r--old-tests/regex/parse_t.c13
23 files changed, 248 insertions, 46 deletions
diff --git a/old-tests/datastruct/hash_t.c b/old-tests/datastruct/hash_t.c
index 30195b42..f70c093d 100644
--- a/old-tests/datastruct/hash_t.c
+++ b/old-tests/datastruct/hash_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 "hash.h"
diff --git a/old-tests/dev-mgr/dev_cache_t.c b/old-tests/dev-mgr/dev_cache_t.c
index caf493ec..7cd20856 100644
--- a/old-tests/dev-mgr/dev_cache_t.c
+++ b/old-tests/dev-mgr/dev_cache_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 "dev-cache.h"
diff --git a/old-tests/device/Makefile.in b/old-tests/device/Makefile.in
index 1fb23bb4..9263efab 100644
--- a/old-tests/device/Makefile.in
+++ b/old-tests/device/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/device/dev_cache_t.c b/old-tests/device/dev_cache_t.c
index b197c3b8..b71652ed 100644
--- a/old-tests/device/dev_cache_t.c
+++ b/old-tests/device/dev_cache_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 "dbg_malloc.h"
diff --git a/old-tests/device/fill_device.c b/old-tests/device/fill_device.c
index 65ad966e..71f0e31c 100644
--- a/old-tests/device/fill_device.c
+++ b/old-tests/device/fill_device.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 "device.h"
diff --git a/old-tests/device/random.c b/old-tests/device/random.c
index 04594c62..d2cac3bd 100644
--- a/old-tests/device/random.c
+++ b/old-tests/device/random.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 "random.h"
diff --git a/old-tests/device/random.h b/old-tests/device/random.h
index 5be2c48e..abcbda6c 100644
--- a/old-tests/device/random.h
+++ b/old-tests/device/random.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
*/
/*
diff --git a/old-tests/filters/Makefile.in b/old-tests/filters/Makefile.in
index 036cb90c..ccd67bbc 100644
--- a/old-tests/filters/Makefile.in
+++ b/old-tests/filters/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/filters/pfilter_t.c b/old-tests/filters/pfilter_t.c
index d55b6880..5a6001b0 100644
--- a/old-tests/filters/pfilter_t.c
+++ b/old-tests/filters/pfilter_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 "filter-persistent.h"
diff --git a/old-tests/filters/rfilter_t.c b/old-tests/filters/rfilter_t.c
index 6f6f5422..b08cfb75 100644
--- a/old-tests/filters/rfilter_t.c
+++ b/old-tests/filters/rfilter_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 "filter-regex.h"
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"
diff --git a/old-tests/mm/Makefile.in b/old-tests/mm/Makefile.in
index e8d4b9e8..b3957109 100644
--- a/old-tests/mm/Makefile.in
+++ b/old-tests/mm/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/mm/dbg_malloc_t.c b/old-tests/mm/dbg_malloc_t.c
index 81fca05b..f46a9784 100644
--- a/old-tests/mm/dbg_malloc_t.c
+++ b/old-tests/mm/dbg_malloc_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 "dbg_malloc.h"
diff --git a/old-tests/regex/Makefile.in b/old-tests/regex/Makefile.in
index c1be2926..83bd739c 100644
--- a/old-tests/regex/Makefile.in
+++ b/old-tests/regex/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/regex/matcher_t.c b/old-tests/regex/matcher_t.c
index 6b8b24d8..c45d5564 100644
--- a/old-tests/regex/matcher_t.c
+++ b/old-tests/regex/matcher_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 "matcher.h"
diff --git a/old-tests/regex/parse_t.c b/old-tests/regex/parse_t.c
index 25bf7f9c..479e9591 100644
--- a/old-tests/regex/parse_t.c
+++ b/old-tests/regex/parse_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 "dbg_malloc.h"