File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
closed/make/modules/openjceplus Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 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
2121include $(TOPDIR)/closed/CopySupport.gmk
2222
2323ifeq (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, \
You can’t perform that action at this time.
0 commit comments