Add Apache 2.0 license

- Add LICENSE file with Apache 2.0 text
- Add license field to Cargo.toml
- Add copyright and SPDX headers to all source files
- Add License section to README.md
This commit is contained in:
2026-04-18 08:07:11 +01:00
parent 09e5d3d1f8
commit 414299cdc7
20 changed files with 247 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
// Copyright 2026 Andre Cipriani Bandarra
// SPDX-License-Identifier: Apache-2.0
//! Async Rust client for the Google Gemini API.
//!
//! This crate provides a high-level async client for interacting with Google's Gemini