]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - helpers/digest_auth/file/digest_common.h
SourceFormat Enforcement
[thirdparty/squid.git] / helpers / digest_auth / file / digest_common.h
index e210f7bf2d79a1627dc6fa71c7bc39764899c86c..f851032e4e4554fcbcd42aa025b30e02e7e33da7 100644 (file)
@@ -1,11 +1,13 @@
 /*
- * digest_common.h
- *
- * AUTHOR: Robert Collins.
+ * Copyright (C) 1996-2015 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.
+ */
+
+/*
  * Digest helper API details.
- *
- * Copyright (c) 2003  Robert Collins  <robertc@squid-cache.org>
  */
 
 #ifndef SQUID_DIGEST_COMMON_H_
@@ -45,3 +47,4 @@ typedef void HandleArguments(int, char **);
 typedef void HHA1Creator(RequestData *);
 
 #endif /* SQUID_DIGEST_COMMON_H_ */
+