Re: Struts - Licensing and Derivative Work

2005-02-02 Thread Leon Rosenberg
> Leon, > you are correct, but the thing is that I not only want to > reuse the validator package, but other parts of the framework > that are tied to the servlet API. If you are planing to reuse elements of struts in something other as a webapp, it would be easier to rewrite then to adopt. Bes

Re: Struts - Licensing and Derivative Work

2005-02-02 Thread Leon Rosenberg
> Leon, > you are correct, but the thing is that I not only want to > reuse the validator package, but other parts of the framework > that are tied to the servlet API. If you are planing to reuse elements of struts in something other as a webapp, it would be easier to rewrite then to adopt. Bes

Re: Struts - Licensing and Derivative Work

2005-02-02 Thread Andres Almiray
--- Leon Rosenberg <[EMAIL PROTECTED]> escribió: > > My assuption is that IF I could copy the validator > package, > > change some parts as to not use the servlet API, > retaining > > the copyright from the ASF, adding proper credits > to the > > Struts team in the documentation, adding the >

Re: Struts - Licensing and Derivative Work

2005-02-02 Thread Andres Almiray
Ted, Thank you for clarifying my doubt, now I can begin with the right foot. --- Ted Husted <[EMAIL PROTECTED]> escribió: > Yes, if you follow the terms of the Apache License, > you are allowed to modify and redistribute the code > as needed, and use it create a derivative work. > > http://apac

Re: Struts - Licensing and Derivative Work

2005-02-01 Thread Leon Rosenberg
> My assuption is that IF I could copy the validator package, > change some parts as to not use the servlet API, retaining > the copyright from the ASF, adding proper credits to the > Struts team in the documentation, adding the proper NOTICE > changes and applying the ASF to the framework, thu

Re: Struts - Licensing and Derivative Work

2005-02-01 Thread Leon Rosenberg
> My assuption is that IF I could copy the validator package, > change some parts as to not use the servlet API, retaining > the copyright from the ASF, adding proper credits to the > Struts team in the documentation, adding the proper NOTICE > changes and applying the ASF to the framework, thu

Re: Struts - Licensing and Derivative Work

2005-02-01 Thread Ted Husted
Yes, if you follow the terms of the Apache License, you are allowed to modify and redistribute the code as needed, and use it create a derivative work. http://apache.org/licenses/LICENSE-2.0 -Ted. (The attribution terms are required for derivative works, like another framework, as described h

Re: Struts - Licensing and Derivative Work

2005-02-01 Thread Vic
I use commons-validator in Swing WebStart applications. Works fine without servlet API. .V Andres Almiray wrote: Hi, I have a doubt regarding the licensing of Struts and Derivative Works made by third parties, I hope you can help me figure it out. I'm brainstorming a framework very similar to Str