This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 2c2577fc753675b24a6138d717e333c566a55728 Author: simbit18 <[email protected]> AuthorDate: Mon Mar 20 11:40:53 2023 +0100 apps/netutils/ftpd/Make.defs: nxstyle Add missing first line header --- netutils/ftpd/Make.defs | 1 + 1 file changed, 1 insertion(+) diff --git a/netutils/ftpd/Make.defs b/netutils/ftpd/Make.defs index 95797c137..772fadd83 100644 --- a/netutils/ftpd/Make.defs +++ b/netutils/ftpd/Make.defs @@ -1,3 +1,4 @@ +############################################################################ # apps/netutils/ftpd/Make.defs # # Licensed to the Apache Software Foundation (ASF) under one or more
