From 85417773cb167ecccf4aba5ccd9a5a44df23d8eb Mon Sep 17 00:00:00 2001 From: Kostas Tsiounis Date: Tue, 16 Jan 2024 11:53:04 -0500 Subject: [PATCH] Include legal files when bundling OpenJCEPlus --- closed/make/modules/openjceplus/Copy.gmk | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/closed/make/modules/openjceplus/Copy.gmk b/closed/make/modules/openjceplus/Copy.gmk index 516a449b73e..2a205f19472 100644 --- a/closed/make/modules/openjceplus/Copy.gmk +++ b/closed/make/modules/openjceplus/Copy.gmk @@ -1,5 +1,5 @@ # =========================================================================== -# (c) Copyright IBM Corp. 2023, 2023 All Rights Reserved +# (c) Copyright IBM Corp. 2023, 2024 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 @@ -21,6 +21,15 @@ include $(TOPDIR)/closed/CopySupport.gmk ifeq (true,$(BUILD_OPENJCEPLUS)) + # Copy OpenJCEPlus legal files. + $(call openj9_copy_files,, \ + $(OPENJCEPLUS_TOPDIR)/LICENSE \ + $(LEGAL_DST_DIR)/OPENJCEPLUS_LICENSE) + + $(call openj9_copy_files,, \ + $(OPENJCEPLUS_TOPDIR)/NOTICES.md \ + $(LEGAL_DST_DIR)/NOTICES.md) + # Copy OpenJCEPlus native libraries. $(eval $(call SetupCopyFiles, OPENJCEPLUS_JGSKIT_LIBS_COPY, \ SRC := $(OPENJCEPLUS_TOPDIR)/target, \