Improve notice about discontinued maintenance#99
Conversation
|
Comment
You can also request review from a specific team by commenting 💡 If you see something that doesn't look right, check the configuration guide. |
There was a problem hiding this comment.
Pull request overview
This PR improves the wording of the repository maintenance discontinuation notice in the README. The changes clarify that while the repository is no longer actively maintained, the existing code remains available under the Apache 2.0 license. It also provides clearer guidance for Wise employees on accessing the new private repository.
Key changes:
- Updated heading from "no longer open source" to "no longer maintained" to accurately reflect the license status
- Added explicit mention that existing code can still be used under Apache 2.0 license terms
- Clarified that the private repository link is for Wise employees only
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| > You can continue to use the existing code under the terms of the Apache 2.0 license, but it will not receive updates or support. | ||
| > | ||
| > **For continued development and access (Wise employees only):** | ||
| > The codebase has moved to a private repository accessible to authorized Wise personnel: |
There was a problem hiding this comment.
There's a missing article before 'private repository'. The sentence should read 'has moved to a private repository'.
Context
Improve notice's wording, to clarify that code is still under Apache 2.0 license, but is no longer maintained here.
Point to the new closed source location for Wise employees to simplify transition and avoid broken links.