a56: Add missing copyright and licensing information to lex.c and Makefile based...
authorJason Self <j@jxself.org>
Wed, 27 Dec 2017 19:59:23 +0000 (11:59 -0800)
committerJason Self <j@jxself.org>
Wed, 27 Dec 2017 19:59:23 +0000 (11:59 -0800)
a56/Makefile
a56/lex.c

index fe5da713f0caed8643a6e53f4ac71f1282f0bd8d..c204a4bbab080720021c6f1015fc60d3bbde003a 100644 (file)
@@ -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
 
index 519579358f45cb5ecb6c44e288ae8da50a85e5a1..72864ca53f466bca08a1314ba246fa89f49737cc 100644 (file)
--- 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.