From: Denis Vlasenko Date: Sat, 22 Sep 2007 20:23:57 +0000 (-0000) Subject: microcom: add copyright/license info X-Git-Tag: 1_8_0~174 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f34e821572f272e96ad4573a9c187fff7fad0005;p=oweals%2Fbusybox.git microcom: add copyright/license info --- 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 @@ -/* microcom.c - * +/* * bare bones 'talk to modem' program - similar to 'cu -l $device' * inspired by mgetty's microcom * + * Copyright (C) 2007 by Vladimir Dronnikov + * + * Licensed under GPLv2, see file LICENSE in this tarball for details. */ #include "busybox.h"