diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2019-12-03 21:00:45 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2019-12-03 21:00:45 +0000 |
| commit | e213223c9b89a79738823f719b3d6285049f8393 (patch) | |
| tree | c1f08eea189007b570057405fbca4278f46b3b95 /sys/dev/pwm | |
| parent | f141cc31dc2a7159bf1b40bf89121c836a3736d5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pwm')
| -rw-r--r-- | sys/dev/pwm/ofw_pwm.c | 1 | ||||
| -rw-r--r-- | sys/dev/pwm/ofw_pwm.h | 1 | ||||
| -rw-r--r-- | sys/dev/pwm/pwmbus.c | 1 | ||||
| -rw-r--r-- | sys/dev/pwm/pwmc.c | 1 | ||||
| -rw-r--r-- | sys/dev/pwm/pwmc.h | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/sys/dev/pwm/ofw_pwm.c b/sys/dev/pwm/ofw_pwm.c index a70c8919f727..712cf874808f 100644 --- a/sys/dev/pwm/ofw_pwm.c +++ b/sys/dev/pwm/ofw_pwm.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2018 Emmanuel Vadot <manu@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/pwm/ofw_pwm.h b/sys/dev/pwm/ofw_pwm.h index 00910907932a..89bb7cd5d9dc 100644 --- a/sys/dev/pwm/ofw_pwm.h +++ b/sys/dev/pwm/ofw_pwm.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2018 Emmanuel Vadot <manu@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/pwm/pwmbus.c b/sys/dev/pwm/pwmbus.c index e5ecfee08bbd..cacd21c07709 100644 --- a/sys/dev/pwm/pwmbus.c +++ b/sys/dev/pwm/pwmbus.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2018 Emmanuel Vadot <manu@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/pwm/pwmc.c b/sys/dev/pwm/pwmc.c index 53a719e01593..7c1d734e14b4 100644 --- a/sys/dev/pwm/pwmc.c +++ b/sys/dev/pwm/pwmc.c @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2018 Emmanuel Vadot <manu@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/pwm/pwmc.h b/sys/dev/pwm/pwmc.h index 333243e941a7..ad5b2af8c313 100644 --- a/sys/dev/pwm/pwmc.h +++ b/sys/dev/pwm/pwmc.h @@ -2,7 +2,6 @@ * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * * Copyright (c) 2018 Emmanuel Vadot <manu@FreeBSD.org> - * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
