mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
tools: Use short copyright for capi_versions.h headers (see #3836)
These files are not distributed and therefore don't require the full copyright header.
This commit is contained in:
@ -43,7 +43,7 @@ def make_capi_versions_header(header, filename):
|
||||
translate_map = header.get_capi_translations()
|
||||
|
||||
# header string
|
||||
result = get_copyright(full=True, translator=False) + \
|
||||
result = get_copyright(full=False, translator=False) + \
|
||||
"""//
|
||||
// ---------------------------------------------------------------------------
|
||||
//
|
||||
|
Reference in New Issue
Block a user