Megalextoria
Retro computing and gaming, sci-fi books, tv and movies and other geeky stuff.

Home » Digital Archaeology » Computer Arcana » Apple » Apple II » License of Electric Duet music player routine
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
License of Electric Duet music player routine [message #220491] Sun, 12 January 2014 18:18 Go to next message
markpilgrimfastmail is currently offline  markpilgrimfastmail
Messages: 16
Registered: January 2013
Karma: 0
Junior Member
I just had a brief but constructive email discussion with Paul Lutus, the author and copyright holder of "Electric Duet," the 2-note software synthesizer for the Apple II. He has generously agreed to release the music player routine itself under the GNU GPL. Paul requested that I credit it like this in my upcoming project:

Electric Duet Music Player
Copyright 1982, P. Lutus
Released under the GPL
(http://www.gnu.org)

Paul informed me that this open source license grant applies only to the player routine itself (the one you can tell Electric Duet to generate at any starting address and save as a separate file). The rest of the Electric Duet disk, including the editor, remains under his original copyright.

I don't claim to speak for Paul. I'm just reporting the outcome of our conversation in a public forum in case anyone else is interested.

Cheers,
-Mark
Re: License of Electric Duet music player routine [message #220497 is a reply to message #220491] Sun, 12 January 2014 21:49 Go to previous messageGo to next message
Sean Fahey is currently offline  Sean Fahey
Messages: 400
Registered: October 2012
Karma: 0
Senior Member
On Sunday, January 12, 2014 5:18:54 PM UTC-6, markpilgr...@gmail.com wrote:

> I don't claim to speak for Paul. I'm just reporting the outcome of our conversation in a public forum in case anyone else is interested.
>


Nice. BTW, is this you? http://mark.pilgrim.usesthis.com/
Re: License of Electric Duet music player routine [message #220641 is a reply to message #220497] Mon, 13 January 2014 00:09 Go to previous messageGo to next message
gids.rs is currently offline  gids.rs
Messages: 1395
Registered: October 2012
Karma: 0
Senior Member
> Nice. BTW, is this you? http://mark.pilgrim.usesthis.com/


Must be. Blurb from this website.

What would be your dream setup?

"I have an Apple IIe in my attic. My parents bought it in 1984. We used it exclusively for five years; I wrote my first program on it, I wrote my first poem on it, my mother ran her first business on it. We sold it to a family friend in 1989, and she used it as her primary computer for 10 more years, until 1999. A few years ago, I paid her to ship it back to me. The damn thing still works – color monitor, 80-column card, original disk drives, everything. Most of my 25-year-old 5.25-inch floppy disks still work. Of course there’s no software being written for it anymore (except Silvern Castle, God bless you), but what it could do in 1984, it can still do just as well in 2009."


Are we being watched over with our whining and when Google Groups fails to respond with posting, some Apple II diehard immediately sends a "fix now" request up the ladder at Google headquarters? :)

Rob
Re: License of Electric Duet music player routine [message #221227 is a reply to message #220491] Mon, 13 January 2014 13:02 Go to previous messageGo to next message
bpicchi is currently offline  bpicchi
Messages: 46
Registered: July 2013
Karma: 0
Member
On Sunday, January 12, 2014 3:18:54 PM UTC-8, markpilgr...@gmail.com wrote:
> I just had a brief but constructive email discussion with Paul Lutus, the author and copyright holder of "Electric Duet," the 2-note software synthesizer for the Apple II. He has generously agreed to release the music player routine itself under the GNU GPL. Paul requested that I credit it like this in my upcoming project:
>
>
>
> Electric Duet Music Player
>
> Copyright 1982, P. Lutus
>
> Released under the GPL
>
> (http://www.gnu.org)
>
>
>
> Paul informed me that this open source license grant applies only to the player routine itself (the one you can tell Electric Duet to generate at any starting address and save as a separate file). The rest of the Electric Duet disk, including the editor, remains under his original copyright.
>
>
>
> I don't claim to speak for Paul. I'm just reporting the outcome of our conversation in a public forum in case anyone else is interested.
>
>
>
> Cheers,
>
> -Mark

Cool. What project are you working on?
Re: License of Electric Duet music player routine [message #221752 is a reply to message #221227] Mon, 13 January 2014 21:35 Go to previous messageGo to next message
markpilgrimfastmail is currently offline  markpilgrimfastmail
Messages: 16
Registered: January 2013
Karma: 0
Junior Member
Just a little puzzle game. I wanted to use the Electric Duet player for some sound effects and maybe a title theme.

-Mark
License of Electric Duet music player routine [message #243197 is a reply to message #220491] Mon, 10 February 2014 13:09 Go to previous messageGo to next message
Eric Rucker is currently offline  Eric Rucker
Messages: 18
Registered: April 2013
Karma: 0
Junior Member
Out of curiosity, as it's needed for GPL compliance, where's the source code?

And, what version of the GPL?
Re: License of Electric Duet music player routine [message #243271 is a reply to message #243197] Mon, 10 February 2014 16:49 Go to previous messageGo to next message
dagz is currently offline  dagz
Messages: 108
Registered: December 2012
Karma: 0
Senior Member
I suppose you could say the binary object of this routine contains the source, viewable using any disassembler. But I'm pretty sure that even if that stretches the view enough to fit the GPL, that it still goes against the overall intention of the license. Also, you're supposed to include the license with the source, and as far as I know there's no official distribution.

Would a documented disassembly work? I'd be willing to help do that and put a repo up somewhere (GitHub, etc.), but I'm not sure about the legality of doing a third-party reverse-engineering job and claiming it as the original author's licensed/blessed code.

I guess there really is no such thing as a free lunch/code. ;)
Re: License of Electric Duet music player routine [message #243273 is a reply to message #243271] Mon, 10 February 2014 16:57 Go to previous messageGo to next message
bhtooefr is currently offline  bhtooefr
Messages: 21
Registered: August 2013
Karma: 0
Junior Member
Dagen Brock <DagenBrock@gmail.com> wrote:
> I suppose you could say the binary object of this routine contains the source, viewable using any disassembler. But I'm pretty sure that even if that stretches the view enough to fit the GPL, that it still goes against the overall intention of the license.
That actually goes against everything, really.

> Would a documented disassembly work? I'd be willing to help do that and put a repo up somewhere (GitHub, etc.), but I'm not sure about the legality of doing a third-party reverse-engineering job and claiming it as the original author's licensed/blessed code.
>
> I guess there really is no such thing as a free lunch/code. ;)
If the copyright holder says so, yes.

I'm going to go ahead and try to contact Paul Lutus, and see what he
says.

--
Eric Rucker - http://bhtooefr.org - bhtooefr@bhtooefr.org
Re: License of Electric Duet music player routine [message #243276 is a reply to message #243273] Mon, 10 February 2014 17:26 Go to previous messageGo to next message
sicklittlemonkey is currently offline  sicklittlemonkey
Messages: 570
Registered: October 2012
Karma: 0
Senior Member
On Tuesday, 11 February 2014 10:57:20 UTC+13, Eric Rucker wrote:
> I'm going to go ahead and try to contact Paul Lutus, and see what he says..

Mark hasn't announced the release of his project. I presume when he releases it there will be source code.

Why would you contact Paul Lutus about it when Mark has already done so? From what I've read about PL - and reading his website etc - it doesn't seem he's interested in providing or re-releasing his 8-bit software, so I don't think the source will come from him.

It's great that Mark got permission from him.

Cheers,
Nick.
Re: License of Electric Duet music player routine [message #243310 is a reply to message #243276] Mon, 10 February 2014 20:59 Go to previous messageGo to next message
dagz is currently offline  dagz
Messages: 108
Registered: December 2012
Karma: 0
Senior Member
On Monday, February 10, 2014 4:26:50 PM UTC-6, sicklittlemonkey wrote:

> Why would you contact Paul Lutus about it when Mark has already done so? From what I've read about PL - and reading his website etc - it doesn't seem he's interested in providing or re-releasing his 8-bit software, so I don't think the source will come from him.
>

The point is that Paul Lutus supposedly released the player under GPL (indeed generous), but by definition the GPL states you *must* include the source code. It doesn't stop any of us from using it in our productions or anything, but GPL is really indicative of something entirely different than "free-to-use".
Re: License of Electric Duet music player routine [message #243354 is a reply to message #243310] Tue, 11 February 2014 05:11 Go to previous messageGo to next message
bhtooefr is currently offline  bhtooefr
Messages: 21
Registered: August 2013
Karma: 0
Junior Member
Dagen Brock <DagenBrock@gmail.com> wrote:
> The point is that Paul Lutus supposedly released the player under GPL (indeed generous), but by definition the GPL states you *must* include the source code. It doesn't stop any of us from using it in our productions or anything, but GPL is really indicative of something entirely different than "free-to-use".
Technically, it DOES stop us from legally using it in our productions,
given that there's no other license in which distribution is allowed, as
far as I know.

--
Eric Rucker - http://bhtooefr.org - bhtooefr@bhtooefr.org
Re: License of Electric Duet music player routine [message #243392 is a reply to message #243354] Tue, 11 February 2014 10:14 Go to previous messageGo to next message
dagz is currently offline  dagz
Messages: 108
Registered: December 2012
Karma: 0
Senior Member
On Tuesday, February 11, 2014 4:11:41 AM UTC-6, Eric Rucker wrote:

> Technically, it DOES stop us from legally using it in our productions,
>
> given that there's no other license in which distribution is allowed, as
>
> far as I know.
>

I'm just saying that he's basically given his blessing for people to use it, so they can. It's not clear that you could use it for commercial purposes, but I'm pretty sure he's not going to come after you if you did.

That said, he can't claim it's available under GPL. He probably just wanted a nice permissive license and was unfamiliar with the requirements.

TL;DR - Go ahead and use it, but it ain't GPL/FOSS.
Re: License of Electric Duet music player routine [message #247693 is a reply to message #243197] Sun, 23 March 2014 22:01 Go to previous messageGo to next message
markpilgrimfastmail is currently offline  markpilgrimfastmail
Messages: 16
Registered: January 2013
Karma: 0
Junior Member
On Monday, February 10, 2014 1:09:47 PM UTC-5, Eric Rucker wrote:
> And, what version of the GPL?

Sorry for the confusion. He was actually quite specific about this, but I truncated his message. Here is the relevant portion of his original email reply, in full:

"""
How about this:

Electric Duet Music Player Copyright 1982, P. Lutus
Released under the GPL (http://www.gnu.org/copyleft/gpl.html)

If the above won't fit in the available width, try this instead:

Electric Duet Music Player
Copyright 1982, P. Lutus
Released under the GPL
(http://www.gnu.org)
"""

So, <http://www.gnu.org/copyleft/gpl.html>, which is GPL 3 or later.
Re: License of Electric Duet music player routine [message #248018 is a reply to message #247693] Wed, 26 March 2014 16:05 Go to previous message
dagz is currently offline  dagz
Messages: 108
Registered: December 2012
Karma: 0
Senior Member
So does that mean there will be an official release with source code? The GPL allows for object code releases with provisions that the author allow access to the "Corresponding Source".
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Using Apple Disc Drive ll
Next Topic: GSport cut and paste
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Sep 26 23:59:44 EDT 2024

Total time taken to generate the page: 0.02341 seconds