Am I being too pedantic if I point out that it is quite possible for code to be compatible with GPL-2.0 and other licenses at the same time? Or is this a term that is well understood?
Not a lawyer, but as I understand it the license is a matter of copyright, and the copyright only applies to the design files. So as long as you're making that keyboard for yourself then you should be good to do anything you want with the keyboard, because it is no longer using the license at that point.
Now, what is interesting is if someone were to blatantly violate the license and start manufacturing commercial keyboards. I believe their only recourse would be to revoke their license of the design files, and then it would be copyright infringement. The thing is, I don't know how copyright law would handle any damages.
I don't know if making a physical product could be a violation of copyright, regardless of if you had a license to use the design in the first place. I could definitely imagine a company trying to enforce this, and a judge throwing it out because it should have been handled with patents.
> Not a lawyer, but as I understand it the license is a matter of copyright, and the copyright only applies to the design files. So as long as you're making that keyboard for yourself then you should be good to do anything you want with the keyboard, because it is no longer using the license at that point.
What if I take the design, print it, include the thing in a staged photo, and sell prints of the photo?
What if I skip the printing and use the design files as a basis for a rendered photo or animation?
What if I print the design, then use a 3D scanner to recreate a file from the physical artifact?
You're asking some pretty niche copyright questions that even a lawyer would have to spend time searching for case law for. It may be more expedient to look for that case law yourself.
Copyright law forbids the creation of derivative works (excepting any region-specific fair-use rules) so you're only allowed to create them under the rights granted to you in the terms of the license - thus under this particular license you can't make commercial use of derivative works.
But is a physical item a derivative work of it's technical specifications?
If the design files qualify for copyright protections, then modifications to them would clearly be derivative works.
I don't think it is clear if the keyboard itself would be a derivative work, as it almost certainly can't be protected by copyright. This is what patents are for.
The design files don't qualify for copyright protections, they describe the design which (maybe) qualifies for copyright protections.[0]
The artistic design of a specific keyboard can certainly be copyrighted, but not the functional nature of it.
[0]The exact wording might be protected, but not the factual information contained. Sports scores, or say measurements of a keyboard, are not copyrightable items as they are just facts, though their presentation might be.
> What if I take the design, print it, include the thing in a staged photo, and sell prints of the photo?
This is probably acceptable
> What if I skip the printing and use the design files as a basis for a rendered photo or animation?
This is probably NOT acceptable
> What if I print the design, then use a 3D scanner to recreate a file from the physical artifact?
If you used that for personal things yes that would be acceptable. I do not think that would give you the right to then sell that as a product neither digitally nor phsically
What if I'm a sculptor and I design and produce a statue? Shouldn't I still have the copyright to the statue, no matter what kind of machine I used to do the actual sculpting?
What if I print the design, then use a 3D scanner to recreate a file from the physical artifact?
Hmm, without patents it would definitely be fine to scan an existing one and recreate it. I think this would be fine too, but any time you are clearly going out of your way to skirt the law is a red flag. The thing is, I don't even think technical designs are copyrightable outside of their aesthetic value.
What if I take the design, print it, include the thing in a staged photo, and sell prints of the photo?
What if I skip the printing and use the design files as a basis for a rendered photo or animation?
If it is indeed covered by copyright, then these would likely be violations, though I guess it depends on how prominent it is in the staged photo.
When I was a kid I manually made it through the cliffs of logic in KingsQuest VI by trial and error and taking notes for days, before I realized the answer was in the book. Almost did the same thing for translating hieroglyphics the Dagger of Amon Ra, but I remembered what happened before and went to check.
I just use my ide integrations for git. I absolutely love the way pycharm/jetbrains does it, and I'm starting to be ok with how vscode does. Remembering git commands besides the basics is just pointless. If I need to do something that the gui doesn't handle, I'll look it up and put it in a script.
reply