Skip to content

Commit 349445a

Browse files
authored
update perl sponsorship message (#9004)
1 parent a925c76 commit 349445a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/PerlClientCodegen.java

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,4 +626,17 @@ public void postProcessFile(File file, String fileType) {
626626
}
627627
}
628628
}
629+
630+
@Override
631+
public void postProcess() {
632+
System.out.println("################################################################################");
633+
System.out.println("# Thanks for using OpenAPI Generator. #");
634+
System.out.println("# Please consider donation to help us maintain this project \uD83D\uDE4F #");
635+
System.out.println("# https://opencollective.com/openapi_generator/donate #");
636+
System.out.println("# #");
637+
System.out.println("# This generator is created by wing328 (https://github.com/wing328) #");
638+
System.out.println("# Please support his work directly by purchasing a copy of the eBook \ud83d\udcd8 #");
639+
System.out.println("# - OpenAPI Generator for Perl Developers https://bit.ly/2OId6p3 #");
640+
System.out.println("################################################################################");
641+
}
629642
}

0 commit comments

Comments
 (0)