commit: 6f2153b78f73b2fba8148d511e361c9dfa1cad59 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Tue Apr 7 20:34:12 2020 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Wed May 6 14:27:35 2020 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=6f2153b7
general-concepts/licenses: GitHub license API might be incomplete Closes: https://github.com/gentoo/devmanual/pull/166 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> general-concepts/licenses/text.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/general-concepts/licenses/text.xml b/general-concepts/licenses/text.xml index 9e3bb6d..7f600c4 100644 --- a/general-concepts/licenses/text.xml +++ b/general-concepts/licenses/text.xml @@ -82,9 +82,12 @@ Some EULAs may also require the user to fetch distfiles manually, in which case <body> <warning> -Do not trust the license indicated by GitHub or other sites that use -automation to guess the license! The information presented may be -incomplete and/or incorrect. +Do not trust the license indicated by GitHub or other sites that use automation +to guess the license! The information presented may be incomplete and/or +incorrect. The +<uri link="https://developer.github.com/v3/licenses/#get-the-contents-of-a-repositorys-license"> +GitHub License API</uri> for example can only return a single license for a +given repository. </warning> <p>
