![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 | ||
|
Newbie
Join Date: Sep 2006
Posts: 4
Rep Power: 0
![]() |
All Rights of web-site Reserved but Software on it is free?
Quote:
Quote:
So, Can't I put "All Rights Reserved" in the footer of the site but when they download the software they get a License file along with it which gives them more rights on the software to distribute, etc.? I would be very grateful if the members here could clarify the questions in this post and the post just above this. Thanks, in advance! |
||
|
|
|
|
|
#12 | ||
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
Quote:
However, the GPL nor the BSD License will prevent others from selling your software. Quote:
|
||
|
|
|
|
|
#13 | |
|
Newbie
Join Date: Sep 2006
Location: UK
Posts: 20
Rep Power: 0
![]() |
Quote:
I personally dont want my work integrated into a closed source project. I dont mind if someone sells my software but they still have to provide the source. The university I attend has lots a java libraries that they have written and they are all released under the GPL. Obviously if I use one of those libraries in my program it does not have to be released under the GPL, but if I copy some of the code from the GPLed libraries into my program then it would have be be released under the GPL. |
|
|
|
|
|
|
#14 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
From what I understand, you want to provide the source code for your programs, but only for learning purposes, right? I remember reading about certain licences that allowed for this - I think they were created by either Microsoft or Sun.
|
|
|
|
|
|
#15 | |
|
Newbie
Join Date: Jun 2006
Posts: 8
Rep Power: 0
![]() |
IMHO GPL allows the author to sell his software.
Quote:
This is also what MySQL AB does. Please correct me if I am wrong. |
|
|
|
|
|
|
#16 | |
|
Hobbyist Programmer
Join Date: Jun 2006
Location: Ireland
Posts: 152
Rep Power: 3
![]() |
Sounds to me like you don't actually need an opensource license at all, just release the code with full copyright and all rights reserved, that way noone can redistribute it.
Quote:
__________________
Visit my website BinaryNotions. |
|
|
|
|
|
|
#17 | ||
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
Quote:
Quote:
|
||
|
|
|
|
|
#18 | |
|
Newbie
Join Date: Sep 2006
Location: UK
Posts: 20
Rep Power: 0
![]() |
Quote:
![]() The libraries I talked about are released under the LGPL. So I can use then in a program that is closed source. If they were released under the GPL then my code would have to be GPLed too. This is one of the drawbacks of the GPL. If you write a library and release it under the GPL no commercial software company will touch it with a 10 foot barge pole if they want to keep their software closed source. I think the GNU C Library is released under the LGPL for exacltly that reason. I even think that the L in LGPL used to stand for library, but now stands for lesser. I think Richard Stallman does not like the LGPL but sees it as a necessary evil. You could argue that by releasing a lib under the GPL you will spread the open source message by possibly making more software(that uses your lib) open source. |
|
|
|
|
|
|
#19 |
|
Professional Programmer
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3
![]() |
GPL is a good license to use if you want to make an open source tool. It isn't really "viral" like the GPL is for libraries because no body links against you tool, it just prevents other from releasing a closed source version of it.
|
|
|
|
|
|
#20 |
|
Newbie
Join Date: Sep 2006
Location: /home/user/Desktop
Posts: 9
Rep Power: 0
![]() |
if a program is open source, does that mean that programmers can take its code, copy it, modify it, and call it their own. Sorry if that was a rediculous question.
:banana: :banana: :banana:
__________________
Use Mozilla Firefox I am a n00b |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Multiple Source Files in a Project | Varrickmana | C++ | 17 | May 26th, 2006 8:27 AM |
| How to meet these cross-platform project goals? | mattengland | C++ | 1 | Apr 3rd, 2006 4:01 AM |
| Project List! | raf_123 | PHP | 3 | Mar 31st, 2006 2:32 PM |
| Urgent Java Help - Null Pointer Exceptions | Xenon | Java | 10 | Nov 28th, 2005 1:44 PM |
| Checking source codes of image, audio and video files | on_auc | C++ | 3 | Feb 21st, 2005 8:36 PM |