From 04a00eb589bcbd38c0fabec34ec998bfcb3e280c Mon Sep 17 00:00:00 2001 From: Toka Date: Thu, 30 Jan 2025 16:24:12 +0100 Subject: [PATCH 1/4] license --- libafl/LICENSE-APACHE | 1 + libafl/LICENSE-MIT | 1 + libafl_bolts/LICENSE-APACHE | 1 + libafl_bolts/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 + 8 files changed, 8 insertions(+) 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_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_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 From a9483aa6bfec7a3b3774a8a7e55f38b0b6d88f75 Mon Sep 17 00:00:00 2001 From: Toka Date: Thu, 30 Jan 2025 17:29:45 +0100 Subject: [PATCH 2/4] more --- libafl_libfuzzer/LICENSE-APACHE | 1 + libafl_libfuzzer/LICENSE-MIT | 1 + 2 files changed, 2 insertions(+) create mode 120000 libafl_libfuzzer/LICENSE-APACHE create mode 120000 libafl_libfuzzer/LICENSE-MIT 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 From 0f8162de17ba6d7c88121c14ee815787b78d2189 Mon Sep 17 00:00:00 2001 From: Toka Date: Thu, 30 Jan 2025 17:30:13 +0100 Subject: [PATCH 3/4] incl --- libafl_libfuzzer/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_libfuzzer/Cargo.toml b/libafl_libfuzzer/Cargo.toml index 5675ec8923..c661d1c175 100644 --- a/libafl_libfuzzer/Cargo.toml +++ b/libafl_libfuzzer/Cargo.toml @@ -9,7 +9,7 @@ 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 From d42cdcc2cd52f35f5829e9e959d8d70602656f65 Mon Sep 17 00:00:00 2001 From: Toka Date: Thu, 30 Jan 2025 17:31:38 +0100 Subject: [PATCH 4/4] FMT --- libafl_libfuzzer/Cargo.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libafl_libfuzzer/Cargo.toml b/libafl_libfuzzer/Cargo.toml index c661d1c175..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", "LICENSE-MIT", "LICENSE-APACHE"] +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