ppkarwasz commented on code in PR #21: URL: https://github.com/apache/commons-xml/pull/21#discussion_r3547413895
########## src/test/java/org/apache/commons/xml/XIncludeTest.java: ########## @@ -0,0 +1,420 @@ +/* + * SPDX-FileCopyrightText: 2026 Ta Thien Review Comment: Hi @thientd, I ported the XInclude fix from `copernik-xml-factory` to Apache Commons XML, including `XIncludeTest`, which you contributed to. ASF projects don't carry per-author copyright lines in source files, since authorship is tracked through the Git history (see 44c927a5b1085d96ec263331a8580e1d894184b6). However, the [ASF Source Header policy](https://www.apache.org/legal/src-headers.html#headers) doesn't allow removing such notices without the original author's consent. I already removed my own in 18e600aaefb7a4f5d2abc4eca0483076806704a6. Do you agree to remove yours as well? Thanks! -- 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]
