I bet it’s next to impossible to prove copyright in this case. You would need to track down every last contributor and create a legally valid authorship evidence that is recognized under German legal doctrine. I would bet that having a email or even full name in a git repository is certainly not enough. This is exactly why for serious open-source projects that big companies depend on, they always creat a legal body,…
Other way around. Just a single contributor who licensed their changes under the GPL can sue. The fact that it's a larger work doesn't matter, because each contributor's rights were infringed, so they have the right to sue.
Our lawsuit against ChessBase
101–110 of 261 posts
Re: Our lawsuit against ChessBase
#102FYI if anybody’s looking for a chessbase alternative I use a combination of SCID vs. PC, Caissabase, and Stockfish to roughly clone it. I’m sure chessbase has a lot more features but these alternatives are good enough for an amateur like me. https://sourceforge.net/projects/scidvspc/ http://caissabase.co.uk/
I have desperately been looking for software where I can: Build an opening repertoire from PGNs. Drill that using spaced repetition (like Chessable) Import all my games from Lichess and Chess.com Tell me when I deviate from my repertoire in those games. Do you know of a software or combo that can achieve that?
Also Opening Tree for bulk analysis:
They're both free and open source.
Re: Our lawsuit against ChessBase
#103Earlier quoted context omitted.
Say I use GNU licensed software to train a neural net, using data I collected and labeled. I am completely transparent about the code I used, and cite/share any ad hoc code modifications... Should I be legally compelled to share the net weights of my trained NN?
There are long running disagreements about what this means under GPLv2 in various cases. Under GPLv3, the answer is explicitly clear: "The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work."
Re: Our lawsuit against ChessBase
#104If this goes to trial, I think this might be the cleanest and most straightforward test of the GPL in court we've had up to this point?
I agree. Likely a quick checkmate in court.
* I don't know what the opposite of a plain-tiff is
Re: Our lawsuit against ChessBase
#105Earlier quoted context omitted.
Copyright infringement can have large statutory damages that have nothing to do with the actual financial damage from the infringement.
Case in point, the awards given against people who pirate something like a movie which are completely detached from the actual damage caused by the piracy.
Re: Our lawsuit against ChessBase
#106>Due to Chessbase’s repeated license violations, leading developers of Stockfish have terminated their GPL license with ChessBase permanently. However, ChessBase is ignoring the fact that they no longer have the right to distribute Stockfish, modified or unmodified, as part of their products. Can they just do that? How can software really be considered free if the maker can later take away your permission to use it?
Has the GPL ever really been tested in a US court? My non-expert impression has been that open source licenses and "licenses" that aren't ... explicit contractual agreements between parties (i.e. not just click through or some text in a download) do not have a particularly strong backing with law or case law. Whether or not you "can or can't" do something with regards to effectively making up rules that will be enfor…
Don't read that as lawyers never go to court unless they will win. This is obviously not true: there are many reasons to take a case to court knowing you will lose it. However if a case will be lost in court they will avoid court if possible.
Re: Our lawsuit against ChessBase
#107[1] https://store.steampowered.com/app/1587750/Fat_Fritz_20_SE/
Re: Our lawsuit against ChessBase
#108Earlier quoted context omitted.
Copyright infringement can have large statutory damages that have nothing to do with the actual financial damage from the infringement.
Case in point, the awards given against people who pirate something like a movie which are completely detached from the actual damage caused by the piracy.
Re: Our lawsuit against ChessBase
#109Earlier quoted context omitted.
CC0 and WTFPL are also copyright licenses. Works available under these licenses can be used with very few restrictions (basically, as few as permitted by law), but the works are still copyrighted.
I don't believe that this is accurate.
Re: Our lawsuit against ChessBase
#110Earlier quoted context omitted.
I have desperately been looking for software where I can: Build an opening repertoire from PGNs. Drill that using spaced repetition (like Chessable) Import all my games from Lichess and Chess.com Tell me when I deviate from my repertoire in those games. Do you know of a software or combo that can achieve that?
I really like Listudy for drills, it imports from Lichess studies (which you can create from PGNs): https://listudy.org/ Also Opening Tree for bulk analysis: https://www.openingtree.com/ They're both free and open source.