--- parser3/src/targets/apache/mod_parser3.c 2021/01/20 16:48:34 1.22 +++ parser3/src/targets/apache/mod_parser3.c 2024/11/04 03:53:25 1.24 @@ -1,8 +1,8 @@ /** @file Parser: apache 1.3 and 2.2 module - Copyright (c) 2001-2020 Art. Lebedev Studio (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2001-2024 Art. Lebedev Studio (http://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ #include "httpd.h" @@ -15,7 +15,7 @@ #include "pa_httpd.h" -volatile const char * IDENT_MOD_PARSER3_C="$Id: mod_parser3.c,v 1.22 2021/01/20 16:48:34 moko Exp $" IDENT_PA_HTTPD_H; +volatile const char * IDENT_MOD_PARSER3_C="$Id: mod_parser3.c,v 1.24 2024/11/04 03:53:25 moko Exp $" IDENT_PA_HTTPD_H; #define PARSER3_HANDLER "parser3-handler"