From 041a6b2a369d7fc168b162231809d419c4e192ac Mon Sep 17 00:00:00 2001 From: inoussa Date: Sat, 3 May 2014 16:34:30 +0000 Subject: [PATCH] License change : All the code in WST is now using the FPC' RTL license (modified LGPL see COPYING.modifiedLGPL) git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2997 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- wst/trunk/ws_helper/command_line_parser.pas | 18 ++++++------------ wst/trunk/ws_helper/generator.pas | 18 ++++++------------ wst/trunk/ws_helper/locators.pas | 2 +- wst/trunk/ws_helper/logger_intf.pas | 2 +- wst/trunk/ws_helper/metadata_generator.pas | 18 ++++++------------ wst/trunk/ws_helper/parserutils.pas | 18 ++++++------------ wst/trunk/ws_helper/pascal_parser_intf.pas | 2 +- wst/trunk/ws_helper/source_utils.pas | 18 ++++++------------ wst/trunk/ws_helper/ws_helper.pas | 18 ++++++------------ wst/trunk/ws_helper/ws_helper_prog.inc | 13 ++++++++++++- wst/trunk/ws_helper/ws_parser_imp.pas | 2 +- wst/trunk/ws_helper/wsdl_generator.pas | 2 +- wst/trunk/ws_helper/wsdl_parser.pas | 2 +- wst/trunk/ws_helper/wst_resources_utils.pas | 12 ++++++++++++ wst/trunk/ws_helper/xsd_consts.pas | 18 ++++++------------ wst/trunk/ws_helper/xsd_generator.pas | 2 +- wst/trunk/ws_helper/xsd_parser.pas | 2 +- 17 files changed, 74 insertions(+), 93 deletions(-) diff --git a/wst/trunk/ws_helper/command_line_parser.pas b/wst/trunk/ws_helper/command_line_parser.pas index 3f7253aa8..d1133a282 100644 --- a/wst/trunk/ws_helper/command_line_parser.pas +++ b/wst/trunk/ws_helper/command_line_parser.pas @@ -1,20 +1,14 @@ { - This unit is part of the Web Service Toolkit - Copyright (c) 2006 by Inoussa OUEDRAOGO + This file is part of the Web Service Toolkit + Copyright (c) 2006-2014 by Inoussa OUEDRAOGO + + This file is provide under modified LGPL licence + ( the files COPYING.modifiedLGPL and COPYING.LGPL). - 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 2 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, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. } {$INCLUDE wst_global.inc} unit command_line_parser; diff --git a/wst/trunk/ws_helper/generator.pas b/wst/trunk/ws_helper/generator.pas index 5ef24f54a..5d2491bba 100644 --- a/wst/trunk/ws_helper/generator.pas +++ b/wst/trunk/ws_helper/generator.pas @@ -1,20 +1,14 @@ { - This unit is part of the Web Service Toolkit - Copyright (c) 2006 by Inoussa OUEDRAOGO + This file is part of the Web Service Toolkit + Copyright (c) 2006-2014 by Inoussa OUEDRAOGO + + This file is provide under modified LGPL licence + ( the files COPYING.modifiedLGPL and COPYING.LGPL). - 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 2 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, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. } {$INCLUDE wst_global.inc} diff --git a/wst/trunk/ws_helper/locators.pas b/wst/trunk/ws_helper/locators.pas index 9d6d90a0d..fe33f84fc 100644 --- a/wst/trunk/ws_helper/locators.pas +++ b/wst/trunk/ws_helper/locators.pas @@ -1,6 +1,6 @@ { This file is part of the Web Service Toolkit - Copyright (c) 2009 by Inoussa OUEDRAOGO + Copyright (c) 2009-2014 by Inoussa OUEDRAOGO This file is provide under modified LGPL licence ( the files COPYING.modifiedLGPL and COPYING.LGPL). diff --git a/wst/trunk/ws_helper/logger_intf.pas b/wst/trunk/ws_helper/logger_intf.pas index 5d02a71ee..16853f30e 100644 --- a/wst/trunk/ws_helper/logger_intf.pas +++ b/wst/trunk/ws_helper/logger_intf.pas @@ -1,6 +1,6 @@ { This file is part of the Web Service Toolkit - Copyright (c) 2007 by Inoussa OUEDRAOGO + Copyright (c) 2007-2014 by Inoussa OUEDRAOGO This file is provide under modified LGPL licence ( the files COPYING.modifiedLGPL and COPYING.LGPL). diff --git a/wst/trunk/ws_helper/metadata_generator.pas b/wst/trunk/ws_helper/metadata_generator.pas index 53e1d17cb..b78f69fe8 100644 --- a/wst/trunk/ws_helper/metadata_generator.pas +++ b/wst/trunk/ws_helper/metadata_generator.pas @@ -1,20 +1,14 @@ { - This unit is part of the Web Service Toolkit - Copyright (c) 2006 by Inoussa OUEDRAOGO + This file is part of the Web Service Toolkit + Copyright (c) 2006-2014 by Inoussa OUEDRAOGO + + This file is provide under modified LGPL licence + ( the files COPYING.modifiedLGPL and COPYING.LGPL). - 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 2 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, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. } {$INCLUDE wst_global.inc} unit metadata_generator; diff --git a/wst/trunk/ws_helper/parserutils.pas b/wst/trunk/ws_helper/parserutils.pas index 3e448b891..097e65f30 100644 --- a/wst/trunk/ws_helper/parserutils.pas +++ b/wst/trunk/ws_helper/parserutils.pas @@ -1,20 +1,14 @@ { - This unit is part of the Web Service Toolkit - Copyright (c) 2006 by Inoussa OUEDRAOGO + This file is part of the Web Service Toolkit + Copyright (c) 2006-2014 by Inoussa OUEDRAOGO + + This file is provide under modified LGPL licence + ( the files COPYING.modifiedLGPL and COPYING.LGPL). - 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 2 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, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. } {$INCLUDE wst_global.inc} unit parserutils; diff --git a/wst/trunk/ws_helper/pascal_parser_intf.pas b/wst/trunk/ws_helper/pascal_parser_intf.pas index 023b05705..9ad7c1462 100644 --- a/wst/trunk/ws_helper/pascal_parser_intf.pas +++ b/wst/trunk/ws_helper/pascal_parser_intf.pas @@ -1,6 +1,6 @@ { This file is part of the Web Service Toolkit - Copyright (c) 2007 by Inoussa OUEDRAOGO + Copyright (c) 2007-2014 by Inoussa OUEDRAOGO This file is provide under modified LGPL licence ( the files COPYING.modifiedLGPL and COPYING.LGPL). diff --git a/wst/trunk/ws_helper/source_utils.pas b/wst/trunk/ws_helper/source_utils.pas index 901df14cd..d980d96ea 100644 --- a/wst/trunk/ws_helper/source_utils.pas +++ b/wst/trunk/ws_helper/source_utils.pas @@ -1,20 +1,14 @@ { - This unit is part of the Web Service Toolkit - Copyright (c) 2006 by Inoussa OUEDRAOGO + This file is part of the Web Service Toolkit + Copyright (c) 2006-2014 by Inoussa OUEDRAOGO + + This file is provide under modified LGPL licence + ( the files COPYING.modifiedLGPL and COPYING.LGPL). - 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 2 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, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. } {$INCLUDE wst_global.inc} unit source_utils; diff --git a/wst/trunk/ws_helper/ws_helper.pas b/wst/trunk/ws_helper/ws_helper.pas index ced384025..6b2672e0a 100644 --- a/wst/trunk/ws_helper/ws_helper.pas +++ b/wst/trunk/ws_helper/ws_helper.pas @@ -1,20 +1,14 @@ { - This unit is part of the Web Service Toolkit - Copyright (c) 2006 by Inoussa OUEDRAOGO + This file is part of the Web Service Toolkit + Copyright (c) 2006-2014 by Inoussa OUEDRAOGO + + This file is provide under modified LGPL licence + ( the files COPYING.modifiedLGPL and COPYING.LGPL). - 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 2 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, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. } diff --git a/wst/trunk/ws_helper/ws_helper_prog.inc b/wst/trunk/ws_helper/ws_helper_prog.inc index b8dab5446..11b4d0fa7 100644 --- a/wst/trunk/ws_helper/ws_helper_prog.inc +++ b/wst/trunk/ws_helper/ws_helper_prog.inc @@ -1,4 +1,15 @@ +{ + This file is part of the Web Service Toolkit + Copyright (c) 2006-2014 by Inoussa OUEDRAOGO + 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. +} resourcestring sUSAGE = 'ws_helper [-uMODE] [-gOPTION] [-p] [-b] [-i] [-w] [-x] [-y] [-d] -[fSPECIFACTIONS] [-oPATH] [-aPATH] inputFilename' + sNEW_LINE + ' -u MODE Generate the pascal translation of the WSDL input file ' + sNEW_LINE + @@ -21,7 +32,7 @@ resourcestring ' S : the paser is case sensitive' + sNEW_LINE + ' I : the paser is not case sensitive' + 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, 2009, 2010,2011 by Inoussa OUEDRAOGO'; + sCOPYRIGHT = 'ws_helper, Web Service Toolkit 0.6 Copyright (c) 2006-2014 by Inoussa OUEDRAOGO'; type diff --git a/wst/trunk/ws_helper/ws_parser_imp.pas b/wst/trunk/ws_helper/ws_parser_imp.pas index 01f3324db..1e9485a0d 100644 --- a/wst/trunk/ws_helper/ws_parser_imp.pas +++ b/wst/trunk/ws_helper/ws_parser_imp.pas @@ -1,6 +1,6 @@ { This file is part of the Web Service Toolkit - Copyright (c) 2007 by Inoussa OUEDRAOGO + Copyright (c) 2007-2014 by Inoussa OUEDRAOGO This file is provide under modified LGPL licence ( the files COPYING.modifiedLGPL and COPYING.LGPL). diff --git a/wst/trunk/ws_helper/wsdl_generator.pas b/wst/trunk/ws_helper/wsdl_generator.pas index 288795695..c38e684c2 100644 --- a/wst/trunk/ws_helper/wsdl_generator.pas +++ b/wst/trunk/ws_helper/wsdl_generator.pas @@ -1,6 +1,6 @@ { This file is part of the Web Service Toolkit - Copyright (c) 2006 by Inoussa OUEDRAOGO + Copyright (c) 2006-2014 by Inoussa OUEDRAOGO This file is provide under modified LGPL licence ( the files COPYING.modifiedLGPL and COPYING.LGPL). diff --git a/wst/trunk/ws_helper/wsdl_parser.pas b/wst/trunk/ws_helper/wsdl_parser.pas index 482206c4a..be7867584 100644 --- a/wst/trunk/ws_helper/wsdl_parser.pas +++ b/wst/trunk/ws_helper/wsdl_parser.pas @@ -1,6 +1,6 @@ { This file is part of the Web Service Toolkit - Copyright (c) 2007 by Inoussa OUEDRAOGO + Copyright (c) 2007-2014 by Inoussa OUEDRAOGO This file is provide under modified LGPL licence ( the files COPYING.modifiedLGPL and COPYING.LGPL). diff --git a/wst/trunk/ws_helper/wst_resources_utils.pas b/wst/trunk/ws_helper/wst_resources_utils.pas index 45f9c7c50..fe9d42645 100644 --- a/wst/trunk/ws_helper/wst_resources_utils.pas +++ b/wst/trunk/ws_helper/wst_resources_utils.pas @@ -1,3 +1,15 @@ +{ + This file is part of the Web Service Toolkit + Copyright (c) 2006-2014 by Inoussa OUEDRAOGO + + 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_resources_utils; diff --git a/wst/trunk/ws_helper/xsd_consts.pas b/wst/trunk/ws_helper/xsd_consts.pas index 7e16562bb..6b3936a83 100644 --- a/wst/trunk/ws_helper/xsd_consts.pas +++ b/wst/trunk/ws_helper/xsd_consts.pas @@ -1,20 +1,14 @@ { - This unit is part of the Web Service Toolkit - Copyright (c) 2006 by Inoussa OUEDRAOGO + This file is part of the Web Service Toolkit + Copyright (c) 2006-2014 by Inoussa OUEDRAOGO + + This file is provide under modified LGPL licence + ( the files COPYING.modifiedLGPL and COPYING.LGPL). - 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 2 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, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. } {$INCLUDE wst_global.inc} unit xsd_consts; diff --git a/wst/trunk/ws_helper/xsd_generator.pas b/wst/trunk/ws_helper/xsd_generator.pas index e9095adcf..2da6f636d 100644 --- a/wst/trunk/ws_helper/xsd_generator.pas +++ b/wst/trunk/ws_helper/xsd_generator.pas @@ -1,6 +1,6 @@ { This file is part of the Web Service Toolkit - Copyright (c) 2007 by Inoussa OUEDRAOGO + Copyright (c) 2007-2014 by Inoussa OUEDRAOGO This file is provide under modified LGPL licence ( the files COPYING.modifiedLGPL and COPYING.LGPL). diff --git a/wst/trunk/ws_helper/xsd_parser.pas b/wst/trunk/ws_helper/xsd_parser.pas index 198f6875d..a403fc954 100644 --- a/wst/trunk/ws_helper/xsd_parser.pas +++ b/wst/trunk/ws_helper/xsd_parser.pas @@ -1,6 +1,6 @@ { This file is part of the Web Service Toolkit - Copyright (c) 2007 by Inoussa OUEDRAOGO + Copyright (c) 2007-2014 by Inoussa OUEDRAOGO This file is provide under modified LGPL licence ( the files COPYING.modifiedLGPL and COPYING.LGPL).