diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/Makefile.am | 3 | ||||
-rw-r--r-- | extension/Makefile.in | 3 | ||||
-rw-r--r-- | extension/configure.ac | 2 | ||||
-rw-r--r-- | extension/filefuncs.c | 2 | ||||
-rw-r--r-- | extension/ordchr.c | 2 | ||||
-rw-r--r-- | extension/rwarray.c | 2 | ||||
-rw-r--r-- | extension/rwarray0.c | 2 |
7 files changed, 9 insertions, 7 deletions
diff --git a/extension/Makefile.am b/extension/Makefile.am index 0f113dc8..12a25205 100644 --- a/extension/Makefile.am +++ b/extension/Makefile.am @@ -1,7 +1,8 @@ # # extension/Makefile.am --- automake input file for gawk # -# Copyright (C) 1995-2006, 2012-2015, 2017 the Free Software Foundation, Inc. +# Copyright (C) 1995-2006, 2012-2015, 2017, 2020, +# the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/extension/Makefile.in b/extension/Makefile.in index 9ef426a4..7f615e6f 100644 --- a/extension/Makefile.in +++ b/extension/Makefile.in @@ -17,7 +17,8 @@ # # extension/Makefile.am --- automake input file for gawk # -# Copyright (C) 1995-2006, 2012-2015, 2017 the Free Software Foundation, Inc. +# Copyright (C) 1995-2006, 2012-2015, 2017, 2020, +# the Free Software Foundation, Inc. # # This file is part of GAWK, the GNU implementation of the # AWK Programming Language. diff --git a/extension/configure.ac b/extension/configure.ac index a4cc7807..50612b65 100644 --- a/extension/configure.ac +++ b/extension/configure.ac @@ -1,7 +1,7 @@ dnl dnl configure.ac --- autoconf input file for gawk dnl -dnl Copyright (C) 2012-2019 the Free Software Foundation, Inc. +dnl Copyright (C) 2012-2020 the Free Software Foundation, Inc. dnl dnl This file is part of GAWK, the GNU implementation of the dnl AWK Programming Language. diff --git a/extension/filefuncs.c b/extension/filefuncs.c index 9078c107..86e60321 100644 --- a/extension/filefuncs.c +++ b/extension/filefuncs.c @@ -10,7 +10,7 @@ */ /* - * Copyright (C) 2001, 2004, 2005, 2010-2019 + * Copyright (C) 2001, 2004, 2005, 2010-2020, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/extension/ordchr.c b/extension/ordchr.c index 28d3e036..e1afade5 100644 --- a/extension/ordchr.c +++ b/extension/ordchr.c @@ -9,7 +9,7 @@ */ /* - * Copyright (C) 2001, 2004, 2011, 2012, 2013, 2018 + * Copyright (C) 2001, 2004, 2011, 2012, 2013, 2018, 2020, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the diff --git a/extension/rwarray.c b/extension/rwarray.c index 777eb41c..45f9c734 100644 --- a/extension/rwarray.c +++ b/extension/rwarray.c @@ -8,7 +8,7 @@ */ /* - * Copyright (C) 2009-2014, 2017, 2018 the Free Software Foundation, Inc. + * Copyright (C) 2009-2014, 2017, 2018, 2020 the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the * AWK Programming Language. diff --git a/extension/rwarray0.c b/extension/rwarray0.c index d343cdd2..5298bea3 100644 --- a/extension/rwarray0.c +++ b/extension/rwarray0.c @@ -7,7 +7,7 @@ */ /* - * Copyright (C) 2009, 2010, 2011, 2012, 2013, 2018 + * Copyright (C) 2009, 2010, 2011, 2012, 2013, 2018, 2020, * the Free Software Foundation, Inc. * * This file is part of GAWK, the GNU implementation of the |