Thanks Justin. I'll use this to check the 2nd round release candidate. --
Zhang Yonglun Apache ShenYu (Incubating) Apache ShardingSphere Justin Mclean <jus...@classsoftware.com> 于2021年7月31日周六 上午6:40写道: > Hi, > > One thing I also normally do it also look for copyright statements via the > command line like so: > > search “copyright” | sort -u > > Where search is: > find . -type f -exec grep -i "$1" {} \; -print > > I looks through the output and match up to what software is mentioned in > LICENSE. > > Thanks, > Justin