]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/md5-test.c
SourceFormat Enforcement
[thirdparty/squid.git] / lib / md5-test.c
index c6fa9f2507859293f43d7bfe3dd5b3549e47d647..52739744b69d46e2a8b61b6cda2c379973898e8a 100644 (file)
@@ -1,15 +1,13 @@
 /*
- * $Id$
- */
-
-/*
- * 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);
@@ -50,3 +48,4 @@ main(int argc, char **argv)
              "1234567890123456789012345678901234567890");
     return 0;
 }
+