From 5064a9255b597f23d5431441ab60597ca4a26926 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Tue, 23 Apr 2013 20:33:00 -0300 Subject: [PATCH] Fixed BSD notice. Updated AUTHORS file. --- AUTHORS | 11 +++++++++-- THANKS | 3 --- include/arp.h | 2 +- include/bootp.h | 2 +- include/constants.h | 2 +- include/crypto.h | 2 +- include/cxxstd.h | 2 +- include/dhcp.h | 2 +- include/dhcpv6.h | 2 +- include/dns.h | 2 +- include/dns_record.h | 2 +- include/dot11.h | 2 +- include/dot1q.h | 2 +- include/dot3.h | 2 +- include/eapol.h | 2 +- include/endianness.h | 2 +- include/ethernetII.h | 2 +- include/exceptions.h | 2 +- include/hw_address.h | 2 +- include/icmp.h | 2 +- include/icmpv6.h | 2 +- include/ieee802_3.h | 2 +- include/internals.h | 2 +- include/ip.h | 2 +- include/ip_address.h | 2 +- include/ipv6.h | 2 +- include/ipv6_address.h | 2 +- include/llc.h | 2 +- include/loopback.h | 2 +- include/macros.h | 2 +- include/network_interface.h | 2 +- include/packet.h | 2 +- include/packet_sender.h | 2 +- include/packet_writer.h | 2 +- include/pdu.h | 2 +- include/pdu_cacher.h | 2 +- include/pdu_option.h | 2 +- include/pppoe.h | 2 +- include/radiotap.h | 2 +- include/rawpdu.h | 2 +- include/rsn_information.h | 2 +- include/sll.h | 2 +- include/small_uint.h | 2 +- include/snap.h | 2 +- include/sniffer.h | 2 +- include/stp.h | 2 +- include/tcp.h | 2 +- include/tcp_stream.h | 2 +- include/timestamp.h | 2 +- include/tins.h | 2 +- include/udp.h | 2 +- include/utils.h | 2 +- src/arp.cpp | 2 +- src/bootp.cpp | 2 +- src/crypto.cpp | 2 +- src/dhcp.cpp | 2 +- src/dhcpv6.cpp | 2 +- src/dns.cpp | 2 +- src/dns_record.cpp | 2 +- src/dot11.cpp | 2 +- src/dot1q.cpp | 2 +- src/dot3.cpp | 2 +- src/eapol.cpp | 2 +- src/ethernetII.cpp | 2 +- src/icmp.cpp | 2 +- src/icmpv6.cpp | 2 +- src/internals.cpp | 2 +- src/ip.cpp | 2 +- src/ip_address.cpp | 2 +- src/ipv6.cpp | 2 +- src/ipv6_address.cpp | 2 +- src/llc.cpp | 2 +- src/loopback.cpp | 2 +- src/network_interface.cpp | 2 +- src/packet_sender.cpp | 2 +- src/packet_writer.cpp | 2 +- src/pdu.cpp | 2 +- src/pppoe.cpp | 2 +- src/radiotap.cpp | 2 +- src/rawpdu.cpp | 2 +- src/rsn_information.cpp | 2 +- src/sll.cpp | 2 +- src/snap.cpp | 2 +- src/sniffer.cpp | 2 +- src/stp.cpp | 2 +- src/tcp.cpp | 2 +- src/tcp_stream.cpp | 2 +- src/udp.cpp | 2 +- src/utils.cpp | 2 +- 89 files changed, 96 insertions(+), 92 deletions(-) diff --git a/AUTHORS b/AUTHORS index bef85b6..ce4aae9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,9 @@ -Matias Fontanini - matias.fontanini@gmail.com -Santiago Alessandri - salessandri@nasel.com.ar +# Below is a list of people and organizations that have contributed source +# code to libtins. Names are listed using the following format: +# +# Name/Organization + +Matias Fontanini +Santiago Alessandri +Bruno Nery +Piotr Haber diff --git a/THANKS b/THANKS index 71b12cc..82ee375 100644 --- a/THANKS +++ b/THANKS @@ -1,7 +1,4 @@ We'd like to thank the following people, who have been of great help through the development of libtins: -- Bruno Nery - For several bug reports and new -feature requests. - - Raúl Benencia - For creating the Debian package. diff --git a/include/arp.h b/include/arp.h index b7e90ad..11cc85e 100644 --- a/include/arp.h +++ b/include/arp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/bootp.h b/include/bootp.h index 08c06c3..9f7bd9f 100644 --- a/include/bootp.h +++ b/include/bootp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/constants.h b/include/constants.h index 3084781..5c8bbfd 100644 --- a/include/constants.h +++ b/include/constants.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/crypto.h b/include/crypto.h index b5de0c8..b0b5b61 100644 --- a/include/crypto.h +++ b/include/crypto.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/cxxstd.h b/include/cxxstd.h index 3dd823e..c7bcce0 100644 --- a/include/cxxstd.h +++ b/include/cxxstd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dhcp.h b/include/dhcp.h index 370f9a7..0a70175 100644 --- a/include/dhcp.h +++ b/include/dhcp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dhcpv6.h b/include/dhcpv6.h index 81313ff..01fa34b 100644 --- a/include/dhcpv6.h +++ b/include/dhcpv6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dns.h b/include/dns.h index f5996b3..76bd07d 100644 --- a/include/dns.h +++ b/include/dns.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dns_record.h b/include/dns_record.h index 1952f56..ff36c18 100644 --- a/include/dns_record.h +++ b/include/dns_record.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dot11.h b/include/dot11.h index cf2685d..2ba0bdb 100644 --- a/include/dot11.h +++ b/include/dot11.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dot1q.h b/include/dot1q.h index 38fad43..5019975 100644 --- a/include/dot1q.h +++ b/include/dot1q.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dot3.h b/include/dot3.h index ae42a9a..65c8a28 100644 --- a/include/dot3.h +++ b/include/dot3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/eapol.h b/include/eapol.h index bf9b555..5cbf50f 100644 --- a/include/eapol.h +++ b/include/eapol.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/endianness.h b/include/endianness.h index 7a11b70..c55c1c0 100644 --- a/include/endianness.h +++ b/include/endianness.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/ethernetII.h b/include/ethernetII.h index 975301a..ba7cf22 100644 --- a/include/ethernetII.h +++ b/include/ethernetII.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/exceptions.h b/include/exceptions.h index 7ad0e4a..670d518 100644 --- a/include/exceptions.h +++ b/include/exceptions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/hw_address.h b/include/hw_address.h index 001ad1c..38d4d51 100644 --- a/include/hw_address.h +++ b/include/hw_address.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/icmp.h b/include/icmp.h index 22e4a7a..efff8cd 100644 --- a/include/icmp.h +++ b/include/icmp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/icmpv6.h b/include/icmpv6.h index 55faa07..c46ea1d 100644 --- a/include/icmpv6.h +++ b/include/icmpv6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/ieee802_3.h b/include/ieee802_3.h index bf373c8..e192070 100644 --- a/include/ieee802_3.h +++ b/include/ieee802_3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/internals.h b/include/internals.h index 4a6321c..520749b 100644 --- a/include/internals.h +++ b/include/internals.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/ip.h b/include/ip.h index 16146db..14e244d 100644 --- a/include/ip.h +++ b/include/ip.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/ip_address.h b/include/ip_address.h index d2f47b9..6ae4877 100644 --- a/include/ip_address.h +++ b/include/ip_address.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/ipv6.h b/include/ipv6.h index 0f8913b..06e289d 100644 --- a/include/ipv6.h +++ b/include/ipv6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/ipv6_address.h b/include/ipv6_address.h index c2be5e9..11856d2 100644 --- a/include/ipv6_address.h +++ b/include/ipv6_address.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/llc.h b/include/llc.h index ac80630..815f374 100644 --- a/include/llc.h +++ b/include/llc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/loopback.h b/include/loopback.h index a36c210..a6b964f 100644 --- a/include/loopback.h +++ b/include/loopback.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/macros.h b/include/macros.h index 5659fa0..368baee 100644 --- a/include/macros.h +++ b/include/macros.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/network_interface.h b/include/network_interface.h index 771585a..c9ee55f 100644 --- a/include/network_interface.h +++ b/include/network_interface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/packet.h b/include/packet.h index 5ca8127..56c0506 100644 --- a/include/packet.h +++ b/include/packet.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/packet_sender.h b/include/packet_sender.h index df2cb6e..aa4ea43 100644 --- a/include/packet_sender.h +++ b/include/packet_sender.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/packet_writer.h b/include/packet_writer.h index 25ed2fa..7c0ad4d 100644 --- a/include/packet_writer.h +++ b/include/packet_writer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/pdu.h b/include/pdu.h index 8d629b2..04819a7 100644 --- a/include/pdu.h +++ b/include/pdu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/pdu_cacher.h b/include/pdu_cacher.h index 20e73cd..4a5e5e6 100644 --- a/include/pdu_cacher.h +++ b/include/pdu_cacher.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/pdu_option.h b/include/pdu_option.h index 4c6f95f..9f51b0e 100644 --- a/include/pdu_option.h +++ b/include/pdu_option.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/pppoe.h b/include/pppoe.h index 97bead2..245ce36 100644 --- a/include/pppoe.h +++ b/include/pppoe.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/radiotap.h b/include/radiotap.h index 99bc6fb..a5a6e1c 100644 --- a/include/radiotap.h +++ b/include/radiotap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/rawpdu.h b/include/rawpdu.h index 32ed3cf..841bed7 100644 --- a/include/rawpdu.h +++ b/include/rawpdu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/rsn_information.h b/include/rsn_information.h index 4bd1d33..1facc1e 100644 --- a/include/rsn_information.h +++ b/include/rsn_information.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/sll.h b/include/sll.h index 5ba7ede..4d6d391 100644 --- a/include/sll.h +++ b/include/sll.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/small_uint.h b/include/small_uint.h index 84d10e6..7e85835 100644 --- a/include/small_uint.h +++ b/include/small_uint.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/snap.h b/include/snap.h index b713607..4f1fae0 100644 --- a/include/snap.h +++ b/include/snap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/sniffer.h b/include/sniffer.h index cb6dbc9..6f4a6e8 100644 --- a/include/sniffer.h +++ b/include/sniffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/stp.h b/include/stp.h index 97974c1..a313b7a 100644 --- a/include/stp.h +++ b/include/stp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tcp.h b/include/tcp.h index 07b1550..3a6c07d 100644 --- a/include/tcp.h +++ b/include/tcp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tcp_stream.h b/include/tcp_stream.h index d1580a2..7b81b3c 100644 --- a/include/tcp_stream.h +++ b/include/tcp_stream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/timestamp.h b/include/timestamp.h index c48cb44..146f5dc 100644 --- a/include/timestamp.h +++ b/include/timestamp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/tins.h b/include/tins.h index d5755e6..a2d6f06 100644 --- a/include/tins.h +++ b/include/tins.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/udp.h b/include/udp.h index 7ceaf76..27943ca 100644 --- a/include/udp.h +++ b/include/udp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/utils.h b/include/utils.h index 46dc30b..bb651a1 100644 --- a/include/utils.h +++ b/include/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/arp.cpp b/src/arp.cpp index 227a759..02bf1bc 100644 --- a/src/arp.cpp +++ b/src/arp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/bootp.cpp b/src/bootp.cpp index 39e00c4..c986342 100644 --- a/src/bootp.cpp +++ b/src/bootp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/crypto.cpp b/src/crypto.cpp index 735a725..8b5d1c2 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dhcp.cpp b/src/dhcp.cpp index 0322814..fc36330 100644 --- a/src/dhcp.cpp +++ b/src/dhcp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dhcpv6.cpp b/src/dhcpv6.cpp index 32cfa92..8f61c30 100644 --- a/src/dhcpv6.cpp +++ b/src/dhcpv6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dns.cpp b/src/dns.cpp index 8dcf89a..2aa00c5 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dns_record.cpp b/src/dns_record.cpp index f92c700..8599ae9 100644 --- a/src/dns_record.cpp +++ b/src/dns_record.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11.cpp b/src/dot11.cpp index 6e9886a..e0e5fa9 100644 --- a/src/dot11.cpp +++ b/src/dot11.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot1q.cpp b/src/dot1q.cpp index 60b9e33..2eb44f0 100644 --- a/src/dot1q.cpp +++ b/src/dot1q.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot3.cpp b/src/dot3.cpp index 1663496..e2bc28e 100644 --- a/src/dot3.cpp +++ b/src/dot3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/eapol.cpp b/src/eapol.cpp index 0ae4f3d..b926f02 100644 --- a/src/eapol.cpp +++ b/src/eapol.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ethernetII.cpp b/src/ethernetII.cpp index e90ebb8..e155be8 100644 --- a/src/ethernetII.cpp +++ b/src/ethernetII.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/icmp.cpp b/src/icmp.cpp index 34b521d..bccb12e 100644 --- a/src/icmp.cpp +++ b/src/icmp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/icmpv6.cpp b/src/icmpv6.cpp index dc12c81..5cd4084 100644 --- a/src/icmpv6.cpp +++ b/src/icmpv6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/internals.cpp b/src/internals.cpp index 676ca50..82905c9 100644 --- a/src/internals.cpp +++ b/src/internals.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ip.cpp b/src/ip.cpp index 9602d03..503b849 100644 --- a/src/ip.cpp +++ b/src/ip.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ip_address.cpp b/src/ip_address.cpp index 30b95ad..6eea9d7 100644 --- a/src/ip_address.cpp +++ b/src/ip_address.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ipv6.cpp b/src/ipv6.cpp index 8782899..983f6db 100644 --- a/src/ipv6.cpp +++ b/src/ipv6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ipv6_address.cpp b/src/ipv6_address.cpp index 68d2d27..3d9ae87 100644 --- a/src/ipv6_address.cpp +++ b/src/ipv6_address.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/llc.cpp b/src/llc.cpp index db3b633..a86557a 100644 --- a/src/llc.cpp +++ b/src/llc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/loopback.cpp b/src/loopback.cpp index f172de4..763200f 100644 --- a/src/loopback.cpp +++ b/src/loopback.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/network_interface.cpp b/src/network_interface.cpp index 76e6fda..a892699 100644 --- a/src/network_interface.cpp +++ b/src/network_interface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/packet_sender.cpp b/src/packet_sender.cpp index b6a41b5..27f7906 100644 --- a/src/packet_sender.cpp +++ b/src/packet_sender.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/packet_writer.cpp b/src/packet_writer.cpp index bd84898..e06f0b4 100644 --- a/src/packet_writer.cpp +++ b/src/packet_writer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pdu.cpp b/src/pdu.cpp index 5c359fc..916de6e 100644 --- a/src/pdu.cpp +++ b/src/pdu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/pppoe.cpp b/src/pppoe.cpp index 42033ce..3cb23a8 100644 --- a/src/pppoe.cpp +++ b/src/pppoe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/radiotap.cpp b/src/radiotap.cpp index da5a87e..f89defb 100644 --- a/src/radiotap.cpp +++ b/src/radiotap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/rawpdu.cpp b/src/rawpdu.cpp index c42500c..4a617d6 100644 --- a/src/rawpdu.cpp +++ b/src/rawpdu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/rsn_information.cpp b/src/rsn_information.cpp index 3197c27..db37016 100644 --- a/src/rsn_information.cpp +++ b/src/rsn_information.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/sll.cpp b/src/sll.cpp index 9dd6301..3a49f0e 100644 --- a/src/sll.cpp +++ b/src/sll.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/snap.cpp b/src/snap.cpp index df99fb5..d872e75 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/sniffer.cpp b/src/sniffer.cpp index f23eb3c..e8f9fc8 100644 --- a/src/sniffer.cpp +++ b/src/sniffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/stp.cpp b/src/stp.cpp index fd6d69c..214c445 100644 --- a/src/stp.cpp +++ b/src/stp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcp.cpp b/src/tcp.cpp index 2cda887..1cab55b 100644 --- a/src/tcp.cpp +++ b/src/tcp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/tcp_stream.cpp b/src/tcp_stream.cpp index efbcfd9..c59779e 100644 --- a/src/tcp_stream.cpp +++ b/src/tcp_stream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/udp.cpp b/src/udp.cpp index ff7055a..526c0aa 100644 --- a/src/udp.cpp +++ b/src/udp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/utils.cpp b/src/utils.cpp index 7712d98..d63996f 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Nasel + * Copyright (c) 2012, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without