X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=blobdiff_plain;f=a56%2Flex.c;h=72864ca53f466bca08a1314ba246fa89f49737cc;hp=519579358f45cb5ecb6c44e288ae8da50a85e5a1;hb=a429461820f07e56c1549e05cf8873d70a8201c9;hpb=6e823d0b6ee854eaf5f0bf28a099a5e6b7c45be2 diff --git a/a56/lex.c b/a56/lex.c index 5195793..72864ca 100644 --- a/a56/lex.c +++ b/a56/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.