X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=bindings%2Fpython%2Fsigrok%2F__init__.py;h=4f444a1c4870ead4b02a560bd63766e02a3f93a6;hb=816aed6c9157721c7123f1f29fe01f353278af22;hp=5284146ebf2bc6a26f50fefbe5ebb91a3ba91448;hpb=0220626994c6bac7bce967fe6dc8804667cce03e;p=libsigrok.git 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__)