From: Jason Self Date: Wed, 27 Dec 2017 19:59:23 +0000 (-0800) Subject: a56: Add missing copyright and licensing information to lex.c and Makefile based... X-Git-Tag: v1.1~23 X-Git-Url: https://jxself.org/git/?p=linux-libre-firmware.git;a=commitdiff_plain;h=a429461820f07e56c1549e05cf8873d70a8201c9 a56: Add missing copyright and licensing information to lex.c and Makefile based on the README. --- diff --git a/a56/Makefile b/a56/Makefile index fe5da71..c204a4b 100644 --- a/a56/Makefile +++ b/a56/Makefile @@ -7,6 +7,17 @@ # ####################################################### +# 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. + # environment definitions # uncomment the ones you like 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.