Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/41222
to look at the new patch set (#2).
Change subject: LICENSES: retain copyright notices ......................................................................
LICENSES: retain copyright notices
BSD and MIT style licenses require to "retain" the copyright notice. LICENSES/retained-copyrights.txt serves that purpose and was generated using:
git log -p $(git grep -l "SPDX.*(BSD|MIT)") |egrep -i "^-.*(copyright|(c).*(19|20))" | sed -e 's,^[-/#* ]*,,g' |egrep -v "(Redistributions|DISCLAIMED|PROVIDED|LIABLE|Neither|BSD-style|above copyright notice|list of conditions)" |sort -u > LICENSES/retained-copyrights.txt
Change-Id: I45142b4e6acc54aeb4c8918e0367fb48e6b11604 Signed-off-by: Patrick Georgi pgeorgi@google.com --- A LICENSES/retained-copyrights.txt 1 file changed, 82 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/22/41222/2