summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-02 15:42:03 +0200
committerAlon Levy <alevy@redhat.com>2011-02-03 16:54:27 +0200
commit0f0fe1438b4e821bccad5f16375bc730ac8a2361 (patch)
tree21ca96b28a9c887a68066e6e9f1421fc8db351f4
parent0c3e8378a77cd2c1ee63251da561ec8d642755a4 (diff)
vscclient.c: add copyright header
-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>