From: Christian Herdtweck Date: Mon, 4 May 2015 15:09:04 +0000 (+0200) Subject: remove the footer saying that vim is the best editor -- anyone knows anyway X-Git-Url: http://developer.intra2net.com/git/?p=pingcheck;a=commitdiff_plain;h=da88b133a315a1c3c46d652c21453c1384f10c2e remove the footer saying that vim is the best editor -- anyone knows anyway --- diff --git a/src/dns/dnscache.h b/src/dns/dnscache.h index c165c0d..9268c77 100644 --- a/src/dns/dnscache.h +++ b/src/dns/dnscache.h @@ -91,5 +91,3 @@ typedef boost::shared_ptr DnsCacheItem; #endif -// (created using vim -- the world's best text editor) - diff --git a/src/dns/dnsmaster.h b/src/dns/dnsmaster.h index 3b52cdf..ad26341 100644 --- a/src/dns/dnsmaster.h +++ b/src/dns/dnsmaster.h @@ -139,5 +139,3 @@ private: #endif -// (created using vim -- the world's best text editor) - diff --git a/src/dns/dnsresolver.h b/src/dns/dnsresolver.h index f2d45c3..5ab1fd2 100644 --- a/src/dns/dnsresolver.h +++ b/src/dns/dnsresolver.h @@ -118,5 +118,4 @@ private: }; #endif -// (created using vim -- the world's best text editor) diff --git a/src/dns/ippseudoresolver.h b/src/dns/ippseudoresolver.h index a256a06..0e194b8 100644 --- a/src/dns/ippseudoresolver.h +++ b/src/dns/ippseudoresolver.h @@ -79,5 +79,3 @@ protected: }; #endif -// (created using vim -- the world's best text editor) - diff --git a/src/dns/resolverbase.cpp b/src/dns/resolverbase.cpp index 362b3b9..367f46e 100644 --- a/src/dns/resolverbase.cpp +++ b/src/dns/resolverbase.cpp @@ -123,5 +123,3 @@ void ResolverBase::schedule_callbacks(const bool was_success, } } -// (created using vim -- the world's best text editor) - diff --git a/src/dns/resolverbase.h b/src/dns/resolverbase.h index 5e1fb6f..ee33447 100644 --- a/src/dns/resolverbase.h +++ b/src/dns/resolverbase.h @@ -101,5 +101,3 @@ protected: #endif -// (created using vim -- the world's best text editor) - diff --git a/src/icmp/icmpdata.cpp b/src/icmp/icmpdata.cpp index 791aa5d..828afc2 100644 --- a/src/icmp/icmpdata.cpp +++ b/src/icmp/icmpdata.cpp @@ -146,5 +146,3 @@ std::ostream& operator<<( ) { return data.write( os ); } -// (created using vim -- the world's best text editor) - diff --git a/src/icmp/icmpdata.h b/src/icmp/icmpdata.h index f428b3e..7eef8ae 100644 --- a/src/icmp/icmpdata.h +++ b/src/icmp/icmpdata.h @@ -98,5 +98,3 @@ typedef boost::shared_ptr IcmpDataPtr; #endif -// (created using vim -- the world's best text editor) - diff --git a/src/icmp/icmpdata_pingfailreply.cpp b/src/icmp/icmpdata_pingfailreply.cpp index 118e369..b7f07cf 100644 --- a/src/icmp/icmpdata_pingfailreply.cpp +++ b/src/icmp/icmpdata_pingfailreply.cpp @@ -141,6 +141,3 @@ int IcmpData_PingFailReply::get_icmp_data_offset() const return -1; } - -// (created using vim -- the world's best text editor) - diff --git a/src/icmp/icmpdata_pingfailreply.h b/src/icmp/icmpdata_pingfailreply.h index b0ea405..f342eea 100644 --- a/src/icmp/icmpdata_pingfailreply.h +++ b/src/icmp/icmpdata_pingfailreply.h @@ -89,5 +89,3 @@ protected: #endif -// (created using vim -- the world's best text editor) - diff --git a/src/icmp/icmpdestinationunreachabledata.cpp b/src/icmp/icmpdestinationunreachabledata.cpp index bfb17f4..2645684 100644 --- a/src/icmp/icmpdestinationunreachabledata.cpp +++ b/src/icmp/icmpdestinationunreachabledata.cpp @@ -78,5 +78,3 @@ std::string IcmpDestinationUnreachableData::to_string() const } } -// (created using vim -- the world's best text editor) - diff --git a/src/icmp/icmpdestinationunreachabledata.h b/src/icmp/icmpdestinationunreachabledata.h index 4db1b34..62a9036 100644 --- a/src/icmp/icmpdestinationunreachabledata.h +++ b/src/icmp/icmpdestinationunreachabledata.h @@ -64,5 +64,3 @@ public: #endif -// (created using vim -- the world's best text editor) - diff --git a/src/icmp/icmpechodata.cpp b/src/icmp/icmpechodata.cpp index a520249..c2e327d 100644 --- a/src/icmp/icmpechodata.cpp +++ b/src/icmp/icmpechodata.cpp @@ -108,5 +108,3 @@ std::string IcmpEchoData::to_string() const return buf.str(); } -// (created using vim -- the world's best text editor) - diff --git a/src/icmp/icmpechodata.h b/src/icmp/icmpechodata.h index d408e44..b5a9fed 100644 --- a/src/icmp/icmpechodata.h +++ b/src/icmp/icmpechodata.h @@ -75,5 +75,3 @@ public: #endif -// (created using vim -- the world's best text editor) - diff --git a/src/icmp/icmpheader.cpp b/src/icmp/icmpheader.cpp index 3a2047d..ffc0013 100644 --- a/src/icmp/icmpheader.cpp +++ b/src/icmp/icmpheader.cpp @@ -110,6 +110,3 @@ std::ostream& operator<<( ) { return header.write( os ); } - -// (created using vim -- the world's best text editor) - diff --git a/src/icmp/icmpheader.h b/src/icmp/icmpheader.h index 540e2e2..05cfc6e 100644 --- a/src/icmp/icmpheader.h +++ b/src/icmp/icmpheader.h @@ -73,5 +73,3 @@ protected: #endif -// (created using vim -- the world's best text editor) - diff --git a/src/icmp/icmppacket.cpp b/src/icmp/icmppacket.cpp index fe896b7..873c1b7 100644 --- a/src/icmp/icmppacket.cpp +++ b/src/icmp/icmppacket.cpp @@ -372,5 +372,3 @@ std::string IcmpPacket::to_string() const return buf.str(); } - -// (created using vim -- the world's best text editor) diff --git a/src/icmp/icmppacket.h b/src/icmp/icmppacket.h index a89b50d..2f8a702 100644 --- a/src/icmp/icmppacket.h +++ b/src/icmp/icmppacket.h @@ -125,5 +125,3 @@ typedef boost::shared_ptr IcmpPacketItem; #endif -// (created using vim -- the world's best text editor) - diff --git a/src/icmp/icmptimeexceededdata.cpp b/src/icmp/icmptimeexceededdata.cpp index e778bb9..8cba194 100644 --- a/src/icmp/icmptimeexceededdata.cpp +++ b/src/icmp/icmptimeexceededdata.cpp @@ -75,5 +75,3 @@ std::string IcmpTimeExceededData::to_string() const } } -// (created using vim -- the world's best text editor) - diff --git a/src/icmp/icmptimeexceededdata.h b/src/icmp/icmptimeexceededdata.h index 3f6eef8..a8f0047 100644 --- a/src/icmp/icmptimeexceededdata.h +++ b/src/icmp/icmptimeexceededdata.h @@ -59,5 +59,3 @@ public: #endif -// (created using vim -- the world's best text editor) - diff --git a/src/ip/ipheader.cpp b/src/ip/ipheader.cpp index 379c3d5..d6d38d5 100644 --- a/src/ip/ipheader.cpp +++ b/src/ip/ipheader.cpp @@ -31,5 +31,3 @@ std::string IpHeader::to_string() const return buf.str(); } -// (created using vim -- the world's best text editor) - diff --git a/src/ip/ipheader.h b/src/ip/ipheader.h index f0ad72e..66175d7 100644 --- a/src/ip/ipheader.h +++ b/src/ip/ipheader.h @@ -49,5 +49,3 @@ typedef boost::shared_ptr IpHeaderPtr; #endif -// (created using vim -- the world's best text editor) - diff --git a/src/tools/pcap.cpp b/src/tools/pcap.cpp index d7e1dd3..1ca7a69 100644 --- a/src/tools/pcap.cpp +++ b/src/tools/pcap.cpp @@ -141,5 +141,3 @@ bool consume_single_packet_pcap(std::istream &input_stream) #pragma pack(pop) // restore old value -// (created using vim -- the world's best text editor) - diff --git a/src/tools/pcap.h b/src/tools/pcap.h index 0d3a460..0db4807 100644 --- a/src/tools/pcap.h +++ b/src/tools/pcap.h @@ -75,5 +75,3 @@ bool consume_single_packet_pcap(std::istream &input_stream); #endif -// (created using vim -- the world's best text editor) - diff --git a/test/connd_state.py b/test/connd_state.py index 1f11e12..ca96011 100755 --- a/test/connd_state.py +++ b/test/connd_state.py @@ -281,5 +281,3 @@ def main(): if __name__ == '__main__': main() -# (created using vim -- the world's best text editor) - diff --git a/test/long_term_test.py b/test/long_term_test.py index b9c3756..03559a6 100755 --- a/test/long_term_test.py +++ b/test/long_term_test.py @@ -912,5 +912,3 @@ if __name__ == '__main__': main() logging.shutdown() -# (created using vim -- the world's best text editor) - diff --git a/test/strftimedelta.py b/test/strftimedelta.py index 4596c2a..ef08055 100644 --- a/test/strftimedelta.py +++ b/test/strftimedelta.py @@ -101,5 +101,3 @@ def main(): if __name__ == '__main__': main() -# (created using vim -- the world's best text editor) - diff --git a/test/test_icmppacket.cpp b/test/test_icmppacket.cpp index 0638e5f..692586e 100644 --- a/test/test_icmppacket.cpp +++ b/test/test_icmppacket.cpp @@ -148,5 +148,4 @@ BOOST_AUTO_TEST_CASE( DestinationUnreachable ) } BOOST_AUTO_TEST_SUITE_END() -// (created using vim -- the world's best text editor)