Slashdot Mirror


Clash of the GPL and Other IP Agreements?

Daimaou asks: "A situation I'm involved in at work has raised some questions regarding the GPL vs. IP agreements. When I started working for my employer several years ago I signed an IP agreement that states anything I think while working for them is theirs, as well as anything I've ever thought in the past if it enters their building; dumb, but I needed a job." To make a long story short: Daimaou wrote some code derived from GPLed sources. Now his company wants to take control over what he's written. IP agreements aside, this sounds like a GPL violation since the company's IP can't override IP already established by the original GPLed code. Daimaou also says the company is trying to patent at least some of the code. Is there anything Daimaou, or anyone else for that matter, can do to get the company to cut short their plans and play fair with IP that obviously doesn't belong entirely to them? "About a year and a half ago, I brought in some source code that I had worked on prior to working here; after receiving verbal OKs that the code would remain mine.

My code was derived from code I got from IBM's Developer Works website and also ActiveState's website; all of which was released under the GPL. I made a lot of additions to the software of my own, but the parts from the above sources were integral pieces and without them, my code wouldn't work.

Now, my employer is trying to lay claim to this software and has filed at least one patent on it that I know of. They have also distributed it but refuse to make the source public. They claim that because of my IP agreement, they have full rights to this source code.

I would like to hear what other readers think and perhaps get some suggested courses of action from people who are smarter with regards to law and the GPL than I am."

38 of 530 comments (clear)

  1. hmm by Triumph+The+Insult+C · · Score: 5, Informative

    anonymously tip off http://www.gpl-violations.org/?

    --
    vodka, straight up, thank you!
    1. Re:hmm by shotfeel · · Score: 3, Funny

      How many people in his company do you think modified some code gotten from IBM?

      I keep picturing individual programmers in companies all over the country being "called into the office" today to be interrogated about their post to /.

  2. That's not how the law works by hedronist · · Score: 5, Insightful

    This is actually a fairly clear cut situation. If your code is a derivative of GPLed code, then the derivative is under the GPL, regardless of any other agreements. Your company can either distribute the derived code or not. If they distribute it, they *must* obey the GPL.

    If it were any other way, contract law would crumble. Imagine a world where some random Contract X (in this case, your IP agreement) can arbitrarily change the terms and conditions of some other random Contract Y (the GPLed code). A logical extension of this absurdity is that I could then write a contract with you that *somehow* changed a contract between two other, unrelated parties. The law doesn't work that way, no matter how much your Work Overlords would wish otherwise.

    1. Re:That's not how the law works by MrLint · · Score: 4, Insightful

      Indeed this is no different than anything else.

      Lets say for the sake of argument, someone stole some code from a popular OS platform, say windows NT4. And then made some changes to it. Is the company that person works for going to try and claim they own stolen property?

      They cant try to patent or claim to own non-original work.

    2. Re:That's not how the law works by corporatemutantninja · · Score: 5, Funny
      I wrote a contract with my buddy that says full rights to the music on any of his CDs I rip automatically transfer to me. That overrides the label's ownership, right?

      Anyone want some free music? I'll just give it all to Creative Commons now.

      --
      Actually, I was trying to be Insightful, not Funny.
    3. Re:That's not how the law works by Rakshasa+Taisab · · Score: 3, Informative

      The parent is absolutely correct, the GPL license takes precedence. Whatever contract Daimaou made with the company does not trumph the GPL.

      But what happens with the code that has been released? He thought he own the copyright but didn't (his company does). Can the company demand distribution of "their" code stop, since its distribution was not sanctioned by them? Or is it forever GPL'ed? Ofcourse this would be clear if the guy blatantly stole the code, but this case seems kinda grey to me.

      Anyway, he is screwed and liable, and the company can't nullifiy the GPL for other peoples code.

      --
      - These characters were randomly selected.
  3. IBM? by mindstormpt · · Score: 4, Interesting

    If we're talking about IBM sources, try talking to them about it, maybe they'll be interested.

  4. Original Creator by DeathFlame · · Score: 4, Interesting

    Well it's easy. The original creator of the work is the one who 'owns' it. The GPL is a liscense, so if it is being violated, the owner should be contacted.

  5. We Are Not Lawyers by Anonymous Coward · · Score: 5, Insightful

    Even if we were, we could not give useful advice without full details.

    Talk to a lawyer.

  6. Righting Wrongs by Doc+Ruby · · Score: 4, Insightful

    You can send your company's lawyer a copy of "their" code, the GPL'd code from which you derived "their code", and the GPL. You can ask the lawyer to write you an opinion stating that you are protected from the copyright owner of the GPL'd code you use making any claims against your company. And you can remember, while looking for your next job after they fire you, that you shouldn't both sign away rights, and expect to use them, when working for a bunch of thieving assholes.

    --

    --
    make install -not war

    1. Re:Righting Wrongs by CrankyFool · · Score: 5, Insightful

      You can ask the lawyer to write you an opinion all you want, but ... do you like your job?

      The question here -- and I haven't seen a clear answer to this from what you wrote -- is: What are you trying to accomplish?

      Are you trying to help your company stay out of trouble?

      If so, you should write your boss and in-house counsel (if one exists) about this issue and note that you believe based on the GPL, based on your use of GPL software, and based on your understanding of contract law that the company is in violation if it proceeds down this road, and urge them to reconsider. If they choose not to, that's OK -- you can't make anyone do anything smart, you can just give them the information.

      Are you trying to stay out of trouble yourself?

      Frankly, I think you're not in trouble at all. You haven't broken the GPL. You haven't distributed any GPL-derived code under a different license.

      Are you trying to make sure these guys don't break the GPL?

      Then submit an anonymous tip, report these guys, try to get them sued, etc.

      Your courses of action will differ depending on your desired outcome.

  7. Get a lawyer by ari_j · · Score: 4, Informative

    The single best thing you can do is to find a good lawyer. Although you may personally be in violation of the GPL since it was your actions that brought about the violation (but see respondeat superior for why only your company can be sued for this, and not you personally), you may also have a claim that the oral agreement you entered into superseded your written IP agreement, or at least estopped your employer from violating the oral agreement and, by extension, the GPL.

    But hire a lawyer. I am not a lawyer, nor is this legal advice. I just know what I know, and what I know is that a good lawyer will spot at least the things I've mentioned and probably more, and more importantly will know how to apply these ideas to cover your ass and, hopefully, keep your code GPLed.

    Good luck, and again: hire a lawyer.

  8. The company's copyrights by tigre · · Score: 4, Insightful

    Yeah, the company does have copyrights to the modifications Daimaou made, and any of those modifications, if separable in themselves such that no GPL-derivativeness remains, could be licensed however the company desires, but as long as the two are one, it must be licensed by GPL rules.

    1. Re:The company's copyrights by blueskies · · Score: 3, Insightful

      You mean that proving the "viral" GPL can somehow override their rights to their employee's creations?

      This is such an innane comment. It's like saying "you mean that proving federal copyright law can somehow override their 'rights' to their employees' creations?"

      Imagine that, laws, contracts, and licenses might limit what a corporation can do? Yeah, i'm sure that is a nail in the coffin. No companies expect to be bound by copyright law these days.

  9. Ownership vs. Licensing by crow · · Score: 4, Insightful

    Yes, the employer owns the new code. However, the employer is prohibited from distributing that code under any license other than the GPL unless the code is independent of other GPL code not owned by said employer.

    The GPL has nothing to do with copyright ownership. Hence, projects like the Linux kernel are owned by the many different contributers. This is important to understand, because each contributer needs to be sure to claim copyright on their contribution so that they have standing to complain if the license is violated.

    1. Re:Ownership vs. Licensing by wturky · · Score: 3, Informative

      I agree with crow on this, with one clarification. The employer only owns the part of the code that was written by the original poster, since he signed away his rights. He couldn't sign away other people's rights, though, so unless the employer is going to remove the code they do NOT own, they should have to follow the GPL.

      The best way to handle it is to look up and contact the actual author of the code that is being violated and let THEM (or their lawyer) contact the legal department of this company.

  10. Re:GPL holders own the code by slashnutt · · Score: 4, Informative

    Whoops let me clarify:

    Like I said, If Daimaou wrote the code prior to the IP agreement than the code isn't his to release to the company. The GPL license holders own it.

    If Daimaou wrote the code after signing the IP agreement than he couldn't release code to GPL as he isn't the owner. The company owns that portion of the code; therefore Daimaou released the code illegally. Daimaou could potentially be held liable for any damages the company could prove due to the IP release. Furthermore, the code he introduced would have to be removed and possibly recoded. However, if the company wants to use any portion of the GPL code then said company is in violation of the original GPL'ed code.

    The company can patent the new technology and can also decide to release the entire packaged software to GPL - these are the only two legal scenarios that can exist without rewriting the GPL code.

  11. Get all concerned parties involved. by FreeLinux · · Score: 4, Insightful

    Notify IBM, Active State, the original copyright holders and the FSF. Let them all know about the obvious GPL violations of their code.

    You, fighting this alone, will almost certainly lose to your employer but, the involvement of outsiders could cause your employer to think twice about their pending actions.

    Of course, following this advice will almost certainly result in your firing for any of a number of reasons so, you would be best served by also contacting a good lawyer, in advance.

  12. verbal vs. written by shark72 · · Score: 4, Funny

    "after receiving verbal OKs that the code would remain mine"

    My comment won't be very helpful to the situation, but here goes:

    If I understand it correctly, he signed a contract with an inventions clause when he started work at the company, but after he was hired, he was told verbally that the inventions clause would not apply to a particular project.

    If I were in this position, I would put the onus on the person who made the verbal promise. Their response might be one of a few things:

    1. If they state "yes, I did make that promise to you" then I would reply with "Great! Would you mind following me like a baby duck to the office of our head counsel, and repeating what you just said?"
    2. If they claim never to have said that -- in other words, if they're lying -- then I would sneak in to the office late at night, install porn on their computer, and then tip off MIS. No, just kidding. But if I had a supervisor or co-worker who saw fit to lie to my face, I would have bigger issues with my job than the ownership of some code.
    --
    Sitting in my day care, the art is decopainted.
  13. This is not a GPL problem by Mordac+the+Preventer · · Score: 5, Insightful
    So there's a dispute over ownership of the code you wrote. That's not a GPL problem, that's a contractual problem between you and your employer.

    If your employer wins the dispute, they get no more right than you have to break the terms of the GPL.

    --
    SteveB.
  14. You can't sign away right you don't own by Harodotus · · Score: 5, Informative

    IANAL, but it seems pretty clear to me that you can only sign contracts that limit your own rights.

    When you wrote derivative works from a GPL source, you did not gain ownership of the original code or even full patent rights to the code you wrote. The GPL remains in effect. If they argue that your contract gives them ownership, then that contract is illegal and invalid because the original authors (IBM's Developer Works & ActiveState and probably many others) were not party to the contract.

    I cannot sign a valid contract, assigning ownership of assets I do not own. I mean I can sign one, but it has no legal standing. The contract and any patents derived from it, would simply be invalidated in the first court to see it.

    --
    Its not users who are broken, it's systems not taking account their likely behaviour and fixing it technically.
  15. Re:Turnabout by Rei · · Score: 4, Informative

    First off, IANAL.

    The basic issue is that Daimaou doesn't have the *right* to sign over the code that he modified. When he modified code that was released under the GPL, he was bound by their license agreements. If he signed an agreement to turn over all past IP of his (I'm not sure of the legality of such an agreement), he either broke the law in signing the agreement or he did not turn over the IP; he has no right to void a license established by IBM.

    The logic being used by his company is almost amusing. If they got an employee who had formerly worked at Microsoft on Windows, would they expect to be able to patent parts of Windows? Of course not - because when the person worked at Microsoft, their legal obligation was to turn over any IP that they develop to IBM. They had no right to the IP that they wrote. Neither does Daimaou have any right to code that he wrote that fell under the obligations of another party's license.

    What his company is doing seems to be pretty darn clear cut to me. But, as mentioned, IANAL.

    --
    "Here's a fun fact: the moon has turned to blood!" -- Newscaster, "Jesus Christ Supercop"
  16. Re:Turnabout by richie2000 · · Score: 3, Insightful
    Specifics aside, and negligible fallacies in the analogy aside, this is really a very simple question.

    I have never seen a copyright infringing downloader re-sell the latest Britney album as his own creation. When you can show me that happening, maybe your simple question can get the answer it deserves.

    IP rights are not black or white. Just as with most things there is a large gray zone and there is a huge difference between on the one hand leeching a song that you would probably not otherwise buy and on the other hand re-sell someone else's software as your own.

    You can not equate theft with jaywalking or involuntary manslaughter with genocide even though they are all crimes.

    --
    Money for nothing, pix for free
  17. Don't Blame the Employer For This One by jezor · · Score: 5, Informative

    Daimou has put his employer in a very difficult position here, by bringing into a commercial workplace GPL'ed code, and incorporating it into his work. With Daimou being an employee, his employer had the right to assume that it could use his work product in any way it saw fit with full ownership, absent a written agreement to the contrary (employee work within the scope of employment is considered a work made for hire under U.S. Copyright law). Further, from this article, it isn't clear that Daimou either notified, explained to or got the agreement of his employer to include GPL'ed code (which does, by the terms of the license, need to stay under the GPL) in his work. At some level, the GPL issue is a red herring (although it obviously affects the ability of the employer to keep the source code proprietary)--if Daimou had included code he'd written for some other previous employer, it would have caused similar problems.

    At this point, Daimou's employer may (depending on the intricacies and particular facts of this situation, for which it would need the advice of its own lawyer) face a difficult decision: release under the GPL, or rebuild using non-GPL'ed code. Who pays for the rebuilding, and Daimou's role in the process (or at the company), are other questions to be determined. Moral of the story, folks: Never include any code or content subject to outside license restrictions (whether GPL or otherwise) in something done for your boss without getting the boss' informed consent! {Professor Jonathan Ezor, Director, Touro Law Center Institute for Business, Law and Technology}

  18. Not quite by WindBourne · · Score: 3, Informative

    If I read this correctly, this is code that he wrote PRIOR to joining the company. When he joined the company, he distributed it to them and then would be required to offer it up as GPL themselves by accepting it. IOW, they are under the contract of GPL as well. But the contract came along and basically states that we do not care what you had before, all your base belong to us. That is not going to fly in the courts.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  19. License != Ownership by ReverendLoki · · Score: 5, Insightful
    As I interpret it, IF the agreement between Daimaou and his employer are valid, then his employer can become the OWNER of all the GPL'ed code that he wrote, but the new employer must also respect the GPL. Just because ownership changed doesn't mean the license did.

    I'd address this as two issues - one a matter of pure code ownership, the other as a potential GPL violation. As far as ownership goes, you did sign an agreement, but if you can enforce the verbal agreement you made upon entry into the company, you may be able to retain ownership, though probably not without some hassle. Aside from the ownership issue, though, it sounds like the company is attempting to violate the GPL, and you should really consider reporting it as such.

    --
    09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
  20. Somehow I doubt that. by WindBourne · · Score: 3, Insightful

    They gave a verbal ok that the code would remain his. That means they were aware to some degree that the code did not belong to them. I would also think that MS's FUD for the last 6 years should be more than enough to let everybody know about GPL code.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  21. Re:Turnabout by malfunct · · Score: 3, Informative

    Unfortunately I think that Daimaou is in a bit of a pickle here and in all reality the situation is of his own doing. He signed a contract that transferred rights to a company on software that he was not legally allowed to transfer rights on. This is especially bad if he did not disclose this fact at the time of hiring. I am fairly certain that this company cannot obtain rights to the software in question because of the GPL (or at least they must abide by the GPL even if they do get rights) but I am also fairly certain that the company may have legal recourse against Daimaou because of it.

    Also, just because everyone has to say it, IANAL but I do have a bit of training on what my companies policy is on hiring people with past work and what obligations each party has.

    --

    "You can now flame me, I am full of love,"

  22. Re:Please name the employer... by gr8_phk · · Score: 3, Interesting
    I make it a point to discuss IP agreements up front. I once inteviewed at EDS, and the HR person wanted me to look specifically at the IP one and some other document. There were many, but they singled out these two. Upon reading the "all your inventions (past,present,shower) are belong to us" and the "right to use my voice and likeness for any purpose" among other things, I asked if they could be changed. No. I left before the technical part of the interview. I had no job at the time, but the IP stuff was too restrictive for someone who writes code on the side.

    I now work for a company where the IP agreement explicitly _excludes_ anything not directly related to my work for the company. Reading this one was a breath of fresh air. Still working there 4.5 years later.

  23. Wrong, wrong and wrong. by mwa · · Score: 5, Informative
    Like I said, If Daimaou wrote the code prior to the IP agreement than the code isn't his to release to the company. The GPL license holders own it.

    I see you've bought the "GPL is viral" FUD. Daimaou's code is Daimaou's code. It may be non-functional without the surrounding GPL code, but it's his none the less.

    If Daimaou wrote the code after signing the IP agreement than he couldn't release code to GPL as he isn't the owner. The company owns that portion of the code; therefore Daimaou released the code illegally. Daimaou could potentially be held liable for any damages the company could prove due to the IP release. Furthermore, the code he introduced would have to be removed and possibly recoded. However, if the company wants to use any portion of the GPL code then said company is in violation of the original GPL'ed code.

    Daimaou didn't release the code at all, let alone illegally. As long as modifications stay within the "legal entity" they are not being redistributed according to the GPL, so the company is free to use the software all it wants. The GPL explicitly states "Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted..." (emphasis mine). They can even make modifications and use the modifications internally. They only have to GPL the modifications if they make them available to others, along with the original GPL code.

    The company can patent the new technology and can also decide to release the entire packaged software to GPL - these are the only two legal scenarios that can exist without rewriting the GPL code.

    The company can patent technology used in the code, but in order to distribute it under the GPL it must be made available, at least for GPL purposes, under a royalty free, fully re-distributable license which (mostly) defeats the purpose of patenting it.

  24. amend your contract when you sign it by BACbKA · · Score: 4, Insightful

    Every time I had signed a contract when getting aboard as a software engineer to a company, whether startup or a big one, I added 3 provisions into my contract:

    1) In my spare time I am allowed to provide support/consulting to whoever had employed me in the past. [this generally makes very good impression as it says that you carry responsibility towards your past employers -- if you switch jobs again, they'll be able to hire you to help w/o legal issues in the way]
    2) My own projects (list follows) are specifically exempted; I'm not supposed to work on them in work time
    3) I am allowed participation in things like USENET groups/online technical forums, mailing lists etc., as part of my work. In the scope of that, it's OK for me to render somebody else assistance via the public media, send in patches etc. Same about contributed to free software projects, whenever I deem that a free software project is usable in my work, and want to do smth to improve its suitability (obviously, if my boss tells me not to do it in work time, I am not doing that).

    All the above things are then excluded from the NDA and the IP claims by the company.

    --

    VKh

  25. Re:GPL holders own the code by imp · · Score: 5, Informative

    Acutally it is more subtle than that. Diamanou has the absolute right to sign over his rights to the code he wrote. This is standard ownership agreement. He, of course, does not posess the right to sign over rights belonging to others, nor does the company have the right to assert ownership of those parts that are owned by third parties. Ownership of his rights aren't bound by the GPL, only distribution is. The current owner of the rights, whomever it might be, however is bound by the GPL (or a license that's similar enough to it to be compatable, eg they could distribute it under the GPL but also provide a warantee as an extra cost option) if they distribute the code.

    So Diamanou broke no laws here. He didn't say he signed over other people's rights.

    Please don't get license and rights confused. The GPL is a license, but does not fundamentally affect copyright of those parts added to it. That copyright, under international treaty, belongs to the person who wrote it. Since this a work with other people's intellectual property in it, that IP must be licensed, and presently is licensed under the GPL (unless the company has gone back to the original authors and gotten a copy under a different license).

  26. Does that mean that SCO is right? by schon · · Score: 3, Insightful

    It still would be "derived from the Program or any part thereof". So, that doesn't work.

    Isn't that what SCO is claiming against IBM? That because AIX was a derivative work of SysV, that it will always be a derivative work of SysV, even if there's no longer any SysV code in it?

    And IBM is saying that no, that's not the case. It's only a derivative work if it's paired with the original code.

    Personally, I believe IBM's lawyers over SCO's.

  27. Re:GPL holders own the code by ShieldW0lf · · Score: 4, Interesting

    None of which helps Daimanou with his question: What should I do?

    Contact IBM. Tell them your former employer is selling IBMs GPL'd code as their own, and that they are attempting to patent it as well. They are the ones whose rights are being violated. Perhaps they will come to an arrangement grant your former employer a different license, perhaps they will rape them in court. That's their decision.

    --
    -1 Uncomfortable Truth
  28. Your company may *NOT* re-define US law. by coats · · Score: 3, Informative
    IANAL, but: According to US law (17 USC 101; see http://www.law.cornell.edu/uscode/search/display.h tml?terms=work%20for%20hire&url=/uscode/html/uscod e17/usc_sec_17_00000101----000-.html
    A "work made for hire" is--
    (1) a work prepared by an employee within the scope of his or her employment; or

    (2) a work specially ordered or commissioned for use as a contribution to a collective work, as a part of a motion picture or other audiovisual work, as a translation, as a supplementary work, as a compilation, as an instructional text, as a test, as answer material for a test, or as an atlas, if the parties expressly agree in a written instrument signed by them that the work shall be considered a work made for hire. For the purpose of the foregoing sentence, a "supplementary work" is a work prepared for publication as a secondary adjunct to a work by another author for the purpose of introducing, concluding, illustrating, explaining, revising, commenting upon, or assisting in the use of the other work, such as forewords, afterwords, pictorial illustrations, maps, charts, tables, editorial notes, musical arrangements, answer material for tests, bibliographies, appendixes, and indexes, and an "instructional text" is a literary, pictorial, or graphic work prepared for publication and with the purpose of use in systematic instructional activities.

    If your work was not in the course of your normal duties, and if it was not *specifically* commissioned by your employer, then as I read it, Federal law says the work is yours, unless you executed a proper transfer of ownership.

    Then, (17 USC 204, q.v.http://www.law.cornell.edu/uscode/html/uscode1 7/usc_sec_17_00000204----000-.html

    A transfer of copyright ownership, other than by operation of law, is not valid unless an instrument of conveyance, or a note or memorandum of the transfer, is in writing and signed by the owner of the rights conveyed or such owner's duly authorized agent.
    says that the transfer must have been specific to the item in question, and in writing.

    I think you should hit them up for extortion... and maybe hit *them* for copyright violation if they try to hang onto the stuff.

    Note that the copyright transfier stuff has come up in SCO vs.Novell, recently -- see GrokLaw.

    --
    "My opinions are my own, and I've got *lots* of them!"
  29. The manger is the employer's agent. by abb3w · · Score: 4, Informative
    Moral of the story, folks: Never include any code or content subject to outside license restrictions (whether GPL or otherwise) in something done for your boss without getting the boss' informed consent!

    Daimou has indicated that the manager led him to understand the code would remain his, providing such consent, so do emphasize: "...in WRITING."

    --
    //Information does not want to be free; it wants to breed.
  30. Look, licensing is easy by david.given · · Score: 4, Insightful
    It works like this:
    • If you wrote it, you own it. (If you're working for hire, they own it.)
    • If you own it, you can do whatever the hell you like with it.
    • You may not distribute someone else's code, under any circumstances, unless they say you can.

    The GPL says: I, the author of this code, allow you to make unchanged copies of the code at will. I also allow you to make changed copies, provided your changes (which you own) are also GPLd.

    So, since:

    • The original software is owned by a bunch of people, and is GPLd.
    • The changes he wrote, while at the company, are owned by the company, and proprietry.

    Therefore:

    • The modified version may not be distributed at all.

    The company has two options: they can either license their changes under the GPL, or they can distribute the original, unmodified program and a bunch of diffs. (Or not distribute it at all.) Claiming that the now own the original code is compeletely nonsensical.

    As for the patent issue, I'd say that it's a dead duck because prior art obviously exists, but I don't know much about patents.

  31. Re:are you stupid? by sum.zero · · Score: 3, Insightful

    they are not equally wrong. that is exactly why there are distinctions in law.

    money is THE issue when calculating the degree of infringement. that is the way the law is constructed. non-monetary infringement wasn't even prosecutable until the net act in 1997, iirc.

    you argue points i don't make and ignore those that clearly don't side with your opinion. believing harder will not mot make your reality any more true.

    there is an established history of people sharing the music that they love. this should be protected under free use [and was until the *aa orgs started rewriting the rulebooks]. i would argue that the mechanism/medium should not matter and that digital sharing today should be just as acceptable as sharing mixed tapes was back in the pre-burner days.

    sum.zero