]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_libicmp.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / stub_libicmp.cc
index 974646889b7a3d99dcedee4c280723718e5b6245..ec88428f5709747f351e8e8e053dd98b31fa0ff7 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #include "squid.h"
 #define STUB_API "icmp/libicmp.la"
 #include "STUB.h"
@@ -29,3 +37,4 @@ void netdbExchangeStart(void *) STUB
 void netdbExchangeUpdatePeer(Ip::Address &, CachePeer *, double, double) STUB
 CachePeer *netdbClosestParent(HttpRequest *) STUB_RETVAL(NULL)
 void netdbHostData(const char *host, int *samp, int *rtt, int *hops) STUB
+