X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fshared%2Futils.pas;h=f67317832b7b01cfe5ac49a950304a03ff0ab804;hb=faef8ad22cbb1b4375647136c9ddca6705a8e21f;hp=eab26fb9e07e53fefc6d68377b6e713866c8d94c;hpb=fc76d42fbe216fe663e74c7967c1150e3b2d7a2f;p=d2df-sdl.git diff --git a/src/shared/utils.pas b/src/shared/utils.pas index eab26fb..f673178 100644 --- a/src/shared/utils.pas +++ b/src/shared/utils.pas @@ -1,4 +1,19 @@ -{$MODE DELPHI} +(* Copyright (C) DooM 2D:Forever Developers + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + *) +{$INCLUDE a_modes.inc} unit utils; interface