From 7041d6b1812a107abe862b9e6194759474028b3e Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Wed, 28 Jun 2017 11:31:32 -0400 Subject: [PATCH] 2411: Add copyright after --- build/check-copyright-notices | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/check-copyright-notices b/build/check-copyright-notices index 8fa7aad0f1..239a0c6ba0 100755 --- a/build/check-copyright-notices +++ b/build/check-copyright-notices @@ -43,7 +43,7 @@ done fixer() { want="${want}" perl -pi~ - "${1}" <<'EOF' BEGIN { undef $/ } -s{^((\#\!.*?\n|\n*---\n.*?\n\.\.\.\n)\n?)?}{${2}$ENV{want}\n\n}ms +s{^((\#\!.*?\n|\n*---\n.*?\n\.\.\.\n|<\?xml.*?>\n)\n?)?}{${2}$ENV{want}\n\n}ms EOF } -- 2.30.2