summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-03-21 17:37:53 +0100
committerHarald Welte <laforge@gnumonks.org>2012-03-21 23:15:32 +0100
commitbc6f56c221fa1c8e518e117ade1fd4e3ae923b0a (patch)
tree7c0016511ed6913b088a242c308c14f4dcb40a36
parent0f5f93d2db83339399ebcd91d11b6f1777e4cd21 (diff)
update copyright notice
-rw-r--r--utils/osmo-auc-gen.c4
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) {