summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorPetr Šplíchal <psplicha@redhat.com>2012-02-21 14:08:53 +0100
committerPetr Šplíchal <psplicha@redhat.com>2012-02-21 14:08:53 +0100
commitd639ab54984bf3d4820a8b94ff198dc1cfc642f5 (patch)
treeb536fcd815b48bb9ba067385c8cb908d561c7a0b /source
parentbf10af7d5ce793a919dd3033fcf84b715827011f (diff)
downloadpython-nitrate-d639ab54984bf3d4820a8b94ff198dc1cfc642f5.tar.gz
python-nitrate-d639ab54984bf3d4820a8b94ff198dc1cfc642f5.tar.xz
python-nitrate-d639ab54984bf3d4820a8b94ff198dc1cfc642f5.zip
Added license
Diffstat (limited to 'source')
-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.