]> sourceware.org Git - lvm2.git/commitdiff
add copyright notices to new files
authorAlasdair Kergon <agk@redhat.com>
Wed, 28 Jul 2010 12:20:38 +0000 (12:20 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 28 Jul 2010 12:20:38 +0000 (12:20 +0000)
27 files changed:
report-generators/lib/log.rb
report-generators/lib/report_templates.rb
report-generators/lib/reports.rb
report-generators/lib/schedule_file.rb
report-generators/lib/string-store.rb
report-generators/memcheck.rb
report-generators/test/tc_log.rb
report-generators/test/tc_schedule_file.rb
report-generators/test/tc_string_store.rb
report-generators/test/ts.rb
report-generators/title_page.rb
report-generators/unit_test.rb
test/check.sh
test/harness.c
test/harness.sh
test/not.c
test/t-activate-missing.sh
test/t-activate-partial.sh
test/t-lvconvert-mirror-basic-0.sh
test/t-lvconvert-mirror-basic-1.sh
test/t-lvconvert-mirror-basic-2.sh
test/t-lvconvert-mirror-basic-3.sh
test/t-lvconvert-mirror-basic.sh
test/t-nomda-missing.sh
test/t-snapshots-of-mirrors.sh
test/t-vgsplit-stacked.sh
unit-tests/datastruct/bitset_t.c

index c98b183955adc01acc9950e6a1ab62b3701a9728..c71d87719bc4a1c3a3e7c717110f4bfd90a80861 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 # Merely wraps the logger library with a bit of standard policy.
 require 'logger'
 
index 83e3acbf066957e97d6cb682762a8429eea3f3b5..4c0bc78f6a7718c60074170f1d274fffdc4891a1 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 # Policy for the location of report templates
 require 'string-store'
 
index 57333324385cb6286d94c85902409936ba9a4a40..c61bb206aad8cf735cee0ea2b38df750bceaba3e 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 # Data about the various reports we support
 require 'log'
 require 'pathname'
index 1e164f450b350390bd5030ca86f8254f8535adad..6a339bcbafb5e92e80f465831b7306c82812e293 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 # Parses the simple colon delimited test schedule files.
 
 ScheduledTest = Struct.new(:desc, :command_line, :status, :output)
index 36d819a9594e5a27d99723355605c9d2440fa8ca..b3b8cc95ab19ad091bdee73e6872386ba5ab91a8 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 # Provides a simple way of accessing the contents of files by a symbol
 # name.  Useful for erb templates.
 
index fcc8927e7c507c2dd852e0f361b13fc25f5f30f9..e616bc83536a3a6a49278a3cb2d074490fdb40c8 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 # Reads the schedule files given on the command line.  Runs them and
 # generates the reports.
 
index a7e9023c24eb3bd767fdb9ba84f94337a0bce89d..96ce7c0f55b27d4b93e78d760f8775bd4c6d045f 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 require 'test/unit'
 require 'stringio'
 require 'log'
index ec4bc3ea4ef616e6fc177a3bebd2c19aa3389ddb..70aefdd8a3896ca548400a86e427f2533fdfdf83 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 require 'test/unit'
 require 'pathname'
 require 'schedule_file'
index 5ff89dd8a255e9ff40fbbcb9026de671463d4ff4..05c6719ded5e299da58096d9fd858beaa96bb92b 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 require 'string-store'
 require 'test/unit'
 
index 0a8cc910288e80e383851b7615a952632ac99e1a..4e99e689cf2a3c8d68f46e599ee5b28297b46682 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 require 'tc_log'
 require 'tc_string_store'
 require 'tc_schedule_file'
index f6873eb1786ba06de45ee81bd1981b600093a38f..1c1cd1dbd63d652dd7606e4cabe7b455128e89c9 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 # This generates the index for the reports, including generation
 # times.
 
index ebc3785509af31772b1475a8690d1da8bf05fc1e..1e590bcc2f9e5bd39619d902293bc67475fc941b 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 # Reads the schedule files given on the command line.  Runs them and
 # generates the reports.
 
index f87f751d20b2ac93712508c20f8eb48c3b744a44..843ce8633cc4b52256553311e0a922bc1349d871 100644 (file)
@@ -1,5 +1,15 @@
 #!/bin/bash
 
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 # check.sh: assert various things about volumes
 
 # USAGE
index cbf7ed3b191f6166a121ae2067aa44effc501f61..2f924f63434b04dfa8a2da648030feabadce3132 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+ *
+ * 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 <fcntl.h>
 #include <string.h>
 #include <stdio.h>
index 1a0c775ad3c4886b8770905f7d0dcc13061b6297..b4bdd69224a8ade433e65e240622729db94b24f9 100644 (file)
@@ -1,5 +1,15 @@
 #!/bin/sh
 
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 tests="$@"
 test -z "$tests" && tests=`echo t-*.sh`
 
index 6b17e59160b4d467fccaf0f9657dabd66fc2aa64..534a35600c517806c3114badf997922b07a949d2 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+ *
+ * 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 <unistd.h>
 #include <stdio.h>
 #include <stdarg.h>
index 86fb09ced442ab1ebe141d42ef69e7e571406dc0..4242f2170970314720a2ac1cc5c89a65f4a42265 100644 (file)
@@ -1,5 +1,15 @@
 #!/bin/bash
 
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 # Test activation behaviour with devices missing.
 # - snapshots and their origins are only activated together; if one fails, both
 #   fail
index 15f5965f558a9cdf23b51f8c09b464177a99e3be..b6bf9cbfc89a8c6e231265ecb367a0d84dfe1ea0 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 . ./test-utils.sh
 
 aux prepare_vg 3
@@ -17,4 +27,4 @@ vgchange -a n --partial $vg
 vgchange -a y --partial $vg
 
 # check vgremove
-vgremove -f $vg
\ No newline at end of file
+vgremove -f $vg
index 2886cf5fd5fbe43cf916029001fe885e5e44c1ad..eec6d5c10b4eff637ba89f7fabbfbff55a5760ba 100644 (file)
@@ -1,2 +1,12 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 . ./t-lvconvert-mirror-basic.sh
 test_many 0
index ff516f357e437ddd7a6ce9bce7d44588a7bb1fe6..7019dbb37116cba6a0290b46cba2ca9e9ce2d067 100644 (file)
@@ -1,2 +1,12 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 . ./t-lvconvert-mirror-basic.sh
 test_many 1
index 2b82cd105f634a0d4d577b6aa49299666da3db48..85d54c99274513cfaedcf3436d4271122aff7b2b 100644 (file)
@@ -1,2 +1,12 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 . ./t-lvconvert-mirror-basic.sh
 test_many 2
index 806ade0709a703c8177c8c8d81ebca584a0d8248..0c575807470543491089ad940ccbe60dd0ede75b 100644 (file)
@@ -1,2 +1,12 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 . ./t-lvconvert-mirror-basic.sh
 test_many 3
index 665f34fdb8f11f525e6bd1f4617e78e62b250ca4..880bd09589fb335959ff4ecc019efe771115f154 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 . ./test-utils.sh
 
 log_name_to_count()
index fa4ca494e05955060b332ca1c5800e2d5844d516..fb0b8828474beaca3b7189b9a1a2a79171925357 100644 (file)
@@ -1,5 +1,15 @@
 #!/bin/bash
 
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 . ./test-utils.sh
 
 prepare_devs 4
index 7ee8249b85ed3a965637286cd36da117eac68f3c..fbde102ff2ddfc1b111543d798c6626a9f275634 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 . ./test-utils.sh
 
 prepare_vg 4
index 9df19b5700f44080c7ed97bfeb08f8e436be2368..424156fe7713d22deb5e61e4f0408d05c405e5fb 100644 (file)
@@ -1,3 +1,13 @@
+# Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+#
+# 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
+
 . ./test-utils.sh
 
 prepare_lvmconf '[ "a/dev\/mirror/", "a/dev\/mapper\/.*$/", "a/dev\/LVMTEST/", "r/.*/" ]'
index 25d19d7c2ec30434862ff4fd458442be510ccd03..83b297be6574e229cc10a3f4a24e9d02fbb373c3 100644 (file)
@@ -1,3 +1,17 @@
+/*
+ * Copyright (C) 2010 Red Hat, Inc. All rights reserved.
+ *
+ * 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 "libdevmapper.h"
 
 #include <assert.h>
This page took 0.05761 seconds and 5 git commands to generate.