]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/Message.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / Message.h
index 85720d54c5a50240acad9534407aabad0ac3ffc2..ba52d82dcb28235f2be092e11d3b37d160a48339 100644 (file)
@@ -1,12 +1,15 @@
-
 /*
- * $Id$
+ * Copyright (C) 1996-2017 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.
  */
 
 #ifndef SQUID__ADAPTATION__MESSAGE_H
 #define SQUID__ADAPTATION__MESSAGE_H
 
-#include "RefCount.h"
+#include "base/RefCount.h"
 
 class HttpMsg;
 class BodyPipe;
@@ -52,3 +55,4 @@ private:
 // TODO: replace ICAPInOut with Adaptation::Message (adding one for "cause")
 
 #endif /* SQUID__ADAPTATION__MESSAGE_H */
+