chore(license): re-license to dual MIT (core) + BSL 1.1 (stealth)
Squashed from chore/license-relicense. Full message preserved in the original branch commitbb77eb5. See ADR-0002 for the decision rationale. Refs: ADR-0002, commitbb77eb5
This commit is contained in:
parent
72b225f548
commit
8d25702eca
305 changed files with 2423 additions and 340 deletions
|
|
@ -3,6 +3,13 @@ Real human behavior simulation: hesitation, scroll-back, mouse drift, reading ti
|
|||
Modern anti-bot systems detect 'too perfect' behavior. This module makes
|
||||
behavior more realistic by adding human imperfections."""
|
||||
|
||||
# SPDX-License-Identifier: BSL-1.1
|
||||
# Copyright (c) 2026 Rug Munch Media LLC
|
||||
#
|
||||
# Part of Pry — Stealth / Anti-Detection Module
|
||||
# Licensed under Business Source License 1.1 — see LICENSE-BSL-STEALTH.
|
||||
# Change Date: 2029-01-01 (converts to MIT).
|
||||
|
||||
import logging
|
||||
import math
|
||||
import random
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue