[Components] Change license to Apache License v2.0

This commit is contained in:
Bernard Xiong
2018-10-29 11:06:58 +08:00
parent fbac6c8be7
commit 8c1c6516b3
31 changed files with 222 additions and 415 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ cwd = GetCurrentDir()
list = os.listdir(cwd)
# the default version of LWIP is 2.0.2
if not GetDepend('RT_USING_LWIP132') and not GetDepend('RT_USING_LWIP141') and not GetDepend('RT_USING_LWIP202'):
if not GetDepend('RT_USING_LWIP141') and not GetDepend('RT_USING_LWIP202'):
AddDepend('RT_USING_LWIP202')
for d in list: