aboutsummaryrefslogtreecommitdiff
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
parentc29506a51108d3093b323b05a4f356847c60b607 (diff)
downloadcflow-3cad0c54c848acbe23713762f4b7c5d4777164d4.tar.gz
cflow-3cad0c54c848acbe23713762f4b7c5d4777164d4.tar.bz2
Update copyright statements
-rw-r--r--Makefile.am3
-rw-r--r--README2
-rw-r--r--README-alpha2
-rw-r--r--README-hacking2
-rw-r--r--doc/cflow.12
-rw-r--r--elisp/Makefile.am2
-rw-r--r--elisp/cflow-mode.el3
-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
-rw-r--r--tests/Makefile.am2
-rw-r--r--tests/attr.at2
-rw-r--r--tests/awrapper.at2
-rw-r--r--tests/bartest.at2
-rw-r--r--tests/decl01.at2
-rw-r--r--tests/direct.at2
-rw-r--r--tests/fdecl.at2
-rw-r--r--tests/funcarg.at2
-rw-r--r--tests/include.at2
-rw-r--r--tests/invalid.at2
-rw-r--r--tests/knr.at2
-rw-r--r--tests/nfarg.at2
-rw-r--r--tests/nfparg.at2
-rw-r--r--tests/parm.at2
-rw-r--r--tests/pwrapper.at2
-rw-r--r--tests/recurse.at2
-rw-r--r--tests/reverse.at2
-rw-r--r--tests/ssblock.at2
-rw-r--r--tests/static.at2
-rw-r--r--tests/struct00.at2
-rw-r--r--tests/struct01.at2
-rw-r--r--tests/struct02.at2
-rw-r--r--tests/struct03.at2
-rw-r--r--tests/struct04.at2
-rw-r--r--tests/testsuite.at2
-rw-r--r--tests/version.at2
44 files changed, 44 insertions, 46 deletions
diff --git a/Makefile.am b/Makefile.am
index 8a77d69..7d7bfbf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,5 @@
1# This file is part of GNU cflow 1# This file is part of GNU cflow
2# Copyright (C) 2005, 2007, 2009, 2015-2016 Free Software Foundation, 2# Copyright (C) 2005-2019 Free Software Foundation, Inc.
3# Inc.
4# 3#
5# Written by Sergey Poznyakoff 4# Written by Sergey Poznyakoff
6# 5#
diff --git a/README b/README
index c030b7d..c7f1957 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
1GNU cflow README 1GNU cflow README
2Copyright (C) 2005, 2010-2011, 2014-2017 Sergey Poznyakoff 2Copyright (C) 2005-2019 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
5* Introduction 5* Introduction
diff --git a/README-alpha b/README-alpha
index 6a8d6ff..d3e2ebe 100644
--- a/README-alpha
+++ b/README-alpha
@@ -71,7 +71,7 @@ Now set your breakpoints and proceed as usual.
71 71
72* Copyright information: 72* Copyright information:
73 73
74Copyright (C) 2005, 2007, 2009-2010, 2014-2017 Sergey Poznyakoff 74Copyright (C) 2005-2019 Sergey Poznyakoff
75 75
76 Permission is granted to anyone to make or distribute verbatim copies 76 Permission is granted to anyone to make or distribute verbatim copies
77 of this document as received, in any medium, provided that the 77 of this document as received, in any medium, provided that the
diff --git a/README-hacking b/README-hacking
index c99ce7f..c8b653e 100644
--- a/README-hacking
+++ b/README-hacking
@@ -39,7 +39,7 @@ Enjoy!
39 39
40----- 40-----
41 41
42Copyright (C) 2002-2007, 2009, 2016 Free Software Foundation, Inc. 42Copyright (C) 2002-2019 Sergey Poznyakoff
43 43
44This program is free software; you can redistribute it and/or modify 44This program is free software; you can redistribute it and/or modify
45it under the terms of the GNU General Public License as published by 45it under the terms of the GNU General Public License as published by
diff --git a/doc/cflow.1 b/doc/cflow.1
index 794bb41..ae2f692 100644
--- a/doc/cflow.1
+++ b/doc/cflow.1
@@ -1,5 +1,5 @@
1.\" This file is part of Cflow -*- nroff -*- 1.\" This file is part of Cflow -*- nroff -*-
2.\" Copyright (C) 2014-2017 Sergey Poznyakoff 2.\" Copyright (C) 2014-2019 Sergey Poznyakoff
3.\" 3.\"
4.\" Cflow is free software; you can redistribute it and/or modify 4.\" 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/elisp/Makefile.am b/elisp/Makefile.am
index da6dfcb..64dd706 100644
--- a/elisp/Makefile.am
+++ b/elisp/Makefile.am
@@ -1,5 +1,5 @@
1# This file is part of GNU cflow 1# This file is part of GNU cflow
2# Copyright (C) 2005, 2007, 2016 Free Software Foundation, Inc. 2# Copyright (C) 2005-2019 Free Software Foundation, Inc.
3# 3#
4# Written by Sergey Poznyakoff 4# Written by Sergey Poznyakoff
5# 5#
diff --git a/elisp/cflow-mode.el b/elisp/cflow-mode.el
index 5b7859a..3fa9720 100644
--- a/elisp/cflow-mode.el
+++ b/elisp/cflow-mode.el
@@ -6,8 +6,7 @@
6;; $Id$ 6;; $Id$
7 7
8;; This file is part of GNU cflow 8;; This file is part of GNU cflow
9;; Copyright (C) 1994-1995, 2005, 2007, 2010, 2014-2017 Sergey 9;; Copyright (C) 1994-2019 Sergey Poznyakoff
10;; Poznyakoff
11 10
12;; GNU cflow is free software; you can redistribute it and/or modify 11;; GNU cflow is free software; you can redistribute it and/or modify
13;; it under the terms of the GNU General Public License as published by 12;; it under the terms of the GNU General Public License as published by
diff --git a/src/c.l b/src/c.l
index 2ca561b..60f74f8 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-2017 Sergey Poznyakoff 2 Copyright (C) 1997-2019 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/depmap.c b/src/depmap.c
index e47fa46..ca4f062 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-2017 Sergey Poznyakoff 2 Copyright (C) 2008-2019 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 9de8e0b..6389b96 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-2017 Sergey Poznyakoff 2 Copyright (C) 1997-2019 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 f74d445..856ee42 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-2017 Sergey Poznyakoff 2 Copyright (C) 1997-2019 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.c b/src/parser.c
index 96e14ad..e2c5f62 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-2017 Sergey Poznyakoff 2 Copyright (C) 1997-2019 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 3fdb503..24434b1 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-2017 Sergey Poznyakoff 2 * Copyright (C) 1997-2019 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 f2fab18..c677ef1 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-2017 Sergey Poznyakoff 2 Copyright (C) 1997-2019 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 d73d828..f8a4251 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-2017 Sergey Poznyakoff 2 Copyright (C) 1997-2019 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 7ae840c..e4cf657 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-2017 Sergey Poznyakoff 2 Copyright (C) 1997-2019 Sergey Poznyakoff
3 3
4 GNU cflow is free software; you can redistribute it and/or modify