]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/SslError.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / SslError.cc
index 6eae03e67b599d0ac22049c9bc8b014d71912c35..bf82936a0ca99e51e3bc3920e150029649b92602 100644 (file)
@@ -1,7 +1,15 @@
+/*
+ * 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 "acl/Checklist.h"
 #include "acl/SslError.h"
 #include "acl/SslErrorData.h"
-#include "acl/Checklist.h"
 
 int
 ACLSslErrorStrategy::match (ACLData<MatchType> * &data, ACLFilledChecklist *checklist, ACLFlags &)
@@ -16,3 +24,4 @@ ACLSslErrorStrategy::Instance()
 }
 
 ACLSslErrorStrategy ACLSslErrorStrategy::Instance_;
+