]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testConfigParser.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / testConfigParser.cc
index 962f3eef5903461ec7ec6ed8856056c00bf2e728..1d8ffc82d83576469f17f76f2622b016279d6595 100644 (file)
@@ -1,9 +1,17 @@
+/*
+ * Copyright (C) 1996-2017 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"
 #include "ConfigParser.h"
 #include "event.h"
-#include "Mem.h"
 #include "SquidString.h"
 #include "testConfigParser.h"
+#include "unitTestMain.h"
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testConfigParser);