Skip to content

Commit

Permalink
composer.json: Use SPDX license identifier AGPL-3.0-or-later
Browse files Browse the repository at this point in the history
`APL-3.0` is a deprecated license identifier and should be replaced by
the more specific `AGPL-3.0-or-later`. https://spdx.org/licenses/
  • Loading branch information
Dominic Tubach committed Jan 31, 2024
1 parent 3d03103 commit fcc9676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "civicrm/civicrm-core",
"description": "Open source constituent relationship management for non-profits, NGOs and advocacy organizations.",
"type": "library",
"license": "AGPL-3.0",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Coleman Watts",
Expand Down

0 comments on commit fcc9676

Please sign in to comment.