]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ftp/Parsing.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / ftp / Parsing.cc
index 7c824d8d3e313a907759d2bc6a7d0eb5ede8ef79..5dee76911103ab0288fd6be44c646c14d9f1c800 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.
@@ -112,3 +112,4 @@ Ftp::UnescapeDoubleQuoted(const char *quotedPath)
     }
     return path.content();
 }
+