diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2004-09-17 19:58:03 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2004-09-17 19:58:03 +0000 |
| commit | 0b7925df7399a57e9110ccc1491a08dfe53f36d5 (patch) | |
| tree | 1a0b6304a8558a477cf85eb5b6f90e18af1c4e8b /usr.sbin/flowctl | |
| parent | 6120a003b49f984b6b0086cff17a94c052307e80 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/flowctl')
| -rw-r--r-- | usr.sbin/flowctl/flowctl.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.sbin/flowctl/flowctl.c b/usr.sbin/flowctl/flowctl.c index 3706b66fa3172..b512364ae15c0 100644 --- a/usr.sbin/flowctl/flowctl.c +++ b/usr.sbin/flowctl/flowctl.c @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2004 Gleb Smirnoff <glebius@cell.sick.ru> + * Copyright (c) 2004 Gleb Smirnoff <glebius@FreeBSD.org> * Copyright (c) 2001-2003 Roman V. Palagin <romanp@unshadow.net> * All rights reserved. * @@ -11,13 +11,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by Gleb Smirnoff and - * contributors. - * 4. Neither the name of the author nor the names of its contributors - * may be used to endorse or promote products derived from this software - * without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
