src/common/ua_regex/README.md
regexes.yaml in this directory is a vendored copy of the user-agent parsing
rules from the ua-parser / uap-core
project. It is consumed at runtime by the uaparser
crate to identify browsers, operating systems, and devices from User-Agent
strings.
The data originates from ua-parser/uap-core and is licensed under the
Apache License, Version 2.0 — Copyright 2009 Google Inc. and the uap-core
contributors. The upstream license notice is retained in LICENSE
in this directory.
The vendored regexes.yaml corresponds to an earlier revision of the upstream
file and may differ from the current upstream version.