Re: Bug#653813: ITP: edgar -- The Legend of Edgar platform game

2013-07-05 Thread Richard Sweeney
Hi,

I'm currently replacing the music and sound effects in The Legend of Edgar with 
media from opengameart.org. Currently, the media I'm using have the following 
licences

CC-BY 3.0
CC-BY-SA 3.0
GPL 3.0

Are these licences OK for Debian, or will the GPL 3.0 be an issue? I couldn't 
really find a clear answer on this one.

Thanks

Richard

  

RE: Bug#653813: ITP: edgar -- The Legend of Edgar platform game

2013-07-05 Thread Richard Sweeney





> Date: Fri, 5 Jul 2013 15:09:51 +0800
> Subject: Re: Bug#653813: ITP: edgar -- The Legend of Edgar platform game
> From: p...@debian.org
> To: rikswee...@hotmail.com
> CC: debian-devel@lists.debian.org; 653...@bugs.debian.org
> 
> On Fri, Jul 5, 2013 at 2:44 PM, Richard Sweeney wrote:
> 
> > I'm currently replacing the music and sound effects in The Legend of Edgar
> > with media from opengameart.org. Currently, the media I'm using have the
> > following licences
> >
> > CC-BY 3.0
> > CC-BY-SA 3.0
> > GPL 3.0
> >
> > Are these licences OK for Debian, or will the GPL 3.0 be an issue? I
> > couldn't really find a clear answer on this one.
> 
> These licenses are OK for Debian.
> 
> -- 
> bye,
> pabs
> 
> http://wiki.debian.org/PaulWise

Great, thanks for your help!
  

RE: Bug#653813: ITP: edgar -- The Legend of Edgar platform game

2013-07-13 Thread Richard Sweeney
I have removed all the non-free sounds and music from the game now. The media 
I'm using, along with their licences and download origin, are in the file below 
(I won't paste the contents here, it's pretty long).

http://sourceforge.net/p/legendofedgar/code/1110/tree/branches/dfsg/doc/music_and_sound_licences

If someone could let me know if these look OK, I'd appreciate it.

Thanks

Richard
  

Re: Bug#653813: ITP: edgar -- The Legend of Edgar platform game

2012-01-25 Thread Richard Sweeney

> * Package name: edgar
>   Version : 0.94
>   Upstream Author : Richard Sweeney 
> * URL : http://www.parallelrealities.co.uk/p/legend-of-edgar.html
> * License : GPL2+

>Please note that not everything is GPL2+. The music is certainly not, it is in
>fact not even distributable in non-free since most songs do not have any
>license information, and some of them even lack copyright notices. Although I
>believe all graphics has been created from scratch and is in fact covered by
>the GPL, you should check it out to be sure. With Edgar, you can probably run
>the game (maybe with minor tweaks) without music.

(Stumbled across this today)

The code is GPL and the gfx and data is CC BY-NC-SA 3.0. Removing the sound 
should
be quite straightforward. If you do want to add this game to Debian, let me 
know and I
can supply a patch for the latest release (0.97) to allow the game to run 
without sound.

Richard

  

RE: Bug#653813: ITP: edgar -- The Legend of Edgar platform game

2012-01-26 Thread Richard Sweeney

> > The code is GPL and the gfx and data is CC BY-NC-SA 3.0.
> 
> This is the first time I've heard a mention of a CC license. There is nothing
> in the source tarball mentioning a Creative Commons license. If you really 
> mean
> it to be CC BY-NC-SA 3.0, you have to clearly specify that in the source and
> binary packages you are distributing.
>

OK, what's the best approach for that? I've updated the readme in the doc 
directory to reflect that, so it'll be present in the source. Can I just 
include the same file in the binary release? The readme file is here:

http://legendofedgar.svn.sourceforge.net/viewvc/legendofedgar/trunk/doc/readme?revision=910&view=markup
  

RE: Bug#653813: ITP: edgar -- The Legend of Edgar platform game

2012-01-26 Thread Richard Sweeney
(Apologies if this top posts, sending from my phone)

The reason for choosing NC is because I don't want someone
selling something I'm giving away for nothing.
I take it there's no Debian compatible license
that allows me to do this?

> Date: Thu, 26 Jan 2012 17:28:38 +0800
> Subject: Re: Bug#653813: ITP: edgar -- The Legend of Edgar platform game
> From: p...@debian.org
> To: rikswee...@hotmail.com
> CC: debian-devel@lists.debian.org; 653...@bugs.debian.org
> 
> On Thu, Jan 26, 2012 at 3:57 PM, Richard Sweeney wrote:
> 
> > OK, what's the best approach for that? I've updated the readme in the doc
> > directory to reflect that, so it'll be present in the source. Can I just
> > include the same file in the binary release? The readme file is here:
> >
> > http://legendofedgar.svn.sourceforge.net/viewvc/legendofedgar/trunk/doc/readme?revision=910&view=markup
> 
> It would be much better if you could release things under a more
> friendly license, how about CC-BY-SA? If not, what are your reasons
> for that?
> 
> -- 
> bye,
> pabs
> 
> http://wiki.debian.org/PaulWise
  

RE: Bug#653813: ITP: edgar -- The Legend of Edgar platform game

2012-01-26 Thread Richard Sweeney
(Last top post)

After some reading, I can probably just leave the assets under the current 
license. I can simply just change it back since it's currently not released?

> Date: Thu, 26 Jan 2012 18:22:01 +0800
> Subject: Re: Bug#653813: ITP: edgar -- The Legend of Edgar platform game
> From: p...@debian.org
> To: rikswee...@hotmail.com
> CC: debian-devel@lists.debian.org; 653...@bugs.debian.org
> 
> On Thu, Jan 26, 2012 at 3:57 PM, Richard Sweeney wrote:
> 
> > OK, what's the best approach for that? I've updated the readme in the doc
> > directory to reflect that, so it'll be present in the source. Can I just
> > include the same file in the binary release? The readme file is here:
> >
> > http://legendofedgar.svn.sourceforge.net/viewvc/legendofedgar/trunk/doc/readme?revision=910&view=markup
> 
> I notice you are using Sourceforge, I think your use of CC-BY-NC-SA is
> a violation of their terms of service, so I suggest that you move off
> Sourceforge or pick a license that doesn't have that problem.
> 
> https://geek.net/terms-of-use
> 
> -- 
> bye,
> pabs
> 
> http://wiki.debian.org/PaulWise
  

Re: Bug#653813: ITP: edgar -- The Legend of Edgar platform game

2012-01-27 Thread Richard Sweeney

>If "current" license is GPL and someone make a fork based on that your
>license change in the future will not have an impact on the fork.
>A "release" has no value when regarding what license the work is
>available as.

OK, I've left it as GPL. I've also added an archive with the sound and music
removed. It's called edgar-0.96-nosound.tar.gz and is at

https://sourceforge.net/projects/legendofedgar/files/0.96

Richard