Skip to content

Commit 58212db

Browse files
justin808claude
andcommitted
Fix Pro file licensing headers: remove 'confidential' language
- Remove inappropriate 'confidential' language from Pro feature headers - Update to proper licensing language for distributed Pro features - Change from 'Shakacode' to 'Shakacode LLC' for correct legal entity - Clarify that files are 'licensed separately' not 'confidential' - Maintain prohibition of unauthorized use while allowing proper licensing Updated licensing template: - NOT licensed under MIT (open source) license - Part of React on Rails Pro offering, licensed separately - Unauthorized use prohibited without valid license agreement - Reference to Pro license terms for proper licensing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 38d5408 commit 58212db

23 files changed

+161
-161
lines changed

lib/react_on_rails/pro/helper.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
# frozen_string_literal: true
22

33
# /*
4-
# * Copyright (c) 2025 Shakacode
4+
# * Copyright (c) 2025 Shakacode LLC
55
# *
6-
# * This file, and all other files in this directory, are NOT licensed under the MIT license.
6+
# * This file is NOT licensed under the MIT (open source) license.
7+
# * It is part of the React on Rails Pro offering and is licensed separately.
78
# *
8-
# * This file is part of React on Rails Pro.
9+
# * Unauthorized copying, modification, distribution, or use of this file,
10+
# * via any medium, is strictly prohibited without a valid license agreement
11+
# * from Shakacode LLC.
912
# *
10-
# * Unauthorized copying, modification, distribution, or use of this file, via any medium,
11-
# * is strictly prohibited. It is proprietary and confidential.
12-
# *
13-
# * For the full license agreement, see:
13+
# * For licensing terms, please see:
1414
# * https://github.com/shakacode/react_on_rails/blob/master/REACT-ON-RAILS-PRO-LICENSE.md
1515
# */
1616

node_package/src/pro/CallbackRegistry.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
2-
* Copyright (c) 2025 Shakacode
2+
* Copyright (c) 2025 Shakacode LLC
33
*
4-
* This file, and all other files in this directory, are NOT licensed under the MIT license.
4+
* This file is NOT licensed under the MIT (open source) license.
5+
* It is part of the React on Rails Pro offering and is licensed separately.
56
*
6-
* This file is part of React on Rails Pro.
7+
* Unauthorized copying, modification, distribution, or use of this file,
8+
* via any medium, is strictly prohibited without a valid license agreement
9+
* from Shakacode LLC.
710
*
8-
* Unauthorized copying, modification, distribution, or use of this file, via any medium,
9-
* is strictly prohibited. It is proprietary and confidential.
10-
*
11-
* For the full license agreement, see:
11+
* For licensing terms, please see:
1212
* https://github.com/shakacode/react_on_rails/blob/master/REACT-ON-RAILS-PRO-LICENSE.md
1313
*/
1414

node_package/src/pro/ClientSideRenderer.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
2-
* Copyright (c) 2025 Shakacode
2+
* Copyright (c) 2025 Shakacode LLC
33
*
4-
* This file, and all other files in this directory, are NOT licensed under the MIT license.
4+
* This file is NOT licensed under the MIT (open source) license.
5+
* It is part of the React on Rails Pro offering and is licensed separately.
56
*
6-
* This file is part of React on Rails Pro.
7+
* Unauthorized copying, modification, distribution, or use of this file,
8+
* via any medium, is strictly prohibited without a valid license agreement
9+
* from Shakacode LLC.
710
*
8-
* Unauthorized copying, modification, distribution, or use of this file, via any medium,
9-
* is strictly prohibited. It is proprietary and confidential.
10-
*
11-
* For the full license agreement, see:
11+
* For licensing terms, please see:
1212
* https://github.com/shakacode/react_on_rails/blob/master/REACT-ON-RAILS-PRO-LICENSE.md
1313
*/
1414

node_package/src/pro/ComponentRegistry.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
2-
* Copyright (c) 2025 Shakacode
2+
* Copyright (c) 2025 Shakacode LLC
33
*
4-
* This file, and all other files in this directory, are NOT licensed under the MIT license.
4+
* This file is NOT licensed under the MIT (open source) license.
5+
* It is part of the React on Rails Pro offering and is licensed separately.
56
*
6-
* This file is part of React on Rails Pro.
7+
* Unauthorized copying, modification, distribution, or use of this file,
8+
* via any medium, is strictly prohibited without a valid license agreement
9+
* from Shakacode LLC.
710
*
8-
* Unauthorized copying, modification, distribution, or use of this file, via any medium,
9-
* is strictly prohibited. It is proprietary and confidential.
10-
*
11-
* For the full license agreement, see:
11+
* For licensing terms, please see:
1212
* https://github.com/shakacode/react_on_rails/blob/master/REACT-ON-RAILS-PRO-LICENSE.md
1313
*/
1414

node_package/src/pro/PostSSRHookTracker.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
2-
* Copyright (c) 2025 Shakacode
2+
* Copyright (c) 2025 Shakacode LLC
33
*
4-
* This file, and all other files in this directory, are NOT licensed under the MIT license.
4+
* This file is NOT licensed under the MIT (open source) license.
5+
* It is part of the React on Rails Pro offering and is licensed separately.
56
*
6-
* This file is part of React on Rails Pro.
7+
* Unauthorized copying, modification, distribution, or use of this file,
8+
* via any medium, is strictly prohibited without a valid license agreement
9+
* from Shakacode LLC.
710
*
8-
* Unauthorized copying, modification, distribution, or use of this file, via any medium,
9-
* is strictly prohibited. It is proprietary and confidential.
10-
*
11-
* For the full license agreement, see:
11+
* For licensing terms, please see:
1212
* https://github.com/shakacode/react_on_rails/blob/master/REACT-ON-RAILS-PRO-LICENSE.md
1313
*/
1414

node_package/src/pro/RSCProvider.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
2-
* Copyright (c) 2025 Shakacode
2+
* Copyright (c) 2025 Shakacode LLC
33
*
4-
* This file, and all other files in this directory, are NOT licensed under the MIT license.
4+
* This file is NOT licensed under the MIT (open source) license.
5+
* It is part of the React on Rails Pro offering and is licensed separately.
56
*
6-
* This file is part of React on Rails Pro.
7+
* Unauthorized copying, modification, distribution, or use of this file,
8+
* via any medium, is strictly prohibited without a valid license agreement
9+
* from Shakacode LLC.
710
*
8-
* Unauthorized copying, modification, distribution, or use of this file, via any medium,
9-
* is strictly prohibited. It is proprietary and confidential.
10-
*
11-
* For the full license agreement, see:
11+
* For licensing terms, please see:
1212
* https://github.com/shakacode/react_on_rails/blob/master/REACT-ON-RAILS-PRO-LICENSE.md
1313
*/
1414

node_package/src/pro/RSCRequestTracker.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
2-
* Copyright (c) 2025 Shakacode
2+
* Copyright (c) 2025 Shakacode LLC
33
*
4-
* This file, and all other files in this directory, are NOT licensed under the MIT license.
4+
* This file is NOT licensed under the MIT (open source) license.
5+
* It is part of the React on Rails Pro offering and is licensed separately.
56
*
6-
* This file is part of React on Rails Pro.
7+
* Unauthorized copying, modification, distribution, or use of this file,
8+
* via any medium, is strictly prohibited without a valid license agreement
9+
* from Shakacode LLC.
710
*
8-
* Unauthorized copying, modification, distribution, or use of this file, via any medium,
9-
* is strictly prohibited. It is proprietary and confidential.
10-
*
11-
* For the full license agreement, see:
11+
* For licensing terms, please see:
1212
* https://github.com/shakacode/react_on_rails/blob/master/REACT-ON-RAILS-PRO-LICENSE.md
1313
*/
1414

node_package/src/pro/RSCRoute.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
2-
* Copyright (c) 2025 Shakacode
2+
* Copyright (c) 2025 Shakacode LLC
33
*
4-
* This file, and all other files in this directory, are NOT licensed under the MIT license.
4+
* This file is NOT licensed under the MIT (open source) license.
5+
* It is part of the React on Rails Pro offering and is licensed separately.
56
*
6-
* This file is part of React on Rails Pro.
7+
* Unauthorized copying, modification, distribution, or use of this file,
8+
* via any medium, is strictly prohibited without a valid license agreement
9+
* from Shakacode LLC.
710
*
8-
* Unauthorized copying, modification, distribution, or use of this file, via any medium,
9-
* is strictly prohibited. It is proprietary and confidential.
10-
*
11-
* For the full license agreement, see:
11+
* For licensing terms, please see:
1212
* https://github.com/shakacode/react_on_rails/blob/master/REACT-ON-RAILS-PRO-LICENSE.md
1313
*/
1414

node_package/src/pro/ReactOnRailsRSC.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
2-
* Copyright (c) 2025 Shakacode
2+
* Copyright (c) 2025 Shakacode LLC
33
*
4-
* This file, and all other files in this directory, are NOT licensed under the MIT license.
4+
* This file is NOT licensed under the MIT (open source) license.
5+
* It is part of the React on Rails Pro offering and is licensed separately.
56
*
6-
* This file is part of React on Rails Pro.
7+
* Unauthorized copying, modification, distribution, or use of this file,
8+
* via any medium, is strictly prohibited without a valid license agreement
9+
* from Shakacode LLC.
710
*
8-
* Unauthorized copying, modification, distribution, or use of this file, via any medium,
9-
* is strictly prohibited. It is proprietary and confidential.
10-
*
11-
* For the full license agreement, see:
11+
* For licensing terms, please see:
1212
* https://github.com/shakacode/react_on_rails/blob/master/REACT-ON-RAILS-PRO-LICENSE.md
1313
*/
1414

node_package/src/pro/ServerComponentFetchError.ts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
/*
2-
* Copyright (c) 2025 Shakacode
2+
* Copyright (c) 2025 Shakacode LLC
33
*
4-
* This file, and all other files in this directory, are NOT licensed under the MIT license.
4+
* This file is NOT licensed under the MIT (open source) license.
5+
* It is part of the React on Rails Pro offering and is licensed separately.
56
*
6-
* This file is part of React on Rails Pro.
7+
* Unauthorized copying, modification, distribution, or use of this file,
8+
* via any medium, is strictly prohibited without a valid license agreement
9+
* from Shakacode LLC.
710
*
8-
* Unauthorized copying, modification, distribution, or use of this file, via any medium,
9-
* is strictly prohibited. It is proprietary and confidential.
10-
*
11-
* For the full license agreement, see:
11+
* For licensing terms, please see:
1212
* https://github.com/shakacode/react_on_rails/blob/master/REACT-ON-RAILS-PRO-LICENSE.md
1313
*/
1414

0 commit comments

Comments
 (0)