summaryrefslogtreecommitdiffstats
path: root/source/nitrate.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/nitrate.py')
-rw-r--r--source/nitrate.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/source/nitrate.py b/source/nitrate.py
index e26b4a9..acc3dd0 100644
--- a/source/nitrate.py
+++ b/source/nitrate.py
@@ -1,3 +1,23 @@
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+#
+# This is a Python API for the Nitrate test case management system.
+# Copyright (c) 2012 Red Hat, Inc. All rights reserved.
+# Author: Petr Splichal <psplicha@redhat.com>
+#
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library 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
+# Lesser General Public License for more details.
+#
+# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
"""
High-level API for the Nitrate test case management system.