From fe355e1a9cd7232c675192a9c59eca1853ffdbc8 Mon Sep 17 00:00:00 2001 From: Scott Bahling Date: Thu, 3 Sep 2020 10:19:08 +0200 Subject: Add license header --- obsapi/sourceapi.py | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to 'obsapi') diff --git a/obsapi/sourceapi.py b/obsapi/sourceapi.py index 1d4ba56..da01d3b 100644 --- a/obsapi/sourceapi.py +++ b/obsapi/sourceapi.py @@ -1,5 +1,28 @@ # -*- coding: utf-8 -*- -# +""" +Python OBS 'source' API +~~~~~~~~~~~~~~~~~~~~~~~ + +This module provides the ObsSourceAPI class used for accessing +the `Open Build Service '_ APIs +related to `sources `_. + +:copyright: Copyright (c) 2015-2020 Scott Bahling + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + + 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 (see the file COPYING); if not, write to the + Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +:license: GPL-2.0, see COPYING for details +""" from obsapi.httpapi import ObsHttpApi -- cgit v1.2.3