Explorar o código

add copyright comment

Matthias-Christian Ott %!s(int64=17) %!d(string=hai) anos
pai
achega
05ebee6084
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  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>