git: a6e5d24925 - main - license: Move to BSD-2-Clause and drop -FreeBSD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Dec 2022 16:55:37 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/doc/commit/?id=a6e5d24925949785122a9f37f163d58239fd5484 commit a6e5d24925949785122a9f37f163d58239fd5484 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2022-12-15 16:54:36 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2022-12-15 16:54:36 +0000 license: Move to BSD-2-Clause and drop -FreeBSD BSD-2-Clause-FreeBSD has been deprecated as a separate license. https://tools.spdx.org/app/check_license/ says that the text matches BSD-2-Cluase. There's some history behind the mismatch, but it's best to move forward now that our preferred license matches BSD-2-Clause. Sponsored by: Netflix Reviewed by: pauamma, andrew Differential Revision: https://reviews.freebsd.org/D37714 --- documentation/content/en/articles/committers-guide/_index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index 726c76091c..1a2762cd11 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -3088,7 +3088,7 @@ The FreeBSD Project suggests and uses this text as the preferred license scheme: [.programlisting] .... /*- - * SPDX-License-Identifier: BSD-2-Clause-FreeBSD + * SPDX-License-Identifier: BSD-2-Clause * * Copyright (c) [year] [your name] *