Fix license symlinks (#29758)

Eva Pace created

Closes #29527

It looks funny in the diff, but the symlinks are indeed correct:

-
https://github.com/evaporei/zed/blob/fix/license-symlinks/crates/askpass/LICENSE-GPL
-
https://github.com/evaporei/zed/blob/fix/license-symlinks/crates/ui_macros/LICENSE-GPL

I did check all ~170 crates, these were the only inconsistent ones.

Release Notes:

- N/A

Change summary

crates/askpass/LICENSE-GPL           | 0 
crates/reqwest_client/LICENSE-APACHE | 0 
crates/util_macros/Cargo.toml        | 2 +-
3 files changed, 1 insertion(+), 1 deletion(-)

Detailed changes

crates/util_macros/Cargo.toml 🔗

@@ -3,7 +3,7 @@ name = "util_macros"
 version = "0.1.0"
 edition.workspace = true
 publish.workspace = true
-license = "GPL-3.0-or-later"
+license = "Apache-2.0"
 
 [lints]
 workspace = true