Skip to content

Commit

Permalink
Merge pull request #312 from KostasTsiounis/openjceplus_license
Browse files Browse the repository at this point in the history
Include legal files when bundling OpenJCEPlus
  • Loading branch information
keithc-ca committed Jan 26, 2024
2 parents e7ef92a + 8541777 commit 3816a25
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion closed/make/modules/openjceplus/Copy.gmk
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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, \
Expand Down

0 comments on commit 3816a25

Please sign in to comment.