From 057dd3762b93cb814fcbec54c641dbb4b90d3d1e Mon Sep 17 00:00:00 2001 From: inoussa Date: Tue, 12 May 2009 10:48:21 +0000 Subject: [PATCH] Add Copyright notice git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@797 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/wst_consts.pas | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/wst/trunk/wst_consts.pas b/wst/trunk/wst_consts.pas index a4fc79884..826fb5b1f 100644 --- a/wst/trunk/wst_consts.pas +++ b/wst/trunk/wst_consts.pas @@ -1,6 +1,18 @@ -unit wst_consts; +{ + This file is part of the Web Service Toolkit + Copyright (c) 2009 by Inoussa OUEDRAOGO -{$mode objfpc}{$H+} + This file is provide under modified LGPL licence + ( the files COPYING.modifiedLGPL and COPYING.LGPL). + + + 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. +} +{$INCLUDE wst_global.inc} + +unit wst_consts; interface