]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/comm/Write.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / comm / Write.cc
index 76b0b3cb3c9d4890201e9e66d7a98210e5400204..4a853e20888e54488cb8e71f10dbbb374b72bde8 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 "comm/Connection.h"
 #include "comm/IoCallback.h"
@@ -152,3 +160,4 @@ Comm::HandleWrite(int fd, void *data)
 
     PROF_stop(commHandleWrite);
 }
+