From 2ed47823d71f2afd42e8474a9ee98229b89bc3d7 Mon Sep 17 00:00:00 2001 From: inoussa Date: Mon, 29 Aug 2011 03:02:43 +0000 Subject: [PATCH] update date to 2011 git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1857 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/ws_helper/ws_helper_prog.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wst/trunk/ws_helper/ws_helper_prog.inc b/wst/trunk/ws_helper/ws_helper_prog.inc index 2d5d185c2..284e8d02d 100644 --- a/wst/trunk/ws_helper/ws_helper_prog.inc +++ b/wst/trunk/ws_helper/ws_helper_prog.inc @@ -18,7 +18,7 @@ resourcestring ' -y Generate easy access interface for wrapped parameters' + sNEW_LINE + ' -d Generate documentation as comment in the interface file' + sNEW_LINE + ' -f Specify unit(s) renaming option : oldName= NewName(;oldName= NewName)* '; - sCOPYRIGHT = 'ws_helper, Web Service Toolkit 0.6 Copyright (c) 2006, 2007, 2008 by Inoussa OUEDRAOGO'; + sCOPYRIGHT = 'ws_helper, Web Service Toolkit 0.6 Copyright (c) 2006, 2007, 2008, 2009, 2010,2011 by Inoussa OUEDRAOGO'; type TSourceFileType = ( sftPascal, sftWSDL, sftXsd );