summaryrefslogtreecommitdiff
path: root/maintainer
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2022-01-12 14:15:12 -0800
committerJim Meyering <meyering@fb.com>2022-01-12 14:15:12 -0800
commit6c8ff6a8f3c80f86e703a3fc2a0ffb81e87f0957 (patch)
tree2313e4791547f5ec1d018ea17a4b29da42e59041 /maintainer
parent40f4b5dd504842e5646555aa865cadc06bcc0165 (diff)
downloadautomake-6c8ff6a8f3c80f86e703a3fc2a0ffb81e87f0957.tar.gz
maint: make update-copyright
Diffstat (limited to 'maintainer')
-rwxr-xr-xmaintainer/am-ft2
-rwxr-xr-xmaintainer/am-xft2
-rwxr-xr-xmaintainer/check-perl-protos2
-rw-r--r--maintainer/maint.mk2
-rwxr-xr-xmaintainer/rename-tests2
-rw-r--r--maintainer/syntax-checks.mk2
6 files changed, 6 insertions, 6 deletions
diff --git a/maintainer/am-ft b/maintainer/am-ft
index 1be1f36ca..837a80cd3 100755
--- a/maintainer/am-ft
+++ b/maintainer/am-ft
@@ -2,7 +2,7 @@
# Remote testing of Automake tarballs made easy.
# This script requires Bash 4.x or later.
-# Copyright (C) 2013-2021 Free Software Foundation, Inc.
+# Copyright (C) 2013-2022 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/maintainer/am-xft b/maintainer/am-xft
index 13cd5d18d..b0b8f5e85 100755
--- a/maintainer/am-xft
+++ b/maintainer/am-xft
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright (C) 2013-2021 Free Software Foundation, Inc.
+# Copyright (C) 2013-2022 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/maintainer/check-perl-protos b/maintainer/check-perl-protos
index 7846e2945..083a90678 100755
--- a/maintainer/check-perl-protos
+++ b/maintainer/check-perl-protos
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
#
-# Copyright (C) 2017-2021 Free Software Foundation, Inc.
+# Copyright (C) 2017-2022 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/maintainer/maint.mk b/maintainer/maint.mk
index ca8f6ead5..d2a17436f 100644
--- a/maintainer/maint.mk
+++ b/maintainer/maint.mk
@@ -1,6 +1,6 @@
# Maintainer makefile rules for Automake.
#
-# Copyright (C) 1995-2021 Free Software Foundation, Inc.
+# Copyright (C) 1995-2022 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/maintainer/rename-tests b/maintainer/rename-tests
index 991c57aba..e252f6a8b 100755
--- a/maintainer/rename-tests
+++ b/maintainer/rename-tests
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# Convenience script to rename test cases in Automake.
-# Copyright (C) 2013-2021 Free Software Foundation, Inc.
+# Copyright (C) 2013-2022 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/maintainer/syntax-checks.mk b/maintainer/syntax-checks.mk
index 6b7ec020f..e071451c8 100644
--- a/maintainer/syntax-checks.mk
+++ b/maintainer/syntax-checks.mk
@@ -1,6 +1,6 @@
# Maintainer checks for Automake. Requires GNU make.
-# Copyright (C) 2012-2021 Free Software Foundation, Inc.
+# Copyright (C) 2012-2022 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