diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2019-03-06 22:11:45 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2019-03-06 22:11:45 +0000 |
| commit | 2e43efd0bb1e9cd780f02fa5b888f9264e66e37b (patch) | |
| tree | 83a184557e1ca420a76e9d755dd72cf16a08930f /sys/dev/rc | |
| parent | e91609a771dd0fbbe0df5ae4ccbb4df3e18c62c5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/rc')
| -rw-r--r-- | sys/dev/rc/rc.c | 2 | ||||
| -rw-r--r-- | sys/dev/rc/rcreg.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/rc/rc.c b/sys/dev/rc/rc.c index 0c5eb19651d7..c4c4370af5fe 100644 --- a/sys/dev/rc/rc.c +++ b/sys/dev/rc/rc.c @@ -3,8 +3,8 @@ * * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia. * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia. - * Copyright (C) 2002 by John Baldwin <jhb@FreeBSD.org> * All rights reserved. + * Copyright (C) 2002 by John Baldwin <jhb@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/rc/rcreg.h b/sys/dev/rc/rcreg.h index 9489257d9f8d..832a1cbe1e54 100644 --- a/sys/dev/rc/rcreg.h +++ b/sys/dev/rc/rcreg.h @@ -3,8 +3,8 @@ * * Copyright (C) 1995 by Pavel Antonov, Moscow, Russia. * Copyright (C) 1995 by Andrey A. Chernov, Moscow, Russia. - * Copyright (C) 2002 by John Baldwin <jhb@FreeBSD.org> * All rights reserved. + * Copyright (C) 2002 by John Baldwin <jhb@FreeBSD.org> * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions |
