update-vendor.sh: add reminder about LICENSE files

The script might have added or removed LICENSE files. Those changes also need
to be added manually to a commit.
This commit is contained in:
Patrick Ohly 2022-10-04 12:39:05 +02:00
parent f737c5d341
commit 9b5e9d8978

View File

@ -425,4 +425,4 @@ reviewers:
- dep-reviewers
__EOF__
kube::log::status "NOTE: don't forget to handle vendor/* files that were added or removed"
kube::log::status "NOTE: don't forget to handle vendor/* and LICENSE/* files that were added or removed"