diff options
Diffstat (limited to 'src/gsmd')
-rw-r--r-- | src/gsmd/gsmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsmd/gsmd.c b/src/gsmd/gsmd.c index 3bb25a6..9389f5f 100644 --- a/src/gsmd/gsmd.c +++ b/src/gsmd/gsmd.c @@ -332,6 +332,7 @@ static struct option opts[] = { static void print_header(void) { printf("gsmd - (C) 2006-2007 by OpenMoko, Inc. and contributors\n" + " (C) 2012-2013 by Harald Welte\n\n" "This program is FREE SOFTWARE under the terms of GNU GPL\n\n"); } |