--- parser3/src/targets/isapi/parser3isapi.C 2021/11/08 11:44:21 1.127 +++ parser3/src/targets/isapi/parser3isapi.C 2023/09/26 20:49:11 1.128 @@ -1,11 +1,11 @@ /** @file Parser: IIS extension. - Copyright (c) 2000-2020 Art. Lebedev Studio (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2000-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ -volatile const char * IDENT_PARSER3ISAPI_C="$Id: parser3isapi.C,v 1.127 2021/11/08 11:44:21 moko Exp $"; +volatile const char * IDENT_PARSER3ISAPI_C="$Id: parser3isapi.C,v 1.128 2023/09/26 20:49:11 moko Exp $"; #ifndef _MSC_VER # error compile ISAPI module with MSVC [no urge for now to make it autoconf-ed (PAF)]