From e0008b7d649dfc3ed148d259a48636787699a8af Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Mon, 17 Jul 2023 18:30:01 +1000 Subject: [PATCH] Add MIT OR Apache-2.0 license to Cargo.toml --- examples/msp432-launchpad-for-ethernet/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/msp432-launchpad-for-ethernet/Cargo.toml b/examples/msp432-launchpad-for-ethernet/Cargo.toml index 003f695..1891bac 100644 --- a/examples/msp432-launchpad-for-ethernet/Cargo.toml +++ b/examples/msp432-launchpad-for-ethernet/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" readme = "README.md" name = "msp432-launchpad-for-ethernet" version = "0.1.0" +license = "MIT OR Apache-2.0" [dependencies] cortex-m = "0.7"