summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vscclient.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/vscclient.c b/vscclient.c
index 8716d72..6ac5b00 100644
--- a/vscclient.c
+++ b/vscclient.c
@@ -1,3 +1,14 @@
+/*
+ * Tester for VSCARD protocol, client side.
+ *
+ * Can be used with ccid-card-passthru.
+ *
+ * Copyright (c) 2011 Red Hat.
+ * Written by Alon Levy.
+ *
+ * This code is licenced under the GNU LGPL, version 2 or later.
+ */
+
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>