Skip to content

Commit be73031

Browse files
committed
Merge pull request appneta#218 from appneta/Info_#217_company_name_update
appneta#217 correct AppNeta company name
2 parents 202b8e8 + 5f7179f commit be73031

File tree

145 files changed

+155
-154
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+155
-154
lines changed

README.md

Lines changed: 1 addition & 1 deletion

docs/CREDIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $Id$
22

33
tcpreplay and it's associated utilities (tcpprep, tcprewrite and flowreplay)
44
were designed and written by Aaron Turner, and maintained and updated by
5-
Fred Klassen of AppNeta Inc.
5+
Fred Klassen of AppNeta
66

77
This product includes software developed by the University of California,
88
Berkeley, Lawrence Berkeley Laboratory and its contributors.

lib/strlcpy.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
3-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
3+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
44
*
55
* The Tcpreplay Suite of tools is free software: you can redistribute it
66
* and/or modify it under the terms of the GNU General Public License as

src/bridge.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/bridge.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/cache.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/cache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/cidr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/cidr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/err.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 2001-2010 Aaron Turner.
99
*
10-
* Copyright (c) 2013-2014 Fred Klassen - AppNeta Inc.
10+
* Copyright (c) 2013-2014 Fred Klassen - AppNeta
1111
*
1212
* Copyright (c) 2000 Dug Song <[email protected]>
1313
*

src/common/err.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Copyright (c) 2001-2010 Aaron Turner.
99
*
10-
* Copyright (c) 2013-2014 Fred Klassen - AppNeta Inc.
10+
* Copyright (c) 2013-2014 Fred Klassen - AppNeta
1111
*
1212
* Copyright (c) 2000 Dug Song <[email protected]>
1313
*

src/common/fakepcap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/fakepcap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/fakepcapnav.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/fakepcapnav.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/flows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
3-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
3+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
44
*
55
* The Tcpreplay Suite of tools is free software: you can redistribute it
66
* and/or modify it under the terms of the GNU General Public License as

src/common/flows.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
3-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
3+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
44
*
55
* The Tcpreplay Suite of tools is free software: you can redistribute it
66
* and/or modify it under the terms of the GNU General Public License as

src/common/get.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/get.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/interface.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/list.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/list.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/mac.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/mac.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/netmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013 Fred Klassen <fklassen at appneta dot com> - AppNeta Inc.
2+
* Copyright (c) 2013 Fred Klassen <fklassen at appneta dot com> - AppNeta
33
*
44
* The Tcpreplay Suite of tools is free software: you can redistribute it
55
* and/or modify it under the terms of the GNU General Public License as

src/common/netmap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2013 Fred Klassen <fklassen at appneta dot com> - AppNeta Inc.
2+
* Copyright (c) 2013 Fred Klassen <fklassen at appneta dot com> - AppNeta
33
*
44
* The Tcpreplay Suite of tools is free software: you can redistribute it
55
* and/or modify it under the terms of the GNU General Public License as

src/common/pcap_dlt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/sendpacket.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/sendpacket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/services.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/services.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/tcpdump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/tcpdump.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/timer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/xX.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/common/xX.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*
44
* Copyright (c) 2001-2010 Aaron Turner <aturner at synfin dot net>
5-
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta Inc.
5+
* Copyright (c) 2013-2014 Fred Klassen <tcpreplay at appneta dot com> - AppNeta
66
*
77
* The Tcpreplay Suite of tools is free software: you can redistribute it
88
* and/or modify it under the terms of the GNU General Public License as

src/config.h.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,8 @@
603603
slash. */
604604
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
605605

606-
/* Define to the sub-directory where libtool stores uninstalled libraries. */
606+
/* Define to the sub-directory in which libtool stores uninstalled libraries.
607+
*/
607608
#undef LT_OBJDIR
608609

609610
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.

src/fragroute/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Copyright (c) 2001, 2002 Dug Song <[email protected]>
33
Copyright (c) 2008 Aaron Turner
4-
Copyright (c) 2013-2014 Fred Klassen - AppNeta Inc.
4+
Copyright (c) 2013-2014 Fred Klassen - AppNeta
55
All rights reserved, all wrongs reversed.
66

77
Redistribution and use in source and binary forms, with or without

src/fragroute/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Please consider all files here under the original fragroute LICENSE, with the
77
added caveat that any changes are:
88

99
Copyright 2008-2010, Aaron Turner
10-
Copyright 2013, Fred Klassen - AppNeta Inc.
10+
Copyright 2013, Fred Klassen - AppNeta
1111

1212
Notes:
1313
Fragroute runs as a daemon which intercepts packets by modifying the host

src/fragroute/fragroute.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2001 Dug Song <[email protected]>
55
* Copyright (c) 2007-2008 Aaron Turner.
6-
* Copyright (c) 2013-2014 Fred Klassen - AppNeta Inc.
6+
* Copyright (c) 2013-2014 Fred Klassen - AppNeta
77
* $Id$
88
*/
99

0 commit comments

Comments
 (0)