aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-01-06 18:08:14 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-01-06 18:08:14 +0200
commit981755962f3a12745d51fe6db605dc4679d522a8 (patch)
treed3c73da710855ad29077a62d87130a1994f11afe /src
parent8a75c3721fd38f8d278cd71fb3682ead1497bb46 (diff)
downloadcflow-981755962f3a12745d51fe6db605dc4679d522a8.tar.gz
cflow-981755962f3a12745d51fe6db605dc4679d522a8.tar.bz2
Update copyright years
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-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.c2
-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
13 files changed, 13 insertions, 13 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7f86599..59f1f12 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GNU cflow
-# Copyright (C) 2005, 2007, 2009, 2016 Free Software Foundation, Inc.
+# Copyright (C) 2005-2021 Free Software Foundation, Inc.
#
# Written by Sergey Poznyakoff
#
diff --git a/src/c.l b/src/c.l
index 60f74f8..aded011 100644
--- a/src/c.l
+++ b/src/c.l
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 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 7728ab7..bd6dce7 100644
--- a/src/cflow.h
+++ b/src/cflow.h
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 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/depmap.c b/src/depmap.c
index ca4f062..ebd1153 100644
--- a/src/depmap.c
+++ b/src/depmap.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow.
- Copyright (C) 2008-2019 Sergey Poznyakoff
+ Copyright (C) 2008-2021 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 6389b96..c9a79fd 100644
--- a/src/gnu.c
+++ b/src/gnu.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 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 856ee42..4b202ca 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-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 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 bdfddb0..bc17056 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 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/output.c b/src/output.c
index 625d29e..0f4c8e1 100644
--- a/src/output.c
+++ b/src/output.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 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.c b/src/parser.c
index 39d4b7c..06c1dcd 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 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 6415d5b..1829f6b 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- * Copyright (C) 1997-2019 Sergey Poznyakoff
+ * Copyright (C) 1997-2021 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 c677ef1..6c9063c 100644
--- a/src/posix.c
+++ b/src/posix.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 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 f8a4251..4e74619 100644
--- a/src/rc.c
+++ b/src/rc.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 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 a4ca34f..0d2e916 100644
--- a/src/symbol.c
+++ b/src/symbol.c
@@ -1,5 +1,5 @@
/* This file is part of GNU cflow
- Copyright (C) 1997-2019 Sergey Poznyakoff
+ Copyright (C) 1997-2021 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

Return to:

Send suggestions and report system problems to the System administrator.