Skip to content

Add ISC license headers to TypeScript and SQL files#960

Merged
SachaProbo merged 1 commit intomainfrom
SachaProbo/add-license-headers
Mar 31, 2026
Merged

Add ISC license headers to TypeScript and SQL files#960
SachaProbo merged 1 commit intomainfrom
SachaProbo/add-license-headers

Conversation

@SachaProbo
Copy link
Copy Markdown
Contributor

@SachaProbo SachaProbo commented Mar 30, 2026

Add the ISC copyright header to all 818 TypeScript/TSX source files and 303 SQL migration files. Each file's copyright year is derived from its git history: creation year for single-year, or a range (e.g. 2025-2026) when last modified in a later year.

Brand and vendor icon files (LinkedIn, Facebook, X, Google, Microsoft, Slack) are excluded as they contain third-party trademarks.


Summary by cubic

Add ISC license headers to all .go, .ts, .tsx, and .sql files across the repo. Years are derived from each file’s git history; no functional changes.

Lint runs license-check (via contrib/license-header.sh). Use make license-fix to add missing headers. Files with --license-header-ignore in the first 3 lines (brand, vendor, and compliance framework logos) are skipped.

Written for commit 851e585. Summary will update on new commits.

@SachaProbo SachaProbo requested a review from a team March 30, 2026 15:35
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1121 files

Note: This PR contains a large number of files. cubic only reviews up to 75 files per PR, so some files may not have been reviewed.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 1137 files

Note: This PR contains a large number of files. cubic only reviews up to 75 files per PR, so some files may not have been reviewed.

@SachaProbo SachaProbo force-pushed the SachaProbo/add-license-headers branch 15 times, most recently from 0b82bd9 to 0740086 Compare March 31, 2026 09:29
Add ISC license headers to all .go, .ts, .tsx, and .sql files
using each file's git history to determine the correct copyright
year or year range. Trademarked icons (brand logos, vendor logos,
compliance framework logos) are excluded.

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
@SachaProbo SachaProbo force-pushed the SachaProbo/add-license-headers branch from 0740086 to 851e585 Compare March 31, 2026 11:31
@SachaProbo SachaProbo merged commit 851e585 into main Mar 31, 2026
11 checks passed
@SachaProbo SachaProbo deleted the SachaProbo/add-license-headers branch March 31, 2026 11:46
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.

1 participant