Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

a. 编译并生成第三方license集合:

mvn clean package  license:add-third-party license:addaggregate-third-party-report -Dlicense.useMissingFile -DskipTests

b. 检查所有catalogX的license:

mac/linux下运行:

find . -name THIRD-PARTY.propertiestxt| xargs cat | grep -E 'BCL|Intel|JSR-275|Microsoft Limited Public License|ASL|Java SDK for Satori RTM| Redis Source Available License|RSAL|Booz Allen Public License|Creative Commons|Sun Community|GPL|Affero|LGPL|QPL|Sleepycat|Server Side|SSPL|Code Project|CPOL|BSD-4|Facebook BSD+|Solipsistic Eclipse Public|Be A Dick|JSON License' | grep -v CDDL |grep -v Apache | grep -v MIT | grep -v "Creative Commons CC0"


2.4 手动修改client-py的版本(新增内容)

...