]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/stub_ipc_TypedMsgHdr.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / tests / stub_ipc_TypedMsgHdr.cc
index a3366048c69785bb3f36686dd9f3f0c17e2b816f..3c7ddd6fc587258b2af2fe524bfad8ceffbc209a 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2021 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 "TypedMsgHdr.cc"
@@ -12,3 +20,4 @@ void Ipc::TypedMsgHdr::getFixed(void*, size_t) const STUB
 void Ipc::TypedMsgHdr::putFixed(void const*, size_t) STUB
 void Ipc::TypedMsgHdr::getString(String&) const STUB
 void Ipc::TypedMsgHdr::putString(String const&) STUB
+