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?

link|improve this question

6  
To the person who voted for closing: please add a comment to say why this is not acceptable, while questions like 4329467 are. A link to the appropriate meta discussion would be nice, if you find one that I've overlooked. – F'x Dec 26 '10 at 13:45
6  
flowplayer.org/download/free-license-faq.html talks about section 5.d specifically. Upvoting because FlexPaper and them are not the only people who have such terms and I'd really like a good answer. – James Dec 26 '10 at 13:49
1  
I'd say this would be better suited to Programmers SE than to SO. Interesting question though. – DVK Dec 26 '10 at 14:05
This is a legal question, and those are explicitly not in scope here. – bmargulies Dec 27 '10 at 1:26
1  
There are already licensing questions around on SO, that were not closed. So, there is apparently some margin of appreciation... – F'x Dec 27 '10 at 13:46
show 1 more comment
feedback

closed as off topic by Quentin, DVK, Jörg W Mittag, bmargulies, John Saunders Dec 28 '10 at 3:08

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

1 Answer

up vote 2 down vote accepted

What you are talking about is referred to as "attribution". Section 5.d does not bind you in the way they state, but Section 7 does. Section 5.d merely states how you must provide author attribution in order to comply with Section 7. Section 7.b states that the following may supplement the standard license terms:

Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it

This section is binding. It simply means that you must preserve author attributions if the author states that you must do so. Furthermore, these attributions must be in accordance with requirements specified by the author to comply with the agreement.

I am certain that if you remove the watermark, you are in violation with the agreement. With regards to the "About" menu, I am less certain because I think there may be certain conditions that might allow it to be hidden. If the "About" menu is within another menu, and you choose not to keep the rest of the menu, you might be able to remove it. If, however, the "About" menu is present with the sole purpose of author attribution, you would be violating the agreement by removing that as well.

link|improve this answer
2  
It says "reasonable legal notices". So it's a matter of appreciation. Joy! – F'x Dec 27 '10 at 16:51
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.