relicense to AGPLv3+

This commit is contained in:
Kay Faraday 2024-08-08 22:02:23 +00:00
parent 514a171328
commit 1e1c75ec4c
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@ Inspired by [Wikipedia](https://en.wikipedia.org/wiki/Wikipedia:Whacking_with_a_
## License ## License
AGPL 3.0 only, see LICENSE.md AGPL 3.0 or later, see LICENSE.md

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
# SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: AGPL-3.0-or-later
import pleroma import pleroma
import qtoml as toml import qtoml as toml