Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a licence identifier to swift files #528

Open
2 tasks done
mhmohona opened this issue Jan 19, 2025 · 0 comments
Open
2 tasks done

Adding a licence identifier to swift files #528

mhmohona opened this issue Jan 19, 2025 · 0 comments
Labels
feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@mhmohona
Copy link
Member

mhmohona commented Jan 19, 2025

Terms

Description

We plan to add a license identifier to the Swift files to standardize SPDX license declarations across our source files. To achieve it, at the top of all .swift files this line needs to be added -

// SPDX-License-Identifier: AGPL-3.0-or-later

This will help maintain proper licensing information across our iOS codebase. The current license notice at the top of files should be removed.

@mhmohona mhmohona added feature New feature or request good first issue Good for newcomers labels Jan 19, 2025
@andrewtavis andrewtavis added the help wanted Extra attention is needed label Jan 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

2 participants