]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/AnyOf.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / acl / AnyOf.cc
index 845567518ef949857cd01446e2c089bbbde6f017..8d9e7121a4cf02bce1aa58f2a7960a64dbc083ce 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #include "squid.h"
 #include "acl/AnyOf.h"
 
@@ -21,3 +29,4 @@ Acl::AnyOf::parse()
 {
     lineParse();
 }
+