add copyright + license disclaimers to ccid_common + ccid_host

Change-Id: I1b0f876de337c625081dc5b579dd0a88d62c857c
diff --git a/ccid_host/cuart_driver_tty.c b/ccid_host/cuart_driver_tty.c
index 42a8430..38a6504 100644
--- a/ccid_host/cuart_driver_tty.c
+++ b/ccid_host/cuart_driver_tty.c
@@ -1,6 +1,23 @@
 /* Card (ICC) UART driver for simple serial readers attached to tty.
  * This allows you to use the CCID core in Linux userspace against a serial reader */
 
+/* (C) 2019-2020 by Harald Welte <laforge@gnumonks.org>
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307, USA
+ */
+
 #include <unistd.h>
 #include <termios.h>
 #include <errno.h>