-
Notifications
You must be signed in to change notification settings - Fork 104
Closed
Labels
featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Terms
- I have searched open and closed feature requests
- I agree to follow Scribe-Android's Code of Conduct
Description
We plan to add a license identifier to the Kotlin files to standardize SPDX license declarations across our source files. To achieve it, the current license notice should be removed from the top of all .kt files, and the following line should be added:
// SPDX-License-Identifier: AGPL-3.0-or-later
This will help maintain proper licensing information across our Android codebase.
Contribution
Happy to provide additional support if needed.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Done