aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-03-02 14:52:44 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-03-02 14:52:44 +0200
commita70bcfca1a87c66dd7a85e45f2b802275da66ada (patch)
tree02ff721cbe372efb61f9d5d6a1d825fbae33993c /src
parente6e8a2a89a45f2f42b6aa0aeb56e43113eac5127 (diff)
downloadcflow-a70bcfca1a87c66dd7a85e45f2b802275da66ada.tar.gz
cflow-a70bcfca1a87c66dd7a85e45f2b802275da66ada.tar.bz2
Update copyright years
Diffstat (limited to 'src')
-rw-r--r--src/c.l2
-rw-r--r--src/cflow.h3
-rw-r--r--src/depmap.c2
-rw-r--r--src/gnu.c2
-rw-r--r--src/linked-list.c2
-rw-r--r--src/main.c3
-rw-r--r--src/output.c3
-rw-r--r--src/parser.c3
-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, 17 insertions, 15 deletions
diff --git a/src/c.l b/src/c.l
index 510ee1f..3387253 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 Sergey Poznyakoff 2 Copyright (C) 1997, 2005, 2007, 2010, 2014-2015 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 e60d222..2768cb5 100644
--- a/src/cflow.h
+++ b/src/cflow.h
@@ -1,5 +1,6 @@
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 Sergey Poznyakoff 2 Copyright (C) 1997, 2005, 2007, 2009-2010, 2014-2015 Sergey
3 Poznyakoff
3 4
4 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
5 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/depmap.c b/src/depmap.c
index 6cb4c8e..63417a9 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 Sergey Poznyakoff 2 Copyright (C) 2008-2010, 2014-2015 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 aae4909..e27e006 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 Sergey Poznyakoff 2 Copyright (C) 1997, 2005, 2007, 2010, 2014-2015 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 1091dd7..0dc43f7 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 Sergey Poznyakoff 2 Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2015 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 4facaf5..1ad6a04 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,6 @@
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 Sergey Poznyakoff 2 Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2015 Sergey
3 Poznyakoff
3 4
4 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
5 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/output.c b/src/output.c
index 2def906..5ed86b5 100644
--- a/src/output.c
+++ b/src/output.c
@@ -1,5 +1,6 @@
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 Sergey Poznyakoff 2 Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2015 Sergey
3 Poznyakoff
3 4
4 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
5 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
diff --git a/src/parser.c b/src/parser.c
index c26cd9c..6860828 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -1,6 +1,5 @@
1/* This file is part of GNU cflow 1/* This file is part of GNU cflow
2 Copyright (C) 1997, 2005, 2006, 2007, 2009, 2010, 2011, 2 Copyright (C) 1997, 2005-2007, 2009-2011, 2014-2015 Sergey Poznyakoff
3 2014 Sergey Poznyakoff
4 3
5 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
6 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 4204e2f..809bf24 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 Sergey Poznyakoff 2 * Copyright (C) 1997, 2007, 2010, 2014-2015 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 4a63183..da929df 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 Sergey Poznyakoff 2 Copyright (C) 1997, 2005, 2007, 2010, 2014-2015 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 97cbca7..eda1f8f 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 Sergey Poznyakoff 2 Copyright (C) 1997, 2005, 2007, 2010, 2014-2015 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 7c54a97..d26c399 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 Sergey Poznyakoff 2 Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2015 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 9047369..7c6f64b 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 Sergey Poznyakoff 2 Copyright (C) 2009-2012, 2015 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 35e125a..f5f82cf 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 Sergey Poznyakoff 2 Copyright (C) 2009-2012, 2015 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.