|
| 1 | +Copyright 2024-2025 Bradford Larsen < [email protected]> |
| 2 | + |
| 3 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | +you may not use this file except in compliance with the License. |
| 5 | +You may obtain a copy of the License at |
| 6 | + |
| 7 | + https://www.apache.org/licenses/LICENSE-2.0 |
| 8 | + |
| 9 | +Unless required by applicable law or agreed to in writing, software |
| 10 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | +See the License for the specific language governing permissions and |
| 13 | +limitations under the License. |
| 14 | + |
| 15 | + |
| 16 | +This product includes software from the `vectorscan-rs` Rust crate that |
| 17 | +provides bindings to the `vectorscan` regular expression library found at |
| 18 | + |
| 19 | + https://github.com/bradlarsen/vectorscan-rs |
| 20 | + |
| 21 | +This crate was originally written as part of Nosey Parker, developed by |
| 22 | +Praetorian Security, Inc, and found at |
| 23 | + |
| 24 | + https://github.com/praetorian-inc/noseyparker |
| 25 | + |
| 26 | +It was adapted from the `pyperscan` project, which uses Rust to expose |
| 27 | +Hyperscan to Python. `pyperscan` is released under either the Apache 2.0 or MIT |
| 28 | +license, and is found at |
| 29 | + |
| 30 | + https://github.com/vlaci/pyperscan |
| 31 | + |
| 32 | +This product also contains a vendored copy of Vectorscan 5.4.11, |
| 33 | +which is released under the BSD license and found at |
| 34 | + |
| 35 | + https://github.com/Vectorcamp/vectorscan |
| 36 | + |
| 37 | + |
| 38 | +-------------------------------------------------------------------------------- |
| 39 | + |
1 | 40 | Hyperscan is licensed under the BSD License. |
2 | 41 |
|
3 | 42 | Copyright (c) 2015, Intel Corporation |
@@ -119,5 +158,3 @@ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
119 | 158 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
120 | 159 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
121 | 160 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
122 | | - |
123 | | - |
|
0 commit comments