From: Uwe Hermann Date: Wed, 17 Apr 2013 15:26:46 +0000 (+0200) Subject: python: Add missing license headers. X-Git-Tag: dsupstream~109 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=3bc55222c8503703ac76bc61fb9a5d2c101f0ed7;p=libsigrok.git python: Add missing license headers. --- diff --git a/bindings/python/sigrok/__init__.py b/bindings/python/sigrok/__init__.py index 5284146e..4f444a1c 100644 --- a/bindings/python/sigrok/__init__.py +++ b/bindings/python/sigrok/__init__.py @@ -1 +1,20 @@ +## +## This file is part of the sigrok project. +## +## Copyright (C) 2013 Martin Ling +## +## This program is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. +## +## 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. If not, see . +## + __import__("pkg_resources").declare_namespace(__name__) diff --git a/bindings/python/sigrok/core/__init__.py b/bindings/python/sigrok/core/__init__.py index 7baf616d..8a300b26 100644 --- a/bindings/python/sigrok/core/__init__.py +++ b/bindings/python/sigrok/core/__init__.py @@ -1,3 +1,22 @@ +## +## This file is part of the sigrok project. +## +## Copyright (C) 2013 Martin Ling +## +## This program is free software: you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation, either version 3 of the License, or +## (at your option) any later version. +## +## 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. If not, see . +## + from . import lowlevel from . import classes from .classes import *