diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-02-05 10:17:00 +0800 |
---|---|---|
committer | Maxin B. John <maxin.john@intel.com> | 2016-02-05 18:17:32 +0200 |
commit | daffc551640007cf87a883935fa9add773c15ed8 (patch) | |
tree | 1305552a8bda5a9d23739d63677d61098387f545 /licenses/JLEX | |
parent | 477d5c8c610e51bb3a7cd3b578935cf662aeef46 (diff) | |
download | meta-java-daffc551640007cf87a883935fa9add773c15ed8.tar.gz |
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 <jackie.huang@windriver.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'licenses/JLEX')
-rw-r--r-- | licenses/JLEX | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/licenses/JLEX b/licenses/JLEX new file mode 100644 index 0000000..df0648e --- /dev/null +++ b/licenses/JLEX | |||
@@ -0,0 +1,19 @@ | |||
1 | JLEX COPYRIGHT NOTICE, LICENSE, AND DISCLAIMER | ||
2 | Copyright 1996-2000 by Elliot Joel Berk and C. Scott Ananian | ||
3 | |||
4 | Permission to use, copy, modify, and distribute this software and its | ||
5 | documentation for any purpose and without fee is hereby granted, | ||
6 | provided that the above copyright notice appear in all copies and that | ||
7 | both the copyright notice and this permission notice and warranty | ||
8 | disclaimer appear in supporting documentation, and that the name of | ||
9 | the authors or their employers not be used in advertising or publicity | ||
10 | pertaining to distribution of the software without specific, written | ||
11 | prior permission. | ||
12 | |||
13 | The authors and their employers disclaim all warranties with regard to | ||
14 | this software, including all implied warranties of merchantability and | ||
15 | fitness. In no event shall the authors or their employers be liable | ||
16 | for any special, indirect or consequential damages or any damages | ||
17 | whatsoever resulting from loss of use, data or profits, whether in an | ||
18 | action of contract, negligence or other tortious action, arising out | ||
19 | of or in connection with the use or performance of this software. | ||