-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve TSF transparency and information
- Loading branch information
Showing
3 changed files
with
117 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,14 +10,35 @@ show_pagenav: true | |
|
||
<div markdown="1" class="leftcol widecol"> | ||
|
||
## Overview | ||
|
||
The Trino project is run by volunteers in a collaborative and open way. Its | ||
governance is controlled by the Trino Software Foundation. | ||
|
||
The Trino Software Foundation (TSF) is an independent, non-profit organization | ||
with the mission of supporting a community of passionate users and developers | ||
devoted to the advancement of the Trino distributed SQL query engine. It is | ||
dedicated to preserving the | ||
[vision of high quality, performant, and dependable software](/development/vision.html). | ||
The current board members of the Trino Software Foundation are Dain Sundstrom, | ||
dedicated to preserving the [vision of high quality, performant, and dependable | ||
software](./development/vision.html). | ||
|
||
The board members of the Trino Software Foundation are Dain Sundstrom, | ||
David Phillips, and Martin Traverso. | ||
|
||
The Trino Software Foundation is registered as corporation with file number | ||
7239856 in Delaware, United States of America. | ||
|
||
Contact details: | ||
|
||
Trino Software Foundation<br/> | ||
202 Everett Ave<br/> | ||
Palo Alto, CA 94301<br/> | ||
|
||
General inquiries - [[email protected]](mailto:[email protected]) <br/> | ||
[Corporate inquiries](./guidelines-corporate.md) or notifications about | ||
[conduct violations](./individual-code-of-conduct.md) - | ||
[[email protected]](mailto:[email protected])<br/> | ||
Security notification - [[email protected]](mailto:[email protected])<br/> | ||
|
||
## Open community | ||
|
||
The Trino Software Foundation supports a diverse, open, collaborative, community | ||
|
@@ -27,6 +48,25 @@ or even bug reports. | |
|
||
Everyone is invited to [join the community](./slack.html). | ||
|
||
### Commitment to open source | ||
|
||
As detailed in the our [legal notices](./legal.html) all projects use the Apache | ||
License 2.0. The Trino Software Foundation is committed to continue using the | ||
Apache License 2.0 as a liberal license to ensure the widest possible adoption | ||
of Trino by users and vendors alike. | ||
|
||
### Non-commercial but aware and friendly | ||
|
||
We’re happy to have third parties, including for-profit corporations, take our | ||
software and use it for their own purposes. However it is important in these | ||
cases to ensure that the third party does not misuse the brand and reputation of | ||
the Trino projects for its own purposes. It is important for the longevity | ||
and community health of Trino that the community gets the appropriate credit | ||
for producing freely available software. | ||
|
||
We encourage contributions from vendors with proprietary modifications to | ||
[sponsor and support](./sponsor.html) the Trino project. | ||
|
||
## Responsibilities | ||
|
||
In supporting the Trino community, the Trino Software Foundation has several key | ||
|
@@ -46,6 +86,9 @@ Software Foundation is responsible for reviewing, approving, and tracking all | |
signed CLAs. This ensures that all code contributed to Trino is fully under the | ||
Apache License. | ||
|
||
The CLA is identical to the CLA of the Apache Software Foundation. All copyright | ||
for contributions remains with the individual authors. | ||
|
||
### Ownership and trademarks <a name="tm"></a> | ||
|
||
The Trino brand and trademarks are owned and managed by the Trino Software | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
--- | ||
layout: default | ||
title: Sponsor and support | ||
show_hero: true | ||
show_pagenav: true | ||
--- | ||
|
||
<div class="container"> | ||
<div class="row spacer-60"> | ||
<div class="col-md-12"> | ||
<div markdown="1" class="leftcol widecol"> | ||
|
||
## Overview | ||
|
||
large and diverse community .. everyone can help | ||
|
||
How to in following sections | ||
|
||
## Users | ||
|
||
File issue, triage issues and so on, talk about trino, maybe even donate | ||
|
||
## Contributors | ||
|
||
contribute, lobby for more contributions, collaborate with other contributors, | ||
attend contributor calls, review PRs from other contributors | ||
|
||
## Maintainers | ||
|
||
Same as | ||
|
||
## Support individual contributors and maintainers | ||
|
||
provide time at work to contribute, see if they are available for hire, donate | ||
to them for their work | ||
|
||
provide time for contributor time | ||
|
||
|
||
collaborate on maintenance and features to reduce the burden of maintenance for | ||
the Trino project and for vendors internally, and improve the competitiveness of | ||
Trino compared to other query engines. | ||
|
||
## Events | ||
|
||
Host your own events, and sponsor events such as Trino Fest and Trino Summit | ||
|
||
## Infrastructure | ||
|
||
Trino tries to keep cost low as possible by talking sponsorship for infrastructure | ||
|
||
if you are a vendor of infrastructure.. contact us | ||
|
||
## Donations | ||
|
||
Open Source Collective | ||
|
||
https://opencollective.com/trino | ||
|
||
## Sponsors | ||
|
||
The ones that want to admit... | ||
|
||
{%- include sponsorsline.html -%} | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> |