diff options
author | 2001-06-08 15:04:02 +0000 | |
---|---|---|
committer | 2001-06-08 15:04:02 +0000 | |
commit | 98a6f5eb9c392f65a475ff005b7e9c0fc04a91a1 (patch) | |
tree | eb66bc5eb92f1a39c9cc31ed7719a544449d656f /lib/libsectok/ifdhandler.c | |
parent | Remve net_osdep.c (diff) | |
download | wireguard-openbsd-98a6f5eb9c392f65a475ff005b7e9c0fc04a91a1.tar.xz wireguard-openbsd-98a6f5eb9c392f65a475ff005b7e9c0fc04a91a1.zip |
Move copyright notice to top of file
Diffstat (limited to 'lib/libsectok/ifdhandler.c')
-rw-r--r-- | lib/libsectok/ifdhandler.c | 65 |
1 files changed, 32 insertions, 33 deletions
diff --git a/lib/libsectok/ifdhandler.c b/lib/libsectok/ifdhandler.c index b09bfa65722..ad4a07ef3b2 100644 --- a/lib/libsectok/ifdhandler.c +++ b/lib/libsectok/ifdhandler.c @@ -1,11 +1,40 @@ +/* $Id: ifdhandler.c,v 1.4 2001/06/08 15:04:02 rees Exp $ */ + +/* +copyright 2000 +the regents of the university of michigan +all rights reserved + +permission is granted to use, copy, create derivative works +and redistribute this software and such derivative works +for any purpose, so long as the name of the university of +michigan is not used in any advertising or publicity +pertaining to the use or distribution of this software +without specific, written prior authorization. if the +above copyright notice or any other identification of the +university of michigan is included in any copy of any +portion of this software, then the disclaimer below must +also be included. + +this software is provided as is, without representation +from the university of michigan as to its fitness for any +purpose, and without warranty by the university of +michigan of any kind, either express or implied, including +without limitation the implied warranties of +merchantability and fitness for a particular purpose. the +regents of the university of michigan shall not be liable +for any damages, including special, indirect, incidental, or +consequential damages, with respect to any claim arising +out of or in connection with the use of the software, even +if it has been or is hereafter advised of the possibility of +such damages. +*/ + /* * IFD handler for CITI sc7816 dumb reader driver * - * See copyright notice at end of file - * * Jim Rees, University of Michigan CITI, August 2000 */ -static char *rcsid = "$Id: ifdhandler.c,v 1.3 2001/06/07 20:19:42 rees Exp $"; #include <sys/types.h> #include <stdio.h> @@ -230,33 +259,3 @@ IFD_Is_ICC_Present() { return (todos_sccardpresent(CT_ttyn) ? IFD_ICC_PRESENT : IFD_ICC_NOT_PRESENT); } - -/* -copyright 2000 -the regents of the university of michigan -all rights reserved - -permission is granted to use, copy, create derivative works -and redistribute this software and such derivative works -for any purpose, so long as the name of the university of -michigan is not used in any advertising or publicity -pertaining to the use or distribution of this software -without specific, written prior authorization. if the -above copyright notice or any other identification of the -university of michigan is included in any copy of any -portion of this software, then the disclaimer below must -also be included. - -this software is provided as is, without representation -from the university of michigan as to its fitness for any -purpose, and without warranty by the university of -michigan of any kind, either express or implied, including -without limitation the implied warranties of -merchantability and fitness for a particular purpose. the -regents of the university of michigan shall not be liable -for any damages, including special, indirect, incidental, or -consequential damages, with respect to any claim arising -out of or in connection with the use of the software, even -if it has been or is hereafter advised of the possibility of -such damages. -*/ |