vmware / build-tools-for-vmware-aria

Build Tools for VMware Aria provides development and release management tools for implementing automation solutions based on the VMware Aria Suite and VMware Cloud Director. The solution enables Virtual Infrastructure Administrators and Automation Developers to use standard DevOps practices for managing and deploying content.
Other
48 stars 24 forks source link

Fix wrong license generation within the tool itself #381

Closed VenelinBakalov closed 1 month ago

VenelinBakalov commented 2 months ago

Description

Some of the license generation within the code of Built Tools for Aria is not working properly and is putting licenses between the code and not only as headers.

This is an example, but there may be more:

Expected behavior: License headers are generated only on top of the source code.

Actual behavior: License headers are generated between code lines inside a file, e.g. above functions.

Component/s: [typescript/vrotsc] but there might be more

Michaelpalacce commented 2 months ago

Marking this as accepted, we need to fix this 100%

VenelinBakalov commented 2 months ago

Agreed