--- parser3/src/include/pa_string.h 2020/12/15 17:10:32 1.228 +++ parser3/src/include/pa_string.h 2023/09/26 20:49:07 1.229 @@ -1,14 +1,14 @@ /** @file Parser: string class decl. - Copyright (c) 2001-2020 Art. Lebedev Studio (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2001-2023 Art. Lebedev Studio (http://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian */ #ifndef PA_STRING_H #define PA_STRING_H -#define IDENT_PA_STRING_H "$Id: pa_string.h,v 1.228 2020/12/15 17:10:32 moko Exp $" +#define IDENT_PA_STRING_H "$Id: pa_string.h,v 1.229 2023/09/26 20:49:07 moko Exp $" // includes #include "pa_types.h"