From df9140d0505aa38ac5cb8182b24f2b86a136ec35 Mon Sep 17 00:00:00 2001
From: Matthias-Christian Ott <ott@enolink.de>
Date: Tue, 10 Jun 2008 17:32:15 +0200
Subject: [PATCH] add copyright comment

---
 pty.c | 1 +
 std.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/pty.c b/pty.c
index a3e43b0..bf0b0f7 100644
--- 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
index 1b918f5..3fd07a4 100644
--- 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>