summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--licenses/JLEX19
-rw-r--r--recipes-core/jlex/jlex_1.2.6.bb4
2 files changed, 20 insertions, 3 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.
diff --git a/recipes-core/jlex/jlex_1.2.6.bb b/recipes-core/jlex/jlex_1.2.6.bb
index 4dbe63e..bb67a46 100644
--- a/recipes-core/jlex/jlex_1.2.6.bb
+++ b/recipes-core/jlex/jlex_1.2.6.bb
@@ -1,9 +1,7 @@
1DESCRIPTION = "Lexical analyzer generator for Java" 1DESCRIPTION = "Lexical analyzer generator for Java"
2AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian" 2AUTHOR = "Elliot Berk, A. Appel, C. Scott Ananian"
3LICENSE = "JLEX" 3LICENSE = "JLEX"
4LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ 4LIC_FILES_CHKSUM = "file://Main.java;beginline=148;endline=166;md5=9bf4a6a951053991db64f9d7330d648a"
5 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420 \
6 "
7 5
8RDEPENDS_${PN} = "java2-runtime" 6RDEPENDS_${PN} = "java2-runtime"
9RDEPENDS_${PN}_virtclass-native = "" 7RDEPENDS_${PN}_virtclass-native = ""