Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Sep 2022 03:31:01 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 9baa0817ec02 - main - SPDX: Not BSD-4-Clause
Message-ID:  <202209150331.28F3V1DT077647@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=9baa0817ec021ac78bc555369206651251500824

commit 9baa0817ec021ac78bc555369206651251500824
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-09-15 03:17:44 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-09-15 03:29:31 +0000

    SPDX: Not BSD-4-Clause
    
    This license has 4 clauses, and shares some text with the BSD-4-Clause
    license. However, it omits the standard disclaimer and has 2 clauses all
    its own. Remove this tag, since it was made in error and this doesn't
    match the SPDX copy of the BSD-4-Clause license.
    
    Sponsored by:           Netflix
---
 sys/kern/sys_pipe.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/kern/sys_pipe.c b/sys/kern/sys_pipe.c
index 67c340e9d39a..356ed446a121 100644
--- a/sys/kern/sys_pipe.c
+++ b/sys/kern/sys_pipe.c
@@ -1,6 +1,4 @@
 /*-
- * SPDX-License-Identifier: BSD-4-Clause
- *
  * Copyright (c) 1996 John S. Dyson
  * Copyright (c) 2012 Giovanni Trematerra
  * All rights reserved.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209150331.28F3V1DT077647>