From 2bf6285c80f078d8451afb5682ee307bb13be179 Mon Sep 17 00:00:00 2001 From: Joe Wang Date: Wed, 13 Jul 2022 21:02:45 +0000 Subject: [PATCH] 8290209: jcup.md missing additional text Reviewed-by: iris, naoto, lancea --- src/java.xml/share/legal/jcup.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/java.xml/share/legal/jcup.md b/src/java.xml/share/legal/jcup.md index a0ff3dfa291..bc566b7d2db 100644 --- a/src/java.xml/share/legal/jcup.md +++ b/src/java.xml/share/legal/jcup.md @@ -1,8 +1,8 @@ ## CUP Parser Generator for Java v 0.11b ### CUP Parser Generator License -
 
+```
 Copyright 1996-2015 by Scott Hudson, Frank Flannery, C. Scott Ananian, Michael Petter
 
 Permission to use, copy, modify, and distribute this software and its
@@ -20,5 +20,12 @@ 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.
+```
+---
+```
+This is an open source license. It is also GPL-Compatible (see entry for
+"Standard ML of New Jersey"). The portions of CUP output which are hard-coded
+into the CUP source code are (naturally) covered by this same license, as is
+the CUP runtime code linked with the generated parser.
+```
 
-