]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DiskIO/IpcIo/IpcIoIOStrategy.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / DiskIO / IpcIo / IpcIoIOStrategy.cc
index 1bbcc6a25381ff9d19168f095451832b02ef48ff..30d0f0fc2b31ab32827ea2eedc2bf4df3f7d045a 100644 (file)
@@ -1,7 +1,13 @@
 /*
- * DEBUG: section 47    Store Directory Routines
+ * Copyright (C) 1996-2020 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.
  */
 
+/* DEBUG: section 47    Store Directory Routines */
+
 #include "squid.h"
 #include "IpcIoFile.h"
 #include "IpcIoIOStrategy.h"
@@ -37,3 +43,4 @@ IpcIoIOStrategy::unlinkFile(char const *path)
 {
     unlinkdUnlink(path);
 }
+