]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/Message.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / adaptation / Message.h
index 0196ad8cbe49b2725eacd14e595c4c1b80b8bbfe..5c2cbc96015c6ceb5552a8b95886cff067771737 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ * 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.
@@ -42,7 +42,7 @@ public:
     Header *header;   // parsed HTTP status/request line and headers
 
     /// Copy of header->body_pipe, in case somebody moves the original.
-    /// \todo Find and fix the code that moves (if any) and remove this.
+    /// TODO: Find and fix the code that moves (if any) and remove this.
     BodyPipePointer body_pipe;
 
 private: