summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vscard_common.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/vscard_common.h b/vscard_common.h
index b89c7b0..e88616b 100644
--- a/vscard_common.h
+++ b/vscard_common.h
@@ -1,14 +1,14 @@
/* Virtual Smart Card protocol definition
*
- * This protocol is between a host implementing a group of virtual smart card
- * reader, and a client implementing a virtual smart card, or passthrough to
- * a real card.
+ * This protocol is between a host using virtual smart card readers,
+ * and a client implementing the smart cards, perhaps by emulating them or by
+ * access to real cards.
*
* The current implementation passes the raw APDU's from 7816 and additionally
* contains messages to setup and teardown readers, handle insertion and
* removal of cards, negotiate the protocol and provide for error responses.
*
- * Copyright (c) 2010 Red Hat.
+ * Copyright (c) 2011 Red Hat.
*
* This code is licensed under the LGPL.
*/