diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-05-14 00:44:47 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-05-14 00:44:47 +0000 |
commit | b77c010743e499e59acaf704fd251e14e2437a5c (patch) | |
tree | 3e2103cbc6f9a85847a747d698c555b7afdbbece /maven | |
parent | 3f593556296a5e40083bbb91cbbde9fb043143b1 (diff) | |
download | poi-b77c010743e499e59acaf704fd251e14e2437a5c.tar.gz poi-b77c010743e499e59acaf704fd251e14e2437a5c.zip |
[github-148] update license text in pom file. Thanks to Vincent Privat. This close #148
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1859202 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven')
-rw-r--r-- | maven/ooxml-schemas.pom | 2 | ||||
-rw-r--r-- | maven/ooxml-security.pom | 2 | ||||
-rw-r--r-- | maven/poi-examples.pom | 2 | ||||
-rw-r--r-- | maven/poi-excelant.pom | 2 | ||||
-rw-r--r-- | maven/poi-ooxml-schemas.pom | 2 | ||||
-rw-r--r-- | maven/poi-ooxml.pom | 2 | ||||
-rw-r--r-- | maven/poi-scratchpad.pom | 2 | ||||
-rw-r--r-- | maven/poi.pom | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/maven/ooxml-schemas.pom b/maven/ooxml-schemas.pom index dd92b6593c..c43315187f 100644 --- a/maven/ooxml-schemas.pom +++ b/maven/ooxml-schemas.pom @@ -49,7 +49,7 @@ <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> diff --git a/maven/ooxml-security.pom b/maven/ooxml-security.pom index ae64ad6b00..81886d177f 100644 --- a/maven/ooxml-security.pom +++ b/maven/ooxml-security.pom @@ -58,7 +58,7 @@ <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> diff --git a/maven/poi-examples.pom b/maven/poi-examples.pom index 249f2500fe..7d285a4c36 100644 --- a/maven/poi-examples.pom +++ b/maven/poi-examples.pom @@ -48,7 +48,7 @@ <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> </license> </licenses> diff --git a/maven/poi-excelant.pom b/maven/poi-excelant.pom index 6b23e4a122..1543d49c84 100644 --- a/maven/poi-excelant.pom +++ b/maven/poi-excelant.pom @@ -48,7 +48,7 @@ <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> </license> </licenses> diff --git a/maven/poi-ooxml-schemas.pom b/maven/poi-ooxml-schemas.pom index 29d43c1ff8..555c500c58 100644 --- a/maven/poi-ooxml-schemas.pom +++ b/maven/poi-ooxml-schemas.pom @@ -56,7 +56,7 @@ <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> </license> </licenses> diff --git a/maven/poi-ooxml.pom b/maven/poi-ooxml.pom index 3b41f89c83..b885c8c4be 100644 --- a/maven/poi-ooxml.pom +++ b/maven/poi-ooxml.pom @@ -48,7 +48,7 @@ <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> </license> </licenses> diff --git a/maven/poi-scratchpad.pom b/maven/poi-scratchpad.pom index d1b4392de1..7b932a81b4 100644 --- a/maven/poi-scratchpad.pom +++ b/maven/poi-scratchpad.pom @@ -48,7 +48,7 @@ <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> </license> </licenses> diff --git a/maven/poi.pom b/maven/poi.pom index 04dfa8cb9f..a99f1962fb 100644 --- a/maven/poi.pom +++ b/maven/poi.pom @@ -48,7 +48,7 @@ <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> </license> </licenses> |