diff options
author | Sebastian Schuberth <sschuberth@gmail.com> | 2017-02-28 09:58:24 +0100 |
---|---|---|
committer | Sebastian Schuberth <sschuberth@gmail.com> | 2017-02-28 09:58:24 +0100 |
commit | 902af0816ee06ab426b0b82cd0adf9b2c39af8e2 (patch) | |
tree | 835e8876544e28d7cbc5c1b92d8ef2d10895021d /protoc-artifacts | |
parent | 6395a1cbd9e50bfb9ef59c96e38b8facded47e87 (diff) |
Prefer the term "3-Clause BSD License" over "New BSD License"
The first is the newer name, which is also more telling.
Diffstat (limited to 'protoc-artifacts')
-rw-r--r-- | protoc-artifacts/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protoc-artifacts/pom.xml b/protoc-artifacts/pom.xml index 159087c5..28a25119 100644 --- a/protoc-artifacts/pom.xml +++ b/protoc-artifacts/pom.xml @@ -21,7 +21,7 @@ <url>https://developers.google.com/protocol-buffers/</url> <licenses> <license> - <name>New BSD license</name> + <name>3-Clause BSD License</name> <url>https://opensource.org/licenses/BSD-3-Clause</url> <distribution>repo</distribution> </license> |