]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/LocalIp.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / acl / LocalIp.cc
index 09fb0e3f4ed4ba6d2678f3abefe48d95c29dbc88..49a1204e7ba6a673b0e6713dd2f7963e60a029af 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 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 @@ ACLLocalIP::clone() const
 {
     return new ACLLocalIP(*this);
 }
+