소스 검색

增加posix_getline.c/.h版权信息

mysterywolf 5 년 전
부모
커밋
05190990b4
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      components/libc/getline/posix_getline.c
  2. 1 0
      components/libc/getline/posix_getline.h

+ 1 - 0
components/libc/getline/posix_getline.c

@@ -1,6 +1,7 @@
 /* posix_getline.c
  * RT-Thread POSIX
  * getdelim(), getline() - read a delimited record from stream, ersatz implementation
+ * This code is unlicensed -- free and released into the public domain. 
  * https://man7.org/linux/man-pages/man3/getline.3.html
  * Authors:
  *     https://github.com/ivanrad/getline

+ 1 - 0
components/libc/getline/posix_getline.h

@@ -1,6 +1,7 @@
 /* posix_getline.h
  * RT-Thread POSIX
  * getdelim(), getline() - read a delimited record from stream, ersatz implementation
+ * This code is unlicensed -- free and released into the public domain. 
  * https://man7.org/linux/man-pages/man3/getline.3.html
  * Authors:
  *     https://github.com/ivanrad/getline