Is that it? Can you point me to an open source project can I look at to see for my self?
I recall a website that listed all the various licenses; but I can't quite remember. Do you know where I can find a reference to this type of reference? Thank you. Tonté On May 22, 2012, at 7:39 PM, Farrukh Najmi wrote: > You can declare your license(s) using the <licenses> tag in your pom. > > On 05/22/2012 08:28 PM, Tonté Pouncil wrote: >> >> Can someone tell me how to go about making sure my projects are under some >> sort of license? I don't think this matters; but I host my projects on >> github. >> >> Thank you. >> >> Tonté >> On May 21, 2012, at 4:40 PM, Christopher Hunt wrote: >> >>> Hi Farrukh, >>> >>> jQuery is MIT or GPL 2 - I've corrected the licence declarations for all 3 >>> jQuery libraries to now point at http://jquery.org/license. >>> >>> alpha-2-SNAPSHOT as now been deployed for the libraries. >>> >>> Kind regards, >>> Christopher >>> >>> On 22/05/2012, at 7:03 AM, Farrukh Najmi wrote: >>> >>>> Hi Christopher, >>>> >>>> I just noticed that the license for some javascript related projects at >>>> codehaus have changed to GPL2. Previously, I only saw Apache 2 licenses. >>>> Here is an example below... >>>> >>>> Can you please tell me if this is a mistake or if its real. If it is real >>>> what is the rationale given that jquery itself is available on the MIT >>>> license and allows redistribution. >>>> >>>> Thanks for your help. >>>> >>>> svn diff -r 15547 javascript-libraries/jquery-ui-amd/pom.xml | less >>>> >>>> + <artifactId>jquery-ui-amd</artifactId> >>>> + <version>1.8.16-alpha-2-SNAPSHOT</version> >>>> + >>>> + <name>jQuery UI AMD Library</name> >>>> + <description>jQuery UI with AMD wrapper</description> >>>> + >>>> + <licenses> >>>> + <license> >>>> + <url>http://www.gnu.org/licenses/gpl-2.0.html</url> >>>> + <name>GPL 2.0</name> >>>> + <distribution>repo</distribution> >>>> + </license> >>>> + </licenses> >>>> >>>> > > -- > Regards, > Farrukh Najmi > > Web: http://www.wellfleetsoftware.com >