]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/md5-test.c
Source Format Enforcement (#763)
[thirdparty/squid.git] / lib / md5-test.c
index c78c99d4152a5efe20037af9ae16fc206c470bf5..cf5b521ecefe065d36d0ebe31d7073c809ce8684 100644 (file)
@@ -1,11 +1,13 @@
 /*
- * COMPILE WITH:
- *      gcc -Wall md5-test.c -I../include md5.o
+ * 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.
  */
 
 #include "squid.h"
 #include "md5.h"
-#include "stdio.h"
 
 static void MDPrint(unsigned char digest[16]);
 static void MDString(char *string);
@@ -46,3 +48,4 @@ main(int argc, char **argv)
              "1234567890123456789012345678901234567890");
     return 0;
 }
+