aboutsummaryrefslogtreecommitdiff
path: root/src/linked-list.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2014-02-07 19:15:26 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2014-02-07 19:15:26 +0200
commitc9b5abe560c2fe06368cb733df8bcbfdb33a8526 (patch)
treef47eefa10b62e8564e80fd3424bd1cd8700c9620 /src/linked-list.c
parente0db6733fc8563896090f678d382375897757d18 (diff)
downloadcflow-c9b5abe560c2fe06368cb733df8bcbfdb33a8526.tar.gz
cflow-c9b5abe560c2fe06368cb733df8bcbfdb33a8526.tar.bz2
Update copyright statements. Remove 'Front-Cover' clause from cflow.texi
Diffstat (limited to 'src/linked-list.c')
-rw-r--r--src/linked-list.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/linked-list.c b/src/linked-list.c
index e81fd1c..1091dd7 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, 2006, 2007, 2009, 2010 Sergey Poznyakoff 2 Copyright (C) 1997, 2005-2007, 2009-2010, 2014 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
@@ -11,10 +11,8 @@
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public 14 You should have received a copy of the GNU General Public License
15 License along with GNU cflow; if not, write to the Free Software 15 along with this program. If not, see <http://www.gnu.org/licenses/>. */
16 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
17 MA 02110-1301 USA */
18 16
19#include <cflow.h> 17#include <cflow.h>
20 18

Return to:

Send suggestions and report system problems to the System administrator.