aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2019-12-04 16:56:11 +0000
committerWarner Losh <imp@FreeBSD.org>2019-12-04 16:56:11 +0000
commitf86e60008bdf690b61af2c18e98ee791ca91433f (patch)
tree539a7d545ad176b8f65d0df7d24c199842ce596f /sys/cam
parenta7147da9d488f325190fb121a0e544e805f85e5b (diff)
downloadsrc-f86e60008bdf690b61af2c18e98ee791ca91433f.tar.gz
src-f86e60008bdf690b61af2c18e98ee791ca91433f.zip
Regularize my copyright notice
o Remove All Rights Reserved from my notices o imp@FreeBSD.org everywhere o regularize punctiation, eliminate date ranges o Make sure that it's clear that I don't claim All Rights reserved by listing All Rights Reserved on same line as other copyright holders (but not me). Other such holders are also listed last where it's clear.
Notes
Notes: svn path=/head/; revision=355394
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/mmc/mmc_da.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/cam/mmc/mmc_da.c b/sys/cam/mmc/mmc_da.c
index d0a3b35c0b45..b5f8a106c679 100644
--- a/sys/cam/mmc/mmc_da.c
+++ b/sys/cam/mmc/mmc_da.c
@@ -1,11 +1,10 @@
/*-
* SPDX-License-Identifier: BSD-2-Clause-FreeBSD
*
- * Copyright (c) 2006 Bernd Walter <tisco@FreeBSD.org>
+ * Copyright (c) 2006 Bernd Walter <tisco@FreeBSD.org> All rights reserved.
+ * Copyright (c) 2009 Alexander Motin <mav@FreeBSD.org> All rights reserved.
+ * Copyright (c) 2015-2017 Ilya Bakulin <kibab@FreeBSD.org> All rights reserved.
* Copyright (c) 2006 M. Warner Losh <imp@FreeBSD.org>
- * Copyright (c) 2009 Alexander Motin <mav@FreeBSD.org>
- * Copyright (c) 2015-2017 Ilya Bakulin <kibab@FreeBSD.org>
- * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions