Home
last modified time | relevance | path

Searched refs:CopyRightNotice (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/
HDGenerateOriginalFiles.py172 def AddCopyRightNotice(CopyRightNotice, file_descriptor): argument
173 for line in CopyRightNotice:
182 CopyRightNotice = list()
191 CopyRightNotice.append(line)
203 AddCopyRightNotice(CopyRightNotice, file_to_write)