Archive for the 'GPL' Category
John Resig on ExtJS, the GPL fiasco and open source community style
2 Comments Published April 28th, 2008 in GPL, Java, Open SourceIt seems as it does not end.
Reading a comment from John Resig, the (or one of the geniuses, sorry if there are more :-) genius behind jQuery, a library which was for some time a basis for ExtJs (beside YUI), irritated me a lot.
We (the jQuery project) worked hard with them to try and fix […]
Another ExtJS GPL thought - Should extensions switch to the GPL?
11 Comments Published April 26th, 2008 in Dual License, ExtJS, GPL, LGPLSorry, this would better go to twitter - but I’m not twittering.
Another thought. And not because I want to bash ExtJS, but because I’ve been interested into the GPL, open source licensing and the implications for over a decade.
IANAL. The best situation for the company behind ExtJS would be if extension developers stay […]
More cluelessness from ExtJS lead developer Jack on the GPL issue
12 Comments Published April 24th, 2008 in Copyright, ExtJS, GPL, Java, LGPLReading the excellent analysis on A little Madness about the GPL and ExtJS issue, there is more cluelessness in a comment by Jack Slocum the ExtJS lead. He claims that others
“[…] wrap it up and sell it as their own. […] With no mention of us at all.”
Nope, that would be illegal in most countries. […]
My latest thought about ExtJS going GPL. Although ExtJS is GPLv3 and the developers claim (falsely) that your backend needs to be GPL too when generating code that contains ExtJS, for internal/intranet applications you still can use ExtJS as you’re not distributing ExtJS.
var dzone_style=”2″;
When people don’t understand GPL and LGPL - or - ExtJS is history
12 Comments Published April 22nd, 2008 in AJAX, GPL, LGPLThe people behind ExtJS are funny. First they have changed their license to the LGPL, without understanding it in any way, now they’ve changed it to the GPL without understanding it in any way. They claim that server side code which creates HTML pages which contain ExtJS must be GPL, wuahahaha.
I’ve been running LGPL […]
@license and @copyright in Java 7 ?
3 Comments Published November 4th, 2007 in GPL, JSR, Java, Java 7, LiceningAlex wrote in his latest Java 7 Roundup about my idea of a @license and Paul’s @copyright addendum. I wrote about the idea here.
@License(name = “Apache”,version = “2.0″)
@Copyright(owner = “Stephan Schmidt”)
public class Example {
public void doWhatever() { … }
}
In the comments of that post Paul Hammant mentioned a @copyright annotation, […]
@License(name = “Apache”,version = “2.0″) annotations and GPL
5 Comments Published October 23rd, 2007 in Apache, GPL, Java, LiceningIs your Open Source project correctly licensed? When I was thinking about my open source projects I remember I was shocked. They probably haven’t been correctly licensed (they were in the end) What license you can use depends on the third party open source projects you use. But not only that, it depends on what […]