summaryrefslogtreecommitdiffstats
path: root/sys/i4b/capi/iavc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i4b/capi/iavc')
-rw-r--r--sys/i4b/capi/iavc/iavc.h7
-rw-r--r--sys/i4b/capi/iavc/iavc_card.c7
-rw-r--r--sys/i4b/capi/iavc/iavc_isa.c2
-rw-r--r--sys/i4b/capi/iavc/iavc_lli.c7
-rw-r--r--sys/i4b/capi/iavc/iavc_pci.c7
5 files changed, 17 insertions, 13 deletions
diff --git a/sys/i4b/capi/iavc/iavc.h b/sys/i4b/capi/iavc/iavc.h
index 3292768..cfe60a9 100644
--- a/sys/i4b/capi/iavc/iavc.h
+++ b/sys/i4b/capi/iavc/iavc.h
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 Cubical Solutions Ltd. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -21,8 +21,9 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * capi/iavc/iavc.h The AVM ISDN controllers' common declarations.
+ */
+
+/* capi/iavc/iavc.h The AVM ISDN controllers' common declarations.
*
* $FreeBSD$
*/
diff --git a/sys/i4b/capi/iavc/iavc_card.c b/sys/i4b/capi/iavc/iavc_card.c
index cbc3d0a..763c8a0 100644
--- a/sys/i4b/capi/iavc/iavc_card.c
+++ b/sys/i4b/capi/iavc/iavc_card.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 Cubical Solutions Ltd. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -21,8 +21,9 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * capi/iavc/iavc_card.c
+ */
+
+/* capi/iavc/iavc_card.c
* The AVM ISDN controllers' card specific support routines.
*/
diff --git a/sys/i4b/capi/iavc/iavc_isa.c b/sys/i4b/capi/iavc/iavc_isa.c
index 3dbb8aa..4ebbe76 100644
--- a/sys/i4b/capi/iavc/iavc_isa.c
+++ b/sys/i4b/capi/iavc/iavc_isa.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001, 2002 Hellmuth Michaelis. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
diff --git a/sys/i4b/capi/iavc/iavc_lli.c b/sys/i4b/capi/iavc/iavc_lli.c
index 030b6f0..fb19040 100644
--- a/sys/i4b/capi/iavc/iavc_lli.c
+++ b/sys/i4b/capi/iavc/iavc_lli.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 Cubical Solutions Ltd. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -21,8 +21,9 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * capi/iavc/iavc_lli.c
+ */
+
+/* capi/iavc/iavc_lli.c
* The AVM ISDN controllers' Low Level Interface.
*/
diff --git a/sys/i4b/capi/iavc/iavc_pci.c b/sys/i4b/capi/iavc/iavc_pci.c
index 0183ea1..d8bcd97 100644
--- a/sys/i4b/capi/iavc/iavc_pci.c
+++ b/sys/i4b/capi/iavc/iavc_pci.c
@@ -1,4 +1,4 @@
-/*
+/*-
* Copyright (c) 2001 Cubical Solutions Ltd. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -21,8 +21,9 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * capi/iavc/iavc_pci.c
+ */
+
+/* capi/iavc/iavc_pci.c
* The AVM ISDN controllers' PCI bus attachment handling.
*/
OpenPOWER on IntegriCloud