diff options
author | Sebastian Schuberth <sschuberth@gmail.com> | 2017-02-28 09:50:58 +0100 |
---|---|---|
committer | Sebastian Schuberth <sschuberth@gmail.com> | 2017-02-28 09:54:21 +0100 |
commit | 6395a1cbd9e50bfb9ef59c96e38b8facded47e87 (patch) | |
tree | f868ddeccee580a42cff0016eaf395dffd363b4a /protoc-artifacts | |
parent | d41c47fff992a7729a36ca61f8090aa40596e948 (diff) |
Fix links to the New BSD License in meta-data
The "New BSD License" is the "3-Clause BSD License", but the links were
pointing to the "2-Clause BSD License".
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 19c68629..159087c5 100644 --- a/protoc-artifacts/pom.xml +++ b/protoc-artifacts/pom.xml @@ -22,7 +22,7 @@ <licenses> <license> <name>New BSD license</name> - <url>http://www.opensource.org/licenses/bsd-license.php</url> + <url>https://opensource.org/licenses/BSD-3-Clause</url> <distribution>repo</distribution> </license> </licenses> |