[openssl-commits] [tools] master update

Rich Salz rsalz at openssl.org
Thu Jun 15 12:24:07 UTC 2017


The branch master has been updated
       via  fc5895b80f8316a5d5ed0f89851364496c086fec (commit)
      from  d47b4330cc7f0d17b9033112d98a1488f6db4ffb (commit)


- Log -----------------------------------------------------------------
commit fc5895b80f8316a5d5ed0f89851364496c086fec
Author: Rich Salz <rsalz at openssl.org>
Date:   Thu Jun 15 08:23:57 2017 -0400

    Add underscore to email pattern

-----------------------------------------------------------------------

Summary of changes:
 license/git-import | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/license/git-import b/license/git-import
index 3460b35..496210b 100755
--- a/license/git-import
+++ b/license/git-import
@@ -10,7 +10,7 @@ if not os.environ.has_key('GIT_DIR'):
 
 Author = re.compile("Author: (.*) <(.*)>")
 ReviewedBy = re.compile(" *Reviewed-by:")
-Email = re.compile(".*?([0-9a-z.-]+@[0-9a-z.-]+).*", re.I)
+Email = re.compile(".*?([_0-9a-z.-]+@[0-9a-z.-]+).*", re.I)
 
 # Accented/multi-byte characters we just filter out.
 Stripchars = ''.join([chr(x) for x in range(128,255)])


More information about the openssl-commits mailing list