Changeset 1075
- Timestamp:
- 11/29/03 01:55:49 (5 years ago)
- Files:
-
- trunk/GPL (modified) (5 diffs)
- trunk/RELEASE_en.html (modified) (2 diffs)
- trunk/ToDo (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/GPL
r1058 r1075 3 3 4 4 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 5 675 Mass Ave, Cambridge, MA 02139,USA5 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 6 6 Everyone is permitted to copy and distribute verbatim copies 7 7 of this license document, but changing it is not allowed. … … 280 280 END OF TERMS AND CONDITIONS 281 281 282 Appendix:How to Apply These Terms to Your New Programs282 How to Apply These Terms to Your New Programs 283 283 284 284 If you develop a new program, and you want it to be of the greatest … … 292 292 293 293 <one line to give the program's name and a brief idea of what it does.> 294 Copyright (C) 19yy<name of author>294 Copyright (C) <year> <name of author> 295 295 296 296 This program is free software; you can redistribute it and/or modify … … 306 306 You should have received a copy of the GNU General Public License 307 307 along with this program; if not, write to the Free Software 308 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 308 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 309 309 310 310 311 Also add information on how to contact you by electronic and paper mail. … … 313 314 when it starts in an interactive mode: 314 315 315 Gnomovision version 69, Copyright (C) 19yyname of author316 Gnomovision version 69, Copyright (C) year name of author 316 317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 317 318 This is free software, and you are welcome to redistribute it trunk/RELEASE_en.html
r1032 r1075 216 216 ruby/1.8 includes WEBrick in standard distribution library.</dd> 217 217 218 <dt class="path"><a href="http://raa.ruby-lang.org/list.rhtml?name=http-access2">[RAA:http-access2]</a> (2.0.0) (re quired for SOAP CGI server, recommended for SOAP client)</dt>218 <dt class="path"><a href="http://raa.ruby-lang.org/list.rhtml?name=http-access2">[RAA:http-access2]</a> (2.0.0) (recommended for SOAP client)</dt> 219 219 <dd>Yet another HTTP client implementation by NaHi.</dd> 220 220 … … 1294 1294 1295 1295 <p style="text-align: center;"> 1296 SOAP4R<br /> 1297 Copyright © 2000, 2001, 2002, 2003 NAKAMURA, Hiroshi. 1298 </p> 1299 1300 <p> 1301 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. 1302 </p> 1303 1304 <p> 1305 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. 1306 See the GNU General Public License(the file named `COPYING') for more details. 1307 </p> 1308 1309 <p> 1310 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. 1296 SOAP4R, WSDL4R and XSD4R<br /> 1297 Copyright © 2000-2003 NAKAMURA, Hiroshi <nahi@ruby-lang.org>. 1298 </p> 1299 1300 <p> 1301 This program is copyrighted free software by NAKAMURA, Hiroshi. You can 1302 redistribute it and/or modify it under the same terms of Ruby's license; 1303 either the dual license version in 2003 (see the file RUBYS), or any later 1304 version. 1311 1305 </p> 1312 1306 trunk/ToDo
r1032 r1075 1 1 = ToDo 2 2 3 remove wsdl/namedElements.rb 3 * remove wsdl/namedElements.rb 4 * https connection with net/http 5 * service name? 6 * http layer option 7 * add bookshelf sample 8 9 * return element name 10 * maxOccurs for sequence element? 11 * Axis array parsing? 12 * REXML Parser problem? 13 * add axisArray test 14 4 15 5 16 == Header handler API