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


- Log -----------------------------------------------------------------
commit fc5895b80f8316a5d5ed0f89851364496c086fec
Author: Rich Salz <[email protected]>
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)])
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to