Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Changeset 1075

Show
Ignore:
Timestamp:
11/29/03 01:55:49 (5 years ago)
Author:
nahi
Message:

* License changed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/GPL

    r1058 r1075  
    33 
    44 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 
    5                           675 Mass Ave, Cambridge, MA 02139, USA 
     5                       59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
    66 Everyone is permitted to copy and distribute verbatim copies 
    77 of this license document, but changing it is not allowed. 
     
    280280                     END OF TERMS AND CONDITIONS 
    281281  
    282         Appendix: How to Apply These Terms to Your New Programs 
     282            How to Apply These Terms to Your New Programs 
    283283 
    284284  If you develop a new program, and you want it to be of the greatest 
     
    292292 
    293293    <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> 
    295295 
    296296    This program is free software; you can redistribute it and/or modify 
     
    306306    You should have received a copy of the GNU General Public License 
    307307    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 
    309310 
    310311Also add information on how to contact you by electronic and paper mail. 
     
    313314when it starts in an interactive mode: 
    314315 
    315     Gnomovision version 69, Copyright (C) 19yy name of author 
     316    Gnomovision version 69, Copyright (C) year name of author 
    316317    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 
    317318    This is free software, and you are welcome to redistribute it 
  • trunk/RELEASE_en.html

    r1032 r1075  
    216216ruby/1.8 includes WEBrick in standard distribution library.</dd> 
    217217 
    218 <dt class="path"><a href="http://raa.ruby-lang.org/list.rhtml?name=http-access2">[RAA:http-access2]</a> (2.0.0) (required 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> 
    219219<dd>Yet another HTTP client implementation by NaHi.</dd> 
    220220 
     
    12941294 
    12951295<p style="text-align: center;"> 
    1296 SOAP4R<br /> 
    1297 Copyright &copy; 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. 
     1296SOAP4R, WSDL4R and XSD4R<br /> 
     1297Copyright &copy; 2000-2003 NAKAMURA, Hiroshi &lt;nahi@ruby-lang.org&gt;. 
     1298</p> 
     1299 
     1300<p> 
     1301This program is copyrighted free software by NAKAMURA, Hiroshi.  You can 
     1302redistribute it and/or modify it under the same terms of Ruby's license; 
     1303either the dual license version in 2003 (see the file RUBYS), or any later 
     1304version. 
    13111305</p> 
    13121306 
  • trunk/ToDo

    r1032 r1075  
    11= ToDo 
    22 
    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 
    415 
    516== Header handler API