diff options
| author | Brian Somers <brian@FreeBSD.org> | 2001-11-03 11:37:13 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2001-11-03 11:37:13 +0000 |
| commit | 8c020e51506b7cdce94b5777a210ff80b27e2bed (patch) | |
| tree | 1c76737ebaf6a9133a186b41e6566f09ce1c43cd /lib/libalias | |
| parent | 72da62a8e0c1bfd392fd18b1a65523ce39c2fa03 (diff) | |
Notes
Diffstat (limited to 'lib/libalias')
| -rw-r--r-- | lib/libalias/alias.c | 2 | ||||
| -rw-r--r-- | lib/libalias/alias.h | 2 | ||||
| -rw-r--r-- | lib/libalias/alias_db.c | 2 | ||||
| -rw-r--r-- | lib/libalias/alias_ftp.c | 2 | ||||
| -rw-r--r-- | lib/libalias/alias_irc.c | 2 | ||||
| -rw-r--r-- | lib/libalias/alias_local.h | 2 | ||||
| -rw-r--r-- | lib/libalias/alias_proxy.c | 2 | ||||
| -rw-r--r-- | lib/libalias/alias_util.c | 2 | ||||
| -rw-r--r-- | lib/libalias/libalias.3 | 4 |
9 files changed, 10 insertions, 10 deletions
diff --git a/lib/libalias/alias.c b/lib/libalias/alias.c index 575f369c8fa4..8f8bb0c743bf 100644 --- a/lib/libalias/alias.c +++ b/lib/libalias/alias.c @@ -1,7 +1,7 @@ /* -*- mode: c; tab-width: 8; c-basic-indent: 4; -*- */ /*- - * Copyright (c) 2001 Charles Mott <cmott@scientech.com> + * Copyright (c) 2001 Charles Mott <cm@linktel.net> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libalias/alias.h b/lib/libalias/alias.h index 2d20ace92871..6f4ccdacbc6b 100644 --- a/lib/libalias/alias.h +++ b/lib/libalias/alias.h @@ -1,7 +1,7 @@ /* lint -save -library Flexelint comment for external headers */ /*- - * Copyright (c) 2001 Charles Mott <cmott@scientech.com> + * Copyright (c) 2001 Charles Mott <cm@linktel.net> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libalias/alias_db.c b/lib/libalias/alias_db.c index e15a4cf99497..4eeb8881af57 100644 --- a/lib/libalias/alias_db.c +++ b/lib/libalias/alias_db.c @@ -1,7 +1,7 @@ /* -*- mode: c; tab-width: 8; c-basic-indent: 4; -*- */ /*- - * Copyright (c) 2001 Charles Mott <cmott@scientech.com> + * Copyright (c) 2001 Charles Mott <cm@linktel.net> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libalias/alias_ftp.c b/lib/libalias/alias_ftp.c index 8fe9d82291a6..4bab9d63c83e 100644 --- a/lib/libalias/alias_ftp.c +++ b/lib/libalias/alias_ftp.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2001 Charles Mott <cmott@scientech.com> + * Copyright (c) 2001 Charles Mott <cm@linktel.net> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libalias/alias_irc.c b/lib/libalias/alias_irc.c index 8844ef2b5afd..a18a8fcb1e43 100644 --- a/lib/libalias/alias_irc.c +++ b/lib/libalias/alias_irc.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2001 Charles Mott <cmott@scientech.com> + * Copyright (c) 2001 Charles Mott <cm@linktel.net> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libalias/alias_local.h b/lib/libalias/alias_local.h index 4dd2ab6dfe01..0990defed292 100644 --- a/lib/libalias/alias_local.h +++ b/lib/libalias/alias_local.h @@ -1,7 +1,7 @@ /* -*- mode: c; tab-width: 3; c-basic-offset: 3; -*- */ /*- - * Copyright (c) 2001 Charles Mott <cmott@scientech.com> + * Copyright (c) 2001 Charles Mott <cm@linktel.net> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libalias/alias_proxy.c b/lib/libalias/alias_proxy.c index c009e038993e..397e05bf686a 100644 --- a/lib/libalias/alias_proxy.c +++ b/lib/libalias/alias_proxy.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2001 Charles Mott <cmott@scientech.com> + * Copyright (c) 2001 Charles Mott <cm@linktel.net> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libalias/alias_util.c b/lib/libalias/alias_util.c index 5b25a325b950..fab21b3312f6 100644 --- a/lib/libalias/alias_util.c +++ b/lib/libalias/alias_util.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2001 Charles Mott <cmott@scientech.com> + * Copyright (c) 2001 Charles Mott <cm@linktel.net> * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/lib/libalias/libalias.3 b/lib/libalias/libalias.3 index aa804db4ab74..de675f5cbd57 100644 --- a/lib/libalias/libalias.3 +++ b/lib/libalias/libalias.3 @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2001 Charles Mott <cmott@scientech.com> +.\" Copyright (c) 2001 Charles Mott <cm@linktel.net> .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without @@ -851,7 +851,7 @@ connects to the same external server at the same time, because PPTP requires a single TCP control connection to be established between any two IP addresses. .Sh AUTHORS -.An Charles Mott Aq cmott@scientech.com , +.An Charles Mott Aq cm@linktel.net , versions 1.0 - 1.8, 2.0 - 2.4. .An Eivind Eklund Aq eivind@FreeBSD.org , versions 1.8b, 1.9 and 2.5. |
