microcom: add copyright/license info
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 22 Sep 2007 20:23:57 +0000 (20:23 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 22 Sep 2007 20:23:57 +0000 (20:23 -0000)
util-linux/microcom.c

index f6f8e07f63f8b84bb33d1f3420aa19ac19b65b8d..8edc3e91283923e82500e56c11a620d0fd766ce5 100644 (file)
@@ -1,8 +1,10 @@
-/* microcom.c
- *
+/* 
  * bare bones 'talk to modem' program - similar to 'cu -l $device'
  * inspired by mgetty's microcom
  *
+ * Copyright (C) 2007 by Vladimir Dronnikov <dronnikov@gmail.ru>
+ *
+ * Licensed under GPLv2, see file LICENSE in this tarball for details.
  */
 #include "busybox.h"