This commit is contained in:
庄建国 2022-04-02 07:41:50 +00:00
parent a3fefa1f39
commit 7b277dcf12

View File

@ -15,9 +15,9 @@ On request, licenses under different terms are available.
Project templates can be found in the folders steedos-projects/
Source code of enterprise features are files that
* are in folders named "ee" or end with "_ee", or in subfolders of such folders.
* contain the strings "_ee" in its filename name.
The files can be found by running the command `find . -iname ee -or -iname "*_ee*" -or -iname "*ee_*"`
* are in folders named "ee" or start with "ee-", or in subfolders of such folders.
* contain the strings "ee-" in its filename name.
The files can be found by running the command `find . -iname ee -or -iname "*-ee*" -or -iname "*ee-*"`
STEEDOS TRADEMARK GUIDELINES