diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2018-05-09 16:44:19 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2018-05-09 16:44:19 +0000 |
| commit | 4b3c64f7227d603d085bfb494d63e4b4e8804900 (patch) | |
| tree | b754e77ddbd7417327e1c4ba7db70077120d5b25 /sys/dev/extres/syscon | |
| parent | 485415ec479ede6aab57f9a2b219b7eedadb1ba6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/extres/syscon')
| -rw-r--r-- | sys/dev/extres/syscon/syscon.c | 1 | ||||
| -rw-r--r-- | sys/dev/extres/syscon/syscon.h | 1 | ||||
| -rw-r--r-- | sys/dev/extres/syscon/syscon_generic.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/extres/syscon/syscon.c b/sys/dev/extres/syscon/syscon.c index 3d69efca0b13..d0b440c9cc9a 100644 --- a/sys/dev/extres/syscon/syscon.c +++ b/sys/dev/extres/syscon/syscon.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2017 Kyle Evans <kevans@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/dev/extres/syscon/syscon.h b/sys/dev/extres/syscon/syscon.h index 5ae801df2430..ff742937ac1e 100644 --- a/sys/dev/extres/syscon/syscon.h +++ b/sys/dev/extres/syscon/syscon.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2017 Kyle Evans <kevans@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/dev/extres/syscon/syscon_generic.h b/sys/dev/extres/syscon/syscon_generic.h index 56d78d69130c..bac1e185da4d 100644 --- a/sys/dev/extres/syscon/syscon_generic.h +++ b/sys/dev/extres/syscon/syscon_generic.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org> - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
