]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - include/md5.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / include / md5.h
index 4bc5e691973e71c64b195059394f339f1c4670f7..a4273097c191d761afb51003d8be276b09ac107c 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.
+ */
+
 #ifndef SQUID_MD5_H
 #define SQUID_MD5_H
 
@@ -60,3 +68,4 @@ SQUIDCEXTERN void SquidMD5Transform(uint32_t buf[4], uint32_t const in[16]);
 #endif /* HAVE_NETTLE_MD5_H */
 
 #endif /* SQUID_MD5_H */
+