X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=cfg.mk;h=8ba07dbaba0b219b8f6c106a6826e32c094892b6;hb=3471e27de87bb81abd6aa67f4391d3fce9a35437;hp=f39c6fe31ad702acfd33be26f98105ea510e7ed4;hpb=3d2df61b0ca3aa4efd9258905402dc2a2c73c14c;p=debian%2Fgzip diff --git a/cfg.mk b/cfg.mk index f39c6fe..8ba07db 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1,5 +1,5 @@ # Customize maint.mk -*- makefile -*- -# Copyright (C) 2003-2015 Free Software Foundation, Inc. +# Copyright (C) 2003-2016 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 @@ -56,6 +56,12 @@ sc_prohibit_emacs__indent_tabs_mode__setting: halt='use of emacs indent-tabs-mode: setting' \ $(_sc_search_regexp) +sc_gzip_copyright_check: + @require='Copyright \(C\) '$$(date +%Y)' Free' \ + in_files=$(srcdir)/gzip.c \ + halt='out of date copyright in $(v_etc_file); update it' \ + $(_sc_search_regexp) + include $(srcdir)/dist-check.mk exclude_file_name_regexp--sc_file_system = ^NEWS$$