fix: remove .DS_Store and add ASF license headers to website source files#727
Merged
elijahbenizzy merged 3 commits intomainfrom Apr 6, 2026
Merged
fix: remove .DS_Store and add ASF license headers to website source files#727elijahbenizzy merged 3 commits intomainfrom
elijahbenizzy merged 3 commits intomainfrom
Conversation
skrawcz
approved these changes
Apr 5, 2026
…iles - Remove examples/multi-modal-chatbot/.DS_Store from repo - Fix .DS_Store case sensitivity in .gitignore - Add ASF license headers to all 26 .ts/.tsx files in website/src/
…t-excludes - Add ASF license headers to next.config.js, globals.css, postcss.config.mjs - Add *.json to .rat-excludes (JSON files cannot contain comments)
…nents The website/src/components/ui/ files are copied from Magic UI and shadcn/ui (both MIT licensed). Replace incorrectly added ASF headers with proper MIT attribution and add license notices to LICENSE file. - 11 files from Magic UI: animated-beam, animated-shiny-text, blur-fade, border-beam, dot-pattern, icon-cloud, magic-card, marquee, number-ticker, safari, shimmer-button - 1 file from shadcn/ui: button
0689bc7 to
bbdd6b7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
examples/multi-modal-chatbot/.DS_Storefrom repo and fix case sensitivity in.gitignore.ts,.tsx,.js,.css,.mjs)*.jsonto.rat-excludes(JSON files cannot contain comments/headers)Addresses feedback from 0.42.0-incubating RC1 vote regarding missing license headers in website source files added in #679.
Test plan
grep -rL "Licensed to the Apache Software Foundation" website/src/ website/*.js website/*.mjs.DS_Storeis removed from repo🤖 Generated with Claude Code