diff options
| author | Warner Losh <imp@FreeBSD.org> | 2019-12-04 16:56:11 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2019-12-04 16:56:11 +0000 |
| commit | f86e60008bdf690b61af2c18e98ee791ca91433f (patch) | |
| tree | 539a7d545ad176b8f65d0df7d24c199842ce596f /sys/dev/flash | |
| parent | a7147da9d488f325190fb121a0e544e805f85e5b (diff) | |
Notes
Diffstat (limited to 'sys/dev/flash')
| -rw-r--r-- | sys/dev/flash/at45d.c | 9 | ||||
| -rw-r--r-- | sys/dev/flash/mx25l.c | 2 | ||||
| -rw-r--r-- | sys/dev/flash/n25q.c | 3 |
3 files changed, 6 insertions, 8 deletions
diff --git a/sys/dev/flash/at45d.c b/sys/dev/flash/at45d.c index 4704dc500f4b..c5339576c3d1 100644 --- a/sys/dev/flash/at45d.c +++ b/sys/dev/flash/at45d.c @@ -1,11 +1,10 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2006 M. Warner Losh - * Copyright (c) 2011-2012 Ian Lepore - * Copyright (c) 2012 Marius Strobl <marius@FreeBSD.org> - * All rights reserved. - * + * Copyright (c) 2011-2012 Ian Lepore All rights reserved. + * Copyright (c) 2012 Marius Strobl <marius@FreeBSD.org> All rights reserved. + * Copyright (c) 2006 M. Warner Losh <imp@FreeBSD.org> + * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: diff --git a/sys/dev/flash/mx25l.c b/sys/dev/flash/mx25l.c index 373b09a31b8a..3d146882eea7 100644 --- a/sys/dev/flash/mx25l.c +++ b/sys/dev/flash/mx25l.c @@ -1,9 +1,9 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2006 M. Warner Losh. * Copyright (c) 2009 Oleksandr Tymoshenko. All rights reserved. * Copyright (c) 2018 Ian Lepore. All rights reserved. + * Copyright (c) 2006 M. Warner Losh <imp@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/dev/flash/n25q.c b/sys/dev/flash/n25q.c index 428e998f41a5..b885da983fcb 100644 --- a/sys/dev/flash/n25q.c +++ b/sys/dev/flash/n25q.c @@ -1,9 +1,8 @@ /*- - * Copyright (c) 2006 M. Warner Losh. * Copyright (c) 2009 Oleksandr Tymoshenko. All rights reserved. * Copyright (c) 2017 Ruslan Bukin <br@bsdpad.com> * Copyright (c) 2018 Ian Lepore. All rights reserved. - * All rights reserved. + * Copyright (c) 2006 M. Warner Losh <imp@FreeBSD.org> * * This software was developed by SRI International and the University of * Cambridge Computer Laboratory under DARPA/AFRL contract FA8750-10-C-0237 |
