aboutsummaryrefslogtreecommitdiff
path: root/pty.c
diff options
context:
space:
mode:
authorMatthias-Christian Ott <ott@enolink.de>2008-06-10 17:32:15 +0200
committerMatthias-Christian Ott <ott@enolink.de>2008-06-10 17:32:15 +0200
commit05ebee60843f24201f3e7c5c76ff94b6b5e868b2 (patch)
tree7ddaeaf67a48091cd12ced27af424f89e047f211 /pty.c
parent47d8633f157156ef4701ce71ed7eff766206c107 (diff)
downloadst-05ebee60843f24201f3e7c5c76ff94b6b5e868b2.tar.gz
st-05ebee60843f24201f3e7c5c76ff94b6b5e868b2.tar.bz2
add copyright comment
Diffstat (limited to 'pty.c')
-rw-r--r--pty.c1
1 files changed, 1 insertions, 0 deletions
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>