diff options
author | imp <imp@FreeBSD.org> | 2005-01-06 22:18:23 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-01-06 22:18:23 +0000 |
commit | 8d58b9df12c91ca0ca53c8b0332657873656e436 (patch) | |
tree | a6d1ddf2792d6da23bb57c2090c14c8b106756f4 /sys/i4b/layer2/i4b_tei.c | |
parent | 3a5dc12cb237e705106720976cd3daabeb980e2f (diff) | |
download | FreeBSD-src-8d58b9df12c91ca0ca53c8b0332657873656e436.zip FreeBSD-src-8d58b9df12c91ca0ca53c8b0332657873656e436.tar.gz |
/* -> /*- for copyright notices, minor format tweaks as necessary
Diffstat (limited to 'sys/i4b/layer2/i4b_tei.c')
-rw-r--r-- | sys/i4b/layer2/i4b_tei.c | 7 |
1 files changed, 4 insertions, 3 deletions
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 * ----------------------------------- |