On the download page of FlexPaper (http://flexpaper.devaldi.com/download.htm), they offer a GPL-licensed download of source code. However, they state that
The GPL requires that you not remove the FlexPaper copyright notices from the user interface. See section 5.d in GPL Version 3.
I've read this section 5.d, and I think they're overstating it a bit. It says
If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.
FlexPaper has one user interface, and has branding in two ways: a "About" menu, and a watermark on the document. So, it seems that removing one of them (I'd like to get rid of the watermark) and keeping the other would be valid under the GPL.
Of course, SO is no lawyer advice, but have you encountered this kind of use of GPL before? What do you think of it?