From: Christian Herdtweck Date: Fri, 13 Mar 2015 09:09:36 +0000 (+0100) Subject: give credit to Christopher Kohlhoff (boost asio) and Guilherme Ferreira X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=057e6cc992c1e574efc5e1e5468a87d9165258ab;p=pingcheck give credit to Christopher Kohlhoff (boost asio) and Guilherme Ferreira --- diff --git a/src/icmp/icmpdata.cpp b/src/icmp/icmpdata.cpp index 28d0849..f129508 100644 --- a/src/icmp/icmpdata.cpp +++ b/src/icmp/icmpdata.cpp @@ -18,6 +18,8 @@ on this file might be covered by the GNU General Public License. Christian Herdtweck, Intra2net AG 2015 + Based on an example in Boost Documentation (by Christopher M. Kohlhoff) + and adaptation by Guilherme M. Ferreira */ #include "icmpdata.h" diff --git a/src/icmp/icmpdata.h b/src/icmp/icmpdata.h index 0eeae93..7e92f64 100644 --- a/src/icmp/icmpdata.h +++ b/src/icmp/icmpdata.h @@ -18,6 +18,8 @@ on this file might be covered by the GNU General Public License. Christian Herdtweck, Intra2net AG 2015 + Based on an example in Boost Documentation (by Christopher M. Kohlhoff) + and adaptation by Guilherme M. Ferreira */ #ifndef ICMP_DATA_H diff --git a/src/icmp/icmpdestinationunreachabledata.cpp b/src/icmp/icmpdestinationunreachabledata.cpp index b627b1f..676774f 100644 --- a/src/icmp/icmpdestinationunreachabledata.cpp +++ b/src/icmp/icmpdestinationunreachabledata.cpp @@ -18,6 +18,8 @@ on this file might be covered by the GNU General Public License. Christian Herdtweck, Intra2net AG 2015 + Based on an example in Boost Documentation (by Christopher M. Kohlhoff) + and adaptation by Guilherme M. Ferreira */ #include "icmp/icmpdestinationunreachabledata.h" diff --git a/src/icmp/icmpdestinationunreachabledata.h b/src/icmp/icmpdestinationunreachabledata.h index 22b5b6a..1197e85 100644 --- a/src/icmp/icmpdestinationunreachabledata.h +++ b/src/icmp/icmpdestinationunreachabledata.h @@ -18,6 +18,8 @@ on this file might be covered by the GNU General Public License. Christian Herdtweck, Intra2net AG 2015 + Based on an example in Boost Documentation (by Christopher M. Kohlhoff) + and adaptation by Guilherme M. Ferreira */ diff --git a/src/icmp/icmpechodata.cpp b/src/icmp/icmpechodata.cpp index 06c27bc..9650774 100644 --- a/src/icmp/icmpechodata.cpp +++ b/src/icmp/icmpechodata.cpp @@ -18,6 +18,8 @@ on this file might be covered by the GNU General Public License. Christian Herdtweck, Intra2net AG 2015 + Based on an example in Boost Documentation (by Christopher M. Kohlhoff) + and adaptation by Guilherme M. Ferreira */ #include "icmp/icmpechodata.h" diff --git a/src/icmp/icmpechodata.h b/src/icmp/icmpechodata.h index e3be6eb..c6b865b 100644 --- a/src/icmp/icmpechodata.h +++ b/src/icmp/icmpechodata.h @@ -18,6 +18,8 @@ on this file might be covered by the GNU General Public License. Christian Herdtweck, Intra2net AG 2015 + Based on an example in Boost Documentation (by Christopher M. Kohlhoff) + and adaptation by Guilherme M. Ferreira */ #ifndef ICMP_ECHO_DATA_H diff --git a/src/icmp/icmpheader.cpp b/src/icmp/icmpheader.cpp index 0573ae2..5c1ee24 100644 --- a/src/icmp/icmpheader.cpp +++ b/src/icmp/icmpheader.cpp @@ -18,6 +18,8 @@ on this file might be covered by the GNU General Public License. Christian Herdtweck, Intra2net AG 2015 + Based on an example in Boost Documentation (by Christopher M. Kohlhoff) + and adaptation by Guilherme M. Ferreira */ #include "icmp/icmpheader.h" diff --git a/src/icmp/icmpheader.h b/src/icmp/icmpheader.h index 2bf02ca..540e2e2 100644 --- a/src/icmp/icmpheader.h +++ b/src/icmp/icmpheader.h @@ -18,6 +18,8 @@ on this file might be covered by the GNU General Public License. Christian Herdtweck, Intra2net AG 2015 + Based on an example in Boost Documentation (by Christopher M. Kohlhoff) + and adaptation by Guilherme M. Ferreira */ #ifndef ICMP_HEADER_H diff --git a/src/icmp/icmppacket.cpp b/src/icmp/icmppacket.cpp index 37a776e..95bb8a4 100644 --- a/src/icmp/icmppacket.cpp +++ b/src/icmp/icmppacket.cpp @@ -18,6 +18,8 @@ on this file might be covered by the GNU General Public License. Christian Herdtweck, Intra2net AG 2015 + Based on an example in Boost Documentation (by Christopher M. Kohlhoff) + and adaptation by Guilherme M. Ferreira */ #include "icmp/icmppacket.h" diff --git a/src/icmp/icmppacket.h b/src/icmp/icmppacket.h index f83ae5d..85cec2e 100644 --- a/src/icmp/icmppacket.h +++ b/src/icmp/icmppacket.h @@ -18,6 +18,8 @@ on this file might be covered by the GNU General Public License. Christian Herdtweck, Intra2net AG 2015 + Based on an example in Boost Documentation (by Christopher M. Kohlhoff) + and adaptation by Guilherme M. Ferreira */ #ifndef ICMP_PACKET_H diff --git a/src/icmp/icmppacketfactory.cpp b/src/icmp/icmppacketfactory.cpp index 1b4ccf4..9428dc1 100644 --- a/src/icmp/icmppacketfactory.cpp +++ b/src/icmp/icmppacketfactory.cpp @@ -16,6 +16,10 @@ This exception does not invalidate any other reasons why a work based on this file might be covered by the GNU General Public License. + + Christian Herdtweck, Intra2net AG 2015 + Based on an example in Boost Documentation (by Christopher M. Kohlhoff) + and adaptation by Guilherme M. Ferreira */ #include "icmp/icmppacketfactory.h" diff --git a/src/icmp/icmppacketfactory.h b/src/icmp/icmppacketfactory.h index 9991c74..556f012 100644 --- a/src/icmp/icmppacketfactory.h +++ b/src/icmp/icmppacketfactory.h @@ -16,6 +16,10 @@ This exception does not invalidate any other reasons why a work based on this file might be covered by the GNU General Public License. + + Christian Herdtweck, Intra2net AG 2015 + Based on an example in Boost Documentation (by Christopher M. Kohlhoff) + and adaptation by Guilherme M. Ferreira */ #ifndef ICMP_PACKET_FACTORY_H