aboutsummaryrefslogtreecommitdiff
path: root/linaro_lava_ldap/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'linaro_lava_ldap/__init__.py')
-rw-r--r--linaro_lava_ldap/__init__.py20
1 files changed, 20 insertions, 0 deletions
diff --git a/linaro_lava_ldap/__init__.py b/linaro_lava_ldap/__init__.py
new file mode 100644
index 0000000..96a67bf
--- /dev/null
+++ b/linaro_lava_ldap/__init__.py
@@ -0,0 +1,20 @@
+# Copyright (C) 2015 Linaro Limited
+#
+# Author: Senthil Kumaran S <senthil.kumaran@linaro.org>
+#
+# This file is part of Linaro LAVA LDAP.
+#
+# Linaro LAVA LDAP is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Affero General Public License version 3
+# as published by the Free Software Foundation
+#
+# Linaro LAVA LDAP 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 Affero General Public License
+# along with Linaro LAVA LDAP. If not, see <http://www.gnu.org/licenses/>.
+
+
+__version__ = (0, 1, 0, "dev", 0)