X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=helpers%2Fdigest_auth%2FeDirectory%2Fldap_backend.h;h=cfcbf4570e213e5e1d1b6665d7a72f99dd3df98b;hb=ca02e0ec4b7e0e7d3dd083dad36f30259ba5b460;hp=669be23f2b3c60be4ee932ecee61391b0a0cd9f7;hpb=5f623035d3b75e86a6720dc01d18443dd85eff68;p=thirdparty%2Fsquid.git diff --git a/helpers/digest_auth/eDirectory/ldap_backend.h b/helpers/digest_auth/eDirectory/ldap_backend.h index 669be23f2b..cfcbf4570e 100644 --- a/helpers/digest_auth/eDirectory/ldap_backend.h +++ b/helpers/digest_auth/eDirectory/ldap_backend.h @@ -1,9 +1,16 @@ /* - * text_backend.h + * 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. + */ + +/* * AUTHOR: Flavio Pescuma. * */ + #include "digest_common.h" extern int LDAPArguments(int argc, char **argv); extern void LDAPHHA1(RequestData * requestData);