From af1dc141c997dfcc9837f025472cae305e7df4a6 Mon Sep 17 00:00:00 2001 From: Jakob Homan Date: Mon, 24 Jun 2024 13:35:40 -0700 Subject: [PATCH] Add LICENSE and code of conduct files from main DuckDB project. --- CODE_OF_CONDUCT.md | 15 +++++++++++++++ LICENSE | 7 +++++++ 2 files changed, 22 insertions(+) create mode 100644 CODE_OF_CONDUCT.md create mode 100644 LICENSE diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md new file mode 100644 index 00000000..fc62b5b5 --- /dev/null +++ b/CODE_OF_CONDUCT.md @@ -0,0 +1,15 @@ +# DuckDB Code of Conduct + +**All creatures are welcome**: We aim to create a safe space for all community members, regardless of their age, race, gender, sexual orientation, physical appearance or disability, choice of text editor, or any other qualities by which living beings can be discriminated. + +**Be excellent to each other**: We do not tolerate verbal or physical harassment, violence or intimidation. + +We do not tolerate life forms who refuse to share this openness and respect towards others: Creatures that are not excellent to others are not welcome. + +We continuously strive to make our community a better place for everyone – in the best tradition of hackers we "build, test, improve, reiterate". In this ongoing adventure, we rely on the support, courage, and creativity of all members of the DuckDB community. + +If you are made uncomfortable in your role as DuckDB community member, please let us know: You can reach us at quack@duckdb.org. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. + +#### Attribution + +This Code of Conduct is adapted from the [CCC event CoC](https://www.ccc.de/en/updates/2016/a-reminder-to-be-excellent-to-each-other) diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..43eec609 --- /dev/null +++ b/LICENSE @@ -0,0 +1,7 @@ +Copyright 2018-2024 Stichting DuckDB Foundation + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice 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.