What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [err..] Redistributing software

Pages: (2): « First [ 1 ] 2 » Last »
[err..] Redistributing software
Author: Message:
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. [err..] Redistributing software
Hi,

I've got a program, FFMpeg, which is licensed under the GNU GPL v3. I want to include it in a script, but I'd like to know whether it's legal to redistribute it, before having the cops at my door.
Does anyone know?

Thanks in advance.

PS. You don't have to tell me that I don't know anything about license stuff, I already know :P
10-20-2008 07:27 AM
Profile PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [err..] Redistributing software
You should be fine as long as you include the GPL license and give credits.

But hey, don't take my word for it. Read the license once.

Edit: Apparently, yes, you can. If I use a piece of software that has been obtained under the GNU GPL, am I allowed to modify the original code into a new program, then distribute and sell that new program commercially?.

This post was edited on 10-20-2008 at 07:37 AM by Felu.
10-20-2008 07:34 AM
Profile E-Mail PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [err..] Redistributing software
Well, the license is included, and credits are given in the "About" box..

Now comes the worst part :P

quote:
Originally posted by GNU GPL v3

If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.


Maybe?

This post was edited on 10-20-2008 at 07:43 AM by SmokingCookie.
10-20-2008 07:38 AM
Profile PM Find Quote Report
Thor
Veteran Member
*****

Avatar
Awwwwwwww.

Posts: 1118
Reputation: 42
31 / – / Flag
Joined: May 2006
RE: [err..] Redistributing software
quote:
Originally posted by SmokingCookie
Well, the license is included, and credits are given in the "About" box..

Now comes the worst part :P

quote:
Originally posted by GNU GPL v3

If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.


Maybe?
Simply said: your script has to be released under the GPLv3 unless you find an alternative to ffmpeg that is licenses under LGPL.
:plus4: Translation guidelines for Messenger Plus! Live
I'm no longer around this town, but I miss the community dearly. You can always find me lurking in #banana, or at
nitrolinken.net.
10-20-2008 09:00 AM
Profile PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [err..] Redistributing software
But there is some software that is not licensed under the GPL v3, but does use FFMPEG.. Are these illegal?
10-20-2008 09:05 AM
Profile PM Find Quote Report
Thor
Veteran Member
*****

Avatar
Awwwwwwww.

Posts: 1118
Reputation: 42
31 / – / Flag
Joined: May 2006
RE: [err..] Redistributing software
quote:
Originally posted by SmokingCookie
But there is some software that is not licensed under the GPL v3, but does use FFMPEG.. Are these illegal?
That depends on whether or not there are various versions of FFMPEG that have different licensing.

EDIT: You've got it wrong, FFMPEG is released under the LGPL.
Yeah, you can include it without making your code GPL'd.

This post was edited on 10-20-2008 at 09:22 AM by Thor.
:plus4: Translation guidelines for Messenger Plus! Live
I'm no longer around this town, but I miss the community dearly. You can always find me lurking in #banana, or at
nitrolinken.net.
10-20-2008 09:20 AM
Profile PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [err..] Redistributing software
I kinda 'copy-pasted' FFMPEG from one of those programs.

quote:
Originally posted by FFMPEG
FFmpeg is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

So, I started searching for GNU GPL v3, but I don't see any clear permission to redistribute software licensed under it.


So, I can just release my script including FFMPEG?

This post was edited on 10-20-2008 at 09:33 AM by SmokingCookie.
10-20-2008 09:23 AM
Profile PM Find Quote Report
Thor
Veteran Member
*****

Avatar
Awwwwwwww.

Posts: 1118
Reputation: 42
31 / – / Flag
Joined: May 2006
RE: [err..] Redistributing software
quote:
Originally posted by SmokingCookie
I kinda 'copy-pasted' FFMPEG from one of those programs.

quote:
Originally posted by FFMPEG
FFmpeg is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

So, I started searching for GNU GPL v3, but I don't see any clear permission to redistribute software licensed under it.
quote:
Originally posted by FFMPEG license & legal page

FFmpeg is licensed under the GNU Lesser General Public License (LGPL) version 2.1 or later. However, FFmpeg incorporates several optional modules that are covered by the GNU General Public License (GPL) version 2 or later, notably libpostproc and libswscale. If those parts get used the GPL applies to all of FFmpeg. Read the license texts to learn how this affects programs built on top of FFmpeg or reusing FFmpeg. You may also wish to have a look at the GPL FAQ.
:plus4: Translation guidelines for Messenger Plus! Live
I'm no longer around this town, but I miss the community dearly. You can always find me lurking in #banana, or at
nitrolinken.net.
10-20-2008 09:32 AM
Profile PM Web Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
O.P. RE: [err..] Redistributing software
quote:
Originally posted by GPL FAQ
The GPL is a free software license, and therefore it permits people to use and even redistribute the software without being required to pay anyone a fee for doing so.
10-20-2008 09:50 AM
Profile PM Find Quote Report
Thor
Veteran Member
*****

Avatar
Awwwwwwww.

Posts: 1118
Reputation: 42
31 / – / Flag
Joined: May 2006
RE: [err..] Redistributing software
quote:
Originally posted by SmokingCookie
quote:
Originally posted by GPL FAQ
The GPL is a free software license, and therefore it permits people to use and even redistribute the software without being required to pay anyone a fee for doing so.

Your point being?

I think we've already established what the GPL is, haven't we? :P
:plus4: Translation guidelines for Messenger Plus! Live
I'm no longer around this town, but I miss the community dearly. You can always find me lurking in #banana, or at
nitrolinken.net.
10-20-2008 10:20 AM
Profile PM Web Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On