summaryrefslogtreecommitdiffstats
path: root/sys/i4b/capi
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-01-06 22:18:23 +0000
committerimp <imp@FreeBSD.org>2005-01-06 22:18:23 +0000
commit8d58b9df12c91ca0ca53c8b0332657873656e436 (patch)
treea6d1ddf2792d6da23bb57c2090c14c8b106756f4 /sys/i4b/capi
parent3a5dc12cb237e705106720976cd3daabeb980e2f (diff)
downloadFreeBSD-src-8d58b9df12c91ca0ca53c8b0332657873656e436.zip
FreeBSD-src-8d58b9df12c91ca0ca53c8b0332657873656e436.tar.gz
/* -> /*- for copyright notices, minor format tweaks as necessary
Diffstat (limited to 'sys/i4b/capi')
-rw-r--r--sys/i4b/capi/capi.h7
-rw-r--r--sys/i4b/capi/capi_l4if.c7
-rw-r--r--sys/i4b/capi/capi_llif.c7
-rw-r--r--sys/i4b/capi/capi_msgs.c7
-rw-r--r--sys/i4b/capi/capi_msgs.h7
-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
10 files changed, 37 insertions, 28 deletions
diff --git a/sys/i4b/capi/capi.h b/sys/i4b/capi/capi.h
index 185d2f7..c6dc9e8 100644
--- a/sys/i4b/capi/capi.h
+++ b/sys/i4b/capi/capi.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/capi.h The CAPI device interface.
+ */
+
+/* capi/capi.h The CAPI device interface.
*
* $FreeBSD$
*/
diff --git a/sys/i4b/capi/capi_l4if.c b/sys/i4b/capi/capi_l4if.c
index ae7a64b..15cdb37 100644
--- a/sys/i4b/capi/capi_l4if.c
+++ b/sys/i4b/capi/capi_l4if.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/capi_l4if.c The CAPI i4b L4/device interface.
+ */
+
+/* capi/capi_l4if.c The CAPI i4b L4/device interface.
*/
#include <sys/cdefs.h>
diff --git a/sys/i4b/capi/capi_llif.c b/sys/i4b/capi/capi_llif.c
index ef761bb..e9aaad8 100644
--- a/sys/i4b/capi/capi_llif.c
+++ b/sys/i4b/capi/capi_llif.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/capi_llif.c The i4b CAPI link layer interface.
+ */
+
+/* capi/capi_llif.c The i4b CAPI link layer interface.
*/
#include <sys/cdefs.h>
diff --git a/sys/i4b/capi/capi_msgs.c b/sys/i4b/capi/capi_msgs.c
index 8ffd8fb..2cdeebb 100644
--- a/sys/i4b/capi/capi_msgs.c
+++ b/sys/i4b/capi/capi_msgs.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/capi_msgs.c The CAPI i4b message handlers.
+ */
+
+/* capi/capi_msgs.c The CAPI i4b message handlers.
*/
#include <sys/cdefs.h>
diff --git a/sys/i4b/capi/capi_msgs.h b/sys/i4b/capi/capi_msgs.h
index 3cdce35..5d8b3ab 100644
--- a/sys/i4b/capi/capi_msgs.h
+++ b/sys/i4b/capi/capi_msgs.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/capi_msgs.h The CAPI i4b message and handler declarations.
+ */
+
+/* capi/capi_msgs.h The CAPI i4b message and handler declarations.
*
* $FreeBSD$
*/
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