aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-02-08 12:21:55 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-02-08 12:21:55 +0200
commit3cad0c54c848acbe23713762f4b7c5d4777164d4 (patch)
treefc8c81a2dc1bd4dda382fa4f2442811b24a8848a /src
parentc29506a51108d3093b323b05a4f356847c60b607 (diff)
downloadcflow-3cad0c54c848acbe23713762f4b7c5d4777164d4.tar.gz
cflow-3cad0c54c848acbe23713762f4b7c5d4777164d4.tar.bz2
Update copyright statements
Diffstat (limited to 'src')
-rw-r--r--src/c.l2
-rw-r--r--src/depmap.c2
-rw-r--r--src/gnu.c2
-rw-r--r--src/linked-list.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
11 files changed, 11 insertions, 11 deletions
diff --git a/src/c.l b/src/c.l
index 2ca561b..60f74f8 100644
--- a/src/c.l
+++ b/src/c.l
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 Sergey Poznyakoff
diff --git a/src/depmap.c b/src/depmap.c
index e47fa46..ca4f062 100644
--- a/src/depmap.c
+++ b/src/depmap.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow.
- Copyright (C) 2008-2010, 2014-2017 Sergey Poznyakoff
+ Copyright (C) 2008-2019 Sergey Poznyakoff
diff --git a/src/gnu.c b/src/gnu.c
index 9de8e0b..6389b96 100644
--- a/src/gnu.c
+++ b/src/gnu.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 Sergey Poznyakoff
diff --git a/src/linked-list.c b/src/linked-list.c
index f74d445..856ee42 100644
--- a/src/linked-list.c
+++ b/src/linked-list.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 Sergey Poznyakoff
diff --git a/src/parser.c b/src/parser.c
index 96e14ad..e2c5f62 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005-2007, 2009-2011, 2014-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 Sergey Poznyakoff
diff --git a/src/parser.h b/src/parser.h
index 3fdb503..24434b1 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- * Copyright (C) 1997, 2007, 2010, 2014-2017 Sergey Poznyakoff
+ * Copyright (C) 1997-2019 Sergey Poznyakoff
*
diff --git a/src/posix.c b/src/posix.c
index f2fab18..c677ef1 100644
--- a/src/posix.c
+++ b/src/posix.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 Sergey Poznyakoff
diff --git a/src/rc.c b/src/rc.c
index d73d828..f8a4251 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005, 2007, 2010, 2014-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 Sergey Poznyakoff
diff --git a/src/symbol.c b/src/symbol.c
index 7ae840c..e4cf657 100644
--- a/src/symbol.c
+++ b/src/symbol.c
@@ -1,3 +1,3 @@
/* This file is part of GNU cflow
- Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2017 Sergey Poznyakoff
+ Copyright (C) 1997-2019 Sergey Poznyakoff
diff --git a/src/wordsplit.c b/src/wordsplit.c
index 5b598d6..999d616 100644
--- a/src/wordsplit.c
+++ b/src/wordsplit.c
@@ -1,3 +1,3 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2012, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2009-2019 Sergey Poznyakoff
diff --git a/src/wordsplit.h b/src/wordsplit.h
index 3d18992..af188a6 100644
--- a/src/wordsplit.h
+++ b/src/wordsplit.h
@@ -1,3 +1,3 @@
/* wordsplit - a word splitter
- Copyright (C) 2009-2012, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2009-2019 Sergey Poznyakoff

Return to:

Send suggestions and report system problems to the System administrator.