Re: CLDC implementation of the pgsql driver.

Lists: pgsql-jdbc
From: Richard Meester <rme(at)quest-innovations(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: CLDC implementation of the pgsql driver.
Date: 2002-05-22 18:55:05
Message-ID: 3CEBE989.30700@quest-innovations.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

Hi All,

We would like to hookup our embedded devices to a database connected to
the network. In order for this to succeed we need to change the driver
in some places to allow for the use of the CLDC instead of J2ME java.
Looking at the source it doesn't seem to much to do, but i am concerned
about the commercial usage. When we change the implementation to a cldc
implementation, are we allowed to use this driver for commercial usage?
and if so are we allowed to distribute the binary classes as part of our
product free of charge?

Thanks in advance,

Richard Meester


From: Dave Cramer <davec(at)ebox(dot)com>
To: Richard Meester <rme(at)quest-innovations(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: CLDC implementation of the pgsql driver.
Date: 2002-05-22 19:25:55
Message-ID: 1022095556.1257.8.camel@inspiron.cramers
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

Richard,

As far as I know the license allows you to do both.

Dave
On Wed, 2002-05-22 at 14:55, Richard Meester wrote:
> Hi All,
>
> We would like to hookup our embedded devices to a database connected to
> the network. In order for this to succeed we need to change the driver
> in some places to allow for the use of the CLDC instead of J2ME java.
> Looking at the source it doesn't seem to much to do, but i am concerned
> about the commercial usage. When we change the implementation to a cldc
> implementation, are we allowed to use this driver for commercial usage?
> and if so are we allowed to distribute the binary classes as part of our
> product free of charge?
>
> Thanks in advance,
>
> Richard Meester
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>
>


From: "Joe Shevland" <jshevland(at)j-elite(dot)com>
To: "Richard Meester" <rme(at)quest-innovations(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: CLDC implementation of the pgsql driver.
Date: 2002-05-22 22:27:54
Message-ID: HEECIHEEJDBMCCGMGIOBEEPECHAA.jshevland@j-elite.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

Hi Richard,

Not as part of the core team or anything like that, but with the
Apache/BSD style license, you are free to basically do whatever you want
with the source code etc. as long as you obey the license (i.e.
redistribute the license, sources if altered etc.)

There's certainly no commercial impedance to deal with though. Good luck
with the CLDC thing, one suggestion is to move everything to o.p.* package
naming (saves a couple of bytes ;)

Cheers,
Joe

> -----Original Message-----
> From: pgsql-jdbc-owner(at)postgresql(dot)org
> [mailto:pgsql-jdbc-owner(at)postgresql(dot)org]On Behalf Of Richard Meester
> Sent: Thursday, 23 May 2002 4:55
> To: pgsql-jdbc(at)postgresql(dot)org
> Subject: [JDBC] CLDC implementation of the pgsql driver.
>
>
> Hi All,
>
> We would like to hookup our embedded devices to a database connected to
> the network. In order for this to succeed we need to change the driver
> in some places to allow for the use of the CLDC instead of J2ME java.
> Looking at the source it doesn't seem to much to do, but i am concerned
> about the commercial usage. When we change the implementation to a cldc
> implementation, are we allowed to use this driver for commercial usage?
> and if so are we allowed to distribute the binary classes as part of our
> product free of charge?
>
> Thanks in advance,
>
> Richard Meester
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>


From: "Joe Shevland" <jshevland(at)j-elite(dot)com>
To: "Joe Shevland" <jshevland(at)j-elite(dot)com>, "Richard Meester" <rme(at)quest-innovations(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: CLDC implementation of the pgsql driver.
Date: 2002-05-22 22:39:43
Message-ID: HEECIHEEJDBMCCGMGIOBOEPECHAA.jshevland@j-elite.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

> Not as part of the core team or anything like that, but with the
> Apache/BSD style license, you are free to basically do whatever you want
> with the source code etc. as long as you obey the license (i.e.
> redistribute the license, sources if altered etc.)

Oops, not even the sources if you don't want.

Cheers,
Joe