--- parser3/src/lib/gd/gif.C 2015/04/06 22:27:26 1.8 +++ parser3/src/lib/gd/gif.C 2026/04/25 13:38:46 1.14 @@ -1,8 +1,8 @@ /** @file Parser: image manipulations impl1. - Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) - Author: Alexandr Petrosian (http://paf.design.ru) + Copyright (c) 2001-2026 Art. Lebedev Studio (https://www.artlebedev.com) + Authors: Konstantin Morshnev , Alexandr Petrosian based on: gd Written by Tom Boutell, 5/94. @@ -17,7 +17,7 @@ #include "gif.h" #include "mtables.h" -volatile const char * IDENT_GIF_C="$Id: gif.C,v 1.8 2015/04/06 22:27:26 moko Exp $" IDENT_GIF_H; +volatile const char * IDENT_GIF_C="$Id: gif.C,v 1.14 2026/04/25 13:38:46 moko Exp $" IDENT_GIF_H; //static void BrushApply(int x, int y); //static void TileApply(int x, int y);