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 | df9140d0505aa38ac5cb8182b24f2b86a136ec35 (patch) | |
| tree | 7ddaeaf67a48091cd12ced27af424f89e047f211 | |
| parent | 3f14681cd64948d08b8320b7a95879ee4f9d1ee5 (diff) | |
| download | st-df9140d0505aa38ac5cb8182b24f2b86a136ec35.tar.xz st-df9140d0505aa38ac5cb8182b24f2b86a136ec35.zip | |
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> |
