I'm kinda sceptical that this goes anywhere given that basically they say that whatever copilot outputs is your responsibility to vet that it doesn't break any copyright (obviously that goes against the promise of it and the PR but that's the small print that gets them out of trouble).
So, if i made napster 2.0 and said that it is your job to make sure that you do not download anything copyrighted, that would be ok?
We've filed a lawsuit against GitHub Copilot
21–30 of 824 posts
Re: We've filed a lawsuit against GitHub Copilot
#22Re: We've filed a lawsuit against GitHub Copilot
#23Did you know before airplanes were invented common law said you owned the air above your land all the way to the heavens.
Re: We've filed a lawsuit against GitHub Copilot
#24Earlier quoted context omitted.
So, if i made napster 2.0 and said that it is your job to make sure that you do not download anything copyrighted, that would be ok?
Isn’t that already how everything on the internet works?
Re: We've filed a lawsuit against GitHub Copilot
#25I'm kinda sceptical that this goes anywhere given that basically they say that whatever copilot outputs is your responsibility to vet that it doesn't break any copyright (obviously that goes against the promise of it and the PR but that's the small print that gets them out of trouble).
So, if i made napster 2.0 and said that it is your job to make sure that you do not download anything copyrighted, that would be ok?
Re: We've filed a lawsuit against GitHub Copilot
#26How original is the generated code? Can the generated code be traced back to the code used for training and the original copyrights and licenses for that code? If so, what attribution(s) and license(s) should apply to the generated code?
They demonstrate generated code being identical to some training code.
Because I sure have seen that exact code written, from scratch, in many many places.
I guess my question boils down to "What is the smallest copyrightable unit of code?". Because I'm certain suing a novelist for copyright infringement on a character that says "Hi, how are you?" would be considered absurd.
Re: We've filed a lawsuit against GitHub Copilot
#27Re: We've filed a lawsuit against GitHub Copilot
#28 The No-AI 3-Clause Open Source Software License
Copyright (C)
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the
distribution.
3. Use in source or binary forms for the construction or operation
of predictive software generation systems is prohibited.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
https://bugfix-66.com/f0bb8770d4b89844d51588f57089ae5233bf67...Re: We've filed a lawsuit against GitHub Copilot
#29 function force=Gmmr2Array(mass1, mass2)
and function [force, torque]=pointMatrixGravity(array1,array2)
?I'd love to know if some of my GPL v3 code [1, 2] has landed in the training set
[1] https://github.com/4kbt/NewtonianEotWashToolkit/blob/master/...
[2] https://github.com/4kbt/NewtonianEotWashToolkit/blob/master/...
Re: We've filed a lawsuit against GitHub Copilot
#30I'm kinda sceptical that this goes anywhere given that basically they say that whatever copilot outputs is your responsibility to vet that it doesn't break any copyright (obviously that goes against the promise of it and the PR but that's the small print that gets them out of trouble).
Saying "it's your responsibility to not breach licenses or violate copyright" doesn't absolve your service from breaching licenses and violating copyright itself.