From 48eca6856895afd2637500cb73f7992cac66956d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jelmer=20Vernoo=C4=B3?= Date: Mon, 4 Aug 2025 12:01:07 +0100 Subject: [PATCH] Change license to Apache-2.0 --- Cargo.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 37d6b9b..093b38d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "fastbencode" version = "0.3.3" edition = "2021" authors = ["Jelmer Vernooij "] -license = "GPL-2.0-or-later" +license = "Apache-2.0" description = "Implementation of bencode with Rust implementation" readme = "README.md" repository = "https://github.com/breezy-team/fastbencode" diff --git a/pyproject.toml b/pyproject.toml index 0768b11..621353e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ name = "fastbencode" description = "Implementation of bencode with optional fast Rust extensions" maintainers = [{name = "Breezy Developers", email = "breezy-core@googlegroups.com"}] readme = "README.md" -license = "GPL-2.0-or-later" +license = "Apache-2.0" classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",