]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/Messages.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / Messages.h
index e7e8d07f9b2f6ee8419cd65e3638b5a9fe3e0fc3..c55452bdabbe35704a90ac307aba99b8fb67f1c3 100644 (file)
@@ -1,8 +1,13 @@
 /*
- * DEBUG: section 54    Interprocess Communication
+ * 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.
  */
 
+/* DEBUG: section 54    Interprocess Communication */
+
 #ifndef SQUID_IPC_MESSAGES_H
 #define SQUID_IPC_MESSAGES_H
 
@@ -27,3 +32,4 @@ typedef enum { mtNone = 0, mtRegistration,
 } // namespace Ipc;
 
 #endif /* SQUID_IPC_MESSAGES_H */
+