Skip to content
This repository was archived by the owner on Sep 19, 2023. It is now read-only.
/ jdk19 Public archive

Commit 2bf6285

Browse files
committedJul 13, 2022
8290209: jcup.md missing additional text
Reviewed-by: iris, naoto, lancea
1 parent 73b83e0 commit 2bf6285

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
 

‎src/java.xml/share/legal/jcup.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## CUP Parser Generator for Java v 0.11b
22

33
### CUP Parser Generator License
4-
<pre>
54

5+
```
66
Copyright 1996-2015 by Scott Hudson, Frank Flannery, C. Scott Ananian, Michael Petter
77
88
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
2020
resulting from loss of use, data or profits, whether in an action of
2121
contract, negligence or other tortious action, arising out of or in
2222
connection with the use or performance of this software.
23+
```
24+
---
25+
```
26+
This is an open source license. It is also GPL-Compatible (see entry for
27+
"Standard ML of New Jersey"). The portions of CUP output which are hard-coded
28+
into the CUP source code are (naturally) covered by this same license, as is
29+
the CUP runtime code linked with the generated parser.
30+
```
2331

24-
</pre>

5 commit comments

Comments
 (5)

openjdk-notifier[bot] commented on Jul 13, 2022

@openjdk-notifier[bot]

GoeLin commented on Sep 15, 2022

@GoeLin
Member

/backport jdk17u-dev

openjdk[bot] commented on Sep 15, 2022

@openjdk[bot]

@GoeLin the backport was successfully created on the branch GoeLin-backport-2bf6285c in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit 2bf6285c from the openjdk/jdk19 repository.

The commit being backported was authored by Joe Wang on 13 Jul 2022 and was reviewed by Iris Clark, Naoto Sato and Lance Andersen.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u-dev:

$ git fetch https://github.com/openjdk-bots/jdk17u-dev GoeLin-backport-2bf6285c:GoeLin-backport-2bf6285c
$ git checkout GoeLin-backport-2bf6285c
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u-dev GoeLin-backport-2bf6285c

GoeLin commented on Sep 19, 2022

@GoeLin
Member

/backport jdk11u-dev

openjdk[bot] commented on Sep 19, 2022

@openjdk[bot]

@GoeLin the backport was successfully created on the branch GoeLin-backport-2bf6285c in my personal fork of openjdk/jdk11u-dev. To create a pull request with this backport targeting openjdk/jdk11u-dev:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit 2bf6285c from the openjdk/jdk19 repository.

The commit being backported was authored by Joe Wang on 13 Jul 2022 and was reviewed by Iris Clark, Naoto Sato and Lance Andersen.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk11u-dev:

$ git fetch https://github.com/openjdk-bots/jdk11u-dev GoeLin-backport-2bf6285c:GoeLin-backport-2bf6285c
$ git checkout GoeLin-backport-2bf6285c
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk11u-dev GoeLin-backport-2bf6285c
This repository has been archived.