Skip to content

Commit 0e826ac

Browse files
authored
Chore/license files (#1763)
* docs(license): rename Pro license to .md; add LICENSES/README; link from MIT license
1 parent fbf15fb commit 0e826ac

File tree

4 files changed

+159
-99
lines changed

4 files changed

+159
-99
lines changed

LICENSE.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
# The MIT License (MIT)
1+
# Licensing
22

3-
Copyright (c) 2017, 2018 Justin Gordon and ShakaCode, http://www.shakacode.com
3+
- **Core**: MIT (this file)
4+
- **Pro**: see [REACT-ON-RAILS-PRO-LICENSE.md](./REACT-ON-RAILS-PRO-LICENSE.md)
5+
6+
---
7+
8+
# MIT License
9+
10+
Copyright (c) 2017, 2018 Justin Gordon and ShakaCode
11+
Copyright (c) 2015–2025 ShakaCode, LLC
412

513
Permission is hereby granted, free of charge, to any person obtaining a copy
614
of this software and associated documentation files (the "Software"), to deal
@@ -12,10 +20,14 @@ furnished to do so, subject to the following conditions:
1220
The above copyright notice and this permission notice shall be included in
1321
all copies or substantial portions of the Software.
1422

23+
---
24+
25+
## Disclaimer
26+
1527
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1628
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1729
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1830
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1931
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
32+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33+
SOFTWARE.

LICENSES/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Licensing Overview
2+
3+
This repository uses a dual-licensing model:
4+
5+
- [LICENSE.md](../LICENSE.md)**MIT** license for the core React on Rails library
6+
- [REACT-ON-RAILS-PRO-LICENSE.md](../REACT-ON-RAILS-PRO-LICENSE.md)**commercial license** for React on Rails Pro
7+
8+
---
9+
10+
## Summary
11+
12+
- Core (MIT) → free and open-source for any use
13+
- Pro → free for non-commercial, educational, and demo use
14+
- **Production Use** (including by non-profits) requires a paid subscription

REACT-ON-RAILS-PRO-LICENSE

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)