$ git clone http://tcclient.ion.nu/tc_client.git
commit 0eddb8a9e28779d4151d65fb8ba29589395cfc11
Author: Alicia <...>
Date:   Thu Jun 22 04:44:41 2017 +0000

    Added missing copyright notice for client.h

diff --git a/client.h b/client.h
index 1139e46..4d00c26 100644
--- a/client.h
+++ b/client.h
@@ -1,3 +1,19 @@
+/*
+    tc_client, a simple non-flash client for tinychat(.com)
+    Copyright (C) 2017  alicia@ion.nu
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU Affero General Public License as published by
+    the Free Software Foundation, version 3 of the License.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU Affero General Public License for more details.
+
+    You should have received a copy of the GNU Affero General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
 #ifdef HAVE_WEBSOCKET
 #include <libwebsocket/websock.h>
 #endif