]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/icap/Elements.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / adaptation / icap / Elements.cc
index 26de7d8db81a61de6e75066af945c8dd2794f9df..201679ebcff56ddf033d9165ac022ace84c2cf65 100644 (file)
@@ -1,4 +1,12 @@
-#include "squid-old.h"
+/*
+ * 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"
 #include "adaptation/icap/Elements.h"
 
 // TODO: remove this file?
@@ -19,3 +27,4 @@ const XactOutcome xoSatisfied = "ICAP_SAT";
 
 } // namespace Icap
 } // namespace Adaptation
+