Slashdot Mirror


India Eyeing Its Own Open Source Licence

Guru Goo writes "Deepak Phatak of the Indian Institute of Technology,Mumbai has begun an effort to create an open-source license that will let programmers share ideas while also letting them retain the rights to their own software modifications.The license will likely function much like the Berkeley Software Distribution or the MIT License programs, he added. The number of open-source licenses has exploded, leaving many in the community miffed. But Phatak's proposal comes with the power of numbers. India's 1,750 colleges with computer science and electrical engineering degrees admit about 250,000 students a year. Combined with the outsourcing boom, that makes India one of the major centers for software development. While the collaboration between academia and industry in india is not as pervasive as in the U.S., it is growing."

10 of 162 comments (clear)

  1. what the? by hostyle · · Score: 4, Insightful

    The number of open-source licenses has exploded, leaving many in the community miffed.

    Why don't they just pick one? How does entering another license into the fray solve the problem with there being too many?

    --
    Caesar si viveret, ad remum dareris.
    1. Re:what the? by bcrowell · · Score: 4, Interesting
      First of all, that statement assumes that "too many" lisences is a "problem". I bet that many here would disagree
      It is a problem. It's a problem if it makes it difficult or impossible to share code.

      And second, a new lisence is created to meet requirements that existing lisences do not. That's the only problem that all new lisences solve.
      Except that the article doesn't mention anything that they think is unsuitable about the present BSD-style license. It sounds to me more like a case of "me too."

    2. Re:what the? by Vellmont · · Score: 4, Insightful


      (The great thing about lisences is that there are so many to choose from!).


      Choosing a license isn't like picking a flavor of ice-cream. Choose the wrong one and you could limit your potential to use others code in your software, limit the ability for others to use your code in there software, limit the usefullness of your software, limit its distribution, etc.

      The problem with too many licenses is that the incompatibilites between them become more and more complicated. Who wants to understand the intracies of 15 different sofware licenses whenever you want to use someone elses code?

      --
      AccountKiller
  2. Is this so obvious to everyone else in the world? by zanderredux · · Score: 4, Interesting
    According to Phatak:

    "Legally, we have to move very carefully because the Americans have a tendency to sue anybody for anything,"

    Is this proof that the US legal risk is actually putting extra burden on US-based institutions (including corporations and universities)????

  3. A fair and even price by Timesprout · · Score: 4, Funny

    A recent visitor to Phatak's office was Microsoft Chief Technical Officer Craig Mundie. "I told him a competitive price point (for a desktop OS) would be in the single digit dollars," Phatak said.

    Would that digit have been 0 by any chance?

    --
    Do not try to read the dupe, thats impossible. Instead, only try to realize the truth
    What truth?
    There is no dupe
  4. A license-picking wizard by Black+Perl · · Score: 4, Insightful

    The number of open-source licenses has exploded, leaving many in the community miffed

    Is there an "Open Source license-picking wizard" anywhere?

    Remember the old mainframe(?) "animals" game in which you pick an animal, and it would keep asking you questions to differentiate between two types, until it guessed your animal, or didn't have your animal in it's list? (actually it was a binary tree)

    We could use one of those. It keeps asking us questions, one at a time, until there is only one license that matches our selections. Any new license can be added to the tree at any time by creating a question that differentiates it from the license you would otherwise get by answering the questions for it.

    - bp

    --
    bp
    1. Re:A license-picking wizard by raider_red · · Score: 4, Informative

      Sort of. The creative commons web site has something along those lines at this link

      --
      It's good to use your head, but not as a battering ram.
  5. This article has very little to do with India by Aryawhat · · Score: 5, Informative
    ... and more to do with poor journalism (CNET's and Slashdot's):

    - Phatak is not India. He's a professor in one college in India.
    - This is not a massively-funded government project. It's one person trying to design a license agreeement, for God's sake. Anyone can do that without implying a nuclear-weapon-like government strategic program. If a professor in, say, OSU was to design a new license, would Slashdot run a story saying "America designing its own Open Source license"?
    - I know Phatak. He's a good teacher, but tends to like thinking up grand visions, and sees himself as some kind of leading light carrying India to leadership and glory in the tech world. Not many people other than him see him that way. No reasonable journalist would report his statements/plans as representing what 'India' is doing.

    1. Re:This article has very little to do with India by donutello · · Score: 4, Funny

      Phatak is not India. He's a professor in one college in India.

      Knowing Phatak, though, I'm pretty sure he did nothing to dissuade the reporter from thinking he represented the entire country :-)

      --
      Mmmm.. Donuts
    2. Re:This article has very little to do with India by Sivaraj · · Score: 4, Interesting

      - Phatak is not India. He's a professor in one college in India.

      I completely agree. Besides, in India as is the case elsewhere GPL wound makes sense for most of the open source developers who do not what to see their work hijacked.

      There may be a few specialized cases where GPL, BSD, MIT or IBM's public license do not meet the needs. These projects are going release under a different license like so many other projects and companies have done elsewhere.