]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/md5-test.c
SourceFormat Enforcement
[thirdparty/squid.git] / lib / md5-test.c
index 23b1f25e7b100dc4c431f635dbcd249ee67658af..52739744b69d46e2a8b61b6cda2c379973898e8a 100644 (file)
@@ -1,11 +1,13 @@
 /*
- * COMPILE WITH:
- *      gcc -Wall md5-test.c -I../include md5.o
+ * Copyright (C) 1996-2017 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;
 }
+