Skip to content

Commit a7c6aaf

Browse files
Update LICENSE.md and package.json to clarify Pro licensing terms
- Added a new section in LICENSE.md detailing the proprietary license, usage restrictions, and directories associated with Pro features. - Updated package.json to specify the proprietary license using the SPDX identifier format.
1 parent 6734c2a commit a7c6aaf

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

LICENSE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
- **Core**: MIT (this file)
44
- **Pro**: see [REACT-ON-RAILS-PRO-LICENSE.md](./REACT-ON-RAILS-PRO-LICENSE.md)
55

6+
## LicenseRef-Proprietary
7+
8+
```
9+
SPDX-License-Identifier: LicenseRef-Proprietary
10+
```
11+
12+
The proprietary portions of this software are licensed under the React on Rails Pro License. See [REACT-ON-RAILS-PRO-LICENSE.md](./REACT-ON-RAILS-PRO-LICENSE.md) for complete terms.
13+
14+
**Proprietary directories:**
15+
16+
- `lib/react_on_rails/pro/`
17+
- `node_package/src/pro/`
18+
19+
**Usage restrictions:**
20+
21+
- Pro features require a valid React on Rails Pro subscription
22+
- Any attempt to circumvent license validation is prohibited
23+
- See REACT-ON-RAILS-PRO-LICENSE.md for full terms and conditions
24+
625
---
726

827
## MIT License for Core React on Rails

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"Rails"
119119
],
120120
"author": "[email protected]",
121-
"license": "(MIT AND Proprietary)",
121+
"license": "MIT AND LicenseRef-Proprietary",
122122
"bugs": {
123123
"url": "https://github.com/shakacode/react_on_rails/issues"
124124
},

0 commit comments

Comments
 (0)