On 15-07-2005 08:40, "Geir Magnusson Jr." <[EMAIL PROTECTED]> wrote: > For code samples, we want to take them in via JIRA, for tracking > reasons. Now, given that we're rather attached to the Apache License > here at the ASF, I'm not sure we wish to tangle with getting dual > licenses for contributions *here*.
Ha! That'd be cool. I mean, it can't be that hard to have a [X] I submit this Contribution under the terms of the Apache CLA [X] I submit this Contribution under the terms of the FSF CLA [X] I submit this Contribution under the terms of the Apache License [X] I submit this Contribution under the terms of the GNU GPL [X] I submit this Contribution under the terms of the GNU LGPL [ ] I submit this Contribution under the terms of the MIT License kind of form, similarly a commit template for SVN and a pre-commit hook that requires that kind of info. Then we have 7 different SVN repositories (a master and 6 others for each license), and commits that fall under any particular license get mirrored to the relevant repository. > Lets illustrate with use cases? My name is Joe. I work on Apache Tomcat. I find a problem in the Harmony JDK that causes tomcat to crash. I route around the problem. I send an e-mail to [EMAIL PROTECTED] and CC the e-mail to [EMAIL PROTECTED] I assume the patch lives under the terms of my existing Apache CLA and will be under the AL. I don't want to think about this stuff. My name is John. I work on GNU Classpath. I change a little bit of the Classpath VM interface. I'm a nice guy so I write patches for half a dozen VMs. I send an email to [EMAIL PROTECTED] and CC the e-mail to [EMAIL PROTECTED] I assume the patch lives under the terms of my existing FSF CLA and will be under the GPL+Exception. I don't want to think about this stuff. My name is Bob. I work on Apache Harmony fulltime. I am employed by a company that has a really big licensing firewall. I am not allowed to look at anything in the GPL,CDDL,NPL1.0 eg copyleft licensing corner. Our lawyer has to approve my open source mailing list subscriptions. He questions whether I should be reading [EMAIL PROTECTED] Help! My name is Kees. I work on KeesVM fulltime (its an embedded product for mobile phones). KeesVM uses GNU Classpath. I am interested in discussing how a VM should use GNU Classpath with the Apache Harmony community, they have a lot to learn from me. I believe all software should be Free, and I only release my software and knowledge under the terms of the GNU GPL. I must say, I get a little tired of marking my emails with NOT A CONTRIBUTION. My name is Leo. I couldn't care less about software licenses. I just want to share code and ideas with people all over the world and not get sued for doing so nor break any laws. - LSD
