diff options
author | hm <hm@FreeBSD.org> | 1999-03-07 16:12:47 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 1999-03-07 16:12:47 +0000 |
commit | 36b481d4f3a44d80e63d9ab230c89bdc520fb8c2 (patch) | |
tree | abc3088378a2452b0fa146a0004c2c09e5cffdb7 /usr.sbin/i4b/isdndecode | |
parent | b5deeb6bf1fe0c49cd65fd1140c0935a47d172de (diff) | |
download | FreeBSD-src-36b481d4f3a44d80e63d9ab230c89bdc520fb8c2.zip FreeBSD-src-36b481d4f3a44d80e63d9ab230c89bdc520fb8c2.tar.gz |
update the i4b userland to i4b release 0.71.00
Diffstat (limited to 'usr.sbin/i4b/isdndecode')
-rw-r--r-- | usr.sbin/i4b/isdndecode/decode.h | 6 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/facility.c | 6 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/facility.h | 6 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/isdndecode.8 | 6 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/layer1.c | 6 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/layer2.c | 6 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/layer3.c | 6 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/layer3_subr.c | 6 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/main.c | 6 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/pcause.c | 6 | ||||
-rw-r--r-- | usr.sbin/i4b/isdndecode/pcause.h | 6 |
11 files changed, 33 insertions, 33 deletions
diff --git a/usr.sbin/i4b/isdndecode/decode.h b/usr.sbin/i4b/isdndecode/decode.h index 0eec0ab..0a88ae7 100644 --- a/usr.sbin/i4b/isdndecode/decode.h +++ b/usr.sbin/i4b/isdndecode/decode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,9 +27,9 @@ * decode.h - isdndecode header file * --------------------------------- * - * $Id: decode.h,v 1.4 1998/12/18 17:09:38 hm Exp $ + * $Id: decode.h,v 1.5 1999/02/14 09:44:57 hm Exp $ * - * last edit-date: [Fri Dec 18 18:10:13 1998] + * last edit-date: [Sun Feb 14 10:15:59 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/facility.c b/usr.sbin/i4b/isdndecode/facility.c index 5735abb..183ff50 100644 --- a/usr.sbin/i4b/isdndecode/facility.c +++ b/usr.sbin/i4b/isdndecode/facility.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,9 +27,9 @@ * facility.c - decode Q.932 facilities * ------------------------------------ * - * $Id: facility.c,v 1.2 1998/12/18 17:09:38 hm Exp $ + * $Id: facility.c,v 1.3 1999/02/14 09:44:57 hm Exp $ * - * last edit-date: [Fri Dec 18 18:10:32 1998] + * last edit-date: [Sun Feb 14 10:16:11 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/facility.h b/usr.sbin/i4b/isdndecode/facility.h index 7080c22..2c6475f 100644 --- a/usr.sbin/i4b/isdndecode/facility.h +++ b/usr.sbin/i4b/isdndecode/facility.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,9 +27,9 @@ * facility.h - Q.932 facility header file * --------------------------------------- * - * $Id: facility.h,v 1.2 1998/12/18 17:09:38 hm Exp $ + * $Id: facility.h,v 1.3 1999/02/14 09:44:57 hm Exp $ * - * last edit-date: [Fri Dec 18 18:10:48 1998] + * last edit-date: [Sun Feb 14 10:16:17 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/isdndecode.8 b/usr.sbin/i4b/isdndecode/isdndecode.8 index 8594686..0de016d 100644 --- a/usr.sbin/i4b/isdndecode/isdndecode.8 +++ b/usr.sbin/i4b/isdndecode/isdndecode.8 @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 1998 Hellmuth Michaelis. All rights reserved. +.\" Copyright (c) 1998, 1999 Hellmuth Michaelis. All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions @@ -22,9 +22,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $Id: isdndecode.8,v 1.3 1998/12/18 17:09:38 hm Exp $ +.\" $Id: isdndecode.8,v 1.4 1999/02/14 09:44:57 hm Exp $ .\" -.\" last edit-date: [Fri Dec 18 18:11:31 1998] +.\" last edit-date: [Sun Feb 14 10:16:25 1999] .\" .\" -hm writing manual page .\" diff --git a/usr.sbin/i4b/isdndecode/layer1.c b/usr.sbin/i4b/isdndecode/layer1.c index 8dee4b7..8df7bc5 100644 --- a/usr.sbin/i4b/isdndecode/layer1.c +++ b/usr.sbin/i4b/isdndecode/layer1.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,9 +27,9 @@ * layer1.c - isdndecode, decode and print layer 1 information * ----------------------------------------------------------- * - * $Id: layer1.c,v 1.2 1998/12/18 17:09:38 hm Exp $ + * $Id: layer1.c,v 1.3 1999/02/14 09:44:57 hm Exp $ * - * last edit-date: [Fri Dec 18 18:11:55 1998] + * last edit-date: [Sun Feb 14 10:16:40 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/layer2.c b/usr.sbin/i4b/isdndecode/layer2.c index b7997dd..20ce9cb 100644 --- a/usr.sbin/i4b/isdndecode/layer2.c +++ b/usr.sbin/i4b/isdndecode/layer2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,9 +27,9 @@ * layer2.c - decode and print layer 2 (Q.921) information * ------------------------------------------------------- * - * $Id: layer2.c,v 1.3 1998/12/18 17:09:38 hm Exp $ + * $Id: layer2.c,v 1.4 1999/02/14 09:44:57 hm Exp $ * - * last edit-date: [Fri Dec 18 18:12:09 1998] + * last edit-date: [Sun Feb 14 10:16:46 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/layer3.c b/usr.sbin/i4b/isdndecode/layer3.c index 6376a13..1542c10 100644 --- a/usr.sbin/i4b/isdndecode/layer3.c +++ b/usr.sbin/i4b/isdndecode/layer3.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,9 +27,9 @@ * layer3.c - decode and print layer 3 (Q.931) information * ------------------------------------------------------- * - * $Id: layer3.c,v 1.5 1998/12/18 17:09:38 hm Exp $ + * $Id: layer3.c,v 1.6 1999/02/14 09:44:57 hm Exp $ * - * last edit-date: [Fri Dec 18 18:12:21 1998] + * last edit-date: [Sun Feb 14 10:16:52 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/layer3_subr.c b/usr.sbin/i4b/isdndecode/layer3_subr.c index e1480b6..78671c5 100644 --- a/usr.sbin/i4b/isdndecode/layer3_subr.c +++ b/usr.sbin/i4b/isdndecode/layer3_subr.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,9 +27,9 @@ * layer3_subr.c - subroutines for IE decoding * ------------------------------------------- * - * $Id: layer3_subr.c,v 1.4 1998/12/18 17:09:38 hm Exp $ + * $Id: layer3_subr.c,v 1.5 1999/02/14 09:44:57 hm Exp $ * - * last edit-date: [Fri Dec 18 18:12:37 1998] + * last edit-date: [Sun Feb 14 10:16:58 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/main.c b/usr.sbin/i4b/isdndecode/main.c index a73d708..fd3774a 100644 --- a/usr.sbin/i4b/isdndecode/main.c +++ b/usr.sbin/i4b/isdndecode/main.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,9 +27,9 @@ * main.c - isdndecode main program file * ------------------------------------- * - * $Id: main.c,v 1.6 1998/12/18 17:09:38 hm Exp $ + * $Id: main.c,v 1.7 1999/02/14 09:44:57 hm Exp $ * - * last edit-date: [Fri Dec 18 18:12:52 1998] + * last edit-date: [Sun Feb 14 10:17:04 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/pcause.c b/usr.sbin/i4b/isdndecode/pcause.c index 9c5535e..c2b28b1 100644 --- a/usr.sbin/i4b/isdndecode/pcause.c +++ b/usr.sbin/i4b/isdndecode/pcause.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,9 +27,9 @@ * pcause.c - printing cause values * -------------------------------- * - * $Id: pcause.c,v 1.3 1998/12/23 10:03:55 hm Exp $ + * $Id: pcause.c,v 1.4 1999/02/14 09:44:57 hm Exp $ * - * last edit-date: [Wed Dec 23 10:59:54 1998] + * last edit-date: [Sun Feb 14 10:17:10 1999] * *---------------------------------------------------------------------------*/ diff --git a/usr.sbin/i4b/isdndecode/pcause.h b/usr.sbin/i4b/isdndecode/pcause.h index 6b6627b..765bc3a 100644 --- a/usr.sbin/i4b/isdndecode/pcause.h +++ b/usr.sbin/i4b/isdndecode/pcause.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1998 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,9 +27,9 @@ * pcause.h - Q.850 causes definitions * ----------------------------------- * - * $Id: pcause.h,v 1.2 1998/12/18 17:09:38 hm Exp $ + * $Id: pcause.h,v 1.3 1999/02/14 09:44:57 hm Exp $ * - * last edit-date: [Fri Dec 18 18:13:23 1998] + * last edit-date: [Sun Feb 14 10:17:15 1999] * *---------------------------------------------------------------------------*/ |