Dev Shed Lounge
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherDev Shed Lounge

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Dell PowerEdge Servers
  #1  
Old February 2nd, 2002, 01:28 PM
jizzaz jizzaz is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Posts: 13 jizzaz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 36 m 24 sec
Reputation Power: 0
Using GPL'd software/scripts in WebDev business?

hi everybody,
I'm hoping somebody can give me some advice.

I'd like to know what the limitations of using GPL'd software and scripts are when you have a web design/development business?

I was thinking of creating my own php classes + templates for different things like (database control panel, newsscripts, newsletters etc.), to speed up production and focus on design/user customization.

Can I use gpl'd scripts, like the ones found on freshmeat.org, instead?
I know a lot of businesses have profited from using opensource tools like linux, apache, mysql, php, the gimp? But is it the same for scripts like phpnuke, dynapi etc?

And what are some of the legal, ethical concerns? Can I charge as much for a website using gpl'd scripts (like php-nuke?) or would I be better off creating my own PHP webscripts?

Thanks for any advice or experience

Reply With Quote
  #2  
Old February 2nd, 2002, 03:34 PM
realnowhereman realnowhereman is offline
Not there when you need me
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,438 realnowhereman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 46 sec
Reputation Power: 8
You can charge whatever you want for the changing/customization of a GPLed program and also whatever you want for distribution of the program so long as the GPLed stuff stays GPLed and the changes are available to the public in a form described by the GPL.

Otherwise the concept wouldn't work

edit: since I'm not a lawyer, you'd better read the GPL yourself and hire a lawyer if you are unsure about anything.

Reply With Quote
  #3  
Old February 2nd, 2002, 07:01 PM
webgremlin webgremlin is offline
small, green, and connected
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2001
Location: FL, SC
Posts: 63 webgremlin User rank is Private First Class (20 - 50 Reputation Level)webgremlin User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 7
Here's the key:

If you want to use any GPL libraries, and code you write that uses the libraries must also be GPLed. This doesn't mean you can't charge for writing it, distributing it, or installing it, however. If you can find libraries that have been released under the LGPL, you are free to use these in applications without releasing the application source code, but any modifications to the libraries themselves still must be re-released.

The part about having to relicense the code doesn't apply for in-house projects, as I understand it. If you don't distribute the product at all, you don't have to release the source. I could be mistaken about the details of this bit though. Do read the licenses.

-wg <><

Reply With Quote
  #4  
Old February 2nd, 2002, 07:05 PM
realnowhereman realnowhereman is offline
Not there when you need me
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,438 realnowhereman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 46 sec
Reputation Power: 8
GPL section 2 b):
Quote:
You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part thereof, to be licensed as a whole at no charge to all third parties under the terms of this License.

Reply With Quote
  #5  
Old February 2nd, 2002, 09:34 PM
jizzaz jizzaz is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Posts: 13 jizzaz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 36 m 24 sec
Reputation Power: 0
hi,
thanks for your replies. I've read the GPL but it's sometimes hard to understand and it seems to contradict itself Maybe I need more real world examples.

from GPL:
Quote:
For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights.


@realnowhereman:
I think there talking about the license only, right?

If for example I design/develop websites and the website is 80% original code/markup/graphics etc. And I use a gpl'd bbs like (phpbb) and/or somekind of gpl'd newsscript. As long as I keep the license intact, I can charge for the website as if I made 100%? Or do I charge 80%? Or is it somewhere in between because of a distribution fee?

(Most of the people I would be making this for would not know the difference between Linux and Mac let alone GPL and for cost scripts.)
That's why I thought of making various libraries on my own until I looked at what they had at freshmeat.org.

If you make a site using a LAMP server as opposed to some Win 2000, ASP, IIS, Oracle alternative most developers would still charge the same. Even though the opensource way will save you a bundle (and works better anyway). It's the same situation with webhosting. That's why I don't really understand how gpl'd software can be used for profit in some instances where in others you can't?

p.s. @nowhereman:
I grew up in Berlin

Last edited by jizzaz : February 2nd, 2002 at 09:38 PM.

Reply With Quote
  #6  
Old February 3rd, 2002, 04:53 AM
realnowhereman realnowhereman is offline
Not there when you need me
Dev Shed Beginner (1000 - 1499 posts)
 
Join Date: Oct 2001
Location: Berlin, Germany
Posts: 1,438 realnowhereman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 m 46 sec
Reputation Power: 8
Quote:
Originally posted by jizzaz
hi,
thanks for your replies. I've read the GPL but it's sometimes hard to understand and it seems to contradict itself

Hard to believe
Quote:
from GPL:
[...]
@realnowhereman:
I think there talking about the license only, right?

No, they're talking about the code that you change/redistribute. That code must be available at GPL terms. It must be known that the code is available at GPL terms.
Quote:
If for example I design/develop websites and the website is 80% original code/markup/graphics etc. And I use a gpl'd bbs like (phpbb) and/or somekind of gpl'd newsscript. As long as I keep the license intact, I can charge for the website as if I made 100%? Or do I charge 80%? Or is it somewhere in between because of a distribution fee?

You can charge as much as you like - work with GPL software is not necessarily easy. However, you must keep whatever GPLed stuff you use GPLed. The same goes for anyone who buys your product. You also must make your changes in GPL code available for the public.
Quote:
(Most of the people I would be making this for would not know the difference between Linux and Mac let alone GPL and for cost scripts.)
That's why I thought of making various libraries on my own until I looked at what they had at freshmeat.org.

Hard decision ... it really depends.
Quote:
If you make a site using a LAMP server as opposed to some Win 2000, ASP, IIS, Oracle alternative most developers would still charge the same.

In site development, of course. The amount of work is the same. Just make sure your boss knows about the implications of GPL code.
Quote:
Even though the opensource way will save you a bundle (and works better anyway). It's the same situation with webhosting. That's why I don't really understand how gpl'd software can be used for profit in some instances where in others you can't?

You can't make GPL code proprietary. So M$, for example, can't use Linux code in Windoze if they want to keep it under the current EULA. (They use BSD code, though.)
Quote:
p.s. @nowhereman:
I grew up in Berlin

Reply With Quote
  #7  
Old February 3rd, 2002, 10:00 AM
jizzaz jizzaz is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Posts: 13 jizzaz User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 36 m 24 sec
Reputation Power: 0
Alright thanks, I'm starting to see how it works.

ciao

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherDev Shed Lounge > Using GPL'd software/scripts in WebDev business?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway