X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=bindings%2Fpython%2Fsigrok%2F__init__.py;h=b1f900a4530de83bd8073fdf525770e96719cf01;hb=ee9953ef12514d833c6719777dfc285d56c0ffc1;hp=5284146ebf2bc6a26f50fefbe5ebb91a3ba91448;hpb=0220626994c6bac7bce967fe6dc8804667cce03e;p=libsigrok.git diff --git a/bindings/python/sigrok/__init__.py b/bindings/python/sigrok/__init__.py index 5284146e..b1f900a4 100644 --- a/bindings/python/sigrok/__init__.py +++ b/bindings/python/sigrok/__init__.py @@ -1 +1,20 @@ +## +## This file is part of the libsigrok 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__)