Home | Networks | Community | Need Help? 

 
 Quick search

 
 
 RegisterRegister   Log inLog in 

modify GNU/GPL code
Goto page 1, 2  Next
 
Post new topic   Reply to topic    SearchIRC Forum Index -> IRCD & Network Services
Author Message
Julio
Guest





PostPosted: Apr 07, 2004 8:56am    Post subject: modify GNU/GPL code Reply with quote

Yes, I think that this is their spirit, of all the GNU/GPL products, but please, respect the credits of the people before u, and type ur own credits, upload ur information.

We can be of internet a place to share.

The best regards

JulioBell
Back to top
Horizon
Lurker
Lurker


Joined: 10 May 2003
Posts: 145
Location: Regina, Saskatchewan, Canada

PostPosted: Apr 07, 2004 9:21am    Post subject: Reply with quote

I couldnt agree more. Give credit where credit's due. Removing somones name from their own work is not only unethical, but it breaks the GPL license. Unfortunantly I dont think i lot of people understand the concept of open source. ( especially some people i've seen on these boards )
Back to top
DjMadness-
Newbie
Newbie


Joined: 10 Jan 2004
Posts: 70

PostPosted: Apr 07, 2004 9:43am    Post subject: Reply with quote

Horizon wrote:
I couldnt agree more. Give credit where credit's due. Removing somones name from their own work is not only unethical, but it breaks the GPL license. Unfortunantly I dont think i lot of people understand the concept of open source. ( especially some people i've seen on these boards )


me my self do not know the GPL rules yet, but i still keep credits there, due to my respect for the coders.

BTW, could someone post a site where i can read the GPL as a bedtime story ?? Smile
Need to read it some day
Cya Wink
Back to top
Horizon
Lurker
Lurker


Joined: 10 May 2003
Posts: 145
Location: Regina, Saskatchewan, Canada

PostPosted: Apr 07, 2004 10:50am    Post subject: Reply with quote

http://www.gnu.org/philosophy/

http://www.gnu.org/licenses/license-list.html
Back to top
DjMadness-
Newbie
Newbie


Joined: 10 Jan 2004
Posts: 70

PostPosted: Apr 07, 2004 11:07am    Post subject: Reply with quote

Horizon wrote:
http://www.gnu.org/philosophy/

http://www.gnu.org/licenses/license-list.html


Thx there m8, gonna read it asap
Back to top
Julia
none
none


Joined: 30 Jun 2004
Posts: 17

PostPosted: Aug 15, 2004 9:50am    Post subject: Reply with quote

besides the websites
GPL or LGPL must be INCLUDED IN EVERY COPY of the GPL'ed (LGPL'ed)
software. It a GPL software dont has it included - IT BREAKS the license.
all ircd's based on the original work of Jarkko Oikarinen and the rest are (MUST BE) GPL'ed
Back to top
codemastr
Idler
Idler


Joined: 05 Feb 2004
Posts: 353

PostPosted: Aug 15, 2004 10:57am    Post subject: Reply with quote

Quote:
all ircd's based on the original work of Jarkko Oikarinen and the rest are (MUST BE) GPL'ed

That's not entirely true. Software can be relicensed. If the author of the GPLed code gives you permission to use it in a non-GPLed product, then it is 100% fine.
Back to top
w00t
Eleet
Eleet


Joined: 09 Jun 2004
Posts: 699
Location: Nowra, Australia

PostPosted: Aug 15, 2004 5:50pm    Post subject: Reply with quote

Hmm. That's news to me. And what about the LGPL?
Back to top
Julia
none
none


Joined: 30 Jun 2004
Posts: 17

PostPosted: Aug 16, 2004 5:30am    Post subject: Reply with quote

codemastr wrote:

That's not entirely true. Software can be relicensed. If the author of the GPLed code gives you permission to use it in a non-GPLed product, then it is 100% fine.

Yes under some circumstances parts of code may be relicensed as is in source headers..
but what once came in GPL/LGPL and didnt contained any license addendums (i seldom see any) must remain GPL. Or show me the part of GPL that allows changing licensing...
Back to top
katsklaw
Guru
Guru


Joined: 28 Jun 2004
Posts: 1099

PostPosted: Aug 16, 2004 5:48am    Post subject: Reply with quote

Julia wrote:
codemastr wrote:

That's not entirely true. Software can be relicensed. If the author of the GPLed code gives you permission to use it in a non-GPLed product, then it is 100% fine.

Yes under some circumstances parts of code may be relicensed as is in source headers..
but what once came in GPL/LGPL and didnt contained any license addendums (i seldom see any) must remain GPL. Or show me the part of GPL that allows changing licensing...


GPL software does not have to remain GPL, as codemastr said you may get the authors permission to change the license. Also GPL it's self allows for license changes so long as the license is GPL compatible ( http://www.gnu.org/licenses/gpl-faq.html#ModifyGPL ).

Example would be from GPL to the new BSD license is perfectly acceptable. This can be found in the GPL FAQ ( http://www.gnu.org/licenses/gpl-faq.html#OrigBSD )
Back to top
Julia
none
none


Joined: 30 Jun 2004
Posts: 17

PostPosted: Aug 16, 2004 1:47pm    Post subject: Reply with quote

thats an eye opening experience... thanks
I want to add Artistic to GPL'ed.. seem i can do it *smile*
Back to top
Rob_
Idler
Idler


Joined: 13 Dec 2003
Posts: 309

PostPosted: Aug 17, 2004 12:57am    Post subject: Reply with quote

katsklaw wrote:

GPL software does not have to remain GPL, as codemastr said you may get the authors permission to change the license. Also GPL it's self allows for license changes so long as the license is GPL compatible ( http://www.gnu.org/licenses/gpl-faq.html#ModifyGPL ).

Example would be from GPL to the new BSD license is perfectly acceptable. This can be found in the GPL FAQ ( http://www.gnu.org/licenses/gpl-faq.html#OrigBSD )


Only the copyright holder(s) / original author(s) (in agreement) could change from the GPL to the BSD license, and even then, the code already released under the GPL is still under the GPL (they can release it again, under a diffrent license, but anyone who downloaded it while it was under the GPL still has all the rights the GPL gave them). The means that someone who just happens to have found some GPL'ed code, can NOT just change the license to the BSD license (or anything else), and ignore the GPL.
Back to top
codemastr
Idler
Idler


Joined: 05 Feb 2004
Posts: 353

PostPosted: Aug 17, 2004 11:37am    Post subject: Reply with quote

Yeah I don't know where he got that idea, but he certainly didn't get it from the FSF, http://www.gnu.org/licenses/gpl-faq.html#TOCConsider

Quote:
Consider this situation: 1. X releases V1 of a project under the GPL. 2. Y contributes to the development of V2 with changes and new code based on V1. 3. X wants to convert V2 to a non-GPL license. Does X need Y's permission?
Yes. Y was required to release its version under the GNU GPL, as a consequence of basing it on X's version V1. Nothing required Y to agree to any other license for its code. Therefore, X must get Y's permission before releasing that code under another license.

It clearly says that if you modify a program, you need the author's permission to change the license.
Back to top
Julia
none
none


Joined: 30 Jun 2004
Posts: 17

PostPosted: Aug 17, 2004 12:14pm    Post subject: Reply with quote

exactly what i was thought about...
speaking closely to irc stuff.. ircd is combined work of many authors and is under GPL
i doubt you can get permission from all of them.

How about addendum? as for GPL+Artistic ?
I.e. the corework is under GPL and a patch to it under artistic?
Back to top
Rob_
Idler
Idler


Joined: 13 Dec 2003
Posts: 309

PostPosted: Aug 17, 2004 12:37pm    Post subject: Reply with quote

Julia wrote:
exactly what i was thought about...
speaking closely to irc stuff.. ircd is combined work of many authors and is under GPL
i doubt you can get permission from all of them.

How about addendum? as for GPL+Artistic ?
I.e. the corework is under GPL and a patch to it under artistic?


A patch to the program would be a dirivited work, it must be released under the GPL as well. Just out of curiosity, what is "Artistic" and why would you rather use it instead of the GPL? (not that you have that choice)
Back to top
Display posts from previous:   
Post new topic   Reply to topic    SearchIRC Forum Index -> IRCD & Network Services All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
 
Forum powered by phpBB
 
 © 2000 - 2008 EverythingIRC, Inc. All rights reserved. Please read our disclaimer