diff options
Diffstat (limited to 'sys/kern')
-rw-r--r-- | sys/kern/kern_ktr.c | 1 | ||||
-rw-r--r-- | sys/kern/kern_rwlock.c | 1 | ||||
-rw-r--r-- | sys/kern/subr_lock.c | 1 | ||||
-rw-r--r-- | sys/kern/subr_sleepqueue.c | 1 | ||||
-rw-r--r-- | sys/kern/subr_smp.c | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sys/kern/kern_ktr.c b/sys/kern/kern_ktr.c index bf925d474ee57..d1964406ea8f6 100644 --- a/sys/kern/kern_ktr.c +++ b/sys/kern/kern_ktr.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2000 John Baldwin <jhb@FreeBSD.org> - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/kern/kern_rwlock.c b/sys/kern/kern_rwlock.c index 2d3342e497d12..174632072add9 100644 --- a/sys/kern/kern_rwlock.c +++ b/sys/kern/kern_rwlock.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2006 John Baldwin <jhb@FreeBSD.org> - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/kern/subr_lock.c b/sys/kern/subr_lock.c index 4ac4e6bf00d69..2ebb1720267ce 100644 --- a/sys/kern/subr_lock.c +++ b/sys/kern/subr_lock.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2006 John Baldwin <jhb@FreeBSD.org> - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/kern/subr_sleepqueue.c b/sys/kern/subr_sleepqueue.c index d6db629db6c9d..6f256167100a8 100644 --- a/sys/kern/subr_sleepqueue.c +++ b/sys/kern/subr_sleepqueue.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2004 John Baldwin <jhb@FreeBSD.org> - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/kern/subr_smp.c b/sys/kern/subr_smp.c index f473d0c2a4349..280ea96e36ae7 100644 --- a/sys/kern/subr_smp.c +++ b/sys/kern/subr_smp.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2001, John Baldwin <jhb@FreeBSD.org>. - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |