Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
fix: license headers on generated files (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 committed Sep 27, 2019
1 parent 37b3351 commit d41a369
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions synth.py
Expand Up @@ -31,6 +31,10 @@
config_path=config_pattern.format(version=version),
artman_output_name='')

package_name = f'com.google.cloud.{service}.{version}'
java.fix_proto_headers(library / f'proto-google-cloud-{service}-{version}')
java.fix_grpc_headers(library / f'grpc-google-cloud-{service}-{version}', package_name)

s.copy(library / f'gapic-google-cloud-{service}-{version}/src', f'google-cloud-{service}/src')
s.copy(library / f'grpc-google-cloud-{service}-{version}/src', f'grpc-google-cloud-{service}-{version}/src')
s.copy(library / f'proto-google-cloud-{service}-{version}/src', f'proto-google-cloud-{service}-{version}/src')
Expand Down

0 comments on commit d41a369

Please sign in to comment.