Hi, Am Samstag, den 02.01.2021, 11:38 -0600 schrieb Eric Bresie: > On Thu, Dec 31, 2020 at 1:41 AM Matthias Bläsing < > mblaes...@doppel-helix.eu> > wrote: > > > Am Mittwoch, den 30.12.2020, 16:24 -0600 schrieb Eric Bresie: > > > > > > > > Licenses from Oracle can be directly replaced, if there are files > > found, that are not owned by oracle, more analysis is required. > > > > See the "Convert" Tool, this might help with the correct mostly > > automatic translation: > > > > > > https://github.com/apache/netbeans-tools/blob/master/convert/src/convert/Convert.java > > > > This is part of the netbeans-tools repository: > > > > https://github.com/apache/netbeans-tools/ > > > > And the whole project is here: > > > > https://github.com/apache/netbeans-tools/tree/master/convert > > > > EB ==> Pulled the tool and started attempting to use this on the local > codebase. > > EB ==> However when attempting it finds a "META-INF\LICENSE" file without > an extension which when attempting the "name.indexOf(".") on the file > causes an index out of bound issue (i.e. there is no extension so checks on > specific extensions fails).
Feel free to fix. The netbeans-tools repository is also just an Apache repository holding tools (as the name implies). > > > > The general way (and maybe a reason to redo the PR) is: > > > > > > > > - Get the file(s) oracle donated > > > > > > > => I got most of the files from the hg.netbeans.org repository so > > > assume > > > most of this is good. > > > > No - if you got them from hg.netbeans.org they are bad and must not be > > used. hg.netbeans.org holds the GPLv2/CDDL sources from oracle and was > > not donated as a whole. Only the donated sources are a valid basis for > > integration. We have the zips, the hashes and when integration happens > > it needs to be verified, that the new files are indeed taken from that > > zip. > > > > We can't take random source code and integrate that. > > > > EB ==> Okay sounds like a big misunderstanding on my part (assumed hg > was a > valid "donation" source which is not the case) > EB ==> Where are the officially donated .zip file for the python > (contrib) > files? > EB ==> I find some details here (1) but beyond that I don't see more > specifics. > EB ==> (1) > https://cwiki.apache.org/confluence/display/NETBEANS/Apache+Transition The python modules are part of the 6th donation package, which has not been done yet (at least to my knowledge). Greetings Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org For additional commands, e-mail: dev-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists