Hi all, Axis C++ implementation needs to develop a C++ parser to create a wrapper class generator. And I came across a source code that we can get and re-use for this purpose. That is from,
http://www.cs.clemson.edu/~malloy/projects/keystone/keystone.html Then I asked those guys about the license issues and following is his reply. Please have a look at his reply and let us know whether we can use this without any problem. Susantha (Axis C++ team) ---------- Forwarded Message ----------- From: "Tanton Gibbs" <[EMAIL PROTECTED]> To: "susantha" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Sent: Fri, 20 Jun 2003 07:54:01 -0500 Subject: Re: using C++ grammar files from keystone project Hi! I'm glad you're interested in keystone. We have been busy discussing license issues for some time and I believe the license we will use is the following: (C) Copyright Brian Malloy 2003. Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided "as is" without express or implied warranty, and with no claim to its suitability for any purpose. I hope that suits your purpose. Once again, thanks for your interest. Tanton ----- Original Message ----- From: "susantha" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 7:40 AM Subject: using C++ grammar files from keystone project > Hi Gibbs and Malloy, > > I am working in Axis C++ project for apache. This project enables deploying > web services written in C++. This is an apache opensource project. see > > http://ws.apache.org/axis/ > > we are in need of a C++ yacc-able grammar to write a wrapper class generator > for web services. This going to be a tool that reads a web service written in > C++ and generates wrapper C++ classes that includes metadata about the web > service. Also the WSDL for the web service is generated by this tool. > > I came across your Keystone project source code and found that its yacc and > lex files can be used for this purpose. > > I would like to ask you whether this code comes with any kind of license and > if so what it is. > > thank you, > > Susantha. > > --------------- > Lanka Software Foundation (http://www.opensource.lk.) > Promoting Open-Source Development in Sri Lanka. > --------------- > > ------- End of Forwarded Message ------- --------------- Lanka Software Foundation (http://www.opensource.lk.) Promoting Open-Source Development in Sri Lanka. ---------------
