]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/mem/Page.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / ipc / mem / Page.cc
index 2a31e28cba5cfa1cd30773eb6c4c5db1f57eb372..2e77486c9930b0f021a35d5f2fbb55c06d6390b9 100644 (file)
@@ -1,8 +1,13 @@
 /*
- * DEBUG: section 54    Interprocess Communication
+ * 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 54    Interprocess Communication */
+
 #include "squid.h"
 #include "ipc/mem/Page.h"
 
@@ -12,3 +17,4 @@ std::ostream &Ipc::Mem::operator <<(std::ostream &os, const PageId &page)
 {
     return os << "sh_page" << page.pool << '.' << page.number;
 }
+