Skip to content

Commit

Permalink
Update AGPL license name in poms
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Oct 10, 2024
1 parent 609b9e0 commit fef579d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public void apply(Project project) {
providerFactory.provider(() -> Map.of(
"Server Side Public License, v 1", "https://www.mongodb.com/licensing/server-side-public-license",
"Elastic License 2.0", elasticLicenseURL.get(),
"The OSI-approved Open Source license Version 3.0", agplLicenseURL.get())
"GNU Affero General Public License Version 3", agplLicenseURL.get())
)
);

Expand Down

0 comments on commit fef579d

Please sign in to comment.