I'm using QPrinter in Qt 4.8 to produce a PDF document. In the metadata of the 
generated file (specifically the producer field) there is a Nokia copyright:

    (C) 2011 Nokia Corporation and/or its subsidiary(-ies)

I traced this back to QPdfEnginePrivate::writeInfo(). Looking in Qt 5 I see the 
same thing only the copyright holder has changed to Digia:

    (C) 2012 Digia Plc and/or its subsidiary(-ies)

I am not a lawyer, but this seems to imply that Nokia/Digia is asserting a 
copyright claim to content I created. Now preceding the copyright notice is the 
Qt version (from QT_VERSION_STR), which got me thinking that perhaps a 
trademark claim was trying to be asserted on the name "Qt" but was incorrectly 
executed as a copyright claim.

Can someone comment on the intent of the copyright notice in 
QPdfEnginePrivate::writeInfo()? I think it either needs to be removed or 
changed to a trademark notice.

Regards,
Jeff Kehres
---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.

_______________________________________________
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to