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:
Marshall Greenblatt
2025-02-28 12:14:27 -05:00
parent 781d2b5996
commit 9c7b6e77a5

View File

@ -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) + \
"""//
// ---------------------------------------------------------------------------
//