I am trying to figure out where in the source code tree the EE Terms (“The Mattermost Source Available License license”) applies to and where not.
Is it only the “server/enterprise” folder I am not to allow to change and use in production?
And the rest is Apache License and GNU AFFERO GENERAL PUBLIC LICENSE?
If I make a public fork of GitHub - mattermost/mattermost: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.. (remove the “server/enterprise” folder) then I can change what ever I want und use the code for my production system, right?
Sorry, for the question but the structuring with the “The Mattermost Source Available License license” is rather confusing. e.g. server/channels/app/limits.go, webapp/channels/src/actions/views/login.ts and server/einterfaces should be in the Apache & GNU section, right?