Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8282583: Update BCEL md to include the copyright notice
Reviewed-by: lancea, iris, naoto
  • Loading branch information
JoeWang-Java committed Mar 4, 2022
1 parent fb6b929 commit 8478173
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/java.xml/share/legal/bcel.md
Expand Up @@ -3,14 +3,11 @@
### Apache Commons BCEL Notice
<pre>

=========================================================================
== NOTICE file corresponding to the section 4 d of ==
== the Apache License, Version 2.0, ==
== in this case for the Apache Commons BCEL distribution. ==
=========================================================================

This product includes software developed by
The Apache Software Foundation (http://www.apache.org/).
Apache Commons BCEL
Copyright 2004-2020 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (https://www.apache.org/).

</pre>

Expand Down

5 comments on commit 8478173

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin
Copy link
Member

@GoeLin GoeLin commented on 8478173 Mar 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk17u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 8478173 Mar 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin the backport was successfully created on the branch GoeLin-backport-8478173d 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 8478173d from the openjdk/jdk repository.

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

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-8478173d:GoeLin-backport-8478173d
$ git checkout GoeLin-backport-8478173d
# 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-8478173d

@GoeLin
Copy link
Member

@GoeLin GoeLin commented on 8478173 Mar 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk11u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 8478173 Mar 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin the backport was successfully created on the branch GoeLin-backport-8478173d 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 8478173d from the openjdk/jdk repository.

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

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-8478173d:GoeLin-backport-8478173d
$ git checkout GoeLin-backport-8478173d
# 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-8478173d

Please sign in to comment.