summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/atlocal.in4
-rw-r--r--tests/autoscan.at2
-rw-r--r--tests/autotest.at2
-rw-r--r--tests/base.at4
-rw-r--r--tests/c.at3
-rw-r--r--tests/compile.at4
-rw-r--r--tests/erlang.at2
-rw-r--r--tests/foreign.at3
-rw-r--r--tests/fortran.at4
-rw-r--r--tests/go.at2
-rw-r--r--tests/local.at2
-rw-r--r--tests/local.mk2
-rw-r--r--tests/m4sh.at2
-rw-r--r--tests/m4sugar.at3
-rwxr-xr-xtests/mktests.sh2
-rw-r--r--tests/semantics.at2
-rw-r--r--tests/statesave.m42
-rw-r--r--tests/suite.at2
-rw-r--r--tests/tools.at2
-rw-r--r--tests/torture.at2
-rw-r--r--tests/wrapper.as4
21 files changed, 29 insertions, 26 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
index c5d604b8..ec2a4167 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -2,8 +2,8 @@
# @configure_input@
# Configurable variable values for Autoconf test suite.
-# Copyright (C) 2000-2001, 2005, 2008-2017 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2001, 2005, 2008-2017, 2020 Free Software
+# Foundation, Inc.
#
# 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
diff --git a/tests/autoscan.at b/tests/autoscan.at
index 8b1ffdf6..4763774d 100644
--- a/tests/autoscan.at
+++ b/tests/autoscan.at
@@ -2,7 +2,7 @@
AT_BANNER([Autoscan.])
-# Copyright (C) 2005, 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2005, 2009-2017, 2020 Free Software Foundation, Inc.
#
# 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
diff --git a/tests/autotest.at b/tests/autotest.at
index bcfe00b4..7734277f 100644
--- a/tests/autotest.at
+++ b/tests/autotest.at
@@ -2,7 +2,7 @@
AT_BANNER([Autotest.])
-# Copyright (C) 2004-2017 Free Software Foundation, Inc.
+# Copyright (C) 2004-2017, 2020 Free Software Foundation, Inc.
#
# 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
diff --git a/tests/base.at b/tests/base.at
index d9a084b6..ff753f1a 100644
--- a/tests/base.at
+++ b/tests/base.at
@@ -2,8 +2,8 @@
AT_BANNER([Autoconf base layer.])
-# Copyright (C) 2000-2001, 2003, 2005-2017 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2001, 2003, 2005-2017, 2020 Free Software
+# Foundation, Inc.
#
# 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
diff --git a/tests/c.at b/tests/c.at
index 834a5a5a..b65d7d44 100644
--- a/tests/c.at
+++ b/tests/c.at
@@ -2,7 +2,8 @@
AT_BANNER([C low level compiling/preprocessing macros.])
-# Copyright (C) 2000-2006, 2008-2017 Free Software Foundation, Inc.
+# Copyright (C) 2000-2006, 2008-2017, 2020 Free Software Foundation,
+# Inc.
#
# 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
diff --git a/tests/compile.at b/tests/compile.at
index 29374529..5d75ada8 100644
--- a/tests/compile.at
+++ b/tests/compile.at
@@ -2,8 +2,8 @@
AT_BANNER([Low level compiling/preprocessing macros.])
-# Copyright (C) 2000-2001, 2003, 2005-2017 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2001, 2003, 2005-2017, 2020 Free Software
+# Foundation, Inc.
#
# 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
diff --git a/tests/erlang.at b/tests/erlang.at
index 0aefc641..c149f776 100644
--- a/tests/erlang.at
+++ b/tests/erlang.at
@@ -2,7 +2,7 @@
AT_BANNER([Erlang low level compiling and utility macros.])
-# Copyright (C) 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2009-2017, 2020 Free Software Foundation, Inc.
#
# 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
diff --git a/tests/foreign.at b/tests/foreign.at
index 203ea3b3..d8280743 100644
--- a/tests/foreign.at
+++ b/tests/foreign.at
@@ -2,7 +2,8 @@
AT_BANNER([Compatibility with other tools.])
-# Copyright (C) 2000-2007, 2009-2017 Free Software Foundation, Inc.
+# Copyright (C) 2000-2007, 2009-2017, 2020 Free Software Foundation,
+# Inc.
#
# 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
diff --git a/tests/fortran.at b/tests/fortran.at
index b371293e..10b06c5c 100644
--- a/tests/fortran.at
+++ b/tests/fortran.at
@@ -2,8 +2,8 @@
AT_BANNER([Fortran low level compiling/preprocessing macros.])
-# Copyright (C) 2000-2001, 2003, 2008-2017 Free Software Foundation,
-# Inc.
+# Copyright (C) 2000-2001, 2003, 2008-2017, 2020 Free Software
+# Foundation, Inc.
#
# 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
diff --git a/tests/go.at b/tests/go.at
index 882a6cf9..2290b5d3 100644
--- a/tests/go.at
+++ b/tests/go.at
@@ -2,7 +2,7 @@
AT_BANNER([Go low level compiling and utility macros.])
-# Copyright (C) 2011-2017 Free Software Foundation, Inc.
+# Copyright (C) 2011-2017, 2020 Free Software Foundation, Inc.
#
# 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
diff --git a/tests/local.at b/tests/local.at
index 852be285..88a24e77 100644
--- a/tests/local.at
+++ b/tests/local.at
@@ -1,6 +1,6 @@
# M4 macros used in building Autoconf test suites. -*- Autotest -*-
-# Copyright (C) 2000-2017 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
# 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
diff --git a/tests/local.mk b/tests/local.mk
index 93fe0700..ea072613 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -1,6 +1,6 @@
## Make Autoconf tests.
-# Copyright (C) 2000-2017 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
# 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
diff --git a/tests/m4sh.at b/tests/m4sh.at
index cbdfcb62..16a0f168 100644
--- a/tests/m4sh.at
+++ b/tests/m4sh.at
@@ -2,7 +2,7 @@
AT_BANNER([M4sh.])
-# Copyright (C) 2000-2017 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
#
# 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
diff --git a/tests/m4sugar.at b/tests/m4sugar.at
index 57bd2938..3b861d55 100644
--- a/tests/m4sugar.at
+++ b/tests/m4sugar.at
@@ -2,7 +2,8 @@
AT_BANNER([M4sugar.])
-# Copyright (C) 2000-2002, 2005-2017 Free Software Foundation, Inc.
+# Copyright (C) 2000-2002, 2005-2017, 2020 Free Software Foundation,
+# Inc.
#
# 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
diff --git a/tests/mktests.sh b/tests/mktests.sh
index 11747aa3..de3d4540 100755
--- a/tests/mktests.sh
+++ b/tests/mktests.sh
@@ -2,7 +2,7 @@
# Build some of the Autoconf test files.
-# Copyright (C) 2000-2017 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
# 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
diff --git a/tests/semantics.at b/tests/semantics.at
index 49b89234..a6e2d08b 100644
--- a/tests/semantics.at
+++ b/tests/semantics.at
@@ -2,7 +2,7 @@
AT_BANNER([Semantics.])
-# Copyright (C) 2000-2002, 2004-2007, 2009-2017 Free Software
+# Copyright (C) 2000-2002, 2004-2007, 2009-2017, 2020 Free Software
# Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/tests/statesave.m4 b/tests/statesave.m4
index 6f97c473..e329f3ac 100644
--- a/tests/statesave.m4
+++ b/tests/statesave.m4
@@ -1,6 +1,6 @@
# statesave.m4 serial 2
-# Copyright (C) 2000-2017 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
# 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
diff --git a/tests/suite.at b/tests/suite.at
index 3b289754..c9b60132 100644
--- a/tests/suite.at
+++ b/tests/suite.at
@@ -1,6 +1,6 @@
# Validation suite for Autoconf -*- Autotest -*-
-# Copyright (C) 2000-2001, 2003-2005, 2009-2017 Free Software
+# Copyright (C) 2000-2001, 2003-2005, 2009-2017, 2020 Free Software
# Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/tests/tools.at b/tests/tools.at
index e9a62408..b95bdcf5 100644
--- a/tests/tools.at
+++ b/tests/tools.at
@@ -2,7 +2,7 @@
AT_BANNER([Executables (autoheader, autoupdate...).])
-# Copyright (C) 2000-2001, 2003-2004, 2006-2017 Free Software
+# Copyright (C) 2000-2001, 2003-2004, 2006-2017, 2020 Free Software
# Foundation, Inc.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/tests/torture.at b/tests/torture.at
index 0087d7df..5bc740ab 100644
--- a/tests/torture.at
+++ b/tests/torture.at
@@ -1,6 +1,6 @@
# -*- Autotest -*-
-# Copyright (C) 2000-2017 Free Software Foundation, Inc.
+# Copyright (C) 2000-2017, 2020 Free Software Foundation, Inc.
# 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
diff --git a/tests/wrapper.as b/tests/wrapper.as
index 4d75e582..8f77053e 100644
--- a/tests/wrapper.as
+++ b/tests/wrapper.as
@@ -1,8 +1,8 @@
AS_INIT[]dnl -*- shell-script -*-
# wrapper.as -- running `@wrap_program@' as if it were installed.
# @configure_input@
-# Copyright (C) 2003-2004, 2007, 2009-2017 Free Software Foundation,
-# Inc.
+# Copyright (C) 2003-2004, 2007, 2009-2017, 2020 Free Software
+# Foundation, Inc.
# 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