Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Source/buildbindingcsharp.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ func BuildBindingCSharp(component ComponentDefinition, outputFolder string, outp
return err
}

CSharpImplFile.WriteCLicenseHeader(component,
fmt.Sprintf("This is an autogenerated CSharp file in order to allow an easy\n use of %s", libraryName),
true)
err = buildBindingCSharpImplementation(component, CSharpImplFile, namespace, baseName)

if len(outputFolderExample) > 0 {
Expand Down