aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/c.l2
-rw-r--r--src/cflow.h2
-rw-r--r--src/depmap.c2
-rw-r--r--src/gnu.c2
-rw-r--r--src/linked-list.c2
-rw-r--r--src/main.c4
-rw-r--r--src/output.c2
-rw-r--r--src/parser.c2
-rw-r--r--src/parser.h2
-rw-r--r--src/posix.c2
-rw-r--r--src/rc.c2
-rw-r--r--src/symbol.c2
-rw-r--r--src/wordsplit.c2
-rw-r--r--src/wordsplit.h2
14 files changed, 15 insertions, 15 deletions
diff --git a/src/c.l b/src/c.l
index ff7d572..2ca561b 100644
--- a/src/c.l
+++ b/src/c.l
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/cflow.h b/src/cflow.h
index 0e3ee44..1a5ec76 100644
--- a/src/cflow.h
+++ b/src/cflow.h
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2009-2010, 2014-2016 Sergey
+ Copyright (C) 1997, 2005, 2007, 2009-2010, 2014-2017 Sergey
Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
diff --git a/src/depmap.c b/src/depmap.c
index 578d0e0..e47fa46 100644
--- a/src/depmap.c
+++ b/src/depmap.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow.
- Copyright (C) 2008-2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 2008-2010, 2014-2017 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/gnu.c b/src/gnu.c
index 54a6e55..9de8e0b 100644
--- a/src/gnu.c
+++ b/src/gnu.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/linked-list.c b/src/linked-list.c
index 3c57bf0..f74d445 100644
--- a/src/linked-list.c
+++ b/src/linked-list.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2017 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
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 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2016 Sergey
+ Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2017 Sergey
Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
@@ -743,7 +743,7 @@ const char version_etc_copyright[] =
/* Do *not* mark this string for translation. %s is a copyright
symbol suitable for this locale, and %d is the copyright
year. */
- "Copyright %s 2005, 2006, 2009, 2010, 2011, 2014 %d Sergey Poznyakoff";
+ "Copyright %s 2005-%d Sergey Poznyakoff";
int
main(int argc, char **argv)
diff --git a/src/output.c b/src/output.c
index f0146f1..764e926 100644
--- a/src/output.c
+++ b/src/output.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2016 Sergey
+ Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2017 Sergey
Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
diff --git a/src/parser.c b/src/parser.c
index e5114dc..96e14ad 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005-2007, 2009-2011, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005-2007, 2009-2011, 2014-2017 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/parser.h b/src/parser.h
index 618f24d..3fdb503 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- * Copyright (C) 1997, 2007, 2010, 2014-2016 Sergey Poznyakoff
+ * Copyright (C) 1997, 2007, 2010, 2014-2017 Sergey Poznyakoff
*
* GNU cflow is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/src/posix.c b/src/posix.c
index ce80ee3..f2fab18 100644
--- a/src/posix.c
+++ b/src/posix.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/rc.c b/src/rc.c
index 37cd74b..d73d828 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/symbol.c b/src/symbol.c
index 5f7dec2..7ae840c 100644
--- a/src/symbol.c
+++ b/src/symbol.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2016 Sergey Poznyakoff
+ Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2017 Sergey Poznyakoff
GNU cflow is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/src/wordsplit.c b/src/wordsplit.c
index cfbbc1f..5b598d6 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -1,5 +1,5 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2012, 2015-2016 Sergey Poznyakoff
+ Copyright (C) 2009-2012, 2015-2017 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
diff --git a/src/wordsplit.h b/src/wordsplit.h
index dc62046..3d18992 100644
--- a/src/wordsplit.h
+++ b/src/wordsplit.h
@@ -1,5 +1,5 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2012, 2015-2016 Sergey Poznyakoff
+ Copyright (C) 2009-2012, 2015-2017 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the

Return to:

Send suggestions and report system problems to the System administrator.