Skip to content

Adding a licence identifier to Kotlin files #301

@mhmohona

Description

@mhmohona

Terms

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions