diff --git a/utils/osmo-auc-gen.c b/utils/osmo-auc-gen.c index fc904c1e7..c3a4fbc9f 100644 --- a/utils/osmo-auc-gen.c +++ b/utils/osmo-auc-gen.c @@ -1,6 +1,6 @@ /* GSM/GPRS/3G authentication testing tool */ -/* (C) 2010-2011 by Harald Welte +/* (C) 2010-2012 by Harald Welte * * All Rights Reserved * @@ -73,7 +73,7 @@ int main(int argc, char **argv) int rc, option_index; int rand_is_set = 0; - printf("osmo-auc-gen (C) 2011 by Harald Welte\n"); + printf("osmo-auc-gen (C) 2011-2012 by Harald Welte\n"); printf("This is FREE SOFTWARE with ABSOLUTELY NO WARRANTY\n\n"); while (1) {