]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/strnrchr.c
Source Format Enforcement (#532)
[thirdparty/squid.git] / compat / strnrchr.c
index 6a46af4a95f8be85b6694826102172f1ede254ad..d61559f886dabe361cd19523ec2fda252e16b58e 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.
@@ -22,3 +22,4 @@ strnrchr(const char *s, size_t count, int c)
     }
     return rv;
 }
+