Skip to content

Commit

Permalink
Merge pull request #202 from ibmruntimes/openj9
Browse files Browse the repository at this point in the history
Merge Create distinct openj9-licenses and openj9-notices to 0.38
  • Loading branch information
JasonFengJ9 authored Apr 14, 2023
2 parents e647e47 + b66a336 commit facc368
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions closed/custom/modules/java.base/Copy.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===========================================================================
# (c) Copyright IBM Corp. 2017, 2022 All Rights Reserved
# (c) Copyright IBM Corp. 2017, 2023 All Rights Reserved
# ===========================================================================
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
Expand Down Expand Up @@ -167,13 +167,16 @@ $(call openj9_copy_files,, \

$(call openj9_copy_files,, \
$(OPENJ9_TOPDIR)/LICENSE \
$(LEGAL_DST_DIR)/openj9-notices)
$(LEGAL_DST_DIR)/openj9-licenses)
$(call openj9_copy_files,, \
$(OPENJ9_TOPDIR)/NOTICES.md \
$(LEGAL_DST_DIR)/openj9-notices.md)
$(call openj9_copy_files,, \
$(OPENJ9_TOPDIR)/epl-2.0.html \
$(LEGAL_DST_DIR)/epl-2.0.html)
$(call openj9_copy_files,, \
$(TOPDIR)/openj9-openjdk-notices \
$(LEGAL_DST_DIR)/openj9-openjdk-notices)
$(TOPDIR)/openj9-openjdk-notices \
$(LEGAL_DST_DIR)/openj9-openjdk-notices)

ifeq (true,$(OPENJ9_ENABLE_DDR))

Expand Down

0 comments on commit facc368

Please sign in to comment.