summaryrefslogtreecommitdiffstats
path: root/report-generators/test
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-07-28 12:20:38 +0000
committerAlasdair Kergon <agk@redhat.com>2010-07-28 12:20:38 +0000
commit64f95b40ca93a053f088114624e32d83570c720f (patch)
tree9ba447565804e9298875fcaffc27c1a91c58b76b /report-generators/test
parentcdb675c02bf4c7456e7f5ddc5c820774a3fc5905 (diff)
downloadlvm2-64f95b40ca93a053f088114624e32d83570c720f.tar.gz
lvm2-64f95b40ca93a053f088114624e32d83570c720f.tar.xz
lvm2-64f95b40ca93a053f088114624e32d83570c720f.zip
add copyright notices to new files
Diffstat (limited to 'report-generators/test')
-rw-r--r--report-generators/test/tc_log.rb10
-rw-r--r--report-generators/test/tc_schedule_file.rb10
-rw-r--r--report-generators/test/tc_string_store.rb10
-rw-r--r--report-generators/test/ts.rb10
4 files changed, 40 insertions, 0 deletions
diff --git a/report-generators/test/tc_log.rb b/report-generators/test/tc_log.rb
index a7e9023c..96ce7c0f 100644
--- a/report-generators/test/tc_log.rb
+++ b/report-generators/test/tc_log.rb
@@ -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'
diff --git a/report-generators/test/tc_schedule_file.rb b/report-generators/test/tc_schedule_file.rb
index ec4bc3ea..70aefdd8 100644
--- a/report-generators/test/tc_schedule_file.rb
+++ b/report-generators/test/tc_schedule_file.rb
@@ -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'
diff --git a/report-generators/test/tc_string_store.rb b/report-generators/test/tc_string_store.rb
index 5ff89dd8..05c6719d 100644
--- a/report-generators/test/tc_string_store.rb
+++ b/report-generators/test/tc_string_store.rb
@@ -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'
diff --git a/report-generators/test/ts.rb b/report-generators/test/ts.rb
index 0a8cc910..4e99e689 100644
--- a/report-generators/test/ts.rb
+++ b/report-generators/test/ts.rb
@@ -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'