From 5c248d7da358c74d2c5f79425a201e3b462bdb8f Mon Sep 17 00:00:00 2001 From: "Dongjia \"toka\" Zhang" Date: Thu, 30 Jan 2025 18:03:52 +0100 Subject: [PATCH] Add license file symlinks (#2916) * license * more * incl * FMT --- libafl/LICENSE-APACHE | 1 + libafl/LICENSE-MIT | 1 + libafl_bolts/LICENSE-APACHE | 1 + libafl_bolts/LICENSE-MIT | 1 + libafl_libfuzzer/Cargo.toml | 9 ++++++++- libafl_libfuzzer/LICENSE-APACHE | 1 + libafl_libfuzzer/LICENSE-MIT | 1 + libafl_libfuzzer_runtime/LICENSE-APACHE | 1 + libafl_libfuzzer_runtime/LICENSE-MIT | 1 + libafl_targets/LICENSE-APACHE | 1 + libafl_targets/LICENSE-MIT | 1 + 11 files changed, 18 insertions(+), 1 deletion(-) create mode 120000 libafl/LICENSE-APACHE create mode 120000 libafl/LICENSE-MIT create mode 120000 libafl_bolts/LICENSE-APACHE create mode 120000 libafl_bolts/LICENSE-MIT create mode 120000 libafl_libfuzzer/LICENSE-APACHE create mode 120000 libafl_libfuzzer/LICENSE-MIT create mode 120000 libafl_libfuzzer_runtime/LICENSE-APACHE create mode 120000 libafl_libfuzzer_runtime/LICENSE-MIT create mode 120000 libafl_targets/LICENSE-APACHE create mode 120000 libafl_targets/LICENSE-MIT 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