X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=helpers%2Fnegotiate_auth%2FSSPI%2Fnegotiate_sspi_auth.cc;h=6ec38082e46368625f6dd09909dbfbdefa5e2c06;hb=ca02e0ec4b7e0e7d3dd083dad36f30259ba5b460;hp=72e3396310582a227a09bdef83c56bda00894ffa;hpb=5f623035d3b75e86a6720dc01d18443dd85eff68;p=thirdparty%2Fsquid.git diff --git a/helpers/negotiate_auth/SSPI/negotiate_sspi_auth.cc b/helpers/negotiate_auth/SSPI/negotiate_sspi_auth.cc index 72e3396310..6ec38082e4 100644 --- a/helpers/negotiate_auth/SSPI/negotiate_sspi_auth.cc +++ b/helpers/negotiate_auth/SSPI/negotiate_sspi_auth.cc @@ -1,3 +1,11 @@ +/* + * Copyright (C) 1996-2014 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. + */ + /* * negotiate_sspi_auth: helper for Negotiate Authentication for Squid Cache * @@ -33,9 +41,8 @@ * Version 1.0 * 29-10-2005 Guido Serassio * First release. - * - * */ + #include "squid.h" #include "base64.h" #include "helpers/defines.h"