5.30.0

(feat): Add a license_header custom config option that emits the configured text as a comment at the top of every generated Python file, above the auto-generated notice.

1config:
2 license_header: |
3 Copyright 2024 Acme, Inc.
4 Licensed under the Apache License, Version 2.0.