chore: update Sentry license attribution#548
Conversation
|
Prompt To Fix All With AIFix the following 1 code review issue. Work through them one at a time, proposing concise fixes.
---
### Issue 1 of 1
LICENSE.md:48
The final line of the Sentry license block is now missing a trailing newline — the diff shows `\ No newline at end of file`. Adding a blank line (or just ensuring the file ends with `
`) after `SOFTWARE.` would restore the expected POSIX text-file format and prevent tools that check for missing newlines from flagging the file.
Reviews (1): Last reviewed commit: "chore: update Sentry license attribution" | Re-trigger Greptile |
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. | ||
| SOFTWARE. No newline at end of file |
There was a problem hiding this comment.
The final line of the Sentry license block is now missing a trailing newline — the diff shows
\ No newline at end of file. Adding a blank line (or just ensuring the file ends with ) after SOFTWARE. would restore the expected POSIX text-file format and prevent tools that check for missing newlines from flagging the file.
Prompt To Fix With AI
This is a comment left during a code review.
Path: LICENSE.md
Line: 48
Comment:
The final line of the Sentry license block is now missing a trailing newline — the diff shows `\ No newline at end of file`. Adding a blank line (or just ensuring the file ends with `
`) after `SOFTWARE.` would restore the expected POSIX text-file format and prevent tools that check for missing newlines from flagging the file.
How can I resolve this? If you propose a fix, please make it concise.
💡 Motivation and Context
Clarifies attribution for code derived from
getsentry/sentry-android-gradle-pluginand aligns the repository license notice with the file headers.💚 How did you test it?
Not run (license/header-only changes).
📝 Checklist
If releasing new changes
pnpm changesetto generate a changeset file