RFID: License under "GPL v3 or later" (with acknoledgement from Andy)
This commit is contained in:
parent
b526525cfa
commit
2e83f6fbb3
|
@ -1,7 +1,8 @@
|
||||||
#! /usr/bin/env python
|
#! /usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
# by Andrew Karpow <andy@mail.tu-berlin.de>
|
#
|
||||||
# Public Domain
|
# Copyright (C) 2011 Andrew Karpow <andy@mail.tu-berlin.de>
|
||||||
|
# Licensed under GPL v3 or later
|
||||||
|
|
||||||
from smartcard.CardMonitoring import CardMonitor, CardObserver
|
from smartcard.CardMonitoring import CardMonitor, CardObserver
|
||||||
from smartcard.util import toHexString
|
from smartcard.util import toHexString
|
||||||
|
|
Loading…
Reference in New Issue