From: Matthias-Christian Ott Date: Tue, 10 Jun 2008 15:32:15 +0000 (+0200) Subject: add copyright comment X-Git-Tag: 0.1~162 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=df9140d0505aa38ac5cb8182b24f2b86a136ec35;p=st.git add copyright comment --- 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 #include #include diff --git a/std.c b/std.c index 1b918f5..3fd07a4 100644 --- a/std.c +++ b/std.c @@ -1,3 +1,4 @@ +/* See LICENSE file for copyright and license details. */ #include #include #include