Skip to content

Add MIT copyright notice and refactor color variable declarations#17

Merged
StrangeRanger merged 2 commits into
mainfrom
dev
May 23, 2026
Merged

Add MIT copyright notice and refactor color variable declarations#17
StrangeRanger merged 2 commits into
mainfrom
dev

Conversation

@StrangeRanger

Copy link
Copy Markdown
Owner

No description provided.

Combine `readonly` keyword with initial variable assignments for color codes. This improves clarity and ensures immutability from the point of initialization.
Copilot AI review requested due to automatic review settings May 23, 2026 18:34
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the project’s script headers to explicitly reference the MIT License and refactors the ANSI color constant declarations in the main mass-git script for cleaner, single-line readonly initialization.

Changes:

  • Added MIT License/copyright notice to setup.bash header.
  • Refactored color variable declarations in mass-git to use readonly VAR=... per variable.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
setup.bash Adds MIT License and copyright notice to the script header.
mass-git Refactors ANSI color constants to be initialized as readonly in a single step.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@StrangeRanger
StrangeRanger merged commit e36fa48 into main May 23, 2026
5 checks passed
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.

2 participants