mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-04 22:50:53 +00:00
Add sponsorship message in C generator (#8649)
* update c generator sponsorship message * add powerofcreation
This commit is contained in:
parent
df1df5c5df
commit
71a8e0afda
@ -898,4 +898,19 @@ public class CLibcurlClientCodegen extends DefaultCodegen implements CodegenConf
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void postProcess() {
|
||||
System.out.println("################################################################################");
|
||||
System.out.println("# Thanks for using OpenAPI Generator. #");
|
||||
System.out.println("# Please consider donation to help us maintain this project \uD83D\uDE4F #");
|
||||
System.out.println("# https://opencollective.com/openapi_generator/donate #");
|
||||
System.out.println("# #");
|
||||
System.out.println("# This generator is contributed by Hemant Zope (https://github.com/zhemant) #");
|
||||
System.out.println("# and Niklas Werner (https://github.com/PowerOfCreation). #");
|
||||
System.out.println("# Please support their work directly \uD83D\uDE4F #");
|
||||
System.out.println("# > Hemant Zope - https://www.patreon.com/zhemant #");
|
||||
System.out.println("# > Niklas Werner - https://paypal.me/wernerdevelopment #");
|
||||
System.out.println("################################################################################");
|
||||
}
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
5.0.1-SNAPSHOT
|
||||
5.1.0-SNAPSHOT
|
Loading…
x
Reference in New Issue
Block a user