Copilot commented on code in PR #2458: URL: https://github.com/apache/age/pull/2458#discussion_r3519520661
########## PROJECT.yaml: ########## @@ -0,0 +1,25 @@ +project: + id: apache-age + name: Apache Age + shortdesc: <br> + description: <p align="center"> <img src="https://age.apache.org/age-manual/master/_static/logo.png" + width="30%" height="30%"> </p> + category: ip.foss + lifecycle: garage + layer: L3 + technical: + languages: [] + implements: + - Standard SDLC (Makefile) + os: + - Linux/Debian + license: Proprietary Review Comment: `PROJECT.yaml` declares the project license as "Proprietary", which contradicts the repository's Apache 2.0 `LICENSE` file and could cause downstream tooling to misclassify the project. ########## PROJECT.yaml: ########## @@ -0,0 +1,25 @@ +project: + id: apache-age + name: Apache Age + shortdesc: <br> + description: <p align="center"> <img src="https://age.apache.org/age-manual/master/_static/logo.png" + width="30%" height="30%"> </p> + category: ip.foss + lifecycle: garage + layer: L3 + technical: + languages: [] + implements: + - Standard SDLC (Makefile) + os: + - Linux/Debian + license: Proprietary + release: + revision: 0.1.0 + date: '2026-05-31' + governance: + maintainer: operator + owner: Rizlabs + links: + docs: '' + repo: https://git.rizlabs.com/gregf/apache-age Review Comment: `PROJECT.yaml` points the repository link to a non-Apache host (git.rizlabs.com), which is inconsistent with the rest of this repo (multiple files reference https://github.com/apache/age). This looks unrelated to the segfault fix and should be corrected or removed. -- 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]
