aboutsummaryrefslogtreecommitdiff
path: root/src
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
parent614eabb225a9f62d1dbfe50fe44e7b9db9c0467d (diff)
downloadcflow-9fdcc7fc76f41b3b36161db28774c53803e93d91.tar.gz
cflow-9fdcc7fc76f41b3b36161db28774c53803e93d91.tar.bz2
Happy GNU Year
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 @@
1/* This file is part of GNU cflow 1/* This file is part of GNU cflow
2 Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff 2 Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
3 3
4 GNU cflow is free software; you can redistribute it and/or modify 4 GNU cflow is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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 @@
1/* This file is part of GNU cflow 1/* This file is part of GNU cflow
2 Copyright (C) 1997, 2005, 2007, 2009-2010, 2014-2016 Sergey 2 Copyright (C) 1997, 2005, 2007, 2009-2010, 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
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 @@
1/* This file is part of GNU cflow. 1/* This file is part of GNU cflow.
2 Copyright (C) 2008-2010, 2014-2016 Sergey Poznyakoff 2 Copyright (C) 2008-2010, 2014-2017 Sergey Poznyakoff
3 3
4 GNU cflow is free software; you can redistribute it and/or modify 4 GNU cflow is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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 @@
1/* This file is part of GNU cflow 1/* This file is part of GNU cflow
2 Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff 2 Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
3 3
4 GNU cflow is free software; you can redistribute it and/or modify 4 GNU cflow is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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 @@
1/* This file is part of GNU cflow 1/* This file is part of GNU cflow
2 Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2016 Sergey Poznyakoff 2 Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2017 Sergey Poznyakoff
3 3
4 GNU cflow is free software; you can redistribute it and/or modify 4 GNU cflow is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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 @@
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)
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 @@
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
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 @@
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 Poznyakoff 2 Copyright (C) 1997, 2005-2007, 2009-2011, 2014-2017 Sergey Poznyakoff
3 3
4 GNU cflow is free software; you can redistribute it and/or modify 4 GNU cflow is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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 @@
1/* This file is part of GNU cflow 1/* This file is part of GNU cflow
2 * Copyright (C) 1997, 2007, 2010, 2014-2016 Sergey Poznyakoff 2 * Copyright (C) 1997, 2007, 2010, 2014-2017 Sergey Poznyakoff
3 * 3 *
4 * GNU cflow is free software; you can redistribute it and/or modify 4 * GNU cflow is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by 5 * 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 @@
1/* This file is part of GNU cflow 1/* This file is part of GNU cflow
2 Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff 2 Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
3 3
4 GNU cflow is free software; you can redistribute it and/or modify 4 GNU cflow is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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 @@
1/* This file is part of GNU cflow 1/* This file is part of GNU cflow
2 Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 Sergey Poznyakoff 2 Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
3 3
4 GNU cflow is free software; you can redistribute it and/or modify 4 GNU cflow is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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 @@
1/* This file is part of GNU cflow 1/* This file is part of GNU cflow
2 Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2016 Sergey Poznyakoff 2 Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2017 Sergey Poznyakoff
3 3
4 GNU cflow is free software; you can redistribute it and/or modify 4 GNU cflow is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 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 @@
1/* wordsplit - a word splitter 1/* wordsplit - a word splitter
2 Copyright (C) 2009-2012, 2015-2016 Sergey Poznyakoff 2 Copyright (C) 2009-2012, 2015-2017 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify it 4 This program is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 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 @@
1/* wordsplit - a word splitter 1/* wordsplit - a word splitter
2 Copyright (C) 2009-2012, 2015-2016 Sergey Poznyakoff 2 Copyright (C) 2009-2012, 2015-2017 Sergey Poznyakoff
3 3
4 This program is free software; you can redistribute it and/or modify it 4 This program is free software; you can redistribute it and/or modify it
5 under the terms of the GNU General Public License as published by the 5 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.