diff options
Diffstat (limited to 'sys/i4b')
126 files changed, 498 insertions, 374 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. */ diff --git a/sys/i4b/driver/i4b_ctl.c b/sys/i4b/driver/i4b_ctl.c index 4ba3e05..adbff61 100644 --- a/sys/i4b/driver/i4b_ctl.c +++ b/sys/i4b/driver/i4b_ctl.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ctl.c - i4b system control port driver * ------------------------------------------ diff --git a/sys/i4b/driver/i4b_ing.c b/sys/i4b/driver/i4b_ing.c index e9e73a8..a61e1e8 100644 --- a/sys/i4b/driver/i4b_ing.c +++ b/sys/i4b/driver/i4b_ing.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ing.c - isdn4bsd B-channel to netgraph driver * ------------------------------------------------- diff --git a/sys/i4b/driver/i4b_ipr.c b/sys/i4b/driver/i4b_ipr.c index 4fc5435..7f8adbd 100644 --- a/sys/i4b/driver/i4b_ipr.c +++ b/sys/i4b/driver/i4b_ipr.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ipr.c - isdn4bsd IP over raw HDLC ISDN network driver * --------------------------------------------------------- diff --git a/sys/i4b/driver/i4b_isppp.c b/sys/i4b/driver/i4b_isppp.c index f80d1ea..f8d6fce 100644 --- a/sys/i4b/driver/i4b_isppp.c +++ b/sys/i4b/driver/i4b_isppp.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997 Joerg Wunsch. All rights reserved. * * Copyright (c) 1997, 2002 Hellmuth Michaelis. All rights reserved. @@ -24,8 +24,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_isppp.c - isdn4bsd kernel SyncPPP driver * -------------------------------------------- diff --git a/sys/i4b/driver/i4b_rbch.c b/sys/i4b/driver/i4b_rbch.c index d34ccdd..330d277 100644 --- a/sys/i4b/driver/i4b_rbch.c +++ b/sys/i4b/driver/i4b_rbch.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_rbch.c - device driver for raw B channel data * --------------------------------------------------- diff --git a/sys/i4b/driver/i4b_tel.c b/sys/i4b/driver/i4b_tel.c index 5c3b37b..6fea6cc 100644 --- a/sys/i4b/driver/i4b_tel.c +++ b/sys/i4b/driver/i4b_tel.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_tel.c - device driver for ISDN telephony * -------------------------------------------- diff --git a/sys/i4b/driver/i4b_trace.c b/sys/i4b/driver/i4b_trace.c index 888e2b0..17bf91d 100644 --- a/sys/i4b/driver/i4b_trace.c +++ b/sys/i4b/driver/i4b_trace.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4btrc - device driver for trace data read device * --------------------------------------------------- diff --git a/sys/i4b/include/i4b_cause.h b/sys/i4b/include/i4b_cause.h index c98683a..0e94483 100644 --- a/sys/i4b/include/i4b_cause.h +++ b/sys/i4b/include/i4b_cause.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_cause.h - causes and cause handling for i4b * ----------------------------------------------- diff --git a/sys/i4b/include/i4b_debug.h b/sys/i4b/include/i4b_debug.h index ac8f6a8..38ae5ad 100644 --- a/sys/i4b/include/i4b_debug.h +++ b/sys/i4b/include/i4b_debug.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_debug.h - i4b debug header file * ----------------------------------- diff --git a/sys/i4b/include/i4b_global.h b/sys/i4b/include/i4b_global.h index bb77527..c7bcf31 100644 --- a/sys/i4b/include/i4b_global.h +++ b/sys/i4b/include/i4b_global.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_global.h - i4b global include file * -------------------------------------- diff --git a/sys/i4b/include/i4b_ioctl.h b/sys/i4b/include/i4b_ioctl.h index 9df6adb..bcf131a 100644 --- a/sys/i4b/include/i4b_ioctl.h +++ b/sys/i4b/include/i4b_ioctl.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ioctl.h - messages kernel <--> userland * ------------------------------------------- diff --git a/sys/i4b/include/i4b_isdnq931.h b/sys/i4b/include/i4b_isdnq931.h index 94f1291..e5a8a2d 100644 --- a/sys/i4b/include/i4b_isdnq931.h +++ b/sys/i4b/include/i4b_isdnq931.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_isdnq931.h - DSS1 layer 3 message types * ------------------------------------------- diff --git a/sys/i4b/include/i4b_l1l2.h b/sys/i4b/include/i4b_l1l2.h index be45c07..8638115 100644 --- a/sys/i4b/include/i4b_l1l2.h +++ b/sys/i4b/include/i4b_l1l2.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l1l2.h - i4b layer 1 / layer 2 interactions * --------------------------------------------------- diff --git a/sys/i4b/include/i4b_l2l3.h b/sys/i4b/include/i4b_l2l3.h index 19a6990..e866073 100644 --- a/sys/i4b/include/i4b_l2l3.h +++ b/sys/i4b/include/i4b_l2l3.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l2l3.h - i4b layer 2 / layer 3 interactions * ----------------------------------------------- diff --git a/sys/i4b/include/i4b_l3l4.h b/sys/i4b/include/i4b_l3l4.h index 82ac047..08a7c5d 100644 --- a/sys/i4b/include/i4b_l3l4.h +++ b/sys/i4b/include/i4b_l3l4.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l3l4.h - layer 3 / layer 4 interface * ------------------------------------------ diff --git a/sys/i4b/include/i4b_mbuf.h b/sys/i4b/include/i4b_mbuf.h index 0b74044..dbca590 100644 --- a/sys/i4b/include/i4b_mbuf.h +++ b/sys/i4b/include/i4b_mbuf.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b - mbuf handling support routines * -------------------------------------- diff --git a/sys/i4b/include/i4b_rbch_ioctl.h b/sys/i4b/include/i4b_rbch_ioctl.h index dbaceed..334aa9dc 100644 --- a/sys/i4b/include/i4b_rbch_ioctl.h +++ b/sys/i4b/include/i4b_rbch_ioctl.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_rbch_ioctl.h raw B-channel driver interface ioctls * ------------------------------------------------------ diff --git a/sys/i4b/include/i4b_tel_ioctl.h b/sys/i4b/include/i4b_tel_ioctl.h index 2f0bb2b..47ffc70 100644 --- a/sys/i4b/include/i4b_tel_ioctl.h +++ b/sys/i4b/include/i4b_tel_ioctl.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_tel_ioctl.h telephony interface ioctls * ------------------------------------------ diff --git a/sys/i4b/include/i4b_trace.h b/sys/i4b/include/i4b_trace.h index ee05bfd..fbd40af 100644 --- a/sys/i4b/include/i4b_trace.h +++ b/sys/i4b/include/i4b_trace.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_trace.h - header file for trace data read device * ---------------------------------------------------- diff --git a/sys/i4b/layer1/i4b_hdlc.c b/sys/i4b/layer1/i4b_hdlc.c index 1c968b1..15c22b2 100644 --- a/sys/i4b/layer1/i4b_hdlc.c +++ b/sys/i4b/layer1/i4b_hdlc.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Hans Petter Selasky. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_hdlc.c - software-HDLC constant tables * ------------------------------------------ diff --git a/sys/i4b/layer1/i4b_hdlc.h b/sys/i4b/layer1/i4b_hdlc.h index 8365ddb..83aaf35 100644 --- a/sys/i4b/layer1/i4b_hdlc.h +++ b/sys/i4b/layer1/i4b_hdlc.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Hans Petter Selasky. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_hdlc.h - software-HDLC header file * -------------------------------------- diff --git a/sys/i4b/layer1/i4b_l1.h b/sys/i4b/layer1/i4b_l1.h index ab42894..ac6a671 100644 --- a/sys/i4b/layer1/i4b_l1.h +++ b/sys/i4b/layer1/i4b_l1.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000, 2001 Hellmuth Michaelis. 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. - * - *---------------------------------------------------------------------------* + */ + +/*---------------------------------------------------------------------------* * * i4b_l1.h - isdn4bsd layer 1 header file * --------------------------------------- diff --git a/sys/i4b/layer1/i4b_l1dmux.c b/sys/i4b/layer1/i4b_l1dmux.c index b130593..b1586bb 100644 --- a/sys/i4b/layer1/i4b_l1dmux.c +++ b/sys/i4b/layer1/i4b_l1dmux.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l1dmux.c - isdn4bsd layer 1 driver multiplexer * -------------------------------------------------- diff --git a/sys/i4b/layer1/i4b_l1lib.c b/sys/i4b/layer1/i4b_l1lib.c index 52a7d7e..75e9778 100644 --- a/sys/i4b/layer1/i4b_l1lib.c +++ b/sys/i4b/layer1/i4b_l1lib.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l1lib.c - general useful L1 procedures * ------------------------------------------ diff --git a/sys/i4b/layer1/ifpi/i4b_ifpi_ext.h b/sys/i4b/layer1/ifpi/i4b_ifpi_ext.h index c2d4cdf..127f1e3 100644 --- a/sys/i4b/layer1/ifpi/i4b_ifpi_ext.h +++ b/sys/i4b/layer1/ifpi/i4b_ifpi_ext.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Gary Jennejohn. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpi - Fritz!Card PCI for split layers * ------------------------------------------ diff --git a/sys/i4b/layer1/ifpi/i4b_ifpi_isac.c b/sys/i4b/layer1/ifpi/i4b_ifpi_isac.c index 33aef81..c2cec26 100644 --- a/sys/i4b/layer1/ifpi/i4b_ifpi_isac.c +++ b/sys/i4b/layer1/ifpi/i4b_ifpi_isac.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2000 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpi_isac.c - i4b Fritz PCI ISAC handler * -------------------------------------------- diff --git a/sys/i4b/layer1/ifpi/i4b_ifpi_l1.c b/sys/i4b/layer1/ifpi/i4b_ifpi_l1.c index f8cff9e..84e655a 100644 --- a/sys/i4b/layer1/ifpi/i4b_ifpi_l1.c +++ b/sys/i4b/layer1/ifpi/i4b_ifpi_l1.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2000 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpi_l1.c - AVM Fritz PCI layer 1 handler * --------------------------------------------- diff --git a/sys/i4b/layer1/ifpi/i4b_ifpi_l1fsm.c b/sys/i4b/layer1/ifpi/i4b_ifpi_l1fsm.c index 42ebff6..182a932 100644 --- a/sys/i4b/layer1/ifpi/i4b_ifpi_l1fsm.c +++ b/sys/i4b/layer1/ifpi/i4b_ifpi_l1fsm.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2000 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpi_l1fsm.c - AVM Fritz PCI layer 1 I.430 state machine * ------------------------------------------------------------ diff --git a/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c b/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c index 202707d..d21737d 100644 --- a/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c +++ b/sys/i4b/layer1/ifpi/i4b_ifpi_pci.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Gary Jennejohn. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,8 +27,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpi_pci.c: AVM Fritz!Card PCI hardware driver * -------------------------------------------------- diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_ext.h b/sys/i4b/layer1/ifpi2/i4b_ifpi2_ext.h index 8656924..84f44de 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_ext.h +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_ext.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Gary Jennejohn. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpi2 - Fritz!Card PCI Version 2 for split layers * ------------------------------------------ diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.c b/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.c index 6006cb9..8a58581 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.c +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved. * Copyright (c) 2001 Gary Jennejohn. All rights reserved. * @@ -22,8 +22,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpi2_isac.c - i4b Fritz PCI Version 2 ISACSX handler * -------------------------------------------- diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.h b/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.h index 3747674..4d66905 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.h +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_isacsx.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Gary Jennejohn. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,8 +27,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * $FreeBSD$ * diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c b/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c index eda4d5e..6ad10a8 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved. * Copyright (c) 2001 Gary Jennejohn. All rights reserved. * @@ -22,8 +22,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpi2_l1.c - AVM Fritz PCI Version 2 layer 1 handler * --------------------------------------------- diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1fsm.c b/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1fsm.c index 102a36b..674a054 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1fsm.c +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_l1fsm.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2000 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpi2_l1fsm.c - AVM Fritz PCI layer 1 I.430 state machine * ------------------------------------------------------------ diff --git a/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c b/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c index 89a7c14..17396a0 100644 --- a/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c +++ b/sys/i4b/layer1/ifpi2/i4b_ifpi2_pci.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Gary Jennejohn. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,8 +27,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpi2_pci.c: AVM Fritz!Card PCI hardware driver * -------------------------------------------------- diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c b/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c index e267957..cee08b1 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_avm.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Udo Schweigert. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,8 +27,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpnp_avm.c: AVM Fritz!Card PnP hardware driver * --------------------------------------------------- diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_ext.h b/sys/i4b/layer1/ifpnp/i4b_ifpnp_ext.h index 3b51860..e89dacf 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_ext.h +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_ext.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Gary Jennejohn. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpnp - Fritz!Card PnP for split layers * ------------------------------------------- diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c b/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c index a7ff73e..80d8883 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_isac.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2000 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpnp_isac.c - i4b Fritz PnP ISAC handler * --------------------------------------------- diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c b/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c index 8213c86..a235f8d 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2000 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpnp_l1.c - AVM Fritz PnP layer 1 handler * ---------------------------------------------- diff --git a/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c b/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c index 2584595..6f2eb48 100644 --- a/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c +++ b/sys/i4b/layer1/ifpnp/i4b_ifpnp_l1fsm.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2000 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ifpnp_l1fsm.c - AVM Fritz PnP layer 1 I.430 state machine * ------------------------------------------------------------- diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc.h b/sys/i4b/layer1/ihfc/i4b_ihfc.h index 1036636..f4d7241 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc.h +++ b/sys/i4b/layer1/ihfc/i4b_ihfc.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Hans Petter Selasky. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ihfc.h - ihfc common header file * ------------------------------------ diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c b/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c index 53de963..5cc4e00 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c +++ b/sys/i4b/layer1/ihfc/i4b_ihfc_drv.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Hans Petter Selasky. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ihfc_drv.c - ihfc ISA PnP-bus interface * ------------------------------------------- diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_drv.h b/sys/i4b/layer1/ihfc/i4b_ihfc_drv.h index d0456ad..9ea6720 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc_drv.h +++ b/sys/i4b/layer1/ihfc/i4b_ihfc_drv.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Hans Petter Selasky. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ihfc_drv.h - include file for the HFC-1/S/SP driver * ------------------------------------------------------- diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_ext.h b/sys/i4b/layer1/ihfc/i4b_ihfc_ext.h index 0d1ee44..fde0c87 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc_ext.h +++ b/sys/i4b/layer1/ihfc/i4b_ihfc_ext.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Hans Petter Selasky. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ihfc_ext.h - ihfc common prototypes * --------------------------------------- diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c b/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c index d23eebc..72b2555 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c +++ b/sys/i4b/layer1/ihfc/i4b_ihfc_l1if.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Hans Petter Selasky. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ihfc_l1.c - hfc layer 1 handler * ----------------------------------- diff --git a/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c b/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c index db6a6d8..ef2c76c 100644 --- a/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c +++ b/sys/i4b/layer1/ihfc/i4b_ihfc_pnp.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Hans Petter Selasky. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ihfc_pnp.c - common hfc ISA PnP-bus interface * ------------------------------------------------- diff --git a/sys/i4b/layer1/isic/i4b_asuscom_ipac.c b/sys/i4b/layer1/isic/i4b_asuscom_ipac.c index 0dff30d..ac79f60 100644 --- a/sys/i4b/layer1/isic/i4b_asuscom_ipac.c +++ b/sys/i4b/layer1/isic/i4b_asuscom_ipac.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999 Ari Suutari. All rights reserved. * * Copyright (c) 1997, 2001 Hellmuth Michaelis. All rights reserved. @@ -23,8 +23,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * isic - I4B Siemens ISDN Chipset Driver for Asuscom ISDNlink 128K PnP * ===================================================================== diff --git a/sys/i4b/layer1/isic/i4b_avm_a1.c b/sys/i4b/layer1/isic/i4b_avm_a1.c index d786c1c..3ea7753 100644 --- a/sys/i4b/layer1/isic/i4b_avm_a1.c +++ b/sys/i4b/layer1/isic/i4b_avm_a1.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996 Andrew Gordon. All rights reserved. * * Copyright (c) 1997, 2001 Hellmuth Michaelis. All rights reserved. @@ -29,8 +29,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_avm_a1.c - AVM A1/Fritz passive card driver for isdn4bsd * ------------------------------------------------------------ diff --git a/sys/i4b/layer1/isic/i4b_bchan.c b/sys/i4b/layer1/isic/i4b_bchan.c index 6231914..e43257a 100644 --- a/sys/i4b/layer1/isic/i4b_bchan.c +++ b/sys/i4b/layer1/isic/i4b_bchan.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_bchan.c - B channel handling L1 procedures * ---------------------------------------------- diff --git a/sys/i4b/layer1/isic/i4b_ctx_s0P.c b/sys/i4b/layer1/isic/i4b_ctx_s0P.c index b256d78..e1eb265 100644 --- a/sys/i4b/layer1/isic/i4b_ctx_s0P.c +++ b/sys/i4b/layer1/isic/i4b_ctx_s0P.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * isic - I4B Siemens ISDN Chipset Driver for Creatix/Teles PnP * ============================================================ diff --git a/sys/i4b/layer1/isic/i4b_diva.c b/sys/i4b/layer1/isic/i4b_diva.c index f2b34c8..8bd332a 100644 --- a/sys/i4b/layer1/isic/i4b_diva.c +++ b/sys/i4b/layer1/isic/i4b_diva.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * Eicon Diehl DIVA 2.0 or 2.02 (ISA PnP) support for isic driver * -------------------------------------------------------------- diff --git a/sys/i4b/layer1/isic/i4b_drn_ngo.c b/sys/i4b/layer1/isic/i4b_drn_ngo.c index 51a0170..c4447dc 100644 --- a/sys/i4b/layer1/isic/i4b_drn_ngo.c +++ b/sys/i4b/layer1/isic/i4b_drn_ngo.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_drn_ngo.c - Dr. Neuhaus Niccy GO@ and SAGEM Cybermod * -------------------------------------------------------- diff --git a/sys/i4b/layer1/isic/i4b_dynalink.c b/sys/i4b/layer1/isic/i4b_dynalink.c index 572af57..20fcab4 100644 --- a/sys/i4b/layer1/isic/i4b_dynalink.c +++ b/sys/i4b/layer1/isic/i4b_dynalink.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1998 Martijn Plak. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,8 +27,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * isdn4bsd layer1 driver for Dynalink IS64PH isdn TA * ================================================== diff --git a/sys/i4b/layer1/isic/i4b_elsa_pcc16.c b/sys/i4b/layer1/isic/i4b_elsa_pcc16.c index 81b09bf..7578ad8 100644 --- a/sys/i4b/layer1/isic/i4b_elsa_pcc16.c +++ b/sys/i4b/layer1/isic/i4b_elsa_pcc16.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * isic - I4B driver for ELSA MicroLink ISDN/PCC-16 and ELSA PCFpro * ================================================================ diff --git a/sys/i4b/layer1/isic/i4b_elsa_qs1i.c b/sys/i4b/layer1/isic/i4b_elsa_qs1i.c index fffcd80..4d81bdb 100644 --- a/sys/i4b/layer1/isic/i4b_elsa_qs1i.c +++ b/sys/i4b/layer1/isic/i4b_elsa_qs1i.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * isic - I4B Siemens ISDN Chipset Driver for ELSA Quickstep 1000pro ISA * ===================================================================== diff --git a/sys/i4b/layer1/isic/i4b_elsa_qs1p.c b/sys/i4b/layer1/isic/i4b_elsa_qs1p.c index 25b63c4..a8baf98 100644 --- a/sys/i4b/layer1/isic/i4b_elsa_qs1p.c +++ b/sys/i4b/layer1/isic/i4b_elsa_qs1p.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * isic - I4B Siemens ISDN Chipset Driver for ELSA MicroLink ISDN/PCI * ================================================================== diff --git a/sys/i4b/layer1/isic/i4b_hscx.c b/sys/i4b/layer1/isic/i4b_hscx.c index 1ad81f4..b9055ff 100644 --- a/sys/i4b/layer1/isic/i4b_hscx.c +++ b/sys/i4b/layer1/isic/i4b_hscx.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b - Siemens HSCX chip (B-channel) handling * -------------------------------------------- diff --git a/sys/i4b/layer1/isic/i4b_hscx.h b/sys/i4b/layer1/isic/i4b_hscx.h index d65d2fc..890d6b7 100644 --- a/sys/i4b/layer1/isic/i4b_hscx.h +++ b/sys/i4b/layer1/isic/i4b_hscx.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996, 2000 Gary Jennejohn. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,8 +27,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * $FreeBSD$ * diff --git a/sys/i4b/layer1/isic/i4b_ipac.h b/sys/i4b/layer1/isic/i4b_ipac.h index 8892288..6361b35 100644 --- a/sys/i4b/layer1/isic/i4b_ipac.h +++ b/sys/i4b/layer1/isic/i4b_ipac.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_ipac.h - definitions for the Siemens IPAC PSB2115 chip * ========================================================== diff --git a/sys/i4b/layer1/isic/i4b_isac.c b/sys/i4b/layer1/isic/i4b_isac.c index 0d56b25..fdd37e3 100644 --- a/sys/i4b/layer1/isic/i4b_isac.c +++ b/sys/i4b/layer1/isic/i4b_isac.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_isac.c - i4b siemens isdn chipset driver ISAC handler * --------------------------------------------------------- diff --git a/sys/i4b/layer1/isic/i4b_isac.h b/sys/i4b/layer1/isic/i4b_isac.h index 42c6a5c..7435104 100644 --- a/sys/i4b/layer1/isic/i4b_isac.h +++ b/sys/i4b/layer1/isic/i4b_isac.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996, 2000 Gary Jennejohn. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,8 +27,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * $FreeBSD$ * diff --git a/sys/i4b/layer1/isic/i4b_isic.c b/sys/i4b/layer1/isic/i4b_isic.c index 173d1be..6c16c90 100644 --- a/sys/i4b/layer1/isic/i4b_isic.c +++ b/sys/i4b/layer1/isic/i4b_isic.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_isic.c - global isic stuff * ============================== diff --git a/sys/i4b/layer1/isic/i4b_isic.h b/sys/i4b/layer1/isic/i4b_isic.h index feb06af..de2f787 100644 --- a/sys/i4b/layer1/isic/i4b_isic.h +++ b/sys/i4b/layer1/isic/i4b_isic.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *---------------------------------------------------------------------------* + */ + +/*---------------------------------------------------------------------------* * * i4b_l1.h - isdn4bsd layer 1 header file * --------------------------------------- diff --git a/sys/i4b/layer1/isic/i4b_isic_ext.h b/sys/i4b/layer1/isic/i4b_isic_ext.h index ba5ae4c..ad99114 100644 --- a/sys/i4b/layer1/isic/i4b_isic_ext.h +++ b/sys/i4b/layer1/isic/i4b_isic_ext.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *---------------------------------------------------------------------------* + */ + +/*---------------------------------------------------------------------------* * * i4b_l1.h - isdn4bsd layer 1 header file * --------------------------------------- diff --git a/sys/i4b/layer1/isic/i4b_isic_isa.c b/sys/i4b/layer1/isic/i4b_isic_isa.c index a4f4b1d..f4accd7 100644 --- a/sys/i4b/layer1/isic/i4b_isic_isa.c +++ b/sys/i4b/layer1/isic/i4b_isic_isa.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_isic_isa.c - ISA bus interface * ================================== diff --git a/sys/i4b/layer1/isic/i4b_isic_pnp.c b/sys/i4b/layer1/isic/i4b_isic_pnp.c index acbbc26..562e69a 100644 --- a/sys/i4b/layer1/isic/i4b_isic_pnp.c +++ b/sys/i4b/layer1/isic/i4b_isic_pnp.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1998 Eivind Eklund. All rights reserved. * * Copyright (c) 1998, 1999 German Tischler. All rights reserved. @@ -31,8 +31,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_isic_pnp.c - i4b pnp support * -------------------------------- diff --git a/sys/i4b/layer1/isic/i4b_itk_ix1.c b/sys/i4b/layer1/isic/i4b_itk_ix1.c index c1abe70..efff61b2b 100644 --- a/sys/i4b/layer1/isic/i4b_itk_ix1.c +++ b/sys/i4b/layer1/isic/i4b_itk_ix1.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1998, 1999 Martin Husemann <martin@rumolt.teuto.de> * All rights reserved. * @@ -20,8 +20,9 @@ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_itk_ix1.c - ITK ix1 micro passive card driver for isdn4bsd * -------------------------------------------------------------- diff --git a/sys/i4b/layer1/isic/i4b_l1.c b/sys/i4b/layer1/isic/i4b_l1.c index 0af0ee0..f9c62b3 100644 --- a/sys/i4b/layer1/isic/i4b_l1.c +++ b/sys/i4b/layer1/isic/i4b_l1.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l1.c - isdn4bsd layer 1 handler * ----------------------------------- diff --git a/sys/i4b/layer1/isic/i4b_l1fsm.c b/sys/i4b/layer1/isic/i4b_l1fsm.c index 463a9ab..9ba00d6 100644 --- a/sys/i4b/layer1/isic/i4b_l1fsm.c +++ b/sys/i4b/layer1/isic/i4b_l1fsm.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l1fsm.c - isdn4bsd layer 1 I.430 state machine * -------------------------------------------------- diff --git a/sys/i4b/layer1/isic/i4b_siemens_isurf.c b/sys/i4b/layer1/isic/i4b_siemens_isurf.c index b562d50..50266af 100644 --- a/sys/i4b/layer1/isic/i4b_siemens_isurf.c +++ b/sys/i4b/layer1/isic/i4b_siemens_isurf.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Udo Schweigert. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,8 +27,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * Siemens I-Surf 2.0 PnP specific routines for isic driver * -------------------------------------------------------- diff --git a/sys/i4b/layer1/isic/i4b_sws.c b/sys/i4b/layer1/isic/i4b_sws.c index ba500e4..65d29f8 100644 --- a/sys/i4b/layer1/isic/i4b_sws.c +++ b/sys/i4b/layer1/isic/i4b_sws.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1998, 2000 German Tischler. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,8 +27,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * Card format: * diff --git a/sys/i4b/layer1/isic/i4b_tel_s016.c b/sys/i4b/layer1/isic/i4b_tel_s016.c index cbce4c1..d4f32c1 100644 --- a/sys/i4b/layer1/isic/i4b_tel_s016.c +++ b/sys/i4b/layer1/isic/i4b_tel_s016.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996 Arne Helme. All rights reserved. * Copyright (c) 1996 Gary Jennejohn. All rights reserved. * Copyright (c) 1997, 2001 Hellmuth Michaelis. All rights reserved. @@ -29,8 +29,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * isic - I4B Siemens ISDN Chipset Driver for Teles S0/16 and clones * ================================================================= diff --git a/sys/i4b/layer1/isic/i4b_tel_s0163.c b/sys/i4b/layer1/isic/i4b_tel_s0163.c index 7eca095..4dcc5c4 100644 --- a/sys/i4b/layer1/isic/i4b_tel_s0163.c +++ b/sys/i4b/layer1/isic/i4b_tel_s0163.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996 Arne Helme. All rights reserved. * Copyright (c) 1996 Gary Jennejohn. All rights reserved. * Copyright (c) 1997, 2001 Hellmuth Michaelis. All rights reserved. @@ -29,8 +29,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * isic - I4B Siemens ISDN Chipset Driver for Teles S0/16.3 * ======================================================== diff --git a/sys/i4b/layer1/isic/i4b_tel_s08.c b/sys/i4b/layer1/isic/i4b_tel_s08.c index 13fa732..285530b 100644 --- a/sys/i4b/layer1/isic/i4b_tel_s08.c +++ b/sys/i4b/layer1/isic/i4b_tel_s08.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1996 Arne Helme. All rights reserved. * Copyright (c) 1996 Gary Jennejohn. All rights reserved. * Copyright (c) 1997, 2001 Hellmuth Michaelis. All rights reserved. @@ -29,8 +29,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * isic - I4B Siemens ISDN Chipset Driver for Teles S0/8 and clones * ================================================================ diff --git a/sys/i4b/layer1/isic/i4b_usr_sti.c b/sys/i4b/layer1/isic/i4b_usr_sti.c index c860970..c9be86c 100644 --- a/sys/i4b/layer1/isic/i4b_usr_sti.c +++ b/sys/i4b/layer1/isic/i4b_usr_sti.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_usr_sti.c - USRobotics Sportster ISDN TA intern (Tina-pp) * ------------------------------------------------------------- diff --git a/sys/i4b/layer1/itjc/i4b_hdlc.h b/sys/i4b/layer1/itjc/i4b_hdlc.h index 2508e69..09c8ddd 100644 --- a/sys/i4b/layer1/itjc/i4b_hdlc.h +++ b/sys/i4b/layer1/itjc/i4b_hdlc.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000 Hans Petter Selasky. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_hdlc.h - software-HDLC header file * -------------------------------------- diff --git a/sys/i4b/layer1/itjc/i4b_itjc_ext.h b/sys/i4b/layer1/itjc/i4b_itjc_ext.h index 72631e5..4009dde 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_ext.h +++ b/sys/i4b/layer1/itjc/i4b_itjc_ext.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000, 2001 Sergio Prallon. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_itjc - NetJet PCI for split layers * ------------------------------------------ diff --git a/sys/i4b/layer1/itjc/i4b_itjc_isac.c b/sys/i4b/layer1/itjc/i4b_itjc_isac.c index 030da46..d86bd2b 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_isac.c +++ b/sys/i4b/layer1/itjc/i4b_itjc_isac.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_itjc_isac.c - i4b NetJet-S ISAC handler * -------------------------------------------- diff --git a/sys/i4b/layer1/itjc/i4b_itjc_l1.c b/sys/i4b/layer1/itjc/i4b_itjc_l1.c index c79bf5f..3e9806b 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_l1.c +++ b/sys/i4b/layer1/itjc/i4b_itjc_l1.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_itjc_l1.c - NetJet-S layer 1 handler * --------------------------------------------- diff --git a/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c b/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c index 72a060a..cc6a43d 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c +++ b/sys/i4b/layer1/itjc/i4b_itjc_l1fsm.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_itjc_l1fsm.c - NetJet-S layer 1 I.430 state machine * ------------------------------------------------------------ diff --git a/sys/i4b/layer1/itjc/i4b_itjc_pci.c b/sys/i4b/layer1/itjc/i4b_itjc_pci.c index 7233dac..2033e52 100644 --- a/sys/i4b/layer1/itjc/i4b_itjc_pci.c +++ b/sys/i4b/layer1/itjc/i4b_itjc_pci.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000, 2001 Sergio Prallon. All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -27,8 +27,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_itjc_pci.c: NetJet-S hardware driver * ---------------------------------------- diff --git a/sys/i4b/layer1/iwic/i4b_iwic.h b/sys/i4b/layer1/iwic/i4b_iwic.h index 183bee3..f48811f 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic.h +++ b/sys/i4b/layer1/iwic/i4b_iwic.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Dave Boyce. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_iwic - isdn4bsd Winbond W6692 driver * ---------------------------------------- diff --git a/sys/i4b/layer1/iwic/i4b_iwic_bchan.c b/sys/i4b/layer1/iwic/i4b_iwic_bchan.c index 78a5e37..208615c 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_bchan.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_bchan.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Dave Boyce. All rights reserved. * Copyright (c) 2000, 2001 Hellmuth Michaelis. All rights reserved. * @@ -22,8 +22,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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_iwic - isdn4bsd Winbond W6692 driver * ---------------------------------------- diff --git a/sys/i4b/layer1/iwic/i4b_iwic_dchan.c b/sys/i4b/layer1/iwic/i4b_iwic_dchan.c index 9fb3572..d5a1364 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_dchan.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_dchan.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Dave Boyce. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_iwic - isdn4bsd Winbond W6692 driver * ---------------------------------------- diff --git a/sys/i4b/layer1/iwic/i4b_iwic_ext.h b/sys/i4b/layer1/iwic/i4b_iwic_ext.h index 210731e..0b4389b 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_ext.h +++ b/sys/i4b/layer1/iwic/i4b_iwic_ext.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 2000, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_iwic - isdn4bsd Winbond W6692 driver * ---------------------------------------- diff --git a/sys/i4b/layer1/iwic/i4b_iwic_fsm.c b/sys/i4b/layer1/iwic/i4b_iwic_fsm.c index b901fd3..a3802b7 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_fsm.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_fsm.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Dave Boyce. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_iwic - isdn4bsd Winbond W6692 driver * ---------------------------------------- diff --git a/sys/i4b/layer1/iwic/i4b_iwic_l1if.c b/sys/i4b/layer1/iwic/i4b_iwic_l1if.c index 5257fcf..233a48a 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_l1if.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_l1if.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Dave Boyce. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_iwic - isdn4bsd Winbond W6692 driver * ---------------------------------------- diff --git a/sys/i4b/layer1/iwic/i4b_iwic_pci.c b/sys/i4b/layer1/iwic/i4b_iwic_pci.c index d9d2bcd..862b7f9 100644 --- a/sys/i4b/layer1/iwic/i4b_iwic_pci.c +++ b/sys/i4b/layer1/iwic/i4b_iwic_pci.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Dave Boyce. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_iwic - isdn4bsd Winbond W6692 driver * ---------------------------------------- diff --git a/sys/i4b/layer1/iwic/i4b_w6692.h b/sys/i4b/layer1/iwic/i4b_w6692.h index ec3112f..46e2163 100644 --- a/sys/i4b/layer1/iwic/i4b_w6692.h +++ b/sys/i4b/layer1/iwic/i4b_w6692.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1999, 2000 Dave Boyce. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_iwic - isdn4bsd Winbond W6692 driver * ---------------------------------------- diff --git a/sys/i4b/layer2/i4b_iframe.c b/sys/i4b/layer2/i4b_iframe.c index 8f16ab8..3b4d423 100644 --- a/sys/i4b/layer2/i4b_iframe.c +++ b/sys/i4b/layer2/i4b_iframe.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_iframe.c - i frame handling routines * ------------------------------------------ diff --git a/sys/i4b/layer2/i4b_l2.c b/sys/i4b/layer2/i4b_l2.c index 41ae508..c6bbc91 100644 --- a/sys/i4b/layer2/i4b_l2.c +++ b/sys/i4b/layer2/i4b_l2.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l2.c - ISDN layer 2 (Q.921) * ------------------------------- diff --git a/sys/i4b/layer2/i4b_l2.h b/sys/i4b/layer2/i4b_l2.h index 15c6ef8..cb44c93 100644 --- a/sys/i4b/layer2/i4b_l2.h +++ b/sys/i4b/layer2/i4b_l2.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l2.h - ISDN layer 2 (Q.921) definitions * --------------------------------------------- diff --git a/sys/i4b/layer2/i4b_l2fsm.c b/sys/i4b/layer2/i4b_l2fsm.c index 19f6cdc..57f8b97 100644 --- a/sys/i4b/layer2/i4b_l2fsm.c +++ b/sys/i4b/layer2/i4b_l2fsm.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l2fsm.c - layer 2 FSM * ------------------------- diff --git a/sys/i4b/layer2/i4b_l2fsm.h b/sys/i4b/layer2/i4b_l2fsm.h index 0589560..fe47089 100644 --- a/sys/i4b/layer2/i4b_l2fsm.h +++ b/sys/i4b/layer2/i4b_l2fsm.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l2fsm.h - layer 2 FSM * ------------------------- diff --git a/sys/i4b/layer2/i4b_l2timer.c b/sys/i4b/layer2/i4b_l2timer.c index 91cc0cb..22d3a9a 100644 --- a/sys/i4b/layer2/i4b_l2timer.c +++ b/sys/i4b/layer2/i4b_l2timer.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l2timer.c - layer 2 timer handling * -------------------------------------- diff --git a/sys/i4b/layer2/i4b_lme.c b/sys/i4b/layer2/i4b_lme.c index 052665d..070b7e9 100644 --- a/sys/i4b/layer2/i4b_lme.c +++ b/sys/i4b/layer2/i4b_lme.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_lme.c - layer management entity * ------------------------------------- diff --git a/sys/i4b/layer2/i4b_mbuf.c b/sys/i4b/layer2/i4b_mbuf.c index 8ebb912..9bc0b68 100644 --- a/sys/i4b/layer2/i4b_mbuf.c +++ b/sys/i4b/layer2/i4b_mbuf.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b - mbuf handling support routines * ------------------------------------ diff --git a/sys/i4b/layer2/i4b_sframe.c b/sys/i4b/layer2/i4b_sframe.c index 6b7d30f..d1527fc 100644 --- a/sys/i4b/layer2/i4b_sframe.c +++ b/sys/i4b/layer2/i4b_sframe.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_sframe.c - s frame handling routines * ---------------------------------------- diff --git a/sys/i4b/layer2/i4b_tei.c b/sys/i4b/layer2/i4b_tei.c index 9984d01..b84690a 100644 --- a/sys/i4b/layer2/i4b_tei.c +++ b/sys/i4b/layer2/i4b_tei.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_tei.c - tei handling procedures * ----------------------------------- diff --git a/sys/i4b/layer2/i4b_uframe.c b/sys/i4b/layer2/i4b_uframe.c index c86a8a2..64205e7 100644 --- a/sys/i4b/layer2/i4b_uframe.c +++ b/sys/i4b/layer2/i4b_uframe.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_uframe.c - routines for handling U-frames * ----------------------------------------------- diff --git a/sys/i4b/layer2/i4b_util.c b/sys/i4b/layer2/i4b_util.c index 54ce00d..c935a37 100644 --- a/sys/i4b/layer2/i4b_util.c +++ b/sys/i4b/layer2/i4b_util.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_util.c - layer 2 utility routines * ------------------------------------- diff --git a/sys/i4b/layer3/i4b_l2if.c b/sys/i4b/layer3/i4b_l2if.c index 17d9dfb..9b45405 100644 --- a/sys/i4b/layer3/i4b_l2if.c +++ b/sys/i4b/layer3/i4b_l2if.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l2if.c - Layer 3 interface to Layer 2 * ------------------------------------------- diff --git a/sys/i4b/layer3/i4b_l3.h b/sys/i4b/layer3/i4b_l3.h index 56caf0e..2202993 100644 --- a/sys/i4b/layer3/i4b_l3.h +++ b/sys/i4b/layer3/i4b_l3.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2000 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l3.h - layer 3 header file * ------------------------------ diff --git a/sys/i4b/layer3/i4b_l3fsm.c b/sys/i4b/layer3/i4b_l3fsm.c index 04d8541..32f545b 100644 --- a/sys/i4b/layer3/i4b_l3fsm.c +++ b/sys/i4b/layer3/i4b_l3fsm.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l3fsm.c - layer 3 FSM * ------------------------- diff --git a/sys/i4b/layer3/i4b_l3fsm.h b/sys/i4b/layer3/i4b_l3fsm.h index fbb7c37..b2a5102 100644 --- a/sys/i4b/layer3/i4b_l3fsm.h +++ b/sys/i4b/layer3/i4b_l3fsm.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l3fsm.c - layer 3 FSM * ------------------------- diff --git a/sys/i4b/layer3/i4b_l3timer.c b/sys/i4b/layer3/i4b_l3timer.c index f2f1b1c..04c520a 100644 --- a/sys/i4b/layer3/i4b_l3timer.c +++ b/sys/i4b/layer3/i4b_l3timer.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l3timer.c - timer and timeout handling for layer 3 * ------------------------------------------------------ diff --git a/sys/i4b/layer3/i4b_l4if.c b/sys/i4b/layer3/i4b_l4if.c index 4be2d91..2d3b616 100644 --- a/sys/i4b/layer3/i4b_l4if.c +++ b/sys/i4b/layer3/i4b_l4if.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l4if.c - Layer 3 interface to Layer 4 * ------------------------------------------- diff --git a/sys/i4b/layer3/i4b_q931.c b/sys/i4b/layer3/i4b_q931.c index 338555a..4ee17c2 100644 --- a/sys/i4b/layer3/i4b_q931.c +++ b/sys/i4b/layer3/i4b_q931.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_q931.c - Q931 received messages handling * -------------------------------------------- diff --git a/sys/i4b/layer3/i4b_q931.h b/sys/i4b/layer3/i4b_q931.h index ed5898f..99dc6ef 100644 --- a/sys/i4b/layer3/i4b_q931.h +++ b/sys/i4b/layer3/i4b_q931.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_q931.h - Q931 handling header file * -------------------------------------- diff --git a/sys/i4b/layer3/i4b_q932fac.c b/sys/i4b/layer3/i4b_q932fac.c index 98a361d..118dddc 100644 --- a/sys/i4b/layer3/i4b_q932fac.c +++ b/sys/i4b/layer3/i4b_q932fac.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_q932fac.c - Q932 facility handling * -------------------------------------- diff --git a/sys/i4b/layer3/i4b_q932fac.h b/sys/i4b/layer3/i4b_q932fac.h index c424fa1..ae79155 100644 --- a/sys/i4b/layer3/i4b_q932fac.h +++ b/sys/i4b/layer3/i4b_q932fac.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_q932fac.h - Q932 facility handling header file * -------------------------------------------------- diff --git a/sys/i4b/layer4/i4b_i4bdrv.c b/sys/i4b/layer4/i4b_i4bdrv.c index e80c944..16d0ade 100644 --- a/sys/i4b/layer4/i4b_i4bdrv.c +++ b/sys/i4b/layer4/i4b_i4bdrv.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_i4bdrv.c - i4b userland interface driver * -------------------------------------------- diff --git a/sys/i4b/layer4/i4b_l4.c b/sys/i4b/layer4/i4b_l4.c index 3acc6b0..44a7d40 100644 --- a/sys/i4b/layer4/i4b_l4.c +++ b/sys/i4b/layer4/i4b_l4.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l4.c - kernel interface to userland * ----------------------------------------- diff --git a/sys/i4b/layer4/i4b_l4.h b/sys/i4b/layer4/i4b_l4.h index 46f9aab..b02d9ac 100644 --- a/sys/i4b/layer4/i4b_l4.h +++ b/sys/i4b/layer4/i4b_l4.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2001 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l4.h - kernel interface to userland header file * --------------------------------------------------- diff --git a/sys/i4b/layer4/i4b_l4mgmt.c b/sys/i4b/layer4/i4b_l4mgmt.c index 4715c21..a5cf26b 100644 --- a/sys/i4b/layer4/i4b_l4mgmt.c +++ b/sys/i4b/layer4/i4b_l4mgmt.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. 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. - * - *--------------------------------------------------------------------------- + */ + +/*--------------------------------------------------------------------------- * * i4b_l4mgmt.c - layer 4 calldescriptor management utilites * ----------------------------------------------------------- diff --git a/sys/i4b/layer4/i4b_l4timer.c b/sys/i4b/layer4/i4b_l4timer.c index 72d3572..a63472b 100644 --- a/sys/i4b/layer4/i4b_l4timer.c +++ b/sys/i4b/layer4/i4b_l4timer.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright (c) 1997, 2002 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without |