Page MenuHomeFreeBSD

libc: Add SPDX-License-Identifier tags
Needs ReviewPublic

Authored by tuukka.pasanen_ilmi.fi on Tue, May 5, 11:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 18, 10:57 AM
Unknown Object (File)
Sun, May 17, 7:34 PM
Unknown Object (File)
Sun, May 17, 12:28 AM
Unknown Object (File)
Fri, May 15, 11:10 PM
Unknown Object (File)
Fri, May 15, 7:39 AM
Unknown Object (File)
Thu, May 14, 5:16 PM
Unknown Object (File)
Wed, May 13, 9:42 PM
Unknown Object (File)
Tue, May 12, 1:31 PM
Subscribers
None

Details

Reviewers
emaste
imp
Group Reviewers
srcmgr
Summary

File lib/libc/sys/swapcontext.c has looks to have BSD-2-Clause but second clausal is from BSD-3-Clause or BSD-4-Clause license text:

* 2. Neither the name of the author nor the names of its contributors
*    may be used to endorse or promote products derived from this software
*    without specific prior written permission.

And not the normal BSD-2-Clause license. There is several files with this kind of modification and many of files are tagged with BSD-2-Clause.

lib/libc/gen/_thread_init.c
lib/libc/gen/elf_utils.c
lib/libc/sys/swapcontext.c
lib/libc/i386/gen/_ctx_start.S
lib/libc/i386/gen/makecontext.c
lib/libsys/amd64/_umtx_op_err.S
lib/libsys/i386/_umtx_op_err.S
lib/libthr/thread/thr_ctrdtr.c
lib/libthr/thread/thr_event.c
lib/libthr/thread/thr_fork.c
lib/libthr/arch/amd64/include/pthread_md.h

Sponsored by: The FreeBSD Foundation

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 72815
Build 69698: arc lint + arc unit