git: 9baa0817ec02 - main - SPDX: Not BSD-4-Clause
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Sep 2022 03:31:01 UTC
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.