From 872562154ad41abf18ed0bd6c1cd77546f5ed986 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Thu, 11 Aug 2022 13:55:54 -0400 Subject: [PATCH 1/2] Clarify contribution licensing --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 9437775aa..8f02c8558 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,18 @@ of various features from various contributors, but not to provide the implementations ourselves, as we simply don't have the resources. +## Licensing + +All code in this repository is licensed under the [Apache Software License 2.0](LICENSE.txt). + + +Unless you explicitly state otherwise, any contribution intentionally submitted +for inclusion in the work by you, as defined in the Apache-2.0 license, shall be +licensed as above, without any additional terms or conditions. + + + + [tdop-tutorial]: https://eli.thegreenplace.net/2010/01/02/top-down-operator-precedence-parsing [`cargo fmt`]: https://github.com/rust-lang/rustfmt#on-the-stable-toolchain [current issues]: https://github.com/sqlparser-rs/sqlparser-rs/issues From 81dcaedba7d621641f0b8d409af368c733ef4bee Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Thu, 11 Aug 2022 13:57:12 -0400 Subject: [PATCH 2/2] less whitespace --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 8f02c8558..dee097e56 100644 --- a/README.md +++ b/README.md @@ -137,14 +137,11 @@ implementations ourselves, as we simply don't have the resources. All code in this repository is licensed under the [Apache Software License 2.0](LICENSE.txt). - Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions. - - [tdop-tutorial]: https://eli.thegreenplace.net/2010/01/02/top-down-operator-precedence-parsing [`cargo fmt`]: https://github.com/rust-lang/rustfmt#on-the-stable-toolchain [current issues]: https://github.com/sqlparser-rs/sqlparser-rs/issues