]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/FdNotes.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / ipc / FdNotes.h
index 8367a4f72665844521dbf1bbca89d20944a7d7c3..e9792a25084e7ed9529547b4a239e4e215227664 100644 (file)
@@ -1,8 +1,13 @@
 /*
- * DEBUG: section 54    Interprocess Communication
+ * Copyright (C) 1996-2021 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 */
+
 #ifndef SQUID_IPC_FD_NOTES_H
 #define SQUID_IPC_FD_NOTES_H
 
@@ -24,3 +29,4 @@ const char *FdNote(int fdNodeId); ///< converts FdNoteId into a string
 } // namespace Ipc;
 
 #endif /* SQUID_IPC_FD_NOTES_H */
+