]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - lib/smblib/find_password.c
SourceFormat Enforcement
[thirdparty/squid.git] / lib / smblib / find_password.c
index 782283f1ca58c510966479641ef8b6fe42a01b2b..410ea6d819b30a07e1e167e692dfe53368ae9c22 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * 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.
+ */
+
 #include "squid.h"
 /* Find passwords ... */
 /* We do it in a brute force way ... Cycle through all the possible passwords
@@ -280,3 +288,4 @@ main(int argc, char *argv[])
     fprintf(stderr, "Passwords exhausted.");
 
 }
+