From 2dff95700f142fa84daec7429caeb9cf370dfd93 Mon Sep 17 00:00:00 2001 From: Matias Fontanini Date: Sun, 13 Jul 2014 11:04:29 -0300 Subject: [PATCH] Updated copyright notice. --- examples/arpmonitor.cpp | 29 +++++++++++++++++++++++++++++ examples/arpspoofing.cpp | 2 +- examples/beacon_display.cpp | 2 +- examples/dns_queries.cpp | 2 +- examples/dns_spoof.cpp | 2 +- examples/portscan.cpp | 2 +- examples/traceroute.cpp | 2 +- examples/wps_detect.cpp | 2 +- include/address_range.h | 2 +- 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/dot11.h | 2 +- include/dot11/dot11_assoc.h | 2 +- include/dot11/dot11_auth.h | 2 +- include/dot11/dot11_base.h | 2 +- include/dot11/dot11_beacon.h | 2 +- include/dot11/dot11_control.h | 2 +- include/dot11/dot11_data.h | 2 +- include/dot11/dot11_mgmt.h | 2 +- include/dot11/dot11_probe.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/handshake_capturer.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/ip_reassembler.h | 2 +- include/ipsec.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_allocator.h | 2 +- include/pdu_cacher.h | 2 +- include/pdu_option.h | 2 +- include/ppi.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/address_range.cpp | 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/dot11/dot11_assoc.cpp | 2 +- src/dot11/dot11_auth.cpp | 2 +- src/dot11/dot11_base.cpp | 2 +- src/dot11/dot11_beacon.cpp | 2 +- src/dot11/dot11_control.cpp | 2 +- src/dot11/dot11_data.cpp | 2 +- src/dot11/dot11_mgmt.cpp | 2 +- src/dot11/dot11_probe.cpp | 2 +- src/dot1q.cpp | 2 +- src/dot3.cpp | 2 +- src/eapol.cpp | 2 +- src/ethernetII.cpp | 2 +- src/handshake_capturer.cpp | 2 +- src/icmp.cpp | 2 +- src/icmpv6.cpp | 2 +- src/internals.cpp | 2 +- src/ip.cpp | 2 +- src/ip_address.cpp | 2 +- src/ip_reassembler.cpp | 2 +- src/ipsec.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/ppi.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 +- 119 files changed, 147 insertions(+), 118 deletions(-) diff --git a/examples/arpmonitor.cpp b/examples/arpmonitor.cpp index 7895a1f..7d9a527 100644 --- a/examples/arpmonitor.cpp +++ b/examples/arpmonitor.cpp @@ -1,3 +1,32 @@ +/* + * Copyright (c) 2014, Matias Fontanini + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * * 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. + * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT + * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR + * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT + * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + * + */ + #include #include #include diff --git a/examples/arpspoofing.cpp b/examples/arpspoofing.cpp index 696f23d..f6b2b39 100644 --- a/examples/arpspoofing.cpp +++ b/examples/arpspoofing.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/beacon_display.cpp b/examples/beacon_display.cpp index bfd38bc..37e9f8a 100644 --- a/examples/beacon_display.cpp +++ b/examples/beacon_display.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/dns_queries.cpp b/examples/dns_queries.cpp index 7cc234a..8327c7c 100644 --- a/examples/dns_queries.cpp +++ b/examples/dns_queries.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/dns_spoof.cpp b/examples/dns_spoof.cpp index 782868f..f44e6cd 100644 --- a/examples/dns_spoof.cpp +++ b/examples/dns_spoof.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/portscan.cpp b/examples/portscan.cpp index 0f69615..ceb74da 100644 --- a/examples/portscan.cpp +++ b/examples/portscan.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/traceroute.cpp b/examples/traceroute.cpp index 8d11d62..a04714e 100644 --- a/examples/traceroute.cpp +++ b/examples/traceroute.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/examples/wps_detect.cpp b/examples/wps_detect.cpp index dede43e..6f690ff 100644 --- a/examples/wps_detect.cpp +++ b/examples/wps_detect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/address_range.h b/include/address_range.h index 279d677..77ee05a 100644 --- a/include/address_range.h +++ b/include/address_range.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/arp.h b/include/arp.h index 5271b12..7d30e67 100644 --- a/include/arp.h +++ b/include/arp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 02c2402..fe142f4 100644 --- a/include/bootp.h +++ b/include/bootp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 5c8bbfd..71c6f94 100644 --- a/include/constants.h +++ b/include/constants.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 c057805..94d703d 100644 --- a/include/crypto.h +++ b/include/crypto.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 cdef52e..486f549 100644 --- a/include/cxxstd.h +++ b/include/cxxstd.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 1aba1f7..5345260 100644 --- a/include/dhcp.h +++ b/include/dhcp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 b9ac2e3..dbfec3d 100644 --- a/include/dhcpv6.h +++ b/include/dhcpv6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 81b32f6..3c9c77f 100644 --- a/include/dns.h +++ b/include/dns.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 1337fa4..2ff00d3 100644 --- a/include/dot11.h +++ b/include/dot11.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dot11/dot11_assoc.h b/include/dot11/dot11_assoc.h index 6f30d3b..1aeceec 100644 --- a/include/dot11/dot11_assoc.h +++ b/include/dot11/dot11_assoc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dot11/dot11_auth.h b/include/dot11/dot11_auth.h index 1f2cce2..ff206f5 100644 --- a/include/dot11/dot11_auth.h +++ b/include/dot11/dot11_auth.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dot11/dot11_base.h b/include/dot11/dot11_base.h index 87d2779..93723df 100644 --- a/include/dot11/dot11_base.h +++ b/include/dot11/dot11_base.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dot11/dot11_beacon.h b/include/dot11/dot11_beacon.h index 7452909..0d0529e 100644 --- a/include/dot11/dot11_beacon.h +++ b/include/dot11/dot11_beacon.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dot11/dot11_control.h b/include/dot11/dot11_control.h index e78f960..b8ac050 100644 --- a/include/dot11/dot11_control.h +++ b/include/dot11/dot11_control.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dot11/dot11_data.h b/include/dot11/dot11_data.h index 2e7cdc7..ef5f013 100644 --- a/include/dot11/dot11_data.h +++ b/include/dot11/dot11_data.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dot11/dot11_mgmt.h b/include/dot11/dot11_mgmt.h index 736b406..006f7fe 100644 --- a/include/dot11/dot11_mgmt.h +++ b/include/dot11/dot11_mgmt.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/dot11/dot11_probe.h b/include/dot11/dot11_probe.h index 74a7e74..34a9896 100644 --- a/include/dot11/dot11_probe.h +++ b/include/dot11/dot11_probe.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 e3c3e96..3f00ed1 100644 --- a/include/dot1q.h +++ b/include/dot1q.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 65c8a28..14ac847 100644 --- a/include/dot3.h +++ b/include/dot3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 d68daad..23bf4e8 100644 --- a/include/eapol.h +++ b/include/eapol.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 aa8d2ae..579c163 100644 --- a/include/endianness.h +++ b/include/endianness.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 e8e55bc..5597f62 100644 --- a/include/ethernetII.h +++ b/include/ethernetII.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 0331da2..be8f0f3 100644 --- a/include/exceptions.h +++ b/include/exceptions.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/handshake_capturer.h b/include/handshake_capturer.h index a1e663a..49ef50f 100644 --- a/include/handshake_capturer.h +++ b/include/handshake_capturer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 8fd0503..63b656e 100644 --- a/include/hw_address.h +++ b/include/hw_address.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 eb025c5..ca25632 100644 --- a/include/icmp.h +++ b/include/icmp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 fa4d86c..93c8199 100644 --- a/include/icmpv6.h +++ b/include/icmpv6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 e192070..00b5541 100644 --- a/include/ieee802_3.h +++ b/include/ieee802_3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 d953413..de03fc8 100644 --- a/include/internals.h +++ b/include/internals.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 9dda366..5023cf1 100644 --- a/include/ip.h +++ b/include/ip.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 206662a..4042486 100644 --- a/include/ip_address.h +++ b/include/ip_address.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/ip_reassembler.h b/include/ip_reassembler.h index cef27ac..1f62a06 100644 --- a/include/ip_reassembler.h +++ b/include/ip_reassembler.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/ipsec.h b/include/ipsec.h index 92ccba6..f924652 100644 --- a/include/ipsec.h +++ b/include/ipsec.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 ce6598f..ac0d908 100644 --- a/include/ipv6.h +++ b/include/ipv6.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 b96c0f6..2bff9a2 100644 --- a/include/ipv6_address.h +++ b/include/ipv6_address.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 37fdc13..b0f168a 100644 --- a/include/llc.h +++ b/include/llc.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 6db07f7..d9b5629 100644 --- a/include/loopback.h +++ b/include/loopback.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 e57048c..d732386 100644 --- a/include/macros.h +++ b/include/macros.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 c9ee55f..ac824df 100644 --- a/include/network_interface.h +++ b/include/network_interface.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 17496ed..1936023 100644 --- a/include/packet.h +++ b/include/packet.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 3588406..c0bd7a2 100644 --- a/include/packet_sender.h +++ b/include/packet_sender.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 e7a65f8..186bd42 100644 --- a/include/packet_writer.h +++ b/include/packet_writer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 792c4c6..da1c7dc 100644 --- a/include/pdu.h +++ b/include/pdu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/pdu_allocator.h b/include/pdu_allocator.h index 7ba1904..cffa2c6 100644 --- a/include/pdu_allocator.h +++ b/include/pdu_allocator.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 4a5e5e6..dfecb8d 100644 --- a/include/pdu_cacher.h +++ b/include/pdu_cacher.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 419c3a3..776fdc1 100644 --- a/include/pdu_option.h +++ b/include/pdu_option.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/include/ppi.h b/include/ppi.h index bfa59ca..b40847e 100644 --- a/include/ppi.h +++ b/include/ppi.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 94bb798..c45271b 100644 --- a/include/pppoe.h +++ b/include/pppoe.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 5258e16..867d534 100644 --- a/include/radiotap.h +++ b/include/radiotap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 841bed7..9f2fba9 100644 --- a/include/rawpdu.h +++ b/include/rawpdu.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 604b766..916acf6 100644 --- a/include/rsn_information.h +++ b/include/rsn_information.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 6051ed6..1f940e1 100644 --- a/include/sll.h +++ b/include/sll.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 7e85835..4927267 100644 --- a/include/small_uint.h +++ b/include/small_uint.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 b5d3764..d68d1e4 100644 --- a/include/snap.h +++ b/include/snap.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 7156ed4..5dbacf2 100644 --- a/include/sniffer.h +++ b/include/sniffer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 52bcf2a..8112b4b 100644 --- a/include/stp.h +++ b/include/stp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 43c3c76..167ea9c 100644 --- a/include/tcp.h +++ b/include/tcp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 e0d2fbc..5789afb 100644 --- a/include/tcp_stream.h +++ b/include/tcp_stream.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 1ba489d..027796c 100644 --- a/include/timestamp.h +++ b/include/timestamp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 5b94e6c..27e0db0 100644 --- a/include/tins.h +++ b/include/tins.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 c059a3f..e8ad311 100644 --- a/include/udp.h +++ b/include/udp.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 5e5dc6d..1c0ee85 100644 --- a/include/utils.h +++ b/include/utils.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/address_range.cpp b/src/address_range.cpp index e4a5cc1..bdb134b 100644 --- a/src/address_range.cpp +++ b/src/address_range.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 1aebb88..970f4b0 100644 --- a/src/arp.cpp +++ b/src/arp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 c986342..c814953 100644 --- a/src/bootp.cpp +++ b/src/bootp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 1f704d2..24aa1f8 100644 --- a/src/crypto.cpp +++ b/src/crypto.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 db194c1..0365e62 100644 --- a/src/dhcp.cpp +++ b/src/dhcp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 2918209..da60d19 100644 --- a/src/dhcpv6.cpp +++ b/src/dhcpv6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 ce2d7f6..bd3b062 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_assoc.cpp b/src/dot11/dot11_assoc.cpp index 38b0df9..b2069b0 100644 --- a/src/dot11/dot11_assoc.cpp +++ b/src/dot11/dot11_assoc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_auth.cpp b/src/dot11/dot11_auth.cpp index 712fd64..ea6a275 100644 --- a/src/dot11/dot11_auth.cpp +++ b/src/dot11/dot11_auth.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_base.cpp b/src/dot11/dot11_base.cpp index 4361789..feb2816 100644 --- a/src/dot11/dot11_base.cpp +++ b/src/dot11/dot11_base.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_beacon.cpp b/src/dot11/dot11_beacon.cpp index f0e1cda..0c64433 100644 --- a/src/dot11/dot11_beacon.cpp +++ b/src/dot11/dot11_beacon.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_control.cpp b/src/dot11/dot11_control.cpp index 2494fdd..facf1b7 100644 --- a/src/dot11/dot11_control.cpp +++ b/src/dot11/dot11_control.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_data.cpp b/src/dot11/dot11_data.cpp index 1667e10..7d70d81 100644 --- a/src/dot11/dot11_data.cpp +++ b/src/dot11/dot11_data.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_mgmt.cpp b/src/dot11/dot11_mgmt.cpp index 8651836..65af0ab 100644 --- a/src/dot11/dot11_mgmt.cpp +++ b/src/dot11/dot11_mgmt.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/dot11/dot11_probe.cpp b/src/dot11/dot11_probe.cpp index 1344157..de2cfef 100644 --- a/src/dot11/dot11_probe.cpp +++ b/src/dot11/dot11_probe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 b4e7f91..d0e045b 100644 --- a/src/dot1q.cpp +++ b/src/dot1q.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 e2bc28e..b7580d5 100644 --- a/src/dot3.cpp +++ b/src/dot3.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 e7d5047..7c4b7a0 100644 --- a/src/eapol.cpp +++ b/src/eapol.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 a336f07..8a10ba2 100644 --- a/src/ethernetII.cpp +++ b/src/ethernetII.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/handshake_capturer.cpp b/src/handshake_capturer.cpp index f673464..0baaa47 100644 --- a/src/handshake_capturer.cpp +++ b/src/handshake_capturer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 44a3d95..fabc31b 100644 --- a/src/icmp.cpp +++ b/src/icmp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 cadce1c..79153f8 100644 --- a/src/icmpv6.cpp +++ b/src/icmpv6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 6201ac1..df2c36d 100644 --- a/src/internals.cpp +++ b/src/internals.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 09e9f65..f55825b 100644 --- a/src/ip.cpp +++ b/src/ip.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 0ee7f7d..14e36e5 100644 --- a/src/ip_address.cpp +++ b/src/ip_address.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ip_reassembler.cpp b/src/ip_reassembler.cpp index c083372..f008ae3 100644 --- a/src/ip_reassembler.cpp +++ b/src/ip_reassembler.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ipsec.cpp b/src/ipsec.cpp index 4926cf9..1747e70 100644 --- a/src/ipsec.cpp +++ b/src/ipsec.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 eccf746..4404964 100644 --- a/src/ipv6.cpp +++ b/src/ipv6.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 09bc63f..e4ab37a 100644 --- a/src/ipv6_address.cpp +++ b/src/ipv6_address.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 6f28e5e..1f07abd 100644 --- a/src/llc.cpp +++ b/src/llc.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 7b52431..c5844a9 100644 --- a/src/loopback.cpp +++ b/src/loopback.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 06d18c8..c919a3e 100644 --- a/src/network_interface.cpp +++ b/src/network_interface.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 5bbddc3..f43f1bc 100644 --- a/src/packet_sender.cpp +++ b/src/packet_sender.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 e06f0b4..b0b6d32 100644 --- a/src/packet_writer.cpp +++ b/src/packet_writer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 916de6e..46eba49 100644 --- a/src/pdu.cpp +++ b/src/pdu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/src/ppi.cpp b/src/ppi.cpp index dbde594..6ead03a 100644 --- a/src/ppi.cpp +++ b/src/ppi.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 39c31c5..c720b64 100644 --- a/src/pppoe.cpp +++ b/src/pppoe.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 2472146..7d639cb 100644 --- a/src/radiotap.cpp +++ b/src/radiotap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 4a617d6..3d4e85b 100644 --- a/src/rawpdu.cpp +++ b/src/rawpdu.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 5c5d3ad..49a5f7c 100644 --- a/src/rsn_information.cpp +++ b/src/rsn_information.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 3a49f0e..acc2735 100644 --- a/src/sll.cpp +++ b/src/sll.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 d872e75..bcb66f5 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 4b4a78a..6a1fa60 100644 --- a/src/sniffer.cpp +++ b/src/sniffer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 214c445..f0358ca 100644 --- a/src/stp.cpp +++ b/src/stp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 7eb24c0..9a3d8b0 100644 --- a/src/tcp.cpp +++ b/src/tcp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 a000ecf..26ef681 100644 --- a/src/tcp_stream.cpp +++ b/src/tcp_stream.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 72c15f5..e77ba3d 100644 --- a/src/udp.cpp +++ b/src/udp.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, 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 8b81dd0..611e35d 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, Matias Fontanini + * Copyright (c) 2014, Matias Fontanini * All rights reserved. * * Redistribution and use in source and binary forms, with or without