From f245b87f55d8786d0d27bfcbfd206d616c514872 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 15 Jan 2014 23:59:27 -0500 Subject: [PATCH] Copyright script will now ignore [no-copyright]-tagged commits (subject line) --- tools/copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/copyright b/tools/copyright index ad1add0..4e0f4d9 100755 --- a/tools/copyright +++ b/tools/copyright @@ -78,7 +78,7 @@ copyupdate() getyears() { - grep -vF '[copyright]' \ + grep -vF '[copyright]'$'\n''[no-copyright]' \ | cut -d' ' -f4 \ | sort -u \ | tr '\n' , \