From e07bd6a82c018fbf0ac7c04c183070091d2fd177 Mon Sep 17 00:00:00 2001 From: Stephen Colebourne Date: Fri, 11 Nov 2022 12:13:28 +0000 Subject: [PATCH] Update the license short code Use the official code https://spdx.org/licenses/BSD-3-Clause.html Fixes #173 --- README.md | 2 +- pom.xml | 2 +- src/site/markdown/index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c84282a6f..f4baa6a95 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The backport should be referred to using the "ThreeTen" name. Active development on JSR-310 is at [OpenJDK](http://openjdk.java.net/): This GitHub repository is a fork of that originally used to create JSR-310. -That repository used the same BSD 3-clause license as this repository. +That repository used the same BSD-3-Clause license as this repository. Issues about the backport should be reported here at GitHub. Pull requests and issues will only be considered so far as matching the behaviour diff --git a/pom.xml b/pom.xml index d2bfb2026..141d139a3 100644 --- a/pom.xml +++ b/pom.xml @@ -114,7 +114,7 @@ - BSD 3-clause + BSD-3-Clause https://raw.githubusercontent.com/ThreeTen/threetenbp/main/LICENSE.txt repo diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 3fd4dd337..1046ced02 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -10,7 +10,7 @@ use the JSR-310 API on Java SE 6 and 7. The backport should be referred to using the "ThreeTen" name. The backport is curated by the primary author of the Java 8 date and time library, [Stephen Colebourne](https://www.joda.org/). -ThreeTen-Backport is licensed under the business-friendly [BSD 3-clause license](license.html). +ThreeTen-Backport is licensed under the business-friendly [BSD-3-Clause license](license.html). ## Features