summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux')
-rw-r--r--build-aux/Makefile.am2
-rwxr-xr-xbuild-aux/check-testfiles.sh2
-rwxr-xr-xbuild-aux/gen-changelog.sh2
-rwxr-xr-xbuild-aux/man-lint.sh2
-rw-r--r--build-aux/src-sniff.py2
-rwxr-xr-xbuild-aux/update-online-manual.sh2
6 files changed, 6 insertions, 6 deletions
diff --git a/build-aux/Makefile.am b/build-aux/Makefile.am
index 08764e81..891b2d86 100644
--- a/build-aux/Makefile.am
+++ b/build-aux/Makefile.am
@@ -1,4 +1,4 @@
-# Copyright (C) 2007-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-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/build-aux/check-testfiles.sh b/build-aux/check-testfiles.sh
index a5eda064..758190b1 100755
--- a/build-aux/check-testfiles.sh
+++ b/build-aux/check-testfiles.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# check-testfiles.sh -- Check we distributed all the test files we need
-# Copyright (C) 2007-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-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/build-aux/gen-changelog.sh b/build-aux/gen-changelog.sh
index 73ec7c11..5e8e8eac 100755
--- a/build-aux/gen-changelog.sh
+++ b/build-aux/gen-changelog.sh
@@ -1,7 +1,7 @@
#! /bin/sh
# Generate the ChangeLog for findutils.
-# Copyright (C) 2015-2021 Free Software Foundation, Inc.
+# Copyright (C) 2015-2022 Free Software Foundation, Inc.
# Written by James Youngman.
#
# This program is free software: you can redistribute it and/or modify
diff --git a/build-aux/man-lint.sh b/build-aux/man-lint.sh
index 44fe3ca7..33d2b575 100755
--- a/build-aux/man-lint.sh
+++ b/build-aux/man-lint.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2007-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-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/build-aux/src-sniff.py b/build-aux/src-sniff.py
index 8553845f..4869423b 100644
--- a/build-aux/src-sniff.py
+++ b/build-aux/src-sniff.py
@@ -1,7 +1,7 @@
#! /usr/bin/env python
# src-sniff.py: checks source code for patterns that look like common errors.
-# Copyright (C) 2007-2021 Free Software Foundation, Inc.
+# Copyright (C) 2007-2022 Free Software Foundation, Inc.
#
#
# This program is free software: you can redistribute it and/or modify
diff --git a/build-aux/update-online-manual.sh b/build-aux/update-online-manual.sh
index 81e36551..7335daca 100755
--- a/build-aux/update-online-manual.sh
+++ b/build-aux/update-online-manual.sh
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2019-2021 Free Software Foundation, Inc.
+# Copyright (C) 2019-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