diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2005-12-17 07:09:17 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-12-17 07:09:17 +0000 |
| commit | 6acb2659e24eb8eacb119d0d5d5abdfa83e21f99 (patch) | |
| tree | a0e580bce327e08c82a00bf9a31610fa26134b13 | |
| parent | e0a87e8acdcc5c3e55fce3258b898249765282a5 (diff) | |
Notes
| -rw-r--r-- | sys/dev/cp/cpddk.c | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/sys/dev/cp/cpddk.c b/sys/dev/cp/cpddk.c index 7c82f9b85208..b16edfa4baa3 100644 --- a/sys/dev/cp/cpddk.c +++ b/sys/dev/cp/cpddk.c @@ -1,22 +1,22 @@ /*- - * Low-level subroutines for Cronyx Tau-PCI adapter. - * - * Copyright (C) 1999-2003 Cronyx Engineering. - * Author: Serge Vakulenko, <vak@cronyx.ru> - * - * Copyright (C) 2000-2004 Cronyx Engineering. - * Author: Roman Kurakin, <rik@cronyx.ru> - * - * This software is distributed with NO WARRANTIES, not even the implied - * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * - * Authors grant any other persons or organisations a permission to use, - * modify and redistribute this software in source and binary forms, - * as long as this message is kept with the software, all derivative - * works or modified versions. - * + * Low-level subroutines for Cronyx Tau-PCI adapter. + * + * Copyright (C) 1999-2003 Cronyx Engineering. + * Author: Serge Vakulenko, <vak@cronyx.ru> + * + * Copyright (C) 2000-2004 Cronyx Engineering. + * Author: Roman Kurakin, <rik@cronyx.ru> + * + * This software is distributed with NO WARRANTIES, not even the implied + * warranties for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + * + * Authors grant any other persons or organisations a permission to use, + * modify and redistribute this software in source and binary forms, + * as long as this message is kept with the software, all derivative + * works or modified versions. + * * $Cronyx: cpddk.c,v 1.13.4.37 2004/12/11 16:14:39 rik Exp $ - */ + */ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); |
