diff options
author | Harald Welte <laforge@gnumonks.org> | 2012-03-21 17:37:53 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2012-03-21 23:15:32 +0100 |
commit | bc6f56c221fa1c8e518e117ade1fd4e3ae923b0a (patch) | |
tree | 7c0016511ed6913b088a242c308c14f4dcb40a36 /utils | |
parent | 0f5f93d2db83339399ebcd91d11b6f1777e4cd21 (diff) |
update copyright notice
Diffstat (limited to 'utils')
-rw-r--r-- | utils/osmo-auc-gen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/osmo-auc-gen.c b/utils/osmo-auc-gen.c index fc904c1e..c3a4fbc9 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 <laforge@gnumonks.org> +/* (C) 2010-2012 by Harald Welte <laforge@gnumonks.org> * * 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) { |