summaryrefslogtreecommitdiff
path: root/ttrun/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'ttrun/__init__.py')
-rw-r--r--ttrun/__init__.py25
1 files changed, 14 insertions, 11 deletions
diff --git a/ttrun/__init__.py b/ttrun/__init__.py
index 8dd2e92..fbce105 100644
--- a/ttrun/__init__.py
+++ b/ttrun/__init__.py
@@ -1,16 +1,19 @@
1# -*- coding: utf-8 -*- 1# Copyright (c) 2016 Red Hat, Inc
2 2#
3# Licensed under the Apache License, Version 2.0 (the "License"); you may 3# This file is part of ttrun
4# not use this file except in compliance with the License. You may obtain 4#
5# a copy of the License at 5# ttrun is free software: you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation, either version 3 of the License, or
8# (at your option) any later version.
6# 9#
7# http://www.apache.org/licenses/LICENSE-2.0 10# ttrun is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
8# 14#
9# Unless required by applicable law or agreed to in writing, software 15# You should have received a copy of the GNU General Public License
10# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 16# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
11# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
12# License for the specific language governing permissions and limitations
13# under the License.
14 17
15import pbr.version 18import pbr.version
16 19