st

[fork] terminal
Log | Files | Refs | README | LICENSE

commit 05ebee60843f24201f3e7c5c76ff94b6b5e868b2
parent 47d8633f157156ef4701ce71ed7eff766206c107
Author: Matthias-Christian Ott <ott@enolink.de>
Date:   Tue, 10 Jun 2008 17:32:15 +0200

add copyright comment

Diffstat:
Mpty.c | 1+
Mstd.c | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pty.c b/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> diff --git a/std.c b/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>