From 422fc19de96e0e45e277af3d1779b46e6071bb64 Mon Sep 17 00:00:00 2001 From: Sipher <77928770+Sipher@users.noreply.github.com> Date: Fri, 17 May 2024 15:18:38 -0300 Subject: [PATCH] Update Cargo.toml for License APACHE2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 681c3b33..b5586b73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bend-lang" description = "A high-level, massively parallel programming language" -license = "MIT" +license = "Apache-2.0" version = "0.2.6" edition = "2021" exclude = ["tests/snapshots/"]