summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-09-21 10:16:45 +0000
committerJim Meyering <jim@meyering.net>2007-09-21 10:16:45 +0000
commit7f8f8bfa096245930854c26c447faa972a900a9e (patch)
treeb38b67ef03e0dd1335e73175ae064eafd3a5adfb
parentdfef7f6942cc1b2988e73cb2e7086a452bee6516 (diff)
downloadlvm2-7f8f8bfa096245930854c26c447faa972a900a9e.tar.gz
lvm2-7f8f8bfa096245930854c26c447faa972a900a9e.tar.xz
lvm2-7f8f8bfa096245930854c26c447faa972a900a9e.zip
Correct typo in comments: s/is part of the LVM2/is part of LVM2/.
Signed-off-by: Jim Meyering <jim@meyering.net> Author: Jim Meyering <jim@meyering.net>
-rw-r--r--Makefile.in2
-rw-r--r--configure.in2
-rw-r--r--daemons/Makefile.in2
-rw-r--r--daemons/clvmd/Makefile.in2
-rw-r--r--daemons/dmeventd/plugins/Makefile.in2
-rw-r--r--daemons/dmeventd/plugins/mirror/Makefile.in2
-rw-r--r--dmeventd/Makefile.in2
-rw-r--r--dmeventd/mirror/Makefile.in2
-rw-r--r--doc/Makefile.in2
-rw-r--r--include/Makefile.in2
-rw-r--r--lib/Makefile.in2
-rw-r--r--lib/format1/Makefile.in2
-rw-r--r--lib/format_pool/Makefile.in2
-rw-r--r--lib/locking/Makefile.in2
-rw-r--r--lib/mirror/Makefile.in2
-rw-r--r--lib/snapshot/Makefile.in2
-rw-r--r--make.tmpl.in2
-rw-r--r--man/Makefile.in2
-rw-r--r--old-tests/device/Makefile.in2
-rw-r--r--old-tests/filters/Makefile.in2
-rw-r--r--old-tests/format1/Makefile.in2
-rw-r--r--old-tests/mm/Makefile.in2
-rw-r--r--old-tests/regex/Makefile.in2
-rw-r--r--po/Makefile.in2
-rw-r--r--scripts/Makefile.in2
-rw-r--r--tools/Makefile.in2
-rw-r--r--tools/fsadm/Makefile.in2
27 files changed, 27 insertions, 27 deletions
diff --git a/Makefile.in b/Makefile.in
index 73365c8d..805e3a9c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/configure.in b/configure.in
index 9cbbeea5..6883b522 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@
## Copyright (C) 2000-2004 Sistina Software, Inc. All rights reserved.
## Copyright (C) 2004, 2007 Red Hat, Inc. All rights reserved.
##
-## This file is part of the LVM2.
+## 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
diff --git a/daemons/Makefile.in b/daemons/Makefile.in
index 16b11abf..c5cd3b3a 100644
--- a/daemons/Makefile.in
+++ b/daemons/Makefile.in
@@ -1,7 +1,7 @@
#
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/daemons/clvmd/Makefile.in b/daemons/clvmd/Makefile.in
index eeba497e..01c3f4c6 100644
--- a/daemons/clvmd/Makefile.in
+++ b/daemons/clvmd/Makefile.in
@@ -1,7 +1,7 @@
#
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/daemons/dmeventd/plugins/Makefile.in b/daemons/dmeventd/plugins/Makefile.in
index 9b7062d3..3c439f94 100644
--- a/daemons/dmeventd/plugins/Makefile.in
+++ b/daemons/dmeventd/plugins/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/daemons/dmeventd/plugins/mirror/Makefile.in b/daemons/dmeventd/plugins/mirror/Makefile.in
index bd13fb21..5b3c7a0d 100644
--- a/daemons/dmeventd/plugins/mirror/Makefile.in
+++ b/daemons/dmeventd/plugins/mirror/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/dmeventd/Makefile.in b/dmeventd/Makefile.in
index 9b7062d3..3c439f94 100644
--- a/dmeventd/Makefile.in
+++ b/dmeventd/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/dmeventd/mirror/Makefile.in b/dmeventd/mirror/Makefile.in
index bd13fb21..5b3c7a0d 100644
--- a/dmeventd/mirror/Makefile.in
+++ b/dmeventd/mirror/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/doc/Makefile.in b/doc/Makefile.in
index e5b773b3..b3277528 100644
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -1,7 +1,7 @@
#
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/include/Makefile.in b/include/Makefile.in
index a17707e0..f3a3a7aa 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/lib/Makefile.in b/lib/Makefile.in
index f668155a..98cc5b33 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/lib/format1/Makefile.in b/lib/format1/Makefile.in
index cf870c39..28c09bb3 100644
--- a/lib/format1/Makefile.in
+++ b/lib/format1/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2002-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/lib/format_pool/Makefile.in b/lib/format_pool/Makefile.in
index c731a253..b2f210d1 100644
--- a/lib/format_pool/Makefile.in
+++ b/lib/format_pool/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2003-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/lib/locking/Makefile.in b/lib/locking/Makefile.in
index c8290fed..817013e7 100644
--- a/lib/locking/Makefile.in
+++ b/lib/locking/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2003-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/lib/mirror/Makefile.in b/lib/mirror/Makefile.in
index 102d96fc..ec20558f 100644
--- a/lib/mirror/Makefile.in
+++ b/lib/mirror/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2003-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/lib/snapshot/Makefile.in b/lib/snapshot/Makefile.in
index 513149a6..ff00cb6f 100644
--- a/lib/snapshot/Makefile.in
+++ b/lib/snapshot/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2002-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/make.tmpl.in b/make.tmpl.in
index a607f514..2f8e9a49 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -3,7 +3,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/man/Makefile.in b/man/Makefile.in
index 0fd7a644..ceac63b0 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/old-tests/device/Makefile.in b/old-tests/device/Makefile.in
index 85b73bf7..1e8c2005 100644
--- a/old-tests/device/Makefile.in
+++ b/old-tests/device/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/old-tests/filters/Makefile.in b/old-tests/filters/Makefile.in
index 7beb73a6..a1f75261 100644
--- a/old-tests/filters/Makefile.in
+++ b/old-tests/filters/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/old-tests/format1/Makefile.in b/old-tests/format1/Makefile.in
index 5661555b..2eed6138 100644
--- a/old-tests/format1/Makefile.in
+++ b/old-tests/format1/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/old-tests/mm/Makefile.in b/old-tests/mm/Makefile.in
index 6dbdad7f..6285bd65 100644
--- a/old-tests/mm/Makefile.in
+++ b/old-tests/mm/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/old-tests/regex/Makefile.in b/old-tests/regex/Makefile.in
index 859ad0ea..bcb7c62c 100644
--- a/old-tests/regex/Makefile.in
+++ b/old-tests/regex/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/po/Makefile.in b/po/Makefile.in
index cfa22d0e..d4dba36f 100644
--- a/po/Makefile.in
+++ b/po/Makefile.in
@@ -1,7 +1,7 @@
#
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/scripts/Makefile.in b/scripts/Makefile.in
index 01def19d..d609f60c 100644
--- a/scripts/Makefile.in
+++ b/scripts/Makefile.in
@@ -1,7 +1,7 @@
#
# Copyright (C) 2006 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/tools/Makefile.in b/tools/Makefile.in
index 9ae5cef0..4995eccd 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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
diff --git a/tools/fsadm/Makefile.in b/tools/fsadm/Makefile.in
index 7a4bc3cd..c72ae08c 100644
--- a/tools/fsadm/Makefile.in
+++ b/tools/fsadm/Makefile.in
@@ -2,7 +2,7 @@
# Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
# Copyright (C) 2004 Red Hat, Inc. All rights reserved.
#
-# This file is part of the LVM2.
+# 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