diff options
author | Matthias-Christian Ott <ott@enolink.de> | 2008-06-10 17:32:15 +0200 |
---|---|---|
committer | Matthias-Christian Ott <ott@enolink.de> | 2008-06-10 17:32:15 +0200 |
commit | 05ebee60843f24201f3e7c5c76ff94b6b5e868b2 (patch) | |
tree | 7ddaeaf67a48091cd12ced27af424f89e047f211 | |
parent | 47d8633f157156ef4701ce71ed7eff766206c107 (diff) | |
download | st-05ebee60843f24201f3e7c5c76ff94b6b5e868b2.tar.gz st-05ebee60843f24201f3e7c5c76ff94b6b5e868b2.tar.bz2 |
add copyright comment
-rw-r--r-- | pty.c | 1 | ||||
-rw-r--r-- | std.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include <sys/ioctl.h> #include <sys/select.h> #include <sys/stat.h> |