Commit 05ebee6

Matthias-Christian Ott <ott@enolink.de>
2008-06-10 11:32:15
add copyright comment
1 parent 47d8633
Changed files (2)
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>
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>