-
-
Notifications
You must be signed in to change notification settings - Fork 638
Fix licensing vulnerabilities and strengthen freemium model legal protections #1823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
6734c2a
a7c6aaf
39bd5bf
55c349a
a22230b
c98118b
f408946
ca4d093
37d1f26
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -118,7 +118,7 @@ | |||||
| "Rails" | ||||||
| ], | ||||||
| "author": "[email protected]", | ||||||
| "license": "MIT", | ||||||
| "license": "(MIT AND Proprietary)", | ||||||
|
||||||
| "license": "(MIT AND Proprietary)", | |
| "license": "MIT AND LicenseRef-Proprietary", |
🤖 Prompt for AI Agents
In package.json at line 121, the current license "(MIT AND Proprietary)" is not
a valid SPDX expression; replace it with a valid SPDX expression such as "MIT
AND LicenseRef-Proprietary" in package.json and then add or update your
repository LICENSE file to include a "LicenseRef-Proprietary" section detailing
the proprietary terms (and an SPDX-License-Identifier header if appropriate) so
the LicenseRef identifier is defined per SPDX guidelines.
Uh oh!
There was an error while loading. Please reload this page.