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 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,