Hi, I replaced the old gtest implementation with the upstream implementation, which contains a proper LICENSE file (BSD). The other libraries used are either BSD or Apache. At some point I'd like to change the build system for the C++ parts to Bazel and fetch dependencies from the Web, but for now the current solution should suffice.
Sebastian Am So., 29. Apr. 2018 um 11:08 Uhr schrieb Sebastian Schaffert < [email protected]>: > Hi, > > I'll have a look in the next couple of days. All code I used is BSD or > similar. > > Sebastian > > <[email protected]> schrieb am Sa., 28. Apr. 2018, 16:53: > >> Hi Jakob - >> >> The Google issues looks like an omission by Sebastian Schaffert as Google >> Test is now BSD 3 - >> https://github.com/google/googletest/blob/master/LICENSE >> >> Perhaps worth dropping him a note to amend accordingly ? >> >> Cheers >> >> Chris Day >> >> >> c: +44 7930 909 297 >> p: +44 207 870 3390 >> s: bigchrisday >> https://www.linkedin.com/in/chrisdayabinitio/ >> >> -----Original Message----- >> From: Jakob Frank <[email protected]> >> Sent: 28 April 2018 14:18 >> To: [email protected] >> Subject: Towards Marmotta 3.4.0 >> >> Hey all, >> >> in the last days I found some hours to move Marmotta a few steps towards a >> 3.4.0 release. Still, a couple things are missing: >> >> * We have new modules introducing new 3rd-party libraries. We need to >> check if their licenses/copyrights have been added to the LICENSE/NOTICE in >> the distribution packages (webapp, installer, etc...). I'll try to take >> care of this in the next days. >> >> * The Javadoc of the Webservices fail (JAXRS-Doclet, [1]) - I saw that >> wikier already looked into it some time ago but the issue re-appeared. But >> I'd say if we can't fix it, it's not blocking the release... >> >> * One critical issue remains: In Ostrich I found several foreign >> copyright headers/comments in the sourcecode. Most of them are non-critical >> (BSD or >> ASL) if listed correctly but one file [2] just says "Copyright 2015 >> Google Inc. All Rights Reserved." >> I'm pretty sure we can't keep it like that. >> >> Any ideas how we best get rid of that copyright? >> >> >> Best, >> Jakob >> >> [1] https://github.com/FroMage/jax-doclets/issues/61 >> [2] >> >> https://github.com/apache/marmotta/blob/develop/libraries/ostrich/backend/test/main.cc >> -- >> Jakob Frank >> | http://redlink.at >> | m: +43 699 10588742 | e: [email protected] >> | http://at.linkedin.com/in/jakobfrank >> >>
