]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/SourceIp.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / acl / SourceIp.cc
index 08c7f58f0f8fccc15f5cdb7916245b988480ca8f..bde981c6b585a11563b5bba166403bc7ad15b6fe 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 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.
@@ -29,3 +29,4 @@ ACLSourceIP::clone() const
 {
     return new ACLSourceIP(*this);
 }
+