summaryrefslogtreecommitdiffstats
path: root/report-generators/lib/schedule_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'report-generators/lib/schedule_file.rb')
-rw-r--r--report-generators/lib/schedule_file.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/report-generators/lib/schedule_file.rb b/report-generators/lib/schedule_file.rb
index 1e164f45..6a339bcb 100644
--- a/report-generators/lib/schedule_file.rb
+++ b/report-generators/lib/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
+
# Parses the simple colon delimited test schedule files.
ScheduledTest = Struct.new(:desc, :command_line, :status, :output)