]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix "make distcheck" failure.
authorBruno Haible <bruno@clisp.org>
Mon, 20 Jun 2022 07:31:51 +0000 (09:31 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 20 Jun 2022 07:31:51 +0000 (09:31 +0200)
* check-copyright-headers: Exempt the JOIN-GNU file.

check-copyright-headers

index a87afc59784c1991fd5c68e246269b013af54dda..2c6bb273c90531719c12846dc25f95831efaedae 100755 (executable)
@@ -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 ;;