aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-01-02 14:41:35 +0200
committerSergey Poznyakoff <gray@gnu.org>2017-01-02 14:41:35 +0200
commit9fdcc7fc76f41b3b36161db28774c53803e93d91 (patch)
tree6a15cdf77e0e68af652ca5dee90c70936ef328d1 /src/main.c
parent614eabb225a9f62d1dbfe50fe44e7b9db9c0467d (diff)
downloadcflow-9fdcc7fc76f41b3b36161db28774c53803e93d91.tar.gz
cflow-9fdcc7fc76f41b3b36161db28774c53803e93d91.tar.bz2
Happy GNU Year
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index b70384f..301de44 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
1/* This file is part of GNU cflow 1/* This file is part of GNU cflow
2 Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2016 Sergey 2 Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2017 Sergey
3 Poznyakoff 3 Poznyakoff
4 4
5 GNU cflow is free software; you can redistribute it and/or modify 5 GNU cflow is free software; you can redistribute it and/or modify
@@ -743,7 +743,7 @@ const char version_etc_copyright[] =
743 /* Do *not* mark this string for translation. %s is a copyright 743 /* Do *not* mark this string for translation. %s is a copyright
744 symbol suitable for this locale, and %d is the copyright 744 symbol suitable for this locale, and %d is the copyright
745 year. */ 745 year. */
746 "Copyright %s 2005, 2006, 2009, 2010, 2011, 2014 %d Sergey Poznyakoff"; 746 "Copyright %s 2005-%d Sergey Poznyakoff";
747 747
748int 748int
749main(int argc, char **argv) 749main(int argc, char **argv)

Return to:

Send suggestions and report system problems to the System administrator.