Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
10 Skipped Deployments
|
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||
There was a problem hiding this comment.
Pull Request Overview
This PR updates the project's licensing structure from Apache 2.0 to the Reown AppKit Community License, adding comprehensive third-party license notices and updating documentation to reflect the new licensing terms.
- Replaces the existing Apache 2.0 license with a new proprietary Reown Community License Agreement
- Adds detailed third-party license notices for dependencies (webassembly-interpreter, ua-parser-js, node-forge)
- Updates README with license information and usage terms including commercial thresholds
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| LICENSE | Removes Apache 2.0 license entirely |
| LICENSE.md | Adds new Reown Community License Agreement with commercial usage limits and mandatory arbitration |
| README.md | Adds license section explaining Community License terms and usage obligations |
| THIRD-PARTY-NOTICES/webassembly-interpreter.md | Adds GPL-2.0 license notice for build-time WebAssembly interpreter |
| THIRD-PARTY-NOTICES/ua-parser-js.md | Adds AGPL-3.0 license notice for user agent parser in demo code |
| THIRD-PARTY-NOTICES/node-forge.md | Adds BSD 3-Clause license notice for node-forge cryptography library |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
|
||
| ## License and Use | ||
|
|
||
| This SDK is provided under the **[Reown AppKit] Community License** (“Community License”), that governs, among other things: |
There was a problem hiding this comment.
Bug: License Naming Inconsistency
The README.md introduces the license as **[Reown AppKit] Community License**. This name is both inconsistently formatted (appearing like a broken link due to [Reown AppKit]) and doesn't match the 'REOWN COMMUNITY LICENSE AGREEMENT' in LICENSE.md. This could cause confusion about the applicable license terms.
Description
Type of change