[Fab Submission]Seeking confirmation on copyright header format for Editor Quick Tools (Rejected multiple times)

Hi everyone,

I’m trying to publish my C++ code plugin Editor Quick Tools on Fab, yet my submission has been rejected several times due to invalid copyright headers in source files.

Per Fab Technical Requirements 4.3.6.1.b and feedback from the review team, every source file must have a copyright comment containing the publisher name and release year. I’ve updated all .h, .cpp and Build.cs files with the header below:

/************************************************************************/
/ * Copyright 2026 YWT20. All Rights Reserved. */
/
* Publisher: YWT20 */
/
* Publication Year: 2026 */
/
* Author: YWT20 */
/
**************************************************************************/

I’m a little concerned that repeated rejection may result in my product being blocked from the marketplace. Could any developers who successfully released code plugins on Fab kindly check if this format fully satisfies official requirements? If any adjustments are needed, I would really appreciate your guidance.

Thank you so much for your help!