]> git.armaanb.net Git - st.git/commitdiff
add copyright comment
authorMatthias-Christian Ott <ott@enolink.de>
Tue, 10 Jun 2008 15:32:15 +0000 (17:32 +0200)
committerMatthias-Christian Ott <ott@enolink.de>
Tue, 10 Jun 2008 15:32:15 +0000 (17:32 +0200)
pty.c
std.c

diff --git a/pty.c b/pty.c
index a3e43b09b5595e39c5614df93d6345eb3d104bdd..bf0b0f7e072bbd9c92a6b68964cb259819b05473 100644 (file)
--- 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 1b918f557096f6273fdb14a2a1e4caa088da7915..3fd07a4f06c4ae921ad058b097c063b137b43b5c 100644 (file)
--- 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>