diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-22 20:23:57 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-09-22 20:23:57 +0000 |
commit | f34e821572f272e96ad4573a9c187fff7fad0005 (patch) | |
tree | 2633047fcf700cf2ccdc98c217506baa3065b916 | |
parent | 7b70d78de84aed66e750abb8ada6724415998f5f (diff) | |
download | busybox-w32-f34e821572f272e96ad4573a9c187fff7fad0005.tar.gz busybox-w32-f34e821572f272e96ad4573a9c187fff7fad0005.tar.bz2 busybox-w32-f34e821572f272e96ad4573a9c187fff7fad0005.zip |
microcom: add copyright/license info
-rw-r--r-- | util-linux/microcom.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/util-linux/microcom.c b/util-linux/microcom.c index f6f8e07f6..8edc3e912 100644 --- a/util-linux/microcom.c +++ b/util-linux/microcom.c | |||
@@ -1,8 +1,10 @@ | |||
1 | /* microcom.c | 1 | /* |
2 | * | ||
3 | * bare bones 'talk to modem' program - similar to 'cu -l $device' | 2 | * bare bones 'talk to modem' program - similar to 'cu -l $device' |
4 | * inspired by mgetty's microcom | 3 | * inspired by mgetty's microcom |
5 | * | 4 | * |
5 | * Copyright (C) 2007 by Vladimir Dronnikov <dronnikov@gmail.ru> | ||
6 | * | ||
7 | * Licensed under GPLv2, see file LICENSE in this tarball for details. | ||
6 | */ | 8 | */ |
7 | #include "busybox.h" | 9 | #include "busybox.h" |
8 | 10 | ||