Skip to content

Commit

Permalink
Remove (EN) from EUPL full name
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaMann authored Mar 11, 2019
1 parent 23cc153 commit 99793f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/licenses.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const LICENSES = Dict(
"GPL-3.0+" => "GNU Public License, Version 3.0+",
"LGPL-2.1+" => "Lesser GNU Public License, Version 2.1+",
"LGPL-3.0+" => "Lesser GNU Public License, Version 3.0+",
"EUPL-1.2+" => "European Union Public Licence, Version 1.2+ (EN)",
"EUPL-1.2+" => "European Union Public Licence, Version 1.2+",
)

"""
Expand Down

0 comments on commit 99793f7

Please sign in to comment.