Give a shout-out to our contributors

This commit is contained in:
Billy Chan 2022-08-10 13:40:18 +08:00
parent be0f7b4f13
commit 1a2090fb5e
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7
2 changed files with 12 additions and 0 deletions

View File

@ -226,3 +226,9 @@ at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted 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 for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions. dual licensed as above, without any additional terms or conditions.
SeaORM is a community driven project. We welcome you to participate, contribute and together build for Rust's future.
A big shout out to our contributors:
[![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000)](https://github.com/SeaQL/sea-orm/graphs/contributors)

View File

@ -297,6 +297,12 @@
//! Unless you explicitly state otherwise, any contribution intentionally submitted //! 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 //! for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
//! dual licensed as above, without any additional terms or conditions. //! dual licensed as above, without any additional terms or conditions.
//!
//! SeaORM is a community driven project. We welcome you to participate, contribute and together build for Rust's future.
//!
//! A big shout out to our contributors:
//!
//! [![Contributors](https://opencollective.com/sea-orm/contributors.svg?width=1000)](https://github.com/SeaQL/sea-orm/graphs/contributors)
#![doc( #![doc(
html_logo_url = "https://raw.githubusercontent.com/SeaQL/sea-query/master/docs/SeaQL icon dark.png" html_logo_url = "https://raw.githubusercontent.com/SeaQL/sea-query/master/docs/SeaQL icon dark.png"
)] )]