]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/AccessLogEntry.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / AccessLogEntry.cc
index 1231391352f861841c2805923a5e74770cf27dfc..22ca54ab83c9a09b327a13b9e166fedaaac6498d 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"
 #include "AccessLogEntry.h"
 #include "HttpReply.h"
@@ -61,3 +69,4 @@ AccessLogEntry::~AccessLogEntry()
     HTTPMSGUNLOCK(icap.request);
 #endif
 }
+