Add SPDX license identifier to all the .kt files.#302
Add SPDX license identifier to all the .kt files.#302andrewtavis merged 3 commits intoscribe-org:mainfrom
Conversation
Thank you for the pull request!The Scribe team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :) If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Android rooms once you're in. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you! Maintainer checklist |
There was a problem hiding this comment.
First PR Commit Check
- The commit messages for the remote branch should be checked to make sure the contributor's email is set up correctly so that they receive credit for their contribution
- The contributor's name and icon in remote commits should be the same as what appears in the PR
- If there's a mismatch, the contributor needs to make sure that the email they use for GitHub matches what they have forgit config user.emailin their local Scribe-Android repo (can be set withgit config --global user.email "GITHUB_EMAIL")
|
Haha so that's why you had the blank line there, @janiceferns02 :) Adding the blank lines back in 😊 |
|
Thanks for the help here, @janiceferns02! Really appreciate it :) We have a similar issue for iOS in scribe-org/Scribe-iOS#528 if you had interest in doing that one too 😊 |
Contributor checklist
./gradlew lintKotlin detekt testcommand as directed in the testing section of the contributing guideDescription
Replaced the existing license notice with the line: // SPDX-License-Identifier: AGPL-3.0-or-later to standardise license declarations across source files.
Related issue