From bb5ec0b615cb1ee72e016b44315ac26f5cd4bb6a Mon Sep 17 00:00:00 2001 From: Hans Olsson Date: Tue, 20 Feb 2024 15:12:23 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Henrik Tidefelt --- chapters/annotations.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chapters/annotations.tex b/chapters/annotations.tex index 5be5acac7..a31431d63 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -2331,8 +2331,9 @@ \section{License Texts}\label{license-texts} The license files are human-readable files containing the license conditions. If the annotation specifies an array of license files the conditions in all of them must be satisfied (i.e., it is not intended for dual-licensing). External functions may also contain this annotation (with similar content), see \cref{annotations-for-external-libraries-and-include-files}. + When generating a distributable version for a translated model the license files for used functions and top-level classes should be included. -Exceptions could be that licenses will be distributed in another way, either the same ones -- or there is an agreement to use different licenses (e.g., for internal libraries). +Exceptions could be that licenses will be distributed in another way, or that there is an agreement to include different licenses (e.g., for internal libraries). Note that the collection of license files is only intended as a help, thus there is no need for a strict definition of distributable version or stricter rules for including the license files.