Unix Technical Forum

IBM patent

This is a discussion on IBM patent within the pgsql Hackers forums, part of the PostgreSQL category; --> Hi, I just read about this IBM-patent-issue at www.heise.de . IBM grants this patens to all projects, which follow ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Hackers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-11-2008, 02:28 AM
Tommi Maekitalo
 
Posts: n/a
Default IBM patent

Hi,

I just read about this IBM-patent-issue at www.heise.de. IBM grants this
patens to all projects, which follow one of the licenses, which are approved
by the open-source-initiative. And the BSD-license is as far as I see
approved (I found "New BSD license").

When releasing commercial closed-source-variants of postgresql this
BSD-license stays intact, so the use of these patents in postgresql seems ok.


Tommi Mäkitalo

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-11-2008, 02:29 AM
Christopher Browne
 
Posts: n/a
Default Re: IBM patent

Oops! t.maekitalo@epgmbh.de (Tommi Maekitalo) was seen spray-painting on a wall:
> Hi,
>
> I just read about this IBM-patent-issue at www.heise.de. IBM grants
> this patens to all projects, which follow one of the licenses, which
> are approved by the open-source-initiative. And the BSD-license is
> as far as I see approved (I found "New BSD license").
>
> When releasing commercial closed-source-variants of postgresql this
> BSD-license stays intact, so the use of these patents in postgresql
> seems ok.


Actually, the latter isn't so.

If Mammoth or Pervasive or such release their own release of
PostgreSQL, nothing has historically mandated that they make that
release available under the BSD license.

Presumably acceptance of the patent would change that.

You and I might not have individual objections to this situation, but
one or another of the companies putting together PostgreSQL releases
very well might.
--
output = ("cbbrowne" "@" "gmail.com")
http://www.ntlug.org/~cbbrowne/oses.html
"If you were plowing a field, which would you rather use? Two strong
oxen or 1024 chickens?" -- Seymour Cray
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-11-2008, 02:31 AM
Marc G. Fournier
 
Posts: n/a
Default Re: IBM patent

On Wed, 26 Jan 2005, Christopher Browne wrote:

> Actually, the latter isn't so.
>
> If Mammoth or Pervasive or such release their own release of
> PostgreSQL, nothing has historically mandated that they make that
> release available under the BSD license.
>
> Presumably acceptance of the patent would change that.
>
> You and I might not have individual objections to this situation, but
> one or another of the companies putting together PostgreSQL releases
> very well might.


But, there is nothing stop'ng them from replacing the ARC code with their
own variant though ...

----
Marc G. Fournier Hub.Org Networking Services (http://www.hub.org)
Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-11-2008, 02:32 AM
Kevin Brown
 
Posts: n/a
Default Re: IBM patent

Marc G. Fournier wrote:

> On Wed, 26 Jan 2005, Christopher Browne wrote:
>
> >Actually, the latter isn't so.
> >
> >If Mammoth or Pervasive or such release their own release of
> >PostgreSQL, nothing has historically mandated that they make that
> >release available under the BSD license.
> >
> >Presumably acceptance of the patent would change that.
> >
> >You and I might not have individual objections to this situation, but
> >one or another of the companies putting together PostgreSQL releases
> >very well might.

>
> But, there is nothing stop'ng them from replacing the ARC code with
> their own variant though ...


Not only that, I'd go further and say that they have a duty to either
do that or pay someone to do it. They are, after all, the entities
that probably care about the situation the most.

This type of situation seems to me to be one that has to be examined
from a "greatest good" point of view. If IBM were to allow all open
source projects to make free use of a patent (thus exposing only those
entities which sell commercial versions under a non-open-source
license to risk), then the PG group might be faced with the tradeoff
of using a superior but patented (though free for open source use)
algorithm, or using a possibly inferior but unencumbered one. I'd
wager that the vast majority of PostgreSQL users received their copy
via the open source license. Unless the encumbered algorithm is not
significantly superior to the unencumbered one, the "greater good" is
likely to be to make use of the patented algorithm and force the
non-open-source vendors to deal with removing the algorithm
themselves.


None of that really applies to the specific situation we're
discussing, however: the current ARC implementation is apparently not
showing itself to be a clearly superior approach, so some other
approach is probably warranted.


--
Kevin Brown kevin@sysexperts.com

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-11-2008, 02:32 AM
Tommi Maekitalo
 
Posts: n/a
Default Re: IBM patent

Am Samstag, 29. Januar 2005 23:32 schrieb Marc G. Fournier:
> On Wed, 26 Jan 2005, Christopher Browne wrote:
> > Actually, the latter isn't so.
> >
> > If Mammoth or Pervasive or such release their own release of
> > PostgreSQL, nothing has historically mandated that they make that
> > release available under the BSD license.
> >
> > Presumably acceptance of the patent would change that.
> >
> > You and I might not have individual objections to this situation, but
> > one or another of the companies putting together PostgreSQL releases
> > very well might.

>
> But, there is nothing stop'ng them from replacing the ARC code with their
> own variant though ...
>

And what if there are many more patented parts? If someone wants to have a
patent-free variant, he has to replace big parts of postgresql? That wouldn't
be good for postgresql. If there is a patent-problem, postgresql has to
remove it.

What I think about is the legal implications. Sorry, but I don't know BSD very
well. Does BSD really allow to remove this BSD-license and put his own, or
does BSD allow to release commercial closed-source-variants under the
BSD-license?

Tommi

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 11:02 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com