From ec362456f622e34a27601998228e1d6578c2714a Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Tue, 19 May 2026 18:56:02 +0200 Subject: [PATCH 1/2] chore: add license file for Teddy. --- lib/src/teddy/LICENSE-MIT.md | 21 +++++++++++++++++++++ lib/src/teddy/generic.rs | 1 - lib/src/teddy/vector.rs | 1 - 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 lib/src/teddy/LICENSE-MIT.md diff --git a/lib/src/teddy/LICENSE-MIT.md b/lib/src/teddy/LICENSE-MIT.md new file mode 100644 index 000000000..9ed859981 --- /dev/null +++ b/lib/src/teddy/LICENSE-MIT.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015 Andrew Gallant + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/lib/src/teddy/generic.rs b/lib/src/teddy/generic.rs index 077002812..039cda66e 100644 --- a/lib/src/teddy/generic.rs +++ b/lib/src/teddy/generic.rs @@ -1,4 +1,3 @@ -// Self-contained generic Teddy algorithm for yara-x. #![allow(dead_code)] #![allow(unused_variables)] use super::vector::{FatVector, Vector}; diff --git a/lib/src/teddy/vector.rs b/lib/src/teddy/vector.rs index a799e57dc..07b842f6c 100644 --- a/lib/src/teddy/vector.rs +++ b/lib/src/teddy/vector.rs @@ -1,4 +1,3 @@ -// Self-contained SIMD vector utilities for Teddy extracted from aho-corasick. #![allow(dead_code)] use core::{ fmt::Debug, From 2b84ece62d66b1e49fd4248aab96a6ba38b13af0 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Tue, 19 May 2026 19:03:16 +0200 Subject: [PATCH 2/2] chore: update list of contributors. --- CONTRIBUTORS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index aa64aeded..40a71c8c5 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -26,8 +26,12 @@ # Please keep the list sorted. +Albert Tikaiev Amanda Greene Jacob Latonis -Marek Milkovič ; +Kevin Muñoz +Marek Milkovič ; +Niall Newman Tomáš Ďuriš Victor M. Alvarez +Wesley Shields