diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-06-18 15:02:33 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-06-18 15:02:33 +0000 |
| commit | 3f99abb8b6db3960172b3c3c46b0a5504f8b8ee4 (patch) | |
| tree | 4c26815aeb666595c9204a944210776defd09a40 | |
| parent | 6cf6ee7625dab3f8ea6a21937c92473a2b49031c (diff) | |
Notes
| -rw-r--r-- | sys/dev/digi/digi.h | 3 | ||||
| -rw-r--r-- | sys/dev/digi/digireg.h | 4 | ||||
| -rw-r--r-- | sys/sys/digiio.h | 3 |
3 files changed, 9 insertions, 1 deletions
diff --git a/sys/dev/digi/digi.h b/sys/dev/digi/digi.h index bee32f77d75b..69509b499fc4 100644 --- a/sys/dev/digi/digi.h +++ b/sys/dev/digi/digi.h @@ -1,5 +1,8 @@ /*- * Copyright (c) 2001 Brian Somers <brian@Awfulhak.org> + * based on work by Slawa Olhovchenkov + * John Prince <johnp@knight-trosoft.com> + * Eric Hernes * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/dev/digi/digireg.h b/sys/dev/digi/digireg.h index c8e2ab4efeb0..8de46b03af45 100644 --- a/sys/dev/digi/digireg.h +++ b/sys/dev/digi/digireg.h @@ -1,6 +1,8 @@ /*- * Copyright (c) 2001 Brian Somers <brian@Awfulhak.org> - * based on work by Slawa Olhovchenkov + * based on work by Slawa Olhovchenkov + * John Prince <johnp@knight-trosoft.com> + * Eric Hernes * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/sys/sys/digiio.h b/sys/sys/digiio.h index 6719b1897f81..9d25223eb2bc 100644 --- a/sys/sys/digiio.h +++ b/sys/sys/digiio.h @@ -1,5 +1,8 @@ /*- * Copyright (c) 2001 Brian Somers <brian@Awfulhak.org> + * based on work by Slawa Olhovchenkov + * John Prince <johnp@knight-trosoft.com> + * Eric Hernes * All rights reserved. * * Redistribution and use in source and binary forms, with or without |
