IIT Mumbai professor proposes alternative to Open Source LicenseMay 12th, 2005 Finding the GNU General Public License (GPL) too restrictive with regard to derived works, a professor at the Indian Institute of Technology (IIT) in Mumbai is working on an alternative license that will allow people to take commercial benefit from work derived from an open-source program. Finally someone has taken the lead to break from the clutches of GPL.
How To Run Microsoft Internet Explorer 7, 6, 5.5, 5.1 in LinuxMay 6th, 2007 Are you a developer or QA engineer, in an all Linux workplace, always looking for scarce Windows machines to run Microsoft Internet Explorer for testing your product and services? You could also be the manager who is eager to switch to Linux but cannot do so because of strong requirement for testing on Internet Explorer. You are in luck.
An all time dumb question: [On programming languages]May 8th, 2005 An all time dumb question:
Person A. Duh... in what language should we program?
Person B.
Java Open Sourcing DetailsNovember 14th, 2006 Sun is slowly releasing its implementations of the Java platform. The components of the Java SE implementation that Sun is releasing initially are the Java programming-language compiler (javac) and the Java HotSpot virtual machine.
How Does IoC aka "Dependency Injection" Containers Address SOA QoS Requirements?June 2nd, 2006 Have you solved it finally?
Creative Commons License - Solution Looking for a Problem?July 21st, 2005 Columnist John C. Dvorak raises several interesting concerns about Creative Commons Initiative.
AdSense as java expert?March 1st, 2005 I was responding to a pdf viewing (using java) question on Artima - http://www.artima.com/forums/flat.jsp?forum=1&thread=96447&start=0&msRange=30. After I submitted my comments I noticed that the first AdSense ad contained the same link I had posted!
Looks like very soon AdSense may supplement the java and other technology experts!
The funny thing was the previous response which states - no way you can do it! Surely he blackholed the AdSense ad like many of us do :)
Seriously though it is not surprising at all.
Sunset and Fate of JavaFebruary 4th, 2006 Sun Microsystem (SUNW) is down in many sense of the word. The billion dollar question is whether it can come back again.
GPL is forced socialismApril 6th, 2005 "Economies and nations need intellectual property (IP) to pull themselves up by their own bootstraps. I've talked to developing nations, representatives from academia and manufacturing companies that had begun to incorporate GPL software into their products, then...found they had an obligation to deliver their IP back into the world," Schwartz said.
How to download & install JDK 6September 28th, 2009 I never thought I would have to write this article. Downloading Java was the simplest thing possible.
How to Distribute Your Software Products Securely over the Internet? - IntellProtector - A Comprehensive ReviewOctober 16th, 2008 Software vendors like us always looks for ways to easily and cheaply protect their software from getting stolen. Microsoft with billions of dollars of resources has done it with Windows Genuine Advantage program.
Apache Harmony?January 3rd, 2006 In the new year lets look back to Apache Harmony, the much publicised effort to create "open source" J2SE announced in early May last year. After eight months there is still nothing to show, no downloads.
To "nofollow" or not, that is the question...January 24th, 2005 A discussion on rel="nofollow" technique versus CAPTCHA
Wolfram Alpha: Google's Replacement for Factual Questions?March 9th, 2009 Years ago when computers becoming apart of our life, people thought one day this electronic brain would be able answer almost anything asked to it. Computers can do miracles, but never answer a factual question.
Steve Jobs Advocates Abolishing DRMFebruary 7th, 2007 Steve Jobs in his Thoughts on Music article explores the alternatives to DRM going forward. He explores three options - 1.
June 1st, 2006 at 10:42 am
As I understand it, as long as Foo Bah does not include and distribute any GPL code, there is no way the GPL is involved with Foo Bah itself. Just because someone else can choose to download and use GPLed code with Foo Bah cannot impact Foo Bah itself.
June 1st, 2006 at 10:49 am
Surely by using the interface that the application exposes it is a derivative work?
That’s the argument of the GPL - that by writing to a GPL’d interface, you are building a derivative work - no matter the distribution requirement. Of course, this could go quite far - for example, something that merely called gcc could be arguably a derivative work of gcc if it was designed around it.
I think in general it is wise to avoid developing plugins for GPL’d applications unless you are willing to GPL the plugin, or alternatively the license permits it.
June 1st, 2006 at 2:01 pm
@Andrew
If Foo Bah doesn’t accept the GPL license, which is within his rights as he hasn’t signed it, he doesn’t get the right to distribute the GPL’ed program or its derivative works.
The key points are - derivative works and scope of GPL license.
The definition of derivative work is under the copyright law.
via
Also the GPL license states that:
“Activities other than copying, distribution and modification are not covered by this License; they are outside its scope.”
In wikipedia some rule of thumbs are defined:
link
Looking forward to hear your thoughts and Kevin’s.
June 1st, 2006 at 2:07 pm
Technology Law offices of Rosenlaw & Einschlag has this to say on derivative works:
June 2nd, 2006 at 7:12 am
“I am not a lawyer”
They key point here is that these are all copyright issues. If you do not distribute or modify any GPL code, then how could you be breaking any copyright rules?
- Don
June 2nd, 2006 at 10:41 am
@Donald
That’s a very good point. I have to agree with you on that.
At this point it appears clear to me that any plugins for GPL software doesn’t fall under GPL, specifically if it isn’t shipped with the GPL’ed product. Yay.