소스 검색

add copyright comment

Matthias-Christian Ott 17 년 전
부모
커밋
05ebee6084
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pty.c
  2. 1 0
      std.c

+ 1 - 0
pty.c

@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>

+ 1 - 0
std.c

@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
 #include <sys/ioctl.h>
 #include <sys/select.h>
 #include <sys/stat.h>