diff --git a/libafl/LICENSE-APACHE b/libafl/LICENSE-APACHE new file mode 120000 index 0000000000..965b606f33 --- /dev/null +++ b/libafl/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/libafl/LICENSE-MIT b/libafl/LICENSE-MIT new file mode 120000 index 0000000000..76219eb72e --- /dev/null +++ b/libafl/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/libafl_bolts/LICENSE-APACHE b/libafl_bolts/LICENSE-APACHE new file mode 120000 index 0000000000..965b606f33 --- /dev/null +++ b/libafl_bolts/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/libafl_bolts/LICENSE-MIT b/libafl_bolts/LICENSE-MIT new file mode 120000 index 0000000000..76219eb72e --- /dev/null +++ b/libafl_bolts/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/libafl_libfuzzer/Cargo.toml b/libafl_libfuzzer/Cargo.toml index 5675ec8923..a7b43448b4 100644 --- a/libafl_libfuzzer/Cargo.toml +++ b/libafl_libfuzzer/Cargo.toml @@ -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 diff --git a/libafl_libfuzzer/LICENSE-APACHE b/libafl_libfuzzer/LICENSE-APACHE new file mode 120000 index 0000000000..965b606f33 --- /dev/null +++ b/libafl_libfuzzer/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/libafl_libfuzzer/LICENSE-MIT b/libafl_libfuzzer/LICENSE-MIT new file mode 120000 index 0000000000..76219eb72e --- /dev/null +++ b/libafl_libfuzzer/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/libafl_libfuzzer_runtime/LICENSE-APACHE b/libafl_libfuzzer_runtime/LICENSE-APACHE new file mode 120000 index 0000000000..965b606f33 --- /dev/null +++ b/libafl_libfuzzer_runtime/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/libafl_libfuzzer_runtime/LICENSE-MIT b/libafl_libfuzzer_runtime/LICENSE-MIT new file mode 120000 index 0000000000..76219eb72e --- /dev/null +++ b/libafl_libfuzzer_runtime/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file diff --git a/libafl_targets/LICENSE-APACHE b/libafl_targets/LICENSE-APACHE new file mode 120000 index 0000000000..965b606f33 --- /dev/null +++ b/libafl_targets/LICENSE-APACHE @@ -0,0 +1 @@ +../LICENSE-APACHE \ No newline at end of file diff --git a/libafl_targets/LICENSE-MIT b/libafl_targets/LICENSE-MIT new file mode 120000 index 0000000000..76219eb72e --- /dev/null +++ b/libafl_targets/LICENSE-MIT @@ -0,0 +1 @@ +../LICENSE-MIT \ No newline at end of file