2010/5/25 Juergen Beisert <j...@pengutronix.de>:
> The i.MX SmartCard interface is part of the SoC, its a 'in system' interface.
> It only depends on the existence of a i.MX specific kernel driver.
>
> Signed-off-by: Juergen Beisert <j...@pengutronix.de>
>
> ---
>  src/ifd/Makefile.am |    2
>  src/ifd/ifd-imx.c   |  828 
> ++++++++++++++++++++++++++++++++++++++++++++++++++++
>  src/ifd/init.c      |    1
>  src/ifd/internal.h  |    1
>  4 files changed, 831 insertions(+), 1 deletion(-)
>
> Index: openct-0.6.20/src/ifd/Makefile.am
> ===================================================================
> --- openct-0.6.20.orig/src/ifd/Makefile.am
> +++ openct-0.6.20/src/ifd/Makefile.am
> @@ -13,7 +13,7 @@ libifd_la_SOURCES = \
>        ifd-etoken.c ifd-etoken64.c ifd-eutron.c ifd-gempc.c ifd-ikey2k.c \
>        ifd-ikey3k.c ifd-kaan.c ifd-pertosmart1030.c ifd-pertosmart1038.c \
>        ifd-smartboard.c ifd-smph.c ifd-starkey.c ifd-towitoko.c cardman.h \
> -       ifd-cyberjack.c ifd-rutoken.c ifd-epass3k.c \
> +       ifd-cyberjack.c ifd-rutoken.c ifd-epass3k.c ifd-imx.c \
>        \
>        proto-gbp.c proto-sync.c proto-t0.c proto-t1.c \
>        proto-trans.c proto-escape.c \
> Index: openct-0.6.20/src/ifd/ifd-imx.c
> ===================================================================
> --- /dev/null
> +++ openct-0.6.20/src/ifd/ifd-imx.c
> @@ -0,0 +1,828 @@
> +/*
> + * Driver for 'in system' i.MX SmartCard interface
> + *
> + * License: GNU LESSER GENERAL PUBLIC LICENSE
> + * Copyright (C) 2010 Juergen Beisert <j...@pengutronix.de>
> + */
> +

You may want to specify a LGPL license version. 2.1 or 3.0 or (at your
option) any later version?

I had a quick look at the other OpenCT files and they do not use the
standard LGPL license text.

And the license version is not indicated on the OpenCT project page
[1]. Just that the project uses LGPL.

[1] http://www.opensc-project.org/openct

-- 
 Dr. Ludovic Rousseau
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to