Skip to content

fix(proprietary): rename license module dir to licenses for macOS#58

Merged
jamby77 merged 1 commit intomasterfrom
bugfix/56/license
Mar 24, 2026
Merged

fix(proprietary): rename license module dir to licenses for macOS#58
jamby77 merged 1 commit intomasterfrom
bugfix/56/license

Conversation

@jamby77
Copy link
Collaborator

@jamby77 jamby77 commented Mar 23, 2026

Summary

Renames proprietary/license/ to proprietary/licenses/ so it no longer collides with proprietary/LICENSE on case-insensitive filesystems (default macOS APFS). Linux behavior is unchanged.

Details

  • Updates all @proprietary/licenses imports and dynamic require() paths
  • Keeps proprietary/LICENSE (OCVSAL) and root LICENSE references intact for GitHub license detection and legal clarity
  • Normalizes barrel imports to @proprietary/licenses (no /index suffix)

Fixes #56

Made with Cursor

@github-actions
Copy link

github-actions bot commented Mar 23, 2026

All contributors have signed the CLA. ✅
Posted by the CLA Assistant Lite bot.

@jamby77 jamby77 requested a review from KIvanow March 23, 2026 13:00
@jamby77
Copy link
Collaborator Author

jamby77 commented Mar 23, 2026

I have read the CLA Document and I hereby sign the CLA

github-actions bot added a commit that referenced this pull request Mar 23, 2026
@KIvanow
Copy link
Member

KIvanow commented Mar 24, 2026

@jamby77 please add signature to your commits in the PR (they can be overwritten). https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification#ssh-commit-signature-verification the ssh flow is very easy if I remember it correctly

…stead of 'license'. This change affects multiple files across the API and proprietary directories, ensuring consistency in module references and improving clarity in the codebase.
@jamby77 jamby77 force-pushed the bugfix/56/license branch from a15885b to e44e98f Compare March 24, 2026 14:38
@jamby77 jamby77 merged commit 3eabd09 into master Mar 24, 2026
2 checks passed
@jamby77 jamby77 deleted the bugfix/56/license branch March 24, 2026 18:20
@github-actions github-actions bot locked and limited conversation to collaborators Mar 24, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MacOS bug with license/proprietry folder

2 participants