From daffc551640007cf87a883935fa9add773c15ed8 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Fri, 5 Feb 2016 10:17:00 +0800 Subject: jlex: fix the license and add JLEX license file The license statement is in the middle of source file Main.java, it's not correct to referrence the COREBASE MIT license in LIC_FILES_CHKSUM. Signed-off-by: Jackie Huang Signed-off-by: Maxin B. John --- licenses/JLEX | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 licenses/JLEX (limited to 'licenses/JLEX') diff --git a/licenses/JLEX b/licenses/JLEX new file mode 100644 index 0000000..df0648e --- /dev/null +++ b/licenses/JLEX @@ -0,0 +1,19 @@ + JLEX COPYRIGHT NOTICE, LICENSE, AND DISCLAIMER + Copyright 1996-2000 by Elliot Joel Berk and C. Scott Ananian + + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose and without fee is hereby granted, + provided that the above copyright notice appear in all copies and that + both the copyright notice and this permission notice and warranty + disclaimer appear in supporting documentation, and that the name of + the authors or their employers not be used in advertising or publicity + pertaining to distribution of the software without specific, written + prior permission. + + The authors and their employers disclaim all warranties with regard to + this software, including all implied warranties of merchantability and + fitness. In no event shall the authors or their employers be liable + for any special, indirect or consequential damages or any damages + whatsoever resulting from loss of use, data or profits, whether in an + action of contract, negligence or other tortious action, arising out + of or in connection with the use or performance of this software. -- cgit v1.2.3-54-g00ecf