diff --git a/Scripts/Functions/cli_expandTMarkers.sh b/Scripts/Functions/cli_expandTMarkers.sh index 8ceac83..16b7505 100755 --- a/Scripts/Functions/cli_expandTMarkers.sh +++ b/Scripts/Functions/cli_expandTMarkers.sh @@ -49,6 +49,8 @@ function cli_expandTMarkers { DST[((++${#DST[*]}))]="$(cli_printCopyrightInfo --copyright-year-list)" SRC[((++${#SRC[*]}))]='=COPYRIGHT_HOLDER=' DST[((++${#DST[*]}))]="$(cli_printCopyrightInfo --copyright-holder)" + SRC[((++${#SRC[*]}))]='=COPYRIGHT_HOLDER_PREDICATE=' + DST[((++${#DST[*]}))]="$(cli_printCopyrightInfo --copyright-holder-predicate)" # Define license translation markers. SRC[((++${#SRC[*]}))]='=LICENSE='