473,770 Members | 1,778 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

About GPL and proprietary software

I don't feel very confident when it comes to software licenses. But
there are some cases I would like to make myself clear. What I am
particulary interested in is when does GPL license become restrictive?
For example say a company has a proprietary software product that only
works with MySQL and no other database system. Are the following cases
legal?
1) This company sells his product under proprietary license and leaves
it up to the client to set up required MySQL server. Or perhaps helps
the client with seting up MySQL with or without extra fee.
2) Clients pay monthly fee to this company for using their proprietary
software which uses MySQL hosted in the companys server.
3) This company sells his product under proprietary license on the CD
which also includes MySQL as free bonus (with source code).

If these cases are valid, then when does GPL license for MySQL (or any
other software in that matter) become truly restrictive for a
proprietary company?

Kaarel
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 11 '05
39 4221

On 01/09/2003 10:07 Kaarel wrote:
[snip] Licensing is quite difficult to understad (at least for me) yet a
very important aspect of software development. I don't intend to ruine
anybodys day I just want a small discussion which in the end would
explain the cases when the licensing aspect of these two concrete
products will play an important role in developing software.

With the withdrawal of LGPL from MySQL 4.x, you might find yourself either
having to GPL your application or buy a commercial license if your
application has their client libraries compiled in. About 18 months ago,
when I started designing the ERP product I'm currently working on, I
rejected MySQL on purely technical grounds (and that was compared to
PostgreSQL 7.1!). So far, that seems a very good decision. My application
is basically designed to use PostgreSQL (although if someone offered me
enough money, I expect I could port it Oracle or DB/2) and it's BSD-style
license avoids the possibilty of me or my clients having to pay a $400
licence fee to use a "free" program.

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants |
http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+---------------------------------------------+

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

http://www.postgresql.org/docs/faqs/FAQ.html

Nov 11 '05 #11
On Sun, 2003-08-31 at 21:06, Christopher Browne wrote:
ro***********@c ox.net (Ron Johnson) wrote:
That "_by whatever means_" seems to include "network link", and that
doesn't sound right.


Ah, but in order to use it over the network link you need to be
running their server software, on the one side, and their client
access software, on the other. Both sides are linked to GPL-licensed
software.

Your client software has to link in software belonging to MySQL AB,
and that's where they are now "biting" people on this.

This is one of the reasons why the PHP people removed bundled MySQL
support in version 5 back in June.


Yes, in the specific case of MySQL, but it could also mean IE con-
necting to a GPL web server, or OE speaking to a pop server.

--
-----------------------------------------------------------------
Ron Johnson, Jr. ro***********@c ox.net
Jefferson, LA USA

"Experience should teach us to be most on our guard to protect
liberty when the Government's purposes are beneficent. Men born
to freedom are naturally alert to repel invasion of their
liberty by evil-minded rulers. The greatest dangers to liberty
lurk in insidious encroachment by men of zeal, well-meaning, but
without understanding."
Justice Louis Brandeis, dissenting, Olmstead v US (1928)
---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faqs/FAQ.html

Nov 11 '05 #12
On Monday 08 September 2003 19:30, Kaarel wrote:
Your client software has to link in software belonging to MySQL AB,
and that's where they are now "biting" people on this.

This is one of the reasons why the PHP people removed bundled MySQL
support in version 5 back in June.</pre>

Would a perl application using DBI have a similar problem? Or how would
one then legally use PHP with MySQL without GPL-ing your product and
without buying MySQL commercial license?


There might be a "pure perl" DBI driver for mysql, in which case that's
probably under the Artistic Licence. As far as using PHP+MySQL, it's not a
matter of use, but distribution. I can freely download MySQL and PHP, set
them up and build an application in whatever way I like. If, however I
distribute that application, linked to the GPL'd MySQL client then my
application becomes GPL (assuming the GPL is legally valid and I haven't
bought a licence from MySQL).

What happens with an application built on top of MySQL+PHP I couldn't say. I'm
guessing your PHP scripts can be distributed under any licence you like, but
you couldn't distribute MySQL+PHP with them.

Anyway, their intention is that you *can't* distribute your application
without either GPL-ing it or buying a licence. One of the reasons why a BSD
licence is more friendly from a business point of view, although it does mean
companies can release proprietry extensions that they keep private.

--
Richard Huxton
Archonet Ltd

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 11 '05 #13
Richard Huxton wrote:
What happens with an application built on top of MySQL+PHP I couldn't say. I'm
guessing your PHP scripts can be distributed under any licence you like, but
you couldn't distribute MySQL+PHP with them.

Anyway, their intention is that you *can't* distribute your application
without either GPL-ing it or buying a licence. One of the reasons why a BSD
licence is more friendly from a business point of view, although it does mean
companies can release proprietry extensions that they keep private.


And contribute them to the community after 1-2 years, which has happened
often.

--
Bruce Momjian | http://candle.pha.pa.us
pg***@candle.ph a.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to ma*******@postg resql.org

Nov 11 '05 #14
On Mon, 2003-09-08 at 15:25, Bruce Momjian wrote:
Richard Huxton wrote:
What happens with an application built on top of MySQL+PHP I couldn't say. I'm
guessing your PHP scripts can be distributed under any licence you like, but
you couldn't distribute MySQL+PHP with them.

Anyway, their intention is that you *can't* distribute your application
without either GPL-ing it or buying a licence. One of the reasons why a BSD
licence is more friendly from a business point of view, although it does mean
companies can release proprietry extensions that they keep private.


And contribute them to the community after 1-2 years, which has happened
often.


But they don't have to. The Unix Wars were caused by large companies
that took BSD and made proprietary extensions. Thus, there are pit-
falls to both GPL & BSD (not to mention straight-up proprietary
licenses).

--
-----------------------------------------------------------------
Ron Johnson, Jr. ro***********@c ox.net
Jefferson, LA USA

An ad run by the NEA (the US's biggest public school TEACHERS
UNION) in the Spring and Summer of 2003 asks a teenager if he
can find sodium and *chloride* in the periodic table of the elements.
And they wonder why people think public schools suck...
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 11 '05 #15
Ron Johnson wrote:
On Mon, 2003-09-08 at 15:25, Bruce Momjian wrote:
Richard Huxton wrote:
What happens with an application built on top of MySQL+PHP I couldn't say. I'm
guessing your PHP scripts can be distributed under any licence you like, but
you couldn't distribute MySQL+PHP with them.

Anyway, their intention is that you *can't* distribute your application
without either GPL-ing it or buying a licence. One of the reasons why a BSD
licence is more friendly from a business point of view, although it does mean
companies can release proprietry extensions that they keep private.


And contribute them to the community after 1-2 years, which has happened
often.


But they don't have to. The Unix Wars were caused by large companies
that took BSD and made proprietary extensions. Thus, there are pit-
falls to both GPL & BSD (not to mention straight-up proprietary
licenses).


No question about it, but the Internet's ability to share code has
tilted the scales in favor of sharing, I think --- companies get more
out of sharing than they do out of being proprietary (after a certain
period of time), and that period of time is shrinking. For Red Hat, the
time is already zero, and for others it seems to be 1-2 years.

--
Bruce Momjian | http://candle.pha.pa.us
pg***@candle.ph a.pa.us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Nov 11 '05 #16


Kaarel wrote:
This is one of the reasons why the PHP people removed bundled MySQL
support in version 5 back in June.


Would a perl application using DBI have a similar problem? Or how would
one then legally use PHP with MySQL without GPL-ing your product and
without buying MySQL commercial license?


This is the very point of a conversation I had with Marten Mickos, CEO
of MySQL AB Sweden, about the whole license change. I thought there is
no way you sell any product, that can connect to any future MySQL server
using the version 4 protocol, in binary format without the source code
shipped under GPL or ... this is where the conversation faded off
somehow ... and I don't know if MySQL expects you or your customer (who
would actually run their GPL'd MySQL server, your proprietary
application (il)legally connects to ...

I have CC'd Marten in this eMail. I am sure he can explain in detail
what you are supposed to do from now on if you do not want to GPL your
proprietary application written in PHP.
Jan

--
#============== =============== =============== =============== ===========#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#============== =============== =============== ====== Ja******@Yahoo. com #
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 11 '05 #17


Kaarel wrote:
This is one of the reasons why the PHP people removed bundled MySQL
support in version 5 back in June.


Would a perl application using DBI have a similar problem? Or how would
one then legally use PHP with MySQL without GPL-ing your product and
without buying MySQL commercial license?


This is the very point of a conversation I had with Marten Mickos, CEO
of MySQL AB Sweden, about the whole license change. I thought there is
no way you sell any product, that can connect to any future MySQL server
using the version 4 protocol, in binary format without the source code
shipped under GPL or ... this is where the conversation faded off
somehow ... and I don't know if MySQL expects you or your customer (who
would actually run their GPL'd MySQL server, your proprietary
application (il)legally connects to ...

I have CC'd Marten in this eMail. I am sure he can explain in detail
what you are supposed to do from now on if you do not want to GPL your
proprietary application written in PHP.
Jan

--
#============== =============== =============== =============== ===========#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#============== =============== =============== ====== Ja******@Yahoo. com #
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

Nov 11 '05 #18
FYI

In answer to Kaarel's question

Kaarel wrote:
Would a perl application using DBI have a similar problem? Or how would
one then legally use PHP with MySQL without GPL-ing your product and
without buying MySQL commercial license?

Marten Mickos, CEO of MySQL AB Sweden answered and kindly gave me
permission to forward his reply to our General mailing list for this
question appears to be of broader interest:

Marten G. Mickos wrote: Kaarel, Jan

Thanks for your email, Jan!

Our guiding principle is to have all our source code open, and to
offer it free of payment (i.e. gratis) to those who commit to doing
the same. We have concluded that the GPL licence best fulfills this
principle, and that's why we use the GPL.

Therefore the answer to Kaarel's question is:

"Your PHP app that requires MySQL, if distributed, will either have
to be GPL (or another OSI-approved and MySQL-approved open source
licence ) or you will need a commercial licence of MySQL."

Sometimes people say "But I cannot open source my application!" and
they may have valid reasons for this. Our response is then: "If you
have a valid reason not to be open source, wouldn't that same
reasoning apply to us?".

This goes to the core of MySQL AB's business idea of Quid pro Quo -
if you are open source, we are open source - if you are closed
source, we are commercial.

I hope this was an answer to the question. Please let me know if you
have any further questions.
Kind regards,

Marten


--
#============== =============== =============== =============== ===========#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me. #
#============== =============== =============== ====== Ja******@Yahoo. com #
---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

Nov 11 '05 #19
I still feel MySQL is somewhat overstepping the bounds of the GPL. The
GPL makes it clear that if I don't link to GPL code, I'm not bound by it.

I.e. I can sell closed source PHP code to a customer, let them install
their own PHP/Zend/MySQL server, IN ACCORDANCE WITH THE GPL, and then I
can install the encoded PHP and still be in keeping with the requirements
of the GPL.

In fact, one of the requirements of the GPL is that you can't just add
requirements where you see fit. I.e. "your PHP app is commercial, it's
not linked to our GPL code, but you HAVE to GPL it or buy a commercial
license" violates the GPL itself.

On Sat, 20 Sep 2003, Jan Wieck wrote:
FYI

In answer to Kaarel's question

Kaarel wrote:
Would a perl application using DBI have a similar problem? Or how would
one then legally use PHP with MySQL without GPL-ing your product and
without buying MySQL commercial license?

Marten Mickos, CEO of MySQL AB Sweden answered and kindly gave me
permission to forward his reply to our General mailing list for this
question appears to be of broader interest:

Marten G. Mickos wrote:
Kaarel, Jan

Thanks for your email, Jan!

Our guiding principle is to have all our source code open, and to
offer it free of payment (i.e. gratis) to those who commit to doing
the same. We have concluded that the GPL licence best fulfills this
principle, and that's why we use the GPL.

Therefore the answer to Kaarel's question is:

"Your PHP app that requires MySQL, if distributed, will either have
to be GPL (or another OSI-approved and MySQL-approved open source
licence ) or you will need a commercial licence of MySQL."

Sometimes people say "But I cannot open source my application!" and
they may have valid reasons for this. Our response is then: "If you
have a valid reason not to be open source, wouldn't that same
reasoning apply to us?".

This goes to the core of MySQL AB's business idea of Quid pro Quo -
if you are open source, we are open source - if you are closed
source, we are commercial.

I hope this was an answer to the question. Please let me know if you
have any further questions.
Kind regards,

Marten


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

http://archives.postgresql.org

Nov 11 '05 #20

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

125
14850
by: Sarah Tanembaum | last post by:
Beside its an opensource and supported by community, what's the fundamental differences between PostgreSQL and those high-price commercial database (and some are bloated such as Oracle) from software giant such as Microsoft SQL Server, Oracle, and Sybase? Is PostgreSQL reliable enough to be used for high-end commercial application? Thanks
17
2136
by: Rich S. | last post by:
Hello Just like everyone else, I am excited about how easily one can create Windows applications with the .NET platform, but for shareware, I have some serious reservations 1. Your code can be easily decompiled. This would make it very difficult to implement any sort of license restrictions on your app, because anything you write can be easily viewed and cracked. This also removes any privacy for your intellectual property 2. Jim...
68
15712
by: James Dow Allen | last post by:
The gcc compiler treats malloc() specially! I have no particular question, but it might be fun to hear from anyone who knows about gcc's special behavior. Some may find this post interesting; some may find it off-topic or confusing. Disclaimers at end. The code samples are intended to be nearly minimal demonstrations. They are *not* related to any actual application code.
21
1847
by: king kikapu | last post by:
Hi to all, i am coming from the Microsoft (.net) world and at the quest of finding the right GUI toolkit that i can use from Python, i have two obvious choices to choose from: wxPython and Qt. Both are looking very good. Qt has Qt designer, a tool that really reminds me of the forms designers that we have in VS.Net.The productivity someone can gain from tools like these can be really astonished.
11
3649
by: W.K. | last post by:
Hello, I have a question about using GNU C++ proprietary software development, is this possible or against the GNU license? Any good commercial cross platform complier recommendation ? Thanks, W.K.
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9904
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8931
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7456
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6710
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2849
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.