Add ISC license headers to TypeScript and SQL files#960
Merged
SachaProbo merged 1 commit intomainfrom Mar 31, 2026
Merged
Conversation
0b82bd9 to
0740086
Compare
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>
0740086 to
851e585
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.
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.sqlfiles across the repo. Years are derived from each file’s git history; no functional changes.Lint runs
license-check(viacontrib/license-header.sh). Usemake license-fixto add missing headers. Files with--license-header-ignorein the first 3 lines (brand, vendor, and compliance framework logos) are skipped.Written for commit 851e585. Summary will update on new commits.