tadd copyright comment - st - [fork] customized build of st, the simple terminal
(HTM) git clone git://src.adamsgaard.dk/st
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 05ebee60843f24201f3e7c5c76ff94b6b5e868b2
(DIR) parent 47d8633f157156ef4701ce71ed7eff766206c107
(HTM) Author: Matthias-Christian Ott <ott@enolink.de>
Date: Tue, 10 Jun 2008 17:32:15 +0200
add copyright comment
Diffstat:
M pty.c | 1 +
M std.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/pty.c b/pty.c
t@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
(DIR) diff --git a/std.c b/std.c
t@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <sys/ioctl.h>
#include <sys/select.h>
#include <sys/stat.h>