From f13d2563fa022db403fafd555ef5ced35872c35e Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 22 Mar 2016 14:16:27 +0200 Subject: Update copyright years --- src/Makefile.am | 2 +- src/c.l | 2 +- src/cflow.h | 2 +- src/depmap.c | 2 +- src/gnu.c | 2 +- src/linked-list.c | 2 +- src/main.c | 2 +- src/output.c | 2 +- src/parser.h | 2 +- src/posix.c | 2 +- src/rc.c | 2 +- src/symbol.c | 2 +- src/wordsplit.c | 2 +- src/wordsplit.h | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index e7f0b85..4caf613 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 Free Software Foundation, Inc. +# Copyright (C) 2005, 2007, 2009, 2016 Free Software Foundation, Inc. # # Written by Sergey Poznyakoff # diff --git a/src/c.l b/src/c.l index 3387253..ff7d572 100644 --- a/src/c.l +++ b/src/c.l @@ -1,5 +1,5 @@ /* This file is part of GNU cflow - Copyright (C) 1997, 2005, 2007, 2010, 2014-2015 Sergey Poznyakoff + Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 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 2768cb5..5867a18 100644 --- a/src/cflow.h +++ b/src/cflow.h @@ -1,5 +1,5 @@ /* This file is part of GNU cflow - Copyright (C) 1997, 2005, 2007, 2009-2010, 2014-2015 Sergey + Copyright (C) 1997, 2005, 2007, 2009-2010, 2014-2016 Sergey Poznyakoff GNU cflow is free software; you can redistribute it and/or modify diff --git a/src/depmap.c b/src/depmap.c index 63417a9..578d0e0 100644 --- a/src/depmap.c +++ b/src/depmap.c @@ -1,5 +1,5 @@ /* This file is part of GNU cflow. - Copyright (C) 2008-2010, 2014-2015 Sergey Poznyakoff + Copyright (C) 2008-2010, 2014-2016 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 e27e006..54a6e55 100644 --- a/src/gnu.c +++ b/src/gnu.c @@ -1,5 +1,5 @@ /* This file is part of GNU cflow - Copyright (C) 1997, 2005, 2007, 2010, 2014-2015 Sergey Poznyakoff + Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 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 0dc43f7..095b63e 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, 2005-2007, 2009-2010, 2014-2015 Sergey Poznyakoff + Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2016 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 1ad6a04..82f9413 100644 --- a/src/main.c +++ b/src/main.c @@ -1,5 +1,5 @@ /* This file is part of GNU cflow - Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2015 Sergey + Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2016 Sergey Poznyakoff GNU cflow is free software; you can redistribute it and/or modify diff --git a/src/output.c b/src/output.c index 5ed86b5..f0146f1 100644 --- a/src/output.c +++ b/src/output.c @@ -1,5 +1,5 @@ /* This file is part of GNU cflow - Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2015 Sergey + Copyright (C) 1997, 2005, 2007, 2009-2011, 2014-2016 Sergey Poznyakoff GNU cflow is free software; you can redistribute it and/or modify diff --git a/src/parser.h b/src/parser.h index 809bf24..618f24d 100644 --- a/src/parser.h +++ b/src/parser.h @@ -1,5 +1,5 @@ /* This file is part of GNU cflow - * Copyright (C) 1997, 2007, 2010, 2014-2015 Sergey Poznyakoff + * Copyright (C) 1997, 2007, 2010, 2014-2016 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 da929df..ce80ee3 100644 --- a/src/posix.c +++ b/src/posix.c @@ -1,5 +1,5 @@ /* This file is part of GNU cflow - Copyright (C) 1997, 2005, 2007, 2010, 2014-2015 Sergey Poznyakoff + Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 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 eda1f8f..37cd74b 100644 --- a/src/rc.c +++ b/src/rc.c @@ -1,5 +1,5 @@ /* This file is part of GNU cflow - Copyright (C) 1997, 2005, 2007, 2010, 2014-2015 Sergey Poznyakoff + Copyright (C) 1997, 2005, 2007, 2010, 2014-2016 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 d26c399..6d31801 100644 --- a/src/symbol.c +++ b/src/symbol.c @@ -1,5 +1,5 @@ /* This file is part of GNU cflow - Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2015 Sergey Poznyakoff + Copyright (C) 1997, 2005-2007, 2009-2010, 2014-2016 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/wordsplit.c b/src/wordsplit.c index 7c6f64b..cfbbc1f 100644 --- a/src/wordsplit.c +++ b/src/wordsplit.c @@ -1,5 +1,5 @@ /* wordsplit - a word splitter - Copyright (C) 2009-2012, 2015 Sergey Poznyakoff + Copyright (C) 2009-2012, 2015-2016 Sergey Poznyakoff This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/src/wordsplit.h b/src/wordsplit.h index f5f82cf..dc62046 100644 --- a/src/wordsplit.h +++ b/src/wordsplit.h @@ -1,5 +1,5 @@ /* wordsplit - a word splitter - Copyright (C) 2009-2012, 2015 Sergey Poznyakoff + Copyright (C) 2009-2012, 2015-2016 Sergey Poznyakoff This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the -- cgit v1.2.1