Add license file symlinks (#2916)

* license

* more

* incl

* FMT
This commit is contained in:
Dongjia "toka" Zhang 2025-01-30 18:03:52 +01:00 committed by GitHub
parent 85c1d03425
commit 5c248d7da3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 18 additions and 1 deletions

1
libafl/LICENSE-APACHE Symbolic link
View File

@ -0,0 +1 @@
../LICENSE-APACHE

1
libafl/LICENSE-MIT Symbolic link
View File

@ -0,0 +1 @@
../LICENSE-MIT

1
libafl_bolts/LICENSE-APACHE Symbolic link
View File

@ -0,0 +1 @@
../LICENSE-APACHE

1
libafl_bolts/LICENSE-MIT Symbolic link
View File

@ -0,0 +1 @@
../LICENSE-MIT

View File

@ -9,7 +9,14 @@ keywords = ["fuzzing", "testing", "security"]
edition = "2021"
categories = ["development-tools::testing"]
include = ["/src", "/Cargo.toml", "/build.rs", "/runtime"]
include = [
"/src",
"/Cargo.toml",
"/build.rs",
"/runtime",
"LICENSE-MIT",
"LICENSE-APACHE",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -0,0 +1 @@
../LICENSE-APACHE

View File

@ -0,0 +1 @@
../LICENSE-MIT

View File

@ -0,0 +1 @@
../LICENSE-APACHE

View File

@ -0,0 +1 @@
../LICENSE-MIT

View File

@ -0,0 +1 @@
../LICENSE-APACHE

1
libafl_targets/LICENSE-MIT Symbolic link
View File

@ -0,0 +1 @@
../LICENSE-MIT