summaryrefslogtreecommitdiff
path: root/check-copyright-headers
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2022-06-20 09:31:51 +0200
committerBruno Haible <bruno@clisp.org>2022-06-20 09:31:51 +0200
commita99be84f2b60c004f9da37b559f1d2787b5f2df5 (patch)
treea88c7a3130331343e798de986fca2d408de6e1a1 /check-copyright-headers
parent971dcbdbebb05d7ae8aa6399a0c79442fa996c5c (diff)
downloadgettext-a99be84f2b60c004f9da37b559f1d2787b5f2df5.tar.gz
Fix "make distcheck" failure.
* check-copyright-headers: Exempt the JOIN-GNU file.
Diffstat (limited to 'check-copyright-headers')
-rwxr-xr-xcheck-copyright-headers4
1 files changed, 2 insertions, 2 deletions
diff --git a/check-copyright-headers b/check-copyright-headers
index a87afc597..2c6bb273c 100755
--- a/check-copyright-headers
+++ b/check-copyright-headers
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# Copyright (C) 2019 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
@@ -116,7 +116,7 @@ func_check_file ()
return 0 ;;
*/AUTHORS | */COPYING* | */DEPENDENCIES | */FILES | */HACKING | \
- */INSTALL* | */NEWS | */PACKAGING | */README* | */THANKS )
+ */INSTALL* | */JOIN-GNU | */NEWS | */PACKAGING | */README* | */THANKS )
# These files contain convenience information, not worth sueing for.
return 0 ;;