Skip to content

docs: add License headers to website files and assets - #1043

Merged
psxjoy merged 8 commits into
apache:mainfrom
delei:license-header-path1
Aug 26, 2026
Merged

docs: add License headers to website files and assets#1043
psxjoy merged 8 commits into
apache:mainfrom
delei:license-header-path1

Conversation

@delei

@delei delei commented Aug 26, 2026

Copy link
Copy Markdown
Member

Purpose of the pull request

Closed: #840

What's changed?

  • add License headers to website files(.md) and assets(.svg)
  • bump license check action to v7
  • update the licenserc.toml file

Result

Run this shell script

find website -type f \( -name "*.md" -o -name "*.svg" \) -exec grep -L "Licensed to the Apache Software Foundation" {} \;

not found

Checklist

  • I have read the Contributor Guide.
  • I have written the necessary doc or comment.
  • I have added the necessary unit tests and all cases have passed.

@delei
delei marked this pull request as draft August 26, 2026 01:42
@delei
delei marked this pull request as ready for review August 26, 2026 02:35
@delei
delei requested review from alaahong and psxjoy August 26, 2026 02:35

@psxjoy psxjoy left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@psxjoy
psxjoy merged commit cbe4d8e into apache:main Aug 26, 2026
12 checks passed
@delei
delei deleted the license-header-path1 branch August 26, 2026 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task] Add ASF license headers to website source files (svg, md)

2 participants