From befa1fff76268c657e5d2772ee9eb8381dd76e9b Mon Sep 17 00:00:00 2001
From: Craig Tiller <craig.tiller@gmail.com>
Date: Tue, 5 Jan 2016 07:54:11 -0800
Subject: [PATCH] Copyright  checker fixes

---
 src/boringssl/gen_build_yaml.py  | 2 +-
 src/core/compression/algorithm.c | 2 +-
 tools/distrib/check_copyright.py | 6 +++---
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/boringssl/gen_build_yaml.py b/src/boringssl/gen_build_yaml.py
index 0d4ad0bb8c..424912ba70 100755
--- a/src/boringssl/gen_build_yaml.py
+++ b/src/boringssl/gen_build_yaml.py
@@ -1,5 +1,5 @@
 #!/usr/bin/env python2.7
-# Copyright 2015, Google Inc.
+# Copyright 2015-2016, Google Inc.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
diff --git a/src/core/compression/algorithm.c b/src/core/compression/algorithm.c
index 51cd54f79a..6f3a8eb28e 100644
--- a/src/core/compression/algorithm.c
+++ b/src/core/compression/algorithm.c
@@ -1,6 +1,6 @@
 /*
  *
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
diff --git a/tools/distrib/check_copyright.py b/tools/distrib/check_copyright.py
index 2d46143585..f54e5fad80 100755
--- a/tools/distrib/check_copyright.py
+++ b/tools/distrib/check_copyright.py
@@ -72,9 +72,9 @@ LICENSE_PREFIX = {
   '.php':       r'\s*\*\s*',
   '.js':        r'\s*\*\s*',
   '.py':        r'#\s*',
-  '.pyx':       r'# %s',
-  '.pxd':       r'# %s',
-  '.pxi':       r'# %s',
+  '.pyx':       r'#\s*',
+  '.pxd':       r'#\s*',
+  '.pxi':       r'#\s*',
   '.rb':        r'#\s*',
   '.sh':        r'#\s*',
   '.proto':     r'//\s*',
-- 
GitLab