aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2012-12-18 15:25:47 +0100
committerDavid Sommerseth <davids@redhat.com>2012-12-18 15:25:47 +0100
commit659cb94488cb852165f31810c20ad8bbdb9bd5e4 (patch)
tree418edf8333c2b92654a481bad00a96a0ea65cf3a
parent8e4c88a58e9c586081dbfc1f54f4bd02a4badcd9 (diff)
downloadrteval-659cb94488cb852165f31810c20ad8bbdb9bd5e4.tar.gz
Added missing copyright info
Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--rteval/__init__.py25
1 files changed, 25 insertions, 0 deletions
diff --git a/rteval/__init__.py b/rteval/__init__.py
index 1733529..a7cc301 100644
--- a/rteval/__init__.py
+++ b/rteval/__init__.py
@@ -1,3 +1,28 @@
+#
+# Copyright 2009,2010,2011,2012 Clark Williams <williams@redhat.com>
+# Copyright 2009,2010,2011,2012 David Sommerseth <davids@redhat.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# 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
+#
+# For the avoidance of doubt the "preferred form" of this code is one which
+# is in an open unpatent encumbered format. Where cryptographic key signing
+# forms part of the process of creating an executable the information
+# including keys needed to generate an equivalently functional executable
+# are deemed to be part of the source code.
+
+
"""
Copyright (c) 2008-2012 Red Hat Inc.