From ecd98001b4dda6abdd7406cf0f11c6047f852d11 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 3 Apr 2003 20:15:39 +0000 Subject: [PATCH] added copyright note git-svn-id: trunk@4010 - --- designer/menueditorform.pas | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/designer/menueditorform.pas b/designer/menueditorform.pas index 84560b03c4..470370d6e9 100644 --- a/designer/menueditorform.pas +++ b/designer/menueditorform.pas @@ -1,3 +1,34 @@ +{ $Id$ } +{ + /*************************************************************************** + menueditorform.pas + ------------------ + + + ***************************************************************************/ + + *************************************************************************** + * * + * This source 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 2 of the License, or * + * (at your option) any later version. * + * * + * This code 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. * + * * + * A copy of the GNU General Public License is available on the World * + * Wide Web at . You can also * + * obtain it by writing to the Free Software Foundation, * + * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * * + *************************************************************************** + + Author: Martin Patik + +} unit MenuEditorForm; {$mode objfpc}{$H+}