Skip to content

#284 Add LICENSE.md#286

Merged
b-at-neu merged 1 commit into
devfrom
284-add-license-md
Jun 29, 2026
Merged

#284 Add LICENSE.md#286
b-at-neu merged 1 commit into
devfrom
284-add-license-md

Conversation

@b-at-neu

Copy link
Copy Markdown
Collaborator

Closes #284

Summary

  • Adds LICENSE.md to the repository root declaring a proprietary, all-rights-reserved license
  • Copyright holder: Northeastern University Student Government Association, 2026
  • No code, schema, UI, or runtime behavior changes — repo-hygiene / legal-metadata only

Changes

  • LICENSE.md (new file, repo root) — proprietary all-rights-reserved notice with the exact required copyright line and a no-use/copy/modify/distribute-without-written-permission clause

Testing plan

  • Confirm LICENSE.md exists at the repository root (sibling of package.json)
  • Confirm the file contains the exact line Copyright (c) 2026 Northeastern University Student Government Association
  • Confirm the all-rights-reserved clause is present (no use/copy/modification/distribution without written permission)
  • Run npm run prettier:check — should pass with no formatting drift

Automated checks

  • npm run prettier:check — passed
  • npm run eslint:check — passed
  • npm run tsc:check — passed

Notes

Adding an SPDX license field to package.json (e.g. UNLICENSED) is out of scope per the plan decision — the package is already "private": true and the field is not load-bearing for a private repo. Noted as a possible follow-up.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@b-at-neu b-at-neu self-assigned this Jun 29, 2026
@vercel

vercel Bot commented Jun 29, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
aplio Ready Ready Preview, Comment Jun 29, 2026 9:14am

@b-at-neu b-at-neu added ready for review PR ready for review agent reviewing Review agent working (in-flight) and removed ready for review PR ready for review agent labels Jun 29, 2026

@b-at-neu b-at-neu left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Code Review — Cycle 1 · approved

0 findings — clean.

@b-at-neu b-at-neu added approved Review passed, ready to merge and removed reviewing Review agent working (in-flight) labels Jun 29, 2026
@b-at-neu
b-at-neu merged commit 76119ab into dev Jun 29, 2026
7 checks passed
@b-at-neu
b-at-neu deleted the 284-add-license-md branch June 29, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Review passed, ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add LICENSE.md

1 participant