Copyright checker fixes

pull/4617/head
Craig Tiller 9 years ago
parent b0d8f686c5
commit befa1fff76
  1. 2
      src/boringssl/gen_build_yaml.py
  2. 2
      src/core/compression/algorithm.c
  3. 6
      tools/distrib/check_copyright.py

@ -1,5 +1,5 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python2.7
# Copyright 2015, Google Inc. # Copyright 2015-2016, Google Inc.
# All rights reserved. # All rights reserved.
# #
# Redistribution and use in source and binary forms, with or without # Redistribution and use in source and binary forms, with or without

@ -1,6 +1,6 @@
/* /*
* *
* Copyright 2015, Google Inc. * Copyright 2015-2016, Google Inc.
* All rights reserved. * All rights reserved.
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without

@ -72,9 +72,9 @@ LICENSE_PREFIX = {
'.php': r'\s*\*\s*', '.php': r'\s*\*\s*',
'.js': r'\s*\*\s*', '.js': r'\s*\*\s*',
'.py': r'#\s*', '.py': r'#\s*',
'.pyx': r'# %s', '.pyx': r'#\s*',
'.pxd': r'# %s', '.pxd': r'#\s*',
'.pxi': r'# %s', '.pxi': r'#\s*',
'.rb': r'#\s*', '.rb': r'#\s*',
'.sh': r'#\s*', '.sh': r'#\s*',
'.proto': r'//\s*', '.proto': r'//\s*',

Loading…
Cancel
Save