sszuev commented on PR #2420: URL: https://github.com/apache/jena/pull/2420#issuecomment-2067728301
> Who "owns" that project? Is it Manchester University? > > How much of the is code you personally have written and how much is code written by someone else? > > For code you wrote, it doesn't matter whether that was via `owlcs/ont-api` or not. It is as if you are contributing directly. > > How much of this PR is code others have written, and for significant amounts, are they aware and agree that you are making this contribution? This is more than licensing - the Apache Software Foundation does not get involved in "hostile forks". > > From what I can see @ignazio1977 has been a significant contributor. The code is 100% mine. Actually, I have nothing to do with the Manchester University. Initially, ONTAPI project was made in the domain of 'avicomp' organization (now this organization is not in github anymore, and, maybe legal organization does not exist as well). When I stopped working with 'avicomp', I needed a new home for the project, and I opened the issue https://github.com/owlcs/owlapi/issues/889 At some point in time, I needed to duplicate some of the functionality of the original OWL-API-impl, and I copied the related commits, just as I copied the commits from my repository ([jena-owl2](https://github.com/sszuev/jena-owl2)) to this PR. That's why ONT-API has many contributors, although in fact the only contributor is me: the original owlcs team do not work directly on ONT-API. The copied part is a purely OWL-API, for example a class https://github.com/owlcs/ont-api/blob/3.x.x/src/main/java/com/github/owlcs/ontapi/owlapi/axioms/AnnotationAssertionAxiomImpl.java The copied commits are not related to the `OntModel`, which is in this PR: they are about the implementation of OWLAPI-api, i.e. related to ONT-API itself (`OntModel` was designed as underlying model, there are no OWLAxioms, since the ONT-API itself - at top level - is responsible for OWLAxioms) Thus, I am the only contributor of this PR. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
