aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorVincent Privat <vincent.privat@gmail.com>2019-05-20 15:30:05 -0700
committerRon Shapiro <shapiro.rd@gmail.com>2019-05-28 10:48:46 -0400
commita0ed6c57bf6f58f2e22229fb2b702b5279e167d1 (patch)
treea2f0a5a031bbaa52b281256862b57cba1c012e34 /pom.xml
parent6216ff20a4bfbd23427463ee3e53b8c2c6bda3e6 (diff)
downloadguava-a0ed6c57bf6f58f2e22229fb2b702b5279e167d1.tar.gz
Fix "Apache License, Version 2.0" spelling
There are many Java libraries licensed under "Apache License, Version 2.0" that do not use its official spelling. This causes issues like https://issues.apache.org/jira/browse/MPIR-382: with every library defining its own spelling, it's difficult in large projects to have a clear view of all licenses in use. This PR changes the license spelling to the official one, as advised by Maven developers. Closes https://github.com/google/guava/pull/3471 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=249139087
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 34450a5d0..71bdcef49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<inceptionYear>2010</inceptionYear>
<licenses>
<license>
- <name>The Apache Software License, Version 2.0</name>
+ <name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>