> Date: Fri, 23 Jul 2021 13:12:12 +0300 > From: Jean Louis <[email protected]> > Cc: Eli Zaretskii <[email protected]>, Stefan Kangas <[email protected]>, > [email protected], [email protected] > > You are using artificial intelligence, but in fact pieces of codes are > in chunks copied from other sources without attribution and without > knowing if licenses are compatible.
That's not what happens with these services: they don't _copy_ code from other software (that won't work, because the probability of the variables being called by other names is 100%, and thus such code, if pasted into your program, will not compile). What they do, they extract ideas and algorithms from those other places, and express them in terms of your variables and your data types. So licenses are not relevant here.
