aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-args.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-args.c')
-rw-r--r--src/afb-args.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/afb-args.c b/src/afb-args.c
index 9d156088..c669fcdf 100644
--- a/src/afb-args.c
+++ b/src/afb-args.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2015-2019 "IoT.bzh"
+ * Copyright (C) 2015-2020 "IoT.bzh"
* Author José Bollo <jose.bollo@iot.bzh>
*
* Licensed under the Apache License, Version 2.0 (the "License");
@@ -395,7 +395,7 @@ static void printVersion(FILE * file)
AFB_VERSION
);
fprintf(file,
- " Copyright (C) 2015-2019 \"IoT.bzh\"\n"
+ " Copyright (C) 2015-2020 \"IoT.bzh\"\n"
" AFB comes with ABSOLUTELY NO WARRANTY.\n"
" Licence Apache 2\n"
"\n");