Updated mail address
This commit is contained in:
@@ -13,7 +13,7 @@ Android Smart Card Emulator
|
|||||||
Use an Android phone as contact-less smart card
|
Use an Android phone as contact-less smart card
|
||||||
|
|
||||||
:Author:
|
:Author:
|
||||||
`Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
`Frank Morgner <frankmorgner@gmail.com>`_
|
||||||
:License:
|
:License:
|
||||||
GPL version 3
|
GPL version 3
|
||||||
:Tested Platform:
|
:Tested Platform:
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
Frank Morgner <morgner@informatik.hu-berlin.de>
|
Frank Morgner <frankmorgner@gmail.com>
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ USB CCID Emulator
|
|||||||
Emulate a USB CCID compliant smart card reader
|
Emulate a USB CCID compliant smart card reader
|
||||||
|
|
||||||
:Author:
|
:Author:
|
||||||
`Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
`Frank Morgner <frankmorgner@gmail.com>`_
|
||||||
:License:
|
:License:
|
||||||
GPL version 3
|
GPL version 3
|
||||||
:Tested Platforms:
|
:Tested Platforms:
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
@PACKAGE_SUMMARY@
|
@PACKAGE_SUMMARY@
|
||||||
|
|
||||||
:Author:
|
:Author:
|
||||||
`Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
`Frank Morgner <frankmorgner@gmail.com>`_
|
||||||
:License:
|
:License:
|
||||||
GPL version 3
|
GPL version 3
|
||||||
:Tested Platforms:
|
:Tested Platforms:
|
||||||
|
|||||||
@@ -47,4 +47,4 @@ option "interrupt" -
|
|||||||
text "
|
text "
|
||||||
Report bugs to @PACKAGE_BUGREPORT@
|
Report bugs to @PACKAGE_BUGREPORT@
|
||||||
|
|
||||||
Written by Frank Morgner <morgner@informatik.hu-berlin.de>"
|
Written by Frank Morgner <frankmorgner@gmail.com>"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2009-2012 Frank Morgner <morgner@informatik.hu-berlin.de>
|
* Copyright (C) 2009-2012 Frank Morgner <frankmorgner@gmail.com>
|
||||||
*
|
*
|
||||||
* This file is part of ccid-emulator.
|
* This file is part of ccid-emulator.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
Frank Morgner <morgner@informatik.hu-berlin.de>
|
Frank Morgner <frankmorgner@gmail.com>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ nPA Smart Card Library
|
|||||||
Access the German electronic identity card (neuer Personalausweis/nPA)
|
Access the German electronic identity card (neuer Personalausweis/nPA)
|
||||||
|
|
||||||
:Author:
|
:Author:
|
||||||
`Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
`Frank Morgner <frankmorgner@gmail.com>`_
|
||||||
:License:
|
:License:
|
||||||
GPL version 3
|
GPL version 3
|
||||||
:Tested Platforms:
|
:Tested Platforms:
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
@PACKAGE_SUMMARY@
|
@PACKAGE_SUMMARY@
|
||||||
|
|
||||||
:Author:
|
:Author:
|
||||||
`Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
`Frank Morgner <frankmorgner@gmail.com>`_
|
||||||
:License:
|
:License:
|
||||||
GPL version 3
|
GPL version 3
|
||||||
:Tested Platforms:
|
:Tested Platforms:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* boxing.c: implementation related to boxing commands with pseudo APDUs
|
* boxing.c: implementation related to boxing commands with pseudo APDUs
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Frank Morgner <morgner@informatik.hu-berlin.de>
|
* Copyright (C) 2013 Frank Morgner <frankmorgner@gmail.com>
|
||||||
*
|
*
|
||||||
* This file is part of libnpa.
|
* This file is part of libnpa.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* card-npa.c: Recognize known German identity cards
|
* card-npa.c: Recognize known German identity cards
|
||||||
*
|
*
|
||||||
* Copyright (C) 2011-2014 Frank Morgner <morgner@informatik.hu-berlin.de>
|
* Copyright (C) 2011-2014 Frank Morgner <frankmorgner@gmail.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2010-2012 Frank Morgner <morgner@informatik.hu-berlin.de>
|
* Copyright (C) 2010-2012 Frank Morgner <frankmorgner@gmail.com>
|
||||||
*
|
*
|
||||||
* This file is part of libnpa.
|
* This file is part of libnpa.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -225,4 +225,4 @@ option "disable-all-checks" -
|
|||||||
text "
|
text "
|
||||||
Report bugs to @PACKAGE_BUGREPORT@
|
Report bugs to @PACKAGE_BUGREPORT@
|
||||||
|
|
||||||
Written by Frank Morgner <morgner@informatik.hu-berlin.de>"
|
Written by Frank Morgner <frankmorgner@gmail.com>"
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* boxing.c: interface related to boxing commands with pseudo APDUs
|
* boxing.c: interface related to boxing commands with pseudo APDUs
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Frank Morgner <morgner@informatik.hu-berlin.de>
|
* Copyright (C) 2013 Frank Morgner <frankmorgner@gmail.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
* modify it under the terms of the GNU Lesser General Public
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ PC/SC Relay
|
|||||||
Relay a smart card to a contactless interface
|
Relay a smart card to a contactless interface
|
||||||
|
|
||||||
:Authors:
|
:Authors:
|
||||||
- `Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
- `Frank Morgner <frankmorgner@gmail.com>`_
|
||||||
- `Dominik Oepen <oepen@informatik.hu-berlin.de>`_
|
- `Dominik Oepen <oepen@informatik.hu-berlin.de>`_
|
||||||
:License:
|
:License:
|
||||||
GPL version 3
|
GPL version 3
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
@PACKAGE_SUMMARY@
|
@PACKAGE_SUMMARY@
|
||||||
|
|
||||||
:Authors:
|
:Authors:
|
||||||
- `Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
- `Frank Morgner <frankmorgner@gmail.com>`_
|
||||||
- `Dominik Oepen <oepen@informatik.hu-berlin.de>`_
|
- `Dominik Oepen <oepen@informatik.hu-berlin.de>`_
|
||||||
:License:
|
:License:
|
||||||
GPL version 3
|
GPL version 3
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2010-2012 Frank Morgner <morgner@informatik.hu-berlin.de>.
|
* Copyright (C) 2010-2012 Frank Morgner <frankmorgner@gmail.com>.
|
||||||
*
|
*
|
||||||
* This file is part of pcsc-relay.
|
* This file is part of pcsc-relay.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2010-2012 Frank Morgner <morgner@informatik.hu-berlin.de>.
|
* Copyright (C) 2010-2012 Frank Morgner <frankmorgner@gmail.com>.
|
||||||
*
|
*
|
||||||
* This file is part of pcsc-relay.
|
* This file is part of pcsc-relay.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2009 by Dominik Oepen <oepen@informatik.hu-berlin.de>.
|
* Copyright (C) 2009 by Dominik Oepen <oepen@informatik.hu-berlin.de>.
|
||||||
* Copyright (C) 2010-2012 by Frank Morgner <morgner@informatik.hu-berlin.de>.
|
* Copyright (C) 2010-2012 by Frank Morgner <frankmorgner@gmail.com>.
|
||||||
*
|
*
|
||||||
* This file is part of pcsc-relay.
|
* This file is part of pcsc-relay.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2010-2012 Frank Morgner <morgner@informatik.hu-berlin.de>.
|
* Copyright (C) 2010-2012 Frank Morgner <frankmorgner@gmail.com>.
|
||||||
*
|
*
|
||||||
* This file is part of pcsc-relay.
|
* This file is part of pcsc-relay.
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ Remote Smart Card Reader
|
|||||||
Use an Android phone as contact-less smart card reader
|
Use an Android phone as contact-less smart card reader
|
||||||
|
|
||||||
:Author:
|
:Author:
|
||||||
`Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
`Frank Morgner <frankmorgner@gmail.com>`_
|
||||||
:License:
|
:License:
|
||||||
GPL version 3
|
GPL version 3
|
||||||
:Tested Platform:
|
:Tested Platform:
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
Frank Morgner <morgner@informatik.hu-berlin.de>
|
Frank Morgner <frankmorgner@gmail.com>
|
||||||
Dominik Oepen <oepen@informatik.hu-berlin.de>
|
Dominik Oepen <oepen@informatik.hu-berlin.de>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ Virtual Smart Card
|
|||||||
Smart card emulator written in Python
|
Smart card emulator written in Python
|
||||||
|
|
||||||
:Authors:
|
:Authors:
|
||||||
- `Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
- `Frank Morgner <frankmorgner@gmail.com>`_
|
||||||
- `Dominik Oepen <oepen@informatik.hu-berlin.de>`_
|
- `Dominik Oepen <oepen@informatik.hu-berlin.de>`_
|
||||||
:License:
|
:License:
|
||||||
GPL version 3
|
GPL version 3
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
@PACKAGE_SUMMARY@
|
@PACKAGE_SUMMARY@
|
||||||
|
|
||||||
:Authors:
|
:Authors:
|
||||||
- `Frank Morgner <morgner@informatik.hu-berlin.de>`_
|
- `Frank Morgner <frankmorgner@gmail.com>`_
|
||||||
- `Dominik Oepen <oepen@informatik.hu-berlin.de>`_
|
- `Dominik Oepen <oepen@informatik.hu-berlin.de>`_
|
||||||
:License:
|
:License:
|
||||||
GPL version 3
|
GPL version 3
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#! @PYTHON@
|
#! @PYTHON@
|
||||||
#
|
#
|
||||||
# Copyright (C) 2010-2012 Frank Morgner <morgner@informatik.hu-berlin.de>
|
# Copyright (C) 2010-2012 Frank Morgner <frankmorgner@gmail.com>
|
||||||
# Copyright (C) 2010 Dominik Oepen <oepen@informatik.hu-berlin.de>
|
# Copyright (C) 2010 Dominik Oepen <oepen@informatik.hu-berlin.de>
|
||||||
#
|
#
|
||||||
# This file is part of virtualsmartcard.
|
# This file is part of virtualsmartcard.
|
||||||
|
|||||||
Reference in New Issue
Block a user