Skip to content

Commit 60fef7e

Browse files
authored
Merge pull request #315 from pshipton/0.43jceplus
(0.43) Include legal files when bundling OpenJCEPlus
2 parents 1b0310f + abbe5cb commit 60fef7e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

closed/make/modules/openjceplus/Copy.gmk

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ===========================================================================
2-
# (c) Copyright IBM Corp. 2023, 2023 All Rights Reserved
2+
# (c) Copyright IBM Corp. 2023, 2024 All Rights Reserved
33
# ===========================================================================
44
# This code is free software; you can redistribute it and/or modify it
55
# under the terms of the GNU General Public License version 2 only, as
@@ -21,6 +21,15 @@
2121
include $(TOPDIR)/closed/CopySupport.gmk
2222

2323
ifeq (true,$(BUILD_OPENJCEPLUS))
24+
# Copy OpenJCEPlus legal files.
25+
$(call openj9_copy_files,, \
26+
$(OPENJCEPLUS_TOPDIR)/LICENSE \
27+
$(LEGAL_DST_DIR)/OPENJCEPLUS_LICENSE)
28+
29+
$(call openj9_copy_files,, \
30+
$(OPENJCEPLUS_TOPDIR)/NOTICES.md \
31+
$(LEGAL_DST_DIR)/NOTICES.md)
32+
2433
# Copy OpenJCEPlus native libraries.
2534
$(eval $(call SetupCopyFiles, OPENJCEPLUS_JGSKIT_LIBS_COPY, \
2635
SRC := $(OPENJCEPLUS_TOPDIR)/target, \

0 commit comments

Comments
 (0)