afs opened a new pull request, #3687:
URL: https://github.com/apache/jena/pull/3687
This PR is a precursor for #3589.
To develop the tooling for converting the source code in the code base to
include `SPDX-License-Identifier`.
The tooling will have to deal with more than just java files (that is, POMs,
scripts) and will also need to deal with some amount of variation such as
generated files and source included from other places.
As a starting point, I used it to check the existing state of the java
files. While RAT checks there is a license, it does not prescript the exact
format (e.g line wrap, use of spaces).
This PR is the outcome of regularizing the usual license header.
Teh PR also includes:
* one DOS line endings to Unix line ending conversion.
* Rename `XMLChar` to a more logical name -- `XML10Char` (`XMLChar` is one
of the files included from elsewhere, in this case from Xerces).
----
- [x] Key commit messages start with the issue number (GH-xxxx)
By submitting this pull request, I acknowledge that I am making a
contribution to the Apache Software Foundation under the terms and conditions
of the [Contributor's
Agreement](https://www.apache.org/licenses/contributor-agreements.html).
--
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]