From c734fadba2027ab73ca5f6fc9feb028e6fec79f7 Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 25 Nov 2025 11:05:12 -0700 Subject: [PATCH] Apache license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8bb288c..40646ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "unchecked-io" version = "0.1.0" authors = ["Billthemaker"] # Replace with your name or alias -license = "BSL-1" # Good practice for open-source +license = "Apache-2.0" # Good practice for open-source edition = "2024" [lib]