]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ip/Intercept.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / ip / Intercept.h
index 7d1eec2d5e61a3bcd19258fd0b980aa272cf45fe..21c320d2548a4cb09bb871aafd6a28e652ae177f 100644 (file)
@@ -1,9 +1,13 @@
 /*
- * DEBUG: section 89    NAT / IP Interception
- * AUTHOR: Robert Collins
- * AUTHOR: Amos Jeffries
+ * 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.
  */
+
+/* DEBUG: section 89    NAT / IP Interception */
+
 #ifndef SQUID_IP_IPINTERCEPT_H
 #define SQUID_IP_IPINTERCEPT_H
 
@@ -44,7 +48,7 @@ public:
     bool ProbeForTproxy(Address &test);
 
     /**
-     \retval 0 Full transparency is disabled.
+     \retval 0  Full transparency is disabled.
      \retval 1  Full transparency is enabled and active.
      */
     inline int TransparentActive() { return transparentActive_; };
@@ -65,7 +69,7 @@ public:
     void StopTransparency(const char *str);
 
     /**
-     \retval 0 IP Interception is disabled.
+     \retval 0  IP Interception is disabled.
      \retval 1  IP Interception is enabled and active.
      */
     inline int InterceptActive() { return interceptActive_; };
@@ -152,3 +156,4 @@ extern Intercept Interceptor;
 } // namespace Ip
 
 #endif /* SQUID_IP_IPINTERCEPT_H */
+