]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/digest_auth/file/text_backend.h
Boilerplate: update copyright blurbs on Squid helpers
[thirdparty/squid.git] / helpers / digest_auth / file / text_backend.h
index 63c69c975955376d025aa3b32f6b8446553fde5f..d4efa145c2289e96bed604fef52bc04b894500ed 100644 (file)
@@ -1,22 +1,9 @@
 /*
- * text_backend.h
+ * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
  *
- * AUTHOR: Robert Collins.
- *
- * Example digest authentication backend for Squid,
- *
- * - comment lines are possible and should start with a '#';
- * - empty or blank lines are possible;
- * - file format is username:password
- *
- * This implementation could be improved by using such a triple for
- * the file format.  However storing such a triple does little to
- * improve security: If compromised the username:realm:HA1 combination
- * is "plaintext equivalent" - for the purposes of digest authentication
- * they allow the user access. Password syncronisation is not tackled
- * by digest - just preventing on the wire compromise.
- *
- * Copyright (c) 2003  Robert Collins  <robertc@squid-cache.org>
+ * 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 "digest_common.h"