aboutsummaryrefslogtreecommitdiff
path: root/protoc-artifacts
diff options
context:
space:
mode:
authorSebastian Schuberth <sschuberth@gmail.com>2017-02-28 09:50:58 +0100
committerSebastian Schuberth <sschuberth@gmail.com>2017-02-28 09:54:21 +0100
commit6395a1cbd9e50bfb9ef59c96e38b8facded47e87 (patch)
treef868ddeccee580a42cff0016eaf395dffd363b4a /protoc-artifacts
parentd41c47fff992a7729a36ca61f8090aa40596e948 (diff)
downloadprotobuf-6395a1cbd9e50bfb9ef59c96e38b8facded47e87.tar.gz
protobuf-6395a1cbd9e50bfb9ef59c96e38b8facded47e87.tar.bz2
protobuf-6395a1cbd9e50bfb9ef59c96e38b8facded47e87.zip
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.xml2
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>