mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-03 20:40:00 -05:00
* Expose metrics under a source available license
* do not assume Cluster()
* allow metrics if licensed or dev
* temporary vet override
* simplify BULID_TAGS handling
* auto clean old imports.go
* fix license listener
* e2e test metrics & license semantics
* update from enterprise
* switch back to mattermost-govet/v2@new now
* update metrics from upstream
* Update license_spec.js
Co-authored-by: Saturnino Abril <saturnino.abril@gmail.com>
* Update license_spec.js
Co-authored-by: Saturnino Abril <saturnino.abril@gmail.com>
* Update e2e-tests/cypress/tests/integration/channels/enterprise/metrics/license_spec.js
Co-authored-by: Saturnino Abril <saturnino.abril@gmail.com>
* Update e2e-tests/cypress/tests/integration/channels/enterprise/metrics/license_spec.js
* split up specs
* require/delete license earlier in e2e test
* expanded expect to debug failures
* more logging
* Revert "more logging"
This reverts commit 0bc513fd92.
* e2e: try deleting license first
* update from enterprise
* toggleMetricsOn to work around license delete
* eslint
* ensure admin before deleting license
* update from enterprise
* updates from enterprise
* fix cypress logging
* temp: log at DEBUG for Cypress tests
---------
Co-authored-by: Saturnino Abril <saturnino.abril@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
39 lines
2.3 KiB
Text
39 lines
2.3 KiB
Text
The Mattermost Source Available License license (the “Source Available License”)
|
|
Copyright (c) 2015-present Mattermost
|
|
|
|
With regard to the Mattermost Software:
|
|
|
|
This software and associated documentation files (the "Software") may only be
|
|
used in production, if you (and any entity that you represent) have agreed to,
|
|
and are in compliance with, the Mattermost Terms of Service, available at
|
|
https://mattermost.com/enterprise-edition-terms/ (the “EE Terms”), or other
|
|
agreement governing the use of the Software, as agreed by you and Mattermost,
|
|
and otherwise have a valid Mattermost Enterprise E20 subscription for the
|
|
correct number of user seats. Subject to the foregoing sentence, you are free
|
|
to modify this Software and publish patches to the Software. You agree that
|
|
Mattermost and/or its licensors (as applicable) retain all right, title and
|
|
interest in and to all such modifications and/or patches, and all such
|
|
modifications and/or patches may only be used, copied, modified, displayed,
|
|
distributed, or otherwise exploited with a valid Mattermost Enterprise E20
|
|
Edition subscription for the correct number of user seats. Notwithstanding
|
|
the foregoing, you may copy and modify the Software for development and testing
|
|
purposes, without requiring a subscription. You agree that Mattermost and/or
|
|
its licensors (as applicable) retain all right, title and interest in and to
|
|
all such modifications. You are not granted any other rights beyond what is
|
|
expressly stated herein. Subject to the foregoing, it is forbidden to copy,
|
|
merge, publish, distribute, sublicense, and/or sell the Software.
|
|
|
|
The full text of this EE License shall be included in all copies or substantial
|
|
portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
SOFTWARE.
|
|
|
|
For all third party components incorporated into the Mattermost Software, those
|
|
components are licensed under the original license provided by the owner of the
|
|
applicable component.
|