Add missing copyright and licensing information to lex.c and Makefile based on the...
[a56.git] / lex.c
diff --git a/lex.c b/lex.c
index 519579358f45cb5ecb6c44e288ae8da50a85e5a1..72864ca53f466bca08a1314ba246fa89f49737cc 100644 (file)
--- 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.