diff --git a/stage8/00-license-generation/00-run.sh b/stage8/00-license-generation/00-run.sh index 27f610ed19..acee661f73 100755 --- a/stage8/00-license-generation/00-run.sh +++ b/stage8/00-license-generation/00-run.sh @@ -261,9 +261,8 @@ echo "Location" >> ${FILE} echo "" >> ${FILE} echo "" >> ${FILE} echo "" >> ${FILE} -package_table_items $((var++)) "Linux" "5.10" "GPLv2" "https://github.com/analogdevicesinc/linux" +package_table_items $((var++)) "Linux" "5.15" "GPLv2" "https://github.com/analogdevicesinc/linux" package_table_items $((var++)) "HDL" " " "GPL/LGPL/BSD" "https://github.com/analogdevicesinc/hdl" -package_table_items $((var++)) "HDL Testbenches" " " "GPL" "https://github.com/analogdevicesinc/testbenches" package_table_items $((var++)) "LibIIO" " " "LGPL-2.1/GPL-2.0" "https://github.com/analogdevicesinc/libiio" package_table_items $((var++)) "IIO Oscilloscope" " " "GPL-2.0" "https://github.com/analogdevicesinc/iio-oscilloscope" package_table_items $((var++)) "Scopy" " " "GPL-3.0" "https://github.com/analogdevicesinc/scopy"