diff options
-rw-r--r-- | sys/kern/subr_smr.c | 3 | ||||
-rw-r--r-- | sys/sys/_smr.h | 3 | ||||
-rw-r--r-- | sys/sys/smr.h | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/kern/subr_smr.c b/sys/kern/subr_smr.c index 24df86651043..c6a8f0e89015 100644 --- a/sys/kern/subr_smr.c +++ b/sys/kern/subr_smr.c @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2019 Jeffrey Roberson <jeff@FreeBSD.org> - * All rights reserved. + * Copyright (c) 2019,2020 Jeffrey Roberson <jeff@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/sys/_smr.h b/sys/sys/_smr.h index 0a8804d3b4ac..71658aa65e01 100644 --- a/sys/sys/_smr.h +++ b/sys/sys/_smr.h @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2019,2020 Jeffrey Roberson <jeff@FreeBSD.org> - * All rights reserved. + * Copyright (c) 2019, 2020 Jeffrey Roberson <jeff@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions diff --git a/sys/sys/smr.h b/sys/sys/smr.h index 4a6d8671bb7a..6df2c9b20d3f 100644 --- a/sys/sys/smr.h +++ b/sys/sys/smr.h @@ -1,8 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2019,2020 Jeffrey Roberson <jeff@FreeBSD.org> - * All rights reserved. + * Copyright (c) 2019, 2020 Jeffrey Roberson <jeff@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |