From bd56c15f4f4cfb5b794adc798c3d10e2c69970cb Mon Sep 17 00:00:00 2001 From: mattias Date: Sat, 13 Sep 2003 13:28:38 +0000 Subject: [PATCH] added copyright note git-svn-id: trunk@4615 - --- doceditor/doceditor.pas | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/doceditor/doceditor.pas b/doceditor/doceditor.pas index 797d0bfc61..7d384eb6b4 100644 --- a/doceditor/doceditor.pas +++ b/doceditor/doceditor.pas @@ -1,3 +1,36 @@ +{ +/*************************************************************************** + doceditor.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: Mattias Gaertner + + Abstract: + The form for the documentation editor window. + +} unit DocEditor; {$mode objfpc}{$H+}