|
1 | 1 | /* $Id$ */ |
2 | 2 |
|
3 | 3 | /* |
4 | | - * Copyright (c) 2001-2010 Aaron Turner. |
5 | | - * All rights reserved. |
| 4 | + * Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net> |
| 5 | + * Copyright (c) 2013 Fred Klassen <fklassen at appneta dot com> - AppNeta Inc. |
6 | 6 | * |
7 | | - * Redistribution and use in source and binary forms, with or without |
8 | | - * modification, are permitted provided that the following conditions |
9 | | - * are met: |
| 7 | + * The Tcpreplay Suite of tools is free software: you can redistribute it |
| 8 | + * and/or modify it under the terms of the GNU General Public License as |
| 9 | + * published by the Free Software Foundation, either version 3 of the |
| 10 | + * License, or with the authors permission any later version. |
10 | 11 | * |
11 | | - * 1. Redistributions of source code must retain the above copyright |
12 | | - * notice, this list of conditions and the following disclaimer. |
13 | | - * 2. Redistributions in binary form must reproduce the above copyright |
14 | | - * notice, this list of conditions and the following disclaimer in the |
15 | | - * documentation and/or other materials provided with the distribution. |
16 | | - * 3. Neither the names of the copyright owners nor the names of its |
17 | | - * contributors may be used to endorse or promote products derived from |
18 | | - * this software without specific prior written permission. |
| 12 | + * The Tcpreplay Suite is distributed in the hope that it will be useful, |
| 13 | + * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 14 | + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 15 | + * GNU General Public License for more details. |
19 | 16 | * |
20 | | - * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED |
21 | | - * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
22 | | - * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
23 | | - * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY |
24 | | - * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
25 | | - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE |
26 | | - * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
27 | | - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER |
28 | | - * IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
29 | | - * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
30 | | - * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 17 | + * You should have received a copy of the GNU General Public License |
| 18 | + * along with the Tcpreplay Suite. If not, see <http://www.gnu.org/licenses/>. |
31 | 19 | */ |
32 | 20 |
|
33 | 21 | #include "config.h" |
|
0 commit comments