This is an automated email from the ASF dual-hosted git repository.
ebenizzy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/burr.git
The following commit(s) were added to refs/heads/main by this push:
new a7b856ea fix: update .rat-excludes for third-party MIT files and SVGs
(#729)
a7b856ea is described below
commit a7b856ea845c413428c91ad1343ef3b538268f16
Author: Elijah ben Izzy <[email protected]>
AuthorDate: Tue Apr 7 20:38:34 2026 -0700
fix: update .rat-excludes for third-party MIT files and SVGs (#729)
- Add deep-researcher prompts.py/utils.py (MIT, attributed in LICENSE)
- Add website/src/components/ui/*.tsx (Magic UI/shadcn, MIT, attributed in
LICENSE)
- Add blanket *.svg exclude (third-party logos, same approach as Apache
Airflow)
---
.rat-excludes | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.rat-excludes b/.rat-excludes
index 393420e0..5347d213 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -25,5 +25,13 @@ robots\.txt
# JSON config files (cannot contain comments)
.*\.json
+# Third-party MIT-licensed files (attributed in LICENSE)
+examples/deep-researcher/prompts\.py
+examples/deep-researcher/utils\.py
+website/src/components/ui/.*\.tsx
+
+# SVG files (third-party logos and graphics, headers impractical)
+.*\.svg
+
# Examples pattern (legacy - keeping for compatibility)
apache_burr-.*/burr/examples