X-Git-Url: https://jxself.org/git/?p=a56.git;a=blobdiff_plain;f=lex.c;fp=lex.c;h=72864ca53f466bca08a1314ba246fa89f49737cc;hp=519579358f45cb5ecb6c44e288ae8da50a85e5a1;hb=41e9fc26aa89edfda219e14179c68c698a9f013d;hpb=a59543bfa241db7671a82683c64190e70f5ea286 diff --git a/lex.c b/lex.c index 5195793..72864ca 100644 --- a/lex.c +++ b/lex.c @@ -7,6 +7,19 @@ * *******************************************************\ +/* + * Copyright (C) 1990-1998 Quinn C. Jensen + * + * Permission to use, copy, modify, distribute, and sell this + * software and its documentation for any purpose is hereby granted + * without fee, provided that the above copyright notice appear in + * all copies and that both that copyright notice and this permission + * notice appear in supporting documentation. The author makes no + * representations about the suitability of this software for any + * purpose. It is provided "as is" without express or implied + * warranty. + */ + /* * lex.c - lexical analyzer envelope. lexyy.c, included below, * is the LEX-generated code.