summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-04-14 09:03:09 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-04-16 13:36:48 +0000
commit4244ebe8e8c2ee839af830657761d4f9498576a9 (patch)
tree640a6c5ff45c6543f961ce611dfc848d3df20a46
parent89620dcff8e48a0c77d599f386d3cd87fbc3b6be (diff)
More license test fixes
This change should have really been part of I4a4c08123be144a0f3c2c9ce987f5ce1e9ff8bb4 but resolving the conflicts across 300+ files is no fun. Change-Id: Ic14b52c6e27c1924419446b7f876954dc7bf1450 Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
-rw-r--r--doc/src/snippets/code/doc_src_lgpl.qdoc3
-rw-r--r--examples/contacts/qmlcontactslistview/ContactEditor.qml2
-rw-r--r--examples/contacts/qmlcontactslistview/DetailEditWidget.qml2
-rw-r--r--examples/contacts/qmlcontactslistview/GenericButton.qml2
-rw-r--r--examples/contacts/qmlcontactslistview/doc/src/qmlcontactslistview.qdoc3
-rw-r--r--examples/contacts/qmlcontactslistview/qmlcontactslistview.qml2
-rw-r--r--examples/organizer/calendardemo/doc/src/calendardemo.qdoc3
-rw-r--r--examples/organizer/calendardemo/src/addcalendarpage.cpp2
-rw-r--r--examples/organizer/calendardemo/src/addcalendarpage.h2
-rw-r--r--examples/organizer/calendardemo/src/calendardemo.cpp2
-rw-r--r--examples/organizer/calendardemo/src/calendardemo.h2
-rw-r--r--examples/organizer/calendardemo/src/daypage.cpp2
-rw-r--r--examples/organizer/calendardemo/src/daypage.h2
-rw-r--r--examples/organizer/calendardemo/src/editcalendarspage.cpp2
-rw-r--r--examples/organizer/calendardemo/src/editcalendarspage.h2
-rw-r--r--examples/organizer/calendardemo/src/eventeditpage.cpp2
-rw-r--r--examples/organizer/calendardemo/src/eventeditpage.h2
-rw-r--r--examples/organizer/calendardemo/src/eventoccurrenceeditpage.cpp2
-rw-r--r--examples/organizer/calendardemo/src/eventoccurrenceeditpage.h2
-rw-r--r--examples/organizer/calendardemo/src/journaleditpage.cpp2
-rw-r--r--examples/organizer/calendardemo/src/journaleditpage.h2
-rw-r--r--examples/organizer/calendardemo/src/main.cpp2
-rw-r--r--examples/organizer/calendardemo/src/monthpage.cpp2
-rw-r--r--examples/organizer/calendardemo/src/monthpage.h2
-rw-r--r--examples/organizer/calendardemo/src/todoeditpage.cpp2
-rw-r--r--examples/organizer/calendardemo/src/todoeditpage.h2
-rw-r--r--examples/organizer/qmlorganizerlistview/content/EventDateTime.qml2
-rw-r--r--examples/organizer/qmlorganizerlistview/content/EventEditor.qml2
-rw-r--r--examples/organizer/qmlorganizerlistview/content/GenericButton.qml2
-rw-r--r--examples/organizer/qmlorganizerlistview/doc/src/qmlorganizerlistviewexample.qdoc3
-rw-r--r--examples/organizer/qmlorganizerlistview/qmlorganizerlistview.qml2
-rw-r--r--examples/organizer/todo/doc/src/todo.qdoc3
-rwxr-xr-xexamples/organizer/todo/main.cpp2
-rw-r--r--examples/organizer/todo/todoeditor.cpp2
-rw-r--r--examples/organizer/todo/todoeditor.h2
-rw-r--r--examples/organizer/todo/window.cpp2
-rw-r--r--examples/organizer/todo/window.h2
-rw-r--r--src/contacts/details/qcontactaddress.h2
-rw-r--r--src/contacts/details/qcontactanniversary.h2
-rw-r--r--src/contacts/details/qcontactavatar.h2
-rw-r--r--src/contacts/details/qcontactbirthday.h2
-rw-r--r--src/contacts/details/qcontactdetails.cpp2
-rw-r--r--src/contacts/details/qcontactdetails.h2
-rw-r--r--src/contacts/details/qcontactdisplaylabel.h2
-rw-r--r--src/contacts/details/qcontactemailaddress.h2
-rw-r--r--src/contacts/details/qcontactextendeddetail.h2
-rw-r--r--src/contacts/details/qcontactfamily.h2
-rw-r--r--src/contacts/details/qcontactfavorite.h2
-rw-r--r--src/contacts/details/qcontactgender.h2
-rw-r--r--src/contacts/details/qcontactgeolocation.h2
-rw-r--r--src/contacts/details/qcontactglobalpresence.h2
-rw-r--r--src/contacts/details/qcontactguid.h2
-rw-r--r--src/contacts/details/qcontacthobby.h2
-rw-r--r--src/contacts/details/qcontactname.h2
-rw-r--r--src/contacts/details/qcontactnickname.h2
-rw-r--r--src/contacts/details/qcontactnote.h2
-rw-r--r--src/contacts/details/qcontactonlineaccount.h2
-rw-r--r--src/contacts/details/qcontactorganization.h2
-rw-r--r--src/contacts/details/qcontactphonenumber.h2
-rw-r--r--src/contacts/details/qcontactpresence.h2
-rw-r--r--src/contacts/details/qcontactringtone.h2
-rw-r--r--src/contacts/details/qcontactsynctarget.h2
-rw-r--r--src/contacts/details/qcontacttag.h2
-rw-r--r--src/contacts/details/qcontacttimestamp.h2
-rw-r--r--src/contacts/details/qcontacttype.h2
-rw-r--r--src/contacts/details/qcontacturl.h2
-rw-r--r--src/contacts/details/qcontactversion.h2
-rw-r--r--src/contacts/doc/snippets/doc_src_qtcontacts.cpp2
-rw-r--r--src/contacts/doc/snippets/moduleimports.qml2
-rw-r--r--src/contacts/doc/snippets/multiaction/multiaction.cpp2
-rw-r--r--src/contacts/doc/snippets/multiaction/multiaction_p.h2
-rw-r--r--src/contacts/doc/snippets/qcontactphonenumber.h2
-rw-r--r--src/contacts/doc/snippets/qtcontactsdocsample/qtcontactsdocsample.cpp2
-rw-r--r--src/contacts/doc/snippets/qtcontactsdocsample/qtcontactsdocsampleasync.cpp2
-rw-r--r--src/contacts/doc/snippets/qtcontactsdocsample/requestexample.h2
-rw-r--r--src/contacts/doc/src/contacts-index.qdoc3
-rw-r--r--src/contacts/doc/src/contacts.qdoc3
-rw-r--r--src/contacts/doc/src/contactsactions.qdoc3
-rw-r--r--src/contacts/doc/src/contactsasync.qdoc3
-rw-r--r--src/contacts/doc/src/contactsclasses.qdoc3
-rw-r--r--src/contacts/doc/src/contactsengines.qdoc3
-rw-r--r--src/contacts/doc/src/contactssync.qdoc3
-rw-r--r--src/contacts/doc/src/contactsusage.qdoc3
-rw-r--r--src/contacts/doc/src/plugins/qml-contacts.qdoc3
-rw-r--r--src/contacts/doc/src/qtcontacts.qdoc3
-rw-r--r--src/contacts/engines/qcontactinvalidbackend.cpp2
-rw-r--r--src/contacts/engines/qcontactinvalidbackend_p.h2
-rw-r--r--src/contacts/filters/qcontactactionfilter.cpp2
-rw-r--r--src/contacts/filters/qcontactactionfilter.h2
-rw-r--r--src/contacts/filters/qcontactactionfilter_p.h2
-rw-r--r--src/contacts/filters/qcontactchangelogfilter.cpp2
-rw-r--r--src/contacts/filters/qcontactchangelogfilter.h2
-rw-r--r--src/contacts/filters/qcontactchangelogfilter_p.h2
-rw-r--r--src/contacts/filters/qcontactcollectionfilter.cpp2
-rw-r--r--src/contacts/filters/qcontactcollectionfilter.h2
-rw-r--r--src/contacts/filters/qcontactcollectionfilter_p.h2
-rw-r--r--src/contacts/filters/qcontactdetailfilter.cpp2
-rw-r--r--src/contacts/filters/qcontactdetailfilter.h2
-rw-r--r--src/contacts/filters/qcontactdetailfilter_p.h2
-rw-r--r--src/contacts/filters/qcontactdetailrangefilter.cpp2
-rw-r--r--src/contacts/filters/qcontactdetailrangefilter.h2
-rw-r--r--src/contacts/filters/qcontactdetailrangefilter_p.h2
-rw-r--r--src/contacts/filters/qcontactfilters.h2
-rw-r--r--src/contacts/filters/qcontactidfilter.cpp2
-rw-r--r--src/contacts/filters/qcontactidfilter.h2
-rw-r--r--src/contacts/filters/qcontactidfilter_p.h2
-rw-r--r--src/contacts/filters/qcontactintersectionfilter.cpp2
-rw-r--r--src/contacts/filters/qcontactintersectionfilter.h2
-rw-r--r--src/contacts/filters/qcontactintersectionfilter_p.h2
-rw-r--r--src/contacts/filters/qcontactinvalidfilter.cpp2
-rw-r--r--src/contacts/filters/qcontactinvalidfilter.h2
-rw-r--r--src/contacts/filters/qcontactrelationshipfilter.cpp2
-rw-r--r--src/contacts/filters/qcontactrelationshipfilter.h2
-rw-r--r--src/contacts/filters/qcontactrelationshipfilter_p.h2
-rw-r--r--src/contacts/filters/qcontactunionfilter.cpp2
-rw-r--r--src/contacts/filters/qcontactunionfilter.h2
-rw-r--r--src/contacts/filters/qcontactunionfilter_p.h2
-rw-r--r--src/contacts/qcontact.cpp2
-rw-r--r--src/contacts/qcontact.h2
-rw-r--r--src/contacts/qcontact_p.h2
-rw-r--r--src/contacts/qcontactabstractrequest.cpp2
-rw-r--r--src/contacts/qcontactabstractrequest.h2
-rw-r--r--src/contacts/qcontactabstractrequest_p.h2
-rw-r--r--src/contacts/qcontactaction.cpp2
-rw-r--r--src/contacts/qcontactaction.h2
-rw-r--r--src/contacts/qcontactactiondescriptor.cpp2
-rw-r--r--src/contacts/qcontactactiondescriptor.h2
-rw-r--r--src/contacts/qcontactactiondescriptor_p.h2
-rw-r--r--src/contacts/qcontactactionfactory.cpp2
-rw-r--r--src/contacts/qcontactactionfactory.h2
-rw-r--r--src/contacts/qcontactactionmanager_p.cpp2
-rw-r--r--src/contacts/qcontactactionmanager_p.h2
-rw-r--r--src/contacts/qcontactactiontarget.cpp2
-rw-r--r--src/contacts/qcontactactiontarget.h2
-rw-r--r--src/contacts/qcontactactiontarget_p.h2
-rw-r--r--src/contacts/qcontactchangeset.cpp2
-rw-r--r--src/contacts/qcontactchangeset.h2
-rw-r--r--src/contacts/qcontactchangeset_p.h2
-rw-r--r--src/contacts/qcontactcollection.cpp2
-rw-r--r--src/contacts/qcontactcollection.h2
-rw-r--r--src/contacts/qcontactcollection_p.h2
-rw-r--r--src/contacts/qcontactcollectionchangeset.cpp2
-rw-r--r--src/contacts/qcontactcollectionchangeset.h2
-rw-r--r--src/contacts/qcontactcollectionchangeset_p.h2
-rw-r--r--src/contacts/qcontactcollectionid.cpp2
-rw-r--r--src/contacts/qcontactcollectionid.h2
-rw-r--r--src/contacts/qcontactdetail.cpp2
-rw-r--r--src/contacts/qcontactdetail.h2
-rw-r--r--src/contacts/qcontactdetail_p.h2
-rw-r--r--src/contacts/qcontactfetchhint.cpp2
-rw-r--r--src/contacts/qcontactfetchhint.h2
-rw-r--r--src/contacts/qcontactfetchhint_p.h2
-rw-r--r--src/contacts/qcontactfilter.cpp2
-rw-r--r--src/contacts/qcontactfilter.h2
-rw-r--r--src/contacts/qcontactfilter_p.h2
-rw-r--r--src/contacts/qcontactid.cpp2
-rw-r--r--src/contacts/qcontactid.h2
-rw-r--r--src/contacts/qcontactmanager.cpp2
-rw-r--r--src/contacts/qcontactmanager.h2
-rw-r--r--src/contacts/qcontactmanager_p.cpp2
-rw-r--r--src/contacts/qcontactmanager_p.h2
-rw-r--r--src/contacts/qcontactmanagerengine.cpp2
-rw-r--r--src/contacts/qcontactmanagerengine.h2
-rw-r--r--src/contacts/qcontactmanagerenginefactory.cpp2
-rw-r--r--src/contacts/qcontactmanagerenginefactory.h2
-rw-r--r--src/contacts/qcontactmanagerenginev2wrapper_p.cpp2
-rw-r--r--src/contacts/qcontactobserver.cpp2
-rw-r--r--src/contacts/qcontactobserver.h2
-rw-r--r--src/contacts/qcontactrelationship.cpp2
-rw-r--r--src/contacts/qcontactrelationship.h2
-rw-r--r--src/contacts/qcontactrelationship_p.h2
-rw-r--r--src/contacts/qcontacts.h2
-rw-r--r--src/contacts/qcontactsglobal.h2
-rw-r--r--src/contacts/qcontactsortorder.cpp2
-rw-r--r--src/contacts/qcontactsortorder.h2
-rw-r--r--src/contacts/qcontactsortorder_p.h2
-rw-r--r--src/contacts/qcontactspluginsearch_p.h2
-rw-r--r--src/contacts/requests/qcontactcollectionfetchrequest.cpp2
-rw-r--r--src/contacts/requests/qcontactcollectionfetchrequest.h2
-rw-r--r--src/contacts/requests/qcontactcollectionremoverequest.cpp2
-rw-r--r--src/contacts/requests/qcontactcollectionremoverequest.h2
-rw-r--r--src/contacts/requests/qcontactcollectionsaverequest.cpp2
-rw-r--r--src/contacts/requests/qcontactcollectionsaverequest.h2
-rw-r--r--src/contacts/requests/qcontactfetchbyidrequest.cpp2
-rw-r--r--src/contacts/requests/qcontactfetchbyidrequest.h2
-rw-r--r--src/contacts/requests/qcontactfetchrequest.cpp2
-rw-r--r--src/contacts/requests/qcontactfetchrequest.h2
-rw-r--r--src/contacts/requests/qcontactidfetchrequest.cpp2
-rw-r--r--src/contacts/requests/qcontactidfetchrequest.h2
-rw-r--r--src/contacts/requests/qcontactrelationshipfetchrequest.cpp2
-rw-r--r--src/contacts/requests/qcontactrelationshipfetchrequest.h2
-rw-r--r--src/contacts/requests/qcontactrelationshipremoverequest.cpp2
-rw-r--r--src/contacts/requests/qcontactrelationshipremoverequest.h2
-rw-r--r--src/contacts/requests/qcontactrelationshipsaverequest.cpp2
-rw-r--r--src/contacts/requests/qcontactrelationshipsaverequest.h2
-rw-r--r--src/contacts/requests/qcontactremoverequest.cpp2
-rw-r--r--src/contacts/requests/qcontactremoverequest.h2
-rw-r--r--src/contacts/requests/qcontactrequests.h2
-rw-r--r--src/contacts/requests/qcontactrequests_p.h2
-rw-r--r--src/contacts/requests/qcontactsaverequest.cpp2
-rw-r--r--src/contacts/requests/qcontactsaverequest.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactaddress_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactanniversary_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactavatar_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactbirthday_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactdetails_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactdisplaylabel_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactemailaddress_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactextendeddetail_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactfamily_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactfavorite_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactgender_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactgeolocation_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactglobalpresence_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactguid_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontacthobby_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactmoc_p.cpp2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactname_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactnickname_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactnote_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactonlineaccount_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactorganization_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactphonenumber_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactpresence_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactringtone_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactsynctarget_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontacttag_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontacttimestamp_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontacttype_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontacturl_p.h2
-rw-r--r--src/imports/contacts/details/qdeclarativecontactversion_p.h2
-rw-r--r--src/imports/contacts/filters/qdeclarativecontactactionfilter_p.h2
-rw-r--r--src/imports/contacts/filters/qdeclarativecontactchangelogfilter_p.h2
-rw-r--r--src/imports/contacts/filters/qdeclarativecontactcollectionfilter_p.h2
-rw-r--r--src/imports/contacts/filters/qdeclarativecontactdetailfilter_p.h2
-rw-r--r--src/imports/contacts/filters/qdeclarativecontactdetailrangefilter_p.h2
-rw-r--r--src/imports/contacts/filters/qdeclarativecontactfiltermoc.cpp2
-rw-r--r--src/imports/contacts/filters/qdeclarativecontactfilters_p.h2
-rw-r--r--src/imports/contacts/filters/qdeclarativecontactidfilter_p.h2
-rw-r--r--src/imports/contacts/filters/qdeclarativecontactintersectionfilter_p.h2
-rw-r--r--src/imports/contacts/filters/qdeclarativecontactinvalidfilter_p.h2
-rw-r--r--src/imports/contacts/filters/qdeclarativecontactrelationshipfilter_p.h2
-rw-r--r--src/imports/contacts/filters/qdeclarativecontactunionfilter_p.h2
-rw-r--r--src/imports/contacts/plugin.cpp2
-rw-r--r--src/imports/contacts/qdeclarativecontact.cpp2
-rw-r--r--src/imports/contacts/qdeclarativecontact_p.h2
-rw-r--r--src/imports/contacts/qdeclarativecontactcollection.cpp2
-rw-r--r--src/imports/contacts/qdeclarativecontactcollection_p.h2
-rw-r--r--src/imports/contacts/qdeclarativecontactdetail.cpp2
-rw-r--r--src/imports/contacts/qdeclarativecontactdetail_p.h2
-rw-r--r--src/imports/contacts/qdeclarativecontactfetchhint.cpp2
-rw-r--r--src/imports/contacts/qdeclarativecontactfetchhint_p.h2
-rw-r--r--src/imports/contacts/qdeclarativecontactfilter.cpp2
-rw-r--r--src/imports/contacts/qdeclarativecontactfilter_p.h2
-rw-r--r--src/imports/contacts/qdeclarativecontactmodel.cpp2
-rw-r--r--src/imports/contacts/qdeclarativecontactmodel_p.h2
-rw-r--r--src/imports/contacts/qdeclarativecontactrelationship.cpp2
-rw-r--r--src/imports/contacts/qdeclarativecontactrelationship_p.h2
-rw-r--r--src/imports/contacts/qdeclarativecontactrelationshipmodel.cpp2
-rw-r--r--src/imports/contacts/qdeclarativecontactrelationshipmodel_p.h2
-rw-r--r--src/imports/contacts/qdeclarativecontactsortorder.cpp2
-rw-r--r--src/imports/contacts/qdeclarativecontactsortorder_p.h2
-rw-r--r--src/imports/contacts/qdeclarativeglobal_p.h2
-rw-r--r--src/imports/organizer/plugin.cpp2
-rw-r--r--src/imports/organizer/qdeclarativeorganizercollection.cpp2
-rw-r--r--src/imports/organizer/qdeclarativeorganizercollection_p.h2
-rw-r--r--src/imports/organizer/qdeclarativeorganizeritem.cpp2
-rw-r--r--src/imports/organizer/qdeclarativeorganizeritem_p.h2
-rw-r--r--src/imports/organizer/qdeclarativeorganizeritemdetail.cpp2
-rw-r--r--src/imports/organizer/qdeclarativeorganizeritemdetail_p.h2
-rw-r--r--src/imports/organizer/qdeclarativeorganizeritemfetchhint.cpp2
-rw-r--r--src/imports/organizer/qdeclarativeorganizeritemfetchhint_p.h2
-rw-r--r--src/imports/organizer/qdeclarativeorganizeritemfilter.cpp2
-rw-r--r--src/imports/organizer/qdeclarativeorganizeritemfilter_p.h2
-rw-r--r--src/imports/organizer/qdeclarativeorganizeritemsortorder.cpp2
-rw-r--r--src/imports/organizer/qdeclarativeorganizeritemsortorder_p.h2
-rw-r--r--src/imports/organizer/qdeclarativeorganizermodel.cpp2
-rw-r--r--src/imports/organizer/qdeclarativeorganizermodel_p.h2
-rw-r--r--src/imports/organizer/qdeclarativeorganizerrecurrencerule.cpp2
-rw-r--r--src/imports/organizer/qdeclarativeorganizerrecurrencerule_p.h2
-rw-r--r--src/organizer/details/qorganizereventattendee.h2
-rw-r--r--src/organizer/details/qorganizereventrsvp.h2
-rw-r--r--src/organizer/details/qorganizereventtime.h2
-rw-r--r--src/organizer/details/qorganizeritemaudiblereminder.h2
-rw-r--r--src/organizer/details/qorganizeritemclassification.h2
-rw-r--r--src/organizer/details/qorganizeritemcomment.h2
-rw-r--r--src/organizer/details/qorganizeritemdescription.h2
-rw-r--r--src/organizer/details/qorganizeritemdetails.cpp2
-rw-r--r--src/organizer/details/qorganizeritemdetails.h2
-rw-r--r--src/organizer/details/qorganizeritemdisplaylabel.h2
-rw-r--r--src/organizer/details/qorganizeritememailreminder.h2
-rw-r--r--src/organizer/details/qorganizeritemextendeddetail.h2
-rw-r--r--src/organizer/details/qorganizeritemguid.h2
-rw-r--r--src/organizer/details/qorganizeritemlocation.h2
-rw-r--r--src/organizer/details/qorganizeritemparent.h2
-rw-r--r--src/organizer/details/qorganizeritempriority.h2
-rw-r--r--src/organizer/details/qorganizeritemrecurrence.h2
-rw-r--r--src/organizer/details/qorganizeritemreminder.h2
-rw-r--r--src/organizer/details/qorganizeritemtag.h2
-rw-r--r--src/organizer/details/qorganizeritemtimestamp.h2
-rw-r--r--src/organizer/details/qorganizeritemtype.h2
-rw-r--r--src/organizer/details/qorganizeritemversion.h2
-rw-r--r--src/organizer/details/qorganizeritemvisualreminder.h2
-rw-r--r--src/organizer/details/qorganizerjournaltime.h2
-rw-r--r--src/organizer/details/qorganizertodoprogress.h2
-rw-r--r--src/organizer/details/qorganizertodotime.h2
-rw-r--r--src/organizer/doc/snippets/doc_src_qtorganizer.cpp2
-rw-r--r--src/organizer/doc/snippets/moduleimports.qml2
-rw-r--r--src/organizer/doc/snippets/qmlorganizerbasiclist/qmlorganizerbasiclist.qml2
-rw-r--r--src/organizer/doc/snippets/qtorganizerdocsample/qtorganizerdocsample.cpp2
-rw-r--r--src/organizer/doc/src/icalsupport.qdoc3
-rw-r--r--src/organizer/doc/src/organizer-index.qdoc3
-rw-r--r--src/organizer/doc/src/organizer.qdoc3
-rw-r--r--src/organizer/doc/src/organizeradvanced.qdoc3
-rw-r--r--src/organizer/doc/src/organizerasync.qdoc3
-rw-r--r--src/organizer/doc/src/organizerclasses.qdoc3
-rw-r--r--src/organizer/doc/src/organizerengines.qdoc3
-rw-r--r--src/organizer/doc/src/organizersync.qdoc3
-rw-r--r--src/organizer/doc/src/plugins/qml-organizer.qdoc3
-rw-r--r--src/organizer/doc/src/tutorials/qmlorganizerlistviewtutorial.qdoc3
-rw-r--r--src/organizer/filters/qorganizeritemcollectionfilter.cpp2
-rw-r--r--src/organizer/filters/qorganizeritemcollectionfilter.h2
-rw-r--r--src/organizer/filters/qorganizeritemcollectionfilter_p.h2
-rw-r--r--src/organizer/filters/qorganizeritemdetailfieldfilter.cpp2
-rw-r--r--src/organizer/filters/qorganizeritemdetailfieldfilter.h2
-rw-r--r--src/organizer/filters/qorganizeritemdetailfieldfilter_p.h2
-rw-r--r--src/organizer/filters/qorganizeritemdetailfilter.cpp2
-rw-r--r--src/organizer/filters/qorganizeritemdetailfilter.h2
-rw-r--r--src/organizer/filters/qorganizeritemdetailfilter_p.h2
-rw-r--r--src/organizer/filters/qorganizeritemdetailrangefilter.cpp2
-rw-r--r--src/organizer/filters/qorganizeritemdetailrangefilter.h2
-rw-r--r--src/organizer/filters/qorganizeritemdetailrangefilter_p.h2
-rw-r--r--src/organizer/filters/qorganizeritemfilters.h2
-rw-r--r--src/organizer/filters/qorganizeritemidfilter.cpp2
-rw-r--r--src/organizer/filters/qorganizeritemidfilter.h2
-rw-r--r--src/organizer/filters/qorganizeritemidfilter_p.h2
-rw-r--r--src/organizer/filters/qorganizeritemintersectionfilter.cpp2
-rw-r--r--src/organizer/filters/qorganizeritemintersectionfilter.h2
-rw-r--r--src/organizer/filters/qorganizeritemintersectionfilter_p.h2
-rw-r--r--src/organizer/filters/qorganizeriteminvalidfilter.cpp2
-rw-r--r--src/organizer/filters/qorganizeriteminvalidfilter.h2
-rw-r--r--src/organizer/filters/qorganizeritemunionfilter.cpp2
-rw-r--r--src/organizer/filters/qorganizeritemunionfilter.h2
-rw-r--r--src/organizer/filters/qorganizeritemunionfilter_p.h2
-rw-r--r--src/organizer/items/qorganizerevent.cpp2
-rw-r--r--src/organizer/items/qorganizerevent.h2
-rw-r--r--src/organizer/items/qorganizereventoccurrence.cpp2
-rw-r--r--src/organizer/items/qorganizereventoccurrence.h2
-rw-r--r--src/organizer/items/qorganizeritems.h2
-rw-r--r--src/organizer/items/qorganizerjournal.cpp2
-rw-r--r--src/organizer/items/qorganizerjournal.h2
-rw-r--r--src/organizer/items/qorganizernote.cpp2
-rw-r--r--src/organizer/items/qorganizernote.h2
-rw-r--r--src/organizer/items/qorganizertodo.cpp2
-rw-r--r--src/organizer/items/qorganizertodo.h2
-rw-r--r--src/organizer/items/qorganizertodooccurrence.cpp2
-rw-r--r--src/organizer/items/qorganizertodooccurrence.h2
-rw-r--r--src/organizer/qorganizer.h2
-rw-r--r--src/organizer/qorganizerabstractrequest.cpp2
-rw-r--r--src/organizer/qorganizerabstractrequest.h2
-rw-r--r--src/organizer/qorganizerabstractrequest_p.h2
-rw-r--r--src/organizer/qorganizercollection.cpp2
-rw-r--r--src/organizer/qorganizercollection.h2
-rw-r--r--src/organizer/qorganizercollection_p.h2
-rw-r--r--src/organizer/qorganizercollectionchangeset.cpp2
-rw-r--r--src/organizer/qorganizercollectionchangeset.h2
-rw-r--r--src/organizer/qorganizercollectionchangeset_p.h2
-rw-r--r--src/organizer/qorganizercollectionid.cpp2
-rw-r--r--src/organizer/qorganizercollectionid.h2
-rw-r--r--src/organizer/qorganizerglobal.h2
-rw-r--r--src/organizer/qorganizeritem.cpp2
-rw-r--r--src/organizer/qorganizeritem.h2
-rw-r--r--src/organizer/qorganizeritem_p.h2
-rw-r--r--src/organizer/qorganizeritemchangeset.cpp2
-rw-r--r--src/organizer/qorganizeritemchangeset.h2
-rw-r--r--src/organizer/qorganizeritemchangeset_p.h2
-rw-r--r--src/organizer/qorganizeritemdetail.cpp2
-rw-r--r--src/organizer/qorganizeritemdetail.h2
-rw-r--r--src/organizer/qorganizeritemdetail_p.h2
-rw-r--r--src/organizer/qorganizeritemfetchhint.cpp2
-rw-r--r--src/organizer/qorganizeritemfetchhint.h2
-rw-r--r--src/organizer/qorganizeritemfetchhint_p.h2
-rw-r--r--src/organizer/qorganizeritemfilter.cpp2
-rw-r--r--src/organizer/qorganizeritemfilter.h2
-rw-r--r--src/organizer/qorganizeritemfilter_p.h2
-rw-r--r--src/organizer/qorganizeritemid.cpp2
-rw-r--r--src/organizer/qorganizeritemid.h2
-rw-r--r--src/organizer/qorganizeritemobserver.cpp2
-rw-r--r--src/organizer/qorganizeritemobserver.h2
-rw-r--r--src/organizer/qorganizeritemsortorder.cpp2
-rw-r--r--src/organizer/qorganizeritemsortorder.h2
-rw-r--r--src/organizer/qorganizeritemsortorder_p.h2
-rw-r--r--src/organizer/qorganizermanager.cpp2
-rw-r--r--src/organizer/qorganizermanager.h2
-rw-r--r--src/organizer/qorganizermanager_p.cpp2
-rw-r--r--src/organizer/qorganizermanager_p.h2
-rw-r--r--src/organizer/qorganizermanagerengine.cpp2
-rw-r--r--src/organizer/qorganizermanagerengine.h2
-rw-r--r--src/organizer/qorganizermanagerenginefactory.cpp2
-rw-r--r--src/organizer/qorganizermanagerenginefactory.h2
-rw-r--r--src/organizer/qorganizerrecurrencerule.cpp2
-rw-r--r--src/organizer/qorganizerrecurrencerule.h2
-rw-r--r--src/organizer/qorganizerrecurrencerule_p.h2
-rw-r--r--src/organizer/requests/qorganizercollectionfetchrequest.cpp2
-rw-r--r--src/organizer/requests/qorganizercollectionfetchrequest.h2
-rw-r--r--src/organizer/requests/qorganizercollectionremoverequest.cpp2
-rw-r--r--src/organizer/requests/qorganizercollectionremoverequest.h2
-rw-r--r--src/organizer/requests/qorganizercollectionsaverequest.cpp2
-rw-r--r--src/organizer/requests/qorganizercollectionsaverequest.h2
-rw-r--r--src/organizer/requests/qorganizeritemfetchbyidrequest.cpp2
-rw-r--r--src/organizer/requests/qorganizeritemfetchbyidrequest.h2
-rw-r--r--src/organizer/requests/qorganizeritemfetchforexportrequest.cpp2
-rw-r--r--src/organizer/requests/qorganizeritemfetchforexportrequest.h2
-rw-r--r--src/organizer/requests/qorganizeritemfetchrequest.cpp2
-rw-r--r--src/organizer/requests/qorganizeritemfetchrequest.h2
-rw-r--r--src/organizer/requests/qorganizeritemidfetchrequest.cpp2
-rw-r--r--src/organizer/requests/qorganizeritemidfetchrequest.h2
-rw-r--r--src/organizer/requests/qorganizeritemoccurrencefetchrequest.cpp2
-rw-r--r--src/organizer/requests/qorganizeritemoccurrencefetchrequest.h2
-rw-r--r--src/organizer/requests/qorganizeritemremovebyidrequest.cpp2
-rw-r--r--src/organizer/requests/qorganizeritemremovebyidrequest.h2
-rw-r--r--src/organizer/requests/qorganizeritemremoverequest.cpp2
-rw-r--r--src/organizer/requests/qorganizeritemremoverequest.h2
-rw-r--r--src/organizer/requests/qorganizeritemrequests.h2
-rw-r--r--src/organizer/requests/qorganizeritemrequests_p.h2
-rw-r--r--src/organizer/requests/qorganizeritemsaverequest.cpp2
-rw-r--r--src/organizer/requests/qorganizeritemsaverequest.h2
-rw-r--r--src/plugins/contacts/memory/qcontactmemorybackend.cpp2
-rw-r--r--src/plugins/contacts/memory/qcontactmemorybackend_p.h2
-rw-r--r--src/plugins/contacts/serviceactionmanager/qcontactactionservicemanager_p.cpp2
-rw-r--r--src/plugins/contacts/serviceactionmanager/qcontactactionservicemanager_p.h2
-rw-r--r--src/plugins/organizer/memory/qorganizeritemmemorybackend.cpp2
-rw-r--r--src/plugins/organizer/memory/qorganizeritemmemorybackend_p.h2
-rw-r--r--src/plugins/organizer/skeleton/qorganizerskeleton.cpp2
-rw-r--r--src/plugins/organizer/skeleton/qorganizerskeleton_p.h2
-rw-r--r--src/plugins/versit/backuphandler/backupvcardhandler.cpp2
-rw-r--r--src/plugins/versit/backuphandler/backupvcardhandler.h2
-rw-r--r--src/plugins/versit/vcardpreserver/vcardpreserver.cpp2
-rw-r--r--src/plugins/versit/vcardpreserver/vcardpreserver.h2
-rw-r--r--src/versit/doc/snippets/doc_src_qtversit.cpp2
-rw-r--r--src/versit/doc/snippets/qtversitdocsample/qtversitdocsample.cpp2
-rw-r--r--src/versit/doc/src/vcardsupport.qdoc3
-rw-r--r--src/versit/doc/src/versit-index.qdoc3
-rw-r--r--src/versit/doc/src/versit.qdoc3
-rw-r--r--src/versit/doc/src/versitclasses.qdoc3
-rw-r--r--src/versit/doc/src/versitplugins.qdoc3
-rw-r--r--src/versit/qvcard21writer.cpp2
-rw-r--r--src/versit/qvcard21writer_p.h2
-rw-r--r--src/versit/qvcard30writer.cpp2
-rw-r--r--src/versit/qvcard30writer_p.h2
-rw-r--r--src/versit/qvcardrestorehandler_p.cpp2
-rw-r--r--src/versit/qvcardrestorehandler_p.h2
-rw-r--r--src/versit/qversitcontactexporter.cpp2
-rw-r--r--src/versit/qversitcontactexporter.h2
-rw-r--r--src/versit/qversitcontactexporter_p.cpp2
-rw-r--r--src/versit/qversitcontactexporter_p.h2
-rw-r--r--src/versit/qversitcontacthandler.cpp2
-rw-r--r--src/versit/qversitcontacthandler.h2
-rw-r--r--src/versit/qversitcontactimporter.cpp2
-rw-r--r--src/versit/qversitcontactimporter.h2
-rw-r--r--src/versit/qversitcontactimporter_p.cpp2
-rw-r--r--src/versit/qversitcontactimporter_p.h2
-rw-r--r--src/versit/qversitcontactpluginloader_p.cpp2
-rw-r--r--src/versit/qversitcontactpluginloader_p.h2
-rw-r--r--src/versit/qversitcontactsdefs_p.h2
-rw-r--r--src/versit/qversitdefs_p.h2
-rw-r--r--src/versit/qversitdocument.cpp2
-rw-r--r--src/versit/qversitdocument.h2
-rw-r--r--src/versit/qversitdocument_p.cpp2
-rw-r--r--src/versit/qversitdocument_p.h2
-rw-r--r--src/versit/qversitdocumentwriter_p.cpp2
-rw-r--r--src/versit/qversitdocumentwriter_p.h2
-rw-r--r--src/versit/qversitglobal.h2
-rw-r--r--src/versit/qversitpluginsearch_p.h2
-rw-r--r--src/versit/qversitproperty.cpp2
-rw-r--r--src/versit/qversitproperty.h2
-rw-r--r--src/versit/qversitproperty_p.h2
-rw-r--r--src/versit/qversitreader.cpp2
-rw-r--r--src/versit/qversitreader.h2
-rw-r--r--src/versit/qversitreader_p.cpp2
-rw-r--r--src/versit/qversitreader_p.h2
-rw-r--r--src/versit/qversitresourcehandler.cpp2
-rw-r--r--src/versit/qversitresourcehandler.h2
-rw-r--r--src/versit/qversitutils.cpp2
-rw-r--r--src/versit/qversitutils_p.h2
-rw-r--r--src/versit/qversitwriter.cpp2
-rw-r--r--src/versit/qversitwriter.h2
-rw-r--r--src/versit/qversitwriter_p.cpp2
-rw-r--r--src/versit/qversitwriter_p.h2
-rw-r--r--src/versitorganizer/qtimezones_p.cpp2
-rw-r--r--src/versitorganizer/qtimezones_p.h2
-rw-r--r--src/versitorganizer/qversitorganizerdefs_p.h2
-rw-r--r--src/versitorganizer/qversitorganizerexporter.cpp2
-rw-r--r--src/versitorganizer/qversitorganizerexporter.h2
-rw-r--r--src/versitorganizer/qversitorganizerexporter_p.cpp2
-rw-r--r--src/versitorganizer/qversitorganizerexporter_p.h2
-rw-r--r--src/versitorganizer/qversitorganizerglobal.h2
-rw-r--r--src/versitorganizer/qversitorganizerhandler.cpp2
-rw-r--r--src/versitorganizer/qversitorganizerhandler.h2
-rw-r--r--src/versitorganizer/qversitorganizerimporter.cpp2
-rw-r--r--src/versitorganizer/qversitorganizerimporter.h2
-rw-r--r--src/versitorganizer/qversitorganizerimporter_p.cpp2
-rw-r--r--src/versitorganizer/qversitorganizerimporter_p.h2
-rw-r--r--src/versitorganizer/qversitorganizerpluginloader_p.cpp2
-rw-r--r--src/versitorganizer/qversitorganizerpluginloader_p.h2
-rw-r--r--src/versitorganizer/qversitorganizerpluginsearch_p.h2
-rw-r--r--src/versitorganizer/qversittimezonehandler.h2
-rw-r--r--tests/auto/contacts/qcontact/tst_qcontact.cpp2
-rw-r--r--tests/auto/contacts/qcontactactions/multiaction/multiaction.cpp2
-rw-r--r--tests/auto/contacts/qcontactactions/multiaction/multiaction_p.h2
-rw-r--r--tests/auto/contacts/qcontactactions/sendemailaction/sendemailaction.cpp2
-rw-r--r--tests/auto/contacts/qcontactactions/sendemailaction/sendemailaction_p.h2
-rw-r--r--tests/auto/contacts/qcontactactions/unittest/tst_qcontactactions.cpp2
-rw-r--r--tests/auto/contacts/qcontactasync/maliciousplugin/maliciousplugin.cpp2
-rw-r--r--tests/auto/contacts/qcontactasync/maliciousplugin/maliciousplugin_p.h2
-rw-r--r--tests/auto/contacts/qcontactasync/unittest/tst_qcontactasync.cpp2
-rw-r--r--tests/auto/contacts/qcontactcollection/tst_qcontactcollection.cpp2
-rw-r--r--tests/auto/contacts/qcontactdetail/tst_qcontactdetail.cpp2
-rw-r--r--tests/auto/contacts/qcontactdetails/tst_qcontactdetails.cpp2
-rw-r--r--tests/auto/contacts/qcontactfilter/tst_qcontactfilter.cpp2
-rw-r--r--tests/auto/contacts/qcontactmanager/tst_qcontactmanager.cpp2
-rw-r--r--tests/auto/contacts/qcontactmanagerdataholder.h2
-rw-r--r--tests/auto/contacts/qcontactmanagerdetails/tst_qcontactmanagerdetails.cpp2
-rw-r--r--tests/auto/contacts/qcontactmanagerfiltering/testactions/booleanaction/booleanaction_p.h2
-rw-r--r--tests/auto/contacts/qcontactmanagerfiltering/testactions/dateaction/dateaction_p.h2
-rw-r--r--tests/auto/contacts/qcontactmanagerfiltering/testactions/integeraction/integeraction_p.h2
-rw-r--r--tests/auto/contacts/qcontactmanagerfiltering/testactions/numberaction/numberaction_p.h2
-rw-r--r--tests/auto/contacts/qcontactmanagerfiltering/testactions/phonenumberaction/phonenumberaction_p.h2
-rw-r--r--tests/auto/contacts/qcontactmanagerfiltering/unittest/tst_qcontactmanagerfiltering.cpp2
-rw-r--r--tests/auto/contacts/qcontactmanagerplugins/dummyotherplugin/dummyotherplugin.cpp2
-rw-r--r--tests/auto/contacts/qcontactmanagerplugins/dummyplugin/dummyplugin.cpp2
-rw-r--r--tests/auto/contacts/qcontactmanagerplugins/dummyplugin/dummyplugin.h2
-rw-r--r--tests/auto/contacts/qcontactmanagerplugins/unittest/tst_qcontactmanagerplugins.cpp2
-rw-r--r--tests/auto/contacts/qcontactmemusage/tst_qcontactmemusage.cpp2
-rw-r--r--tests/auto/contacts/qcontactrelationship/tst_qcontactrelationship.cpp2
-rw-r--r--tests/auto/contacts/qcontactsortorder/tst_qcontactsortorder.cpp2
-rw-r--r--tests/auto/contacts/qdeclarativecontact/tst_qdeclarativecontact.cpp2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/ContactsSavingTestCase.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/ContactsSignalingTestCase.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/ContactsTestConfiguration.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/ContactsTestHelper.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contact_add_detail.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contact_addresses.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contact_collection_filter.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contact_detail_access.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contact_emails.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contact_extendeddetails.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contact_modification.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contact_organizations.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contact_phonenumbers.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contact_remove_detail.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contact_signals.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contact_urls.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contactdetail.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contactmodel_signals.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contactrelationship.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_clear_details_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_details_saving_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_details_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_signaling_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_extended_detail_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_fetch_contacts_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_filtering_by_detail_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_filtering_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_intersection_filter_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_model_to_model_notification_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_remove_contacts_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_remove_detail_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_save_contact_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/testcases/tst_contacts_sorting_e2e.qml2
-rw-r--r--tests/auto/contacts/qmlcontacts/tst_qmlcontacts.cpp2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/MegaEvent.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/QOrganizerTestUtility.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/addEvent.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_collection.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_detailfieldfilter.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_detailfilter.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizer_versit_export_import_e2e.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizeraudiblereminder.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizercollectionfilter.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizere2e.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizeremailreminder.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizerintersectionfilter.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizeritem.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizeritemdetail.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizeritems.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizermodel.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizermodelupdate.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizerrecurrence.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizerunionfilter.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/testcases/tst_organizervisualreminder.qml2
-rw-r--r--tests/auto/organizer/qmlorganizer/tst_qmlorganizer.cpp2
-rw-r--r--tests/auto/organizer/qorganizercollection/tst_qorganizercollection.cpp2
-rw-r--r--tests/auto/organizer/qorganizere2e/tst_qorganizere2e.cpp2
-rw-r--r--tests/auto/organizer/qorganizeritem/tst_qorganizeritem.cpp2
-rw-r--r--tests/auto/organizer/qorganizeritemasync/maliciousplugin/maliciousplugin.cpp2
-rw-r--r--tests/auto/organizer/qorganizeritemasync/maliciousplugin/maliciousplugin_p.h2
-rw-r--r--tests/auto/organizer/qorganizeritemasync/unittest/tst_qorganizeritemasync.cpp2
-rw-r--r--tests/auto/organizer/qorganizeritemdetail/tst_qorganizeritemdetail.cpp2
-rw-r--r--tests/auto/organizer/qorganizeritemdetails/tst_qorganizeritemdetails.cpp2
-rw-r--r--tests/auto/organizer/qorganizeritemfilter/tst_qorganizeritemfilter.cpp2
-rw-r--r--tests/auto/organizer/qorganizeritemsortorder/tst_qorganizeritemsortorder.cpp2
-rw-r--r--tests/auto/organizer/qorganizermanager/tst_qorganizermanager.cpp2
-rw-r--r--tests/auto/organizer/qorganizermanagerdataholder.h2
-rw-r--r--tests/auto/organizer/qorganizermanagerdetails/tst_qorganizermanagerdetails.cpp2
-rw-r--r--tests/auto/versit/qvcard21writer/tst_qvcard21writer.cpp2
-rw-r--r--tests/auto/versit/qvcard21writer/tst_qvcard21writer.h2
-rw-r--r--tests/auto/versit/qvcard30writer/tst_qvcard30writer.cpp2
-rw-r--r--tests/auto/versit/qvcard30writer/tst_qvcard30writer.h2
-rw-r--r--tests/auto/versit/qversit/tst_qversit.cpp2
-rw-r--r--tests/auto/versit/qversit/tst_qversit.h2
-rw-r--r--tests/auto/versit/qversitcontactexporter/tst_qversitcontactexporter.cpp2
-rw-r--r--tests/auto/versit/qversitcontactexporter/tst_qversitcontactexporter.h2
-rw-r--r--tests/auto/versit/qversitcontactimporter/tst_qversitcontactimporter.cpp2
-rw-r--r--tests/auto/versit/qversitcontactimporter/tst_qversitcontactimporter.h2
-rw-r--r--tests/auto/versit/qversitcontactplugins/plugin1/plugin1.cpp2
-rw-r--r--tests/auto/versit/qversitcontactplugins/plugin1/plugin1.h2
-rw-r--r--tests/auto/versit/qversitcontactplugins/plugin2/plugin2.cpp2
-rw-r--r--tests/auto/versit/qversitcontactplugins/plugin2/plugin2.h2
-rw-r--r--tests/auto/versit/qversitcontactplugins/plugin3/plugin3.cpp2
-rw-r--r--tests/auto/versit/qversitcontactplugins/plugin3/plugin3.h2
-rw-r--r--tests/auto/versit/qversitcontactplugins/plugin4/plugin4.cpp2
-rw-r--r--tests/auto/versit/qversitcontactplugins/plugin4/plugin4.h2
-rw-r--r--tests/auto/versit/qversitcontactplugins/plugin5/plugin5.cpp2
-rw-r--r--tests/auto/versit/qversitcontactplugins/plugin5/plugin5.h2
-rw-r--r--tests/auto/versit/qversitcontactplugins/unittest/tst_qversitcontactplugins.cpp2
-rw-r--r--tests/auto/versit/qversitdocument/tst_qversitdocument.cpp2
-rw-r--r--tests/auto/versit/qversitdocument/tst_qversitdocument.h2
-rw-r--r--tests/auto/versit/qversitproperty/tst_qversitproperty.cpp2
-rw-r--r--tests/auto/versit/qversitproperty/tst_qversitproperty.h2
-rw-r--r--tests/auto/versit/qversitreader/tst_qversitreader.cpp2
-rw-r--r--tests/auto/versit/qversitreader/tst_qversitreader.h2
-rw-r--r--tests/auto/versit/qversitwriter/tst_qversitwriter.cpp2
-rw-r--r--tests/auto/versit/qversitwriter/tst_qversitwriter.h2
-rw-r--r--tests/auto/versitorganizer/qversitorganizerexporter/tst_qversitorganizerexporter.cpp2
-rw-r--r--tests/auto/versitorganizer/qversitorganizerexporter/tst_qversitorganizerexporter.h2
-rw-r--r--tests/auto/versitorganizer/qversitorganizerimporter/tst_qversitorganizerimporter.cpp2
-rw-r--r--tests/auto/versitorganizer/qversitorganizerimporter/tst_qversitorganizerimporter.h2
-rw-r--r--tests/benchmark/contacts/ContactsBenchmarkTestCase.qml2
-rw-r--r--tests/benchmark/contacts/tst_benchmark_create_and_savecontact.qml2
-rw-r--r--tests/benchmark/contacts/tst_benchmark_removecontact.qml2
-rw-r--r--tests/benchmark/contacts/tst_benchmark_savecontact.qml2
-rw-r--r--tests/benchmark/contacts/tst_benchmark_updatecontact.qml2
-rw-r--r--tests/system/qmlorganizer/contents/AgenderView.qml2
-rw-r--r--tests/system/qmlorganizer/contents/AttendeeDetailsView.qml2
-rw-r--r--tests/system/qmlorganizer/contents/Button.qml2
-rw-r--r--tests/system/qmlorganizer/contents/CheckBox.qml2
-rw-r--r--tests/system/qmlorganizer/contents/CheckBoxRow.qml2
-rw-r--r--tests/system/qmlorganizer/contents/CollectionEditorView.qml2
-rw-r--r--tests/system/qmlorganizer/contents/CollectionManagerView.qml2
-rw-r--r--tests/system/qmlorganizer/contents/CollectionRoller.qml2
-rw-r--r--tests/system/qmlorganizer/contents/DateTimeRollerRow.qml2
-rw-r--r--tests/system/qmlorganizer/contents/DayView.qml2
-rw-r--r--tests/system/qmlorganizer/contents/DetailsView.qml2
-rw-r--r--tests/system/qmlorganizer/contents/FieldRow.qml2
-rw-r--r--tests/system/qmlorganizer/contents/InfoBar.qml2
-rw-r--r--tests/system/qmlorganizer/contents/ItemView.qml2
-rw-r--r--tests/system/qmlorganizer/contents/MediaButton.qml2
-rw-r--r--tests/system/qmlorganizer/contents/MenuBar.qml2
-rw-r--r--tests/system/qmlorganizer/contents/MonthView.qml2
-rw-r--r--tests/system/qmlorganizer/contents/RollerRow.qml2
-rw-r--r--tests/system/qmlorganizer/contents/ScrollBar.qml2
-rw-r--r--tests/system/qmlorganizer/contents/SelectionView.qml2
-rw-r--r--tests/system/qmlorganizer/contents/SettingsView.qml2
-rw-r--r--tests/system/qmlorganizer/contents/StatusBar.qml2
-rw-r--r--tests/system/qmlorganizer/contents/TimelineView.qml2
-rw-r--r--tests/system/qmlorganizer/contents/TodoView.qml2
-rw-r--r--tests/system/qmlorganizer/contents/WeekView.qml2
-rwxr-xr-xtests/system/qmlorganizer/contents/datetimerollercontents/Spinner.qml2
-rw-r--r--tests/system/qmlorganizer/contents/datetimerollercontents/Title.qml2
-rw-r--r--tests/system/qmlorganizer/contents/month.js2
-rw-r--r--tests/system/qmlorganizer/contents/timeline.js2
-rw-r--r--tests/system/qmlorganizer/organizer.qml2
675 files changed, 675 insertions, 705 deletions
diff --git a/doc/src/snippets/code/doc_src_lgpl.qdoc b/doc/src/snippets/code/doc_src_lgpl.qdoc
index 536ab0883..59a2ac584 100644
--- a/doc/src/snippets/code/doc_src_lgpl.qdoc
+++ b/doc/src/snippets/code/doc_src_lgpl.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/contacts/qmlcontactslistview/ContactEditor.qml b/examples/contacts/qmlcontactslistview/ContactEditor.qml
index 46a47e3a4..4786bd9d7 100644
--- a/examples/contacts/qmlcontactslistview/ContactEditor.qml
+++ b/examples/contacts/qmlcontactslistview/ContactEditor.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Pim Module.
diff --git a/examples/contacts/qmlcontactslistview/DetailEditWidget.qml b/examples/contacts/qmlcontactslistview/DetailEditWidget.qml
index 2dce75b8d..78e296b9a 100644
--- a/examples/contacts/qmlcontactslistview/DetailEditWidget.qml
+++ b/examples/contacts/qmlcontactslistview/DetailEditWidget.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Pim Module.
diff --git a/examples/contacts/qmlcontactslistview/GenericButton.qml b/examples/contacts/qmlcontactslistview/GenericButton.qml
index 8f932e89e..92f51d035 100644
--- a/examples/contacts/qmlcontactslistview/GenericButton.qml
+++ b/examples/contacts/qmlcontactslistview/GenericButton.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Pim Module.
diff --git a/examples/contacts/qmlcontactslistview/doc/src/qmlcontactslistview.qdoc b/examples/contacts/qmlcontactslistview/doc/src/qmlcontactslistview.qdoc
index 0d15f3780..f30014f5b 100644
--- a/examples/contacts/qmlcontactslistview/doc/src/qmlcontactslistview.qdoc
+++ b/examples/contacts/qmlcontactslistview/doc/src/qmlcontactslistview.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/contacts/qmlcontactslistview/qmlcontactslistview.qml b/examples/contacts/qmlcontactslistview/qmlcontactslistview.qml
index 450d43be0..b561de23d 100644
--- a/examples/contacts/qmlcontactslistview/qmlcontactslistview.qml
+++ b/examples/contacts/qmlcontactslistview/qmlcontactslistview.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Pim Module.
diff --git a/examples/organizer/calendardemo/doc/src/calendardemo.qdoc b/examples/organizer/calendardemo/doc/src/calendardemo.qdoc
index ec67ad896..495571c98 100644
--- a/examples/organizer/calendardemo/doc/src/calendardemo.qdoc
+++ b/examples/organizer/calendardemo/doc/src/calendardemo.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/organizer/calendardemo/src/addcalendarpage.cpp b/examples/organizer/calendardemo/src/addcalendarpage.cpp
index 7ba8ee4d5..690f6410e 100644
--- a/examples/organizer/calendardemo/src/addcalendarpage.cpp
+++ b/examples/organizer/calendardemo/src/addcalendarpage.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/addcalendarpage.h b/examples/organizer/calendardemo/src/addcalendarpage.h
index 581f93943..0f7480130 100644
--- a/examples/organizer/calendardemo/src/addcalendarpage.h
+++ b/examples/organizer/calendardemo/src/addcalendarpage.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/calendardemo.cpp b/examples/organizer/calendardemo/src/calendardemo.cpp
index 067ab35f1..9b03382ae 100644
--- a/examples/organizer/calendardemo/src/calendardemo.cpp
+++ b/examples/organizer/calendardemo/src/calendardemo.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/calendardemo.h b/examples/organizer/calendardemo/src/calendardemo.h
index adfb73c8d..444c1ee7b 100644
--- a/examples/organizer/calendardemo/src/calendardemo.h
+++ b/examples/organizer/calendardemo/src/calendardemo.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/daypage.cpp b/examples/organizer/calendardemo/src/daypage.cpp
index fb5ef719e..06d245d5c 100644
--- a/examples/organizer/calendardemo/src/daypage.cpp
+++ b/examples/organizer/calendardemo/src/daypage.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/daypage.h b/examples/organizer/calendardemo/src/daypage.h
index ac79d088f..8ae59a836 100644
--- a/examples/organizer/calendardemo/src/daypage.h
+++ b/examples/organizer/calendardemo/src/daypage.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/editcalendarspage.cpp b/examples/organizer/calendardemo/src/editcalendarspage.cpp
index bb5ba965f..22a4a3807 100644
--- a/examples/organizer/calendardemo/src/editcalendarspage.cpp
+++ b/examples/organizer/calendardemo/src/editcalendarspage.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/editcalendarspage.h b/examples/organizer/calendardemo/src/editcalendarspage.h
index 679dbb902..bce29bcaf 100644
--- a/examples/organizer/calendardemo/src/editcalendarspage.h
+++ b/examples/organizer/calendardemo/src/editcalendarspage.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/eventeditpage.cpp b/examples/organizer/calendardemo/src/eventeditpage.cpp
index 23f168522..8e8428059 100644
--- a/examples/organizer/calendardemo/src/eventeditpage.cpp
+++ b/examples/organizer/calendardemo/src/eventeditpage.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/eventeditpage.h b/examples/organizer/calendardemo/src/eventeditpage.h
index 71f4437eb..58525fd90 100644
--- a/examples/organizer/calendardemo/src/eventeditpage.h
+++ b/examples/organizer/calendardemo/src/eventeditpage.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/eventoccurrenceeditpage.cpp b/examples/organizer/calendardemo/src/eventoccurrenceeditpage.cpp
index 1af31fb6f..f145c4f36 100644
--- a/examples/organizer/calendardemo/src/eventoccurrenceeditpage.cpp
+++ b/examples/organizer/calendardemo/src/eventoccurrenceeditpage.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/eventoccurrenceeditpage.h b/examples/organizer/calendardemo/src/eventoccurrenceeditpage.h
index 6bc5e8af4..5f8e798c8 100644
--- a/examples/organizer/calendardemo/src/eventoccurrenceeditpage.h
+++ b/examples/organizer/calendardemo/src/eventoccurrenceeditpage.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/journaleditpage.cpp b/examples/organizer/calendardemo/src/journaleditpage.cpp
index 257cbb5df..e644a2ce5 100644
--- a/examples/organizer/calendardemo/src/journaleditpage.cpp
+++ b/examples/organizer/calendardemo/src/journaleditpage.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/journaleditpage.h b/examples/organizer/calendardemo/src/journaleditpage.h
index 7d1ee1dd3..b89bef22a 100644
--- a/examples/organizer/calendardemo/src/journaleditpage.h
+++ b/examples/organizer/calendardemo/src/journaleditpage.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/main.cpp b/examples/organizer/calendardemo/src/main.cpp
index 3d59447ca..6121906c6 100644
--- a/examples/organizer/calendardemo/src/main.cpp
+++ b/examples/organizer/calendardemo/src/main.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/monthpage.cpp b/examples/organizer/calendardemo/src/monthpage.cpp
index 8824fea42..23bc017e6 100644
--- a/examples/organizer/calendardemo/src/monthpage.cpp
+++ b/examples/organizer/calendardemo/src/monthpage.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/monthpage.h b/examples/organizer/calendardemo/src/monthpage.h
index c53d2cab1..0ca7ce1a1 100644
--- a/examples/organizer/calendardemo/src/monthpage.h
+++ b/examples/organizer/calendardemo/src/monthpage.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/todoeditpage.cpp b/examples/organizer/calendardemo/src/todoeditpage.cpp
index 7bbf72d6a..e6767781c 100644
--- a/examples/organizer/calendardemo/src/todoeditpage.cpp
+++ b/examples/organizer/calendardemo/src/todoeditpage.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/calendardemo/src/todoeditpage.h b/examples/organizer/calendardemo/src/todoeditpage.h
index 56a5f77f6..e79168043 100644
--- a/examples/organizer/calendardemo/src/todoeditpage.h
+++ b/examples/organizer/calendardemo/src/todoeditpage.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/qmlorganizerlistview/content/EventDateTime.qml b/examples/organizer/qmlorganizerlistview/content/EventDateTime.qml
index 27b62611f..c87ec760c 100644
--- a/examples/organizer/qmlorganizerlistview/content/EventDateTime.qml
+++ b/examples/organizer/qmlorganizerlistview/content/EventDateTime.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Pim Module.
diff --git a/examples/organizer/qmlorganizerlistview/content/EventEditor.qml b/examples/organizer/qmlorganizerlistview/content/EventEditor.qml
index 27653e540..866a13945 100644
--- a/examples/organizer/qmlorganizerlistview/content/EventEditor.qml
+++ b/examples/organizer/qmlorganizerlistview/content/EventEditor.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Organizer Module.
diff --git a/examples/organizer/qmlorganizerlistview/content/GenericButton.qml b/examples/organizer/qmlorganizerlistview/content/GenericButton.qml
index 72e3aa31c..d48276aa7 100644
--- a/examples/organizer/qmlorganizerlistview/content/GenericButton.qml
+++ b/examples/organizer/qmlorganizerlistview/content/GenericButton.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Organizer Module.
diff --git a/examples/organizer/qmlorganizerlistview/doc/src/qmlorganizerlistviewexample.qdoc b/examples/organizer/qmlorganizerlistview/doc/src/qmlorganizerlistviewexample.qdoc
index ae94c5bbf..772dfde3b 100644
--- a/examples/organizer/qmlorganizerlistview/doc/src/qmlorganizerlistviewexample.qdoc
+++ b/examples/organizer/qmlorganizerlistview/doc/src/qmlorganizerlistviewexample.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/organizer/qmlorganizerlistview/qmlorganizerlistview.qml b/examples/organizer/qmlorganizerlistview/qmlorganizerlistview.qml
index 04ebb895f..ee5a9891c 100644
--- a/examples/organizer/qmlorganizerlistview/qmlorganizerlistview.qml
+++ b/examples/organizer/qmlorganizerlistview/qmlorganizerlistview.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Pim Module.
diff --git a/examples/organizer/todo/doc/src/todo.qdoc b/examples/organizer/todo/doc/src/todo.qdoc
index d2bcf90c2..efe5f7b79 100644
--- a/examples/organizer/todo/doc/src/todo.qdoc
+++ b/examples/organizer/todo/doc/src/todo.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/examples/organizer/todo/main.cpp b/examples/organizer/todo/main.cpp
index bcecd1b6a..83e72c08e 100755
--- a/examples/organizer/todo/main.cpp
+++ b/examples/organizer/todo/main.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/todo/todoeditor.cpp b/examples/organizer/todo/todoeditor.cpp
index 88feeccbc..22a9affd6 100644
--- a/examples/organizer/todo/todoeditor.cpp
+++ b/examples/organizer/todo/todoeditor.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/todo/todoeditor.h b/examples/organizer/todo/todoeditor.h
index fe6a5879d..f6effec03 100644
--- a/examples/organizer/todo/todoeditor.h
+++ b/examples/organizer/todo/todoeditor.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/todo/window.cpp b/examples/organizer/todo/window.cpp
index cf5321fa8..bd9988043 100644
--- a/examples/organizer/todo/window.cpp
+++ b/examples/organizer/todo/window.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/examples/organizer/todo/window.h b/examples/organizer/todo/window.h
index 14d325cde..ac8cf3f93 100644
--- a/examples/organizer/todo/window.h
+++ b/examples/organizer/todo/window.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactaddress.h b/src/contacts/details/qcontactaddress.h
index 762e91592..623bed4e2 100644
--- a/src/contacts/details/qcontactaddress.h
+++ b/src/contacts/details/qcontactaddress.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactanniversary.h b/src/contacts/details/qcontactanniversary.h
index aff9f7e14..591515529 100644
--- a/src/contacts/details/qcontactanniversary.h
+++ b/src/contacts/details/qcontactanniversary.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactavatar.h b/src/contacts/details/qcontactavatar.h
index 9f34ab796..6f5eaa0d6 100644
--- a/src/contacts/details/qcontactavatar.h
+++ b/src/contacts/details/qcontactavatar.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactbirthday.h b/src/contacts/details/qcontactbirthday.h
index b5ddb00b0..ef90474a0 100644
--- a/src/contacts/details/qcontactbirthday.h
+++ b/src/contacts/details/qcontactbirthday.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactdetails.cpp b/src/contacts/details/qcontactdetails.cpp
index 31bba2cc4..b51adb390 100644
--- a/src/contacts/details/qcontactdetails.cpp
+++ b/src/contacts/details/qcontactdetails.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactdetails.h b/src/contacts/details/qcontactdetails.h
index 4e88a4cb6..43a48dadd 100644
--- a/src/contacts/details/qcontactdetails.h
+++ b/src/contacts/details/qcontactdetails.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactdisplaylabel.h b/src/contacts/details/qcontactdisplaylabel.h
index 6db02c97d..b0c8e1ed7 100644
--- a/src/contacts/details/qcontactdisplaylabel.h
+++ b/src/contacts/details/qcontactdisplaylabel.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactemailaddress.h b/src/contacts/details/qcontactemailaddress.h
index 55b45831c..91d218266 100644
--- a/src/contacts/details/qcontactemailaddress.h
+++ b/src/contacts/details/qcontactemailaddress.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactextendeddetail.h b/src/contacts/details/qcontactextendeddetail.h
index 0e87e2f5a..4c34b8d9b 100644
--- a/src/contacts/details/qcontactextendeddetail.h
+++ b/src/contacts/details/qcontactextendeddetail.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactfamily.h b/src/contacts/details/qcontactfamily.h
index 5940a35b8..5852221c5 100644
--- a/src/contacts/details/qcontactfamily.h
+++ b/src/contacts/details/qcontactfamily.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactfavorite.h b/src/contacts/details/qcontactfavorite.h
index 34d0e489a..f1c30bd85 100644
--- a/src/contacts/details/qcontactfavorite.h
+++ b/src/contacts/details/qcontactfavorite.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactgender.h b/src/contacts/details/qcontactgender.h
index 80ecf7f23..aa4491319 100644
--- a/src/contacts/details/qcontactgender.h
+++ b/src/contacts/details/qcontactgender.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactgeolocation.h b/src/contacts/details/qcontactgeolocation.h
index f0b9897c2..cf34a7068 100644
--- a/src/contacts/details/qcontactgeolocation.h
+++ b/src/contacts/details/qcontactgeolocation.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactglobalpresence.h b/src/contacts/details/qcontactglobalpresence.h
index 5ec481de3..9920f7056 100644
--- a/src/contacts/details/qcontactglobalpresence.h
+++ b/src/contacts/details/qcontactglobalpresence.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactguid.h b/src/contacts/details/qcontactguid.h
index cd8b47c9a..a8bc4caf9 100644
--- a/src/contacts/details/qcontactguid.h
+++ b/src/contacts/details/qcontactguid.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontacthobby.h b/src/contacts/details/qcontacthobby.h
index 5e6ccb357..c19d4d287 100644
--- a/src/contacts/details/qcontacthobby.h
+++ b/src/contacts/details/qcontacthobby.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactname.h b/src/contacts/details/qcontactname.h
index a64e7fe4c..69669569d 100644
--- a/src/contacts/details/qcontactname.h
+++ b/src/contacts/details/qcontactname.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactnickname.h b/src/contacts/details/qcontactnickname.h
index 63392f9d3..11a8553f1 100644
--- a/src/contacts/details/qcontactnickname.h
+++ b/src/contacts/details/qcontactnickname.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactnote.h b/src/contacts/details/qcontactnote.h
index adba8c152..3e5c1f80d 100644
--- a/src/contacts/details/qcontactnote.h
+++ b/src/contacts/details/qcontactnote.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactonlineaccount.h b/src/contacts/details/qcontactonlineaccount.h
index 8491a87ab..f95acb3b1 100644
--- a/src/contacts/details/qcontactonlineaccount.h
+++ b/src/contacts/details/qcontactonlineaccount.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactorganization.h b/src/contacts/details/qcontactorganization.h
index f4363543c..e2e549f4f 100644
--- a/src/contacts/details/qcontactorganization.h
+++ b/src/contacts/details/qcontactorganization.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactphonenumber.h b/src/contacts/details/qcontactphonenumber.h
index 7e7d49d78..1985a56f1 100644
--- a/src/contacts/details/qcontactphonenumber.h
+++ b/src/contacts/details/qcontactphonenumber.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactpresence.h b/src/contacts/details/qcontactpresence.h
index 2fd0e423b..f5feb4b84 100644
--- a/src/contacts/details/qcontactpresence.h
+++ b/src/contacts/details/qcontactpresence.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactringtone.h b/src/contacts/details/qcontactringtone.h
index 51562fd42..02b1aed87 100644
--- a/src/contacts/details/qcontactringtone.h
+++ b/src/contacts/details/qcontactringtone.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactsynctarget.h b/src/contacts/details/qcontactsynctarget.h
index e14ebab29..3c7ac55fa 100644
--- a/src/contacts/details/qcontactsynctarget.h
+++ b/src/contacts/details/qcontactsynctarget.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontacttag.h b/src/contacts/details/qcontacttag.h
index bebd663db..cc9f01413 100644
--- a/src/contacts/details/qcontacttag.h
+++ b/src/contacts/details/qcontacttag.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontacttimestamp.h b/src/contacts/details/qcontacttimestamp.h
index 4f978a4b5..e6f460274 100644
--- a/src/contacts/details/qcontacttimestamp.h
+++ b/src/contacts/details/qcontacttimestamp.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontacttype.h b/src/contacts/details/qcontacttype.h
index 8e78bb2b4..597e0fe68 100644
--- a/src/contacts/details/qcontacttype.h
+++ b/src/contacts/details/qcontacttype.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontacturl.h b/src/contacts/details/qcontacturl.h
index 2c110103f..28b4b181e 100644
--- a/src/contacts/details/qcontacturl.h
+++ b/src/contacts/details/qcontacturl.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/details/qcontactversion.h b/src/contacts/details/qcontactversion.h
index 94330bbc6..832ce0f7c 100644
--- a/src/contacts/details/qcontactversion.h
+++ b/src/contacts/details/qcontactversion.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/doc/snippets/doc_src_qtcontacts.cpp b/src/contacts/doc/snippets/doc_src_qtcontacts.cpp
index 00b85fb26..a14337c1b 100644
--- a/src/contacts/doc/snippets/doc_src_qtcontacts.cpp
+++ b/src/contacts/doc/snippets/doc_src_qtcontacts.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
diff --git a/src/contacts/doc/snippets/moduleimports.qml b/src/contacts/doc/snippets/moduleimports.qml
index b5150df50..e937474ee 100644
--- a/src/contacts/doc/snippets/moduleimports.qml
+++ b/src/contacts/doc/snippets/moduleimports.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
diff --git a/src/contacts/doc/snippets/multiaction/multiaction.cpp b/src/contacts/doc/snippets/multiaction/multiaction.cpp
index 6a8a8630b..905a8c76b 100644
--- a/src/contacts/doc/snippets/multiaction/multiaction.cpp
+++ b/src/contacts/doc/snippets/multiaction/multiaction.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
diff --git a/src/contacts/doc/snippets/multiaction/multiaction_p.h b/src/contacts/doc/snippets/multiaction/multiaction_p.h
index d2a1583e7..83056d68f 100644
--- a/src/contacts/doc/snippets/multiaction/multiaction_p.h
+++ b/src/contacts/doc/snippets/multiaction/multiaction_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
diff --git a/src/contacts/doc/snippets/qcontactphonenumber.h b/src/contacts/doc/snippets/qcontactphonenumber.h
index 929067c9e..97ed74a0b 100644
--- a/src/contacts/doc/snippets/qcontactphonenumber.h
+++ b/src/contacts/doc/snippets/qcontactphonenumber.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
diff --git a/src/contacts/doc/snippets/qtcontactsdocsample/qtcontactsdocsample.cpp b/src/contacts/doc/snippets/qtcontactsdocsample/qtcontactsdocsample.cpp
index 0c534ce2e..db8873fd7 100644
--- a/src/contacts/doc/snippets/qtcontactsdocsample/qtcontactsdocsample.cpp
+++ b/src/contacts/doc/snippets/qtcontactsdocsample/qtcontactsdocsample.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
diff --git a/src/contacts/doc/snippets/qtcontactsdocsample/qtcontactsdocsampleasync.cpp b/src/contacts/doc/snippets/qtcontactsdocsample/qtcontactsdocsampleasync.cpp
index 46dc88e01..e13b46e59 100644
--- a/src/contacts/doc/snippets/qtcontactsdocsample/qtcontactsdocsampleasync.cpp
+++ b/src/contacts/doc/snippets/qtcontactsdocsample/qtcontactsdocsampleasync.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
diff --git a/src/contacts/doc/snippets/qtcontactsdocsample/requestexample.h b/src/contacts/doc/snippets/qtcontactsdocsample/requestexample.h
index 9c41454e5..eb1ffede8 100644
--- a/src/contacts/doc/snippets/qtcontactsdocsample/requestexample.h
+++ b/src/contacts/doc/snippets/qtcontactsdocsample/requestexample.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
diff --git a/src/contacts/doc/src/contacts-index.qdoc b/src/contacts/doc/src/contacts-index.qdoc
index 2f6fdb753..f62f044aa 100644
--- a/src/contacts/doc/src/contacts-index.qdoc
+++ b/src/contacts/doc/src/contacts-index.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/contacts/doc/src/contacts.qdoc b/src/contacts/doc/src/contacts.qdoc
index 44972ca90..1bf64d874 100644
--- a/src/contacts/doc/src/contacts.qdoc
+++ b/src/contacts/doc/src/contacts.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/contacts/doc/src/contactsactions.qdoc b/src/contacts/doc/src/contactsactions.qdoc
index fa9c3d39a..0ba8b560f 100644
--- a/src/contacts/doc/src/contactsactions.qdoc
+++ b/src/contacts/doc/src/contactsactions.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/contacts/doc/src/contactsasync.qdoc b/src/contacts/doc/src/contactsasync.qdoc
index ec4b3bed1..b0d070c06 100644
--- a/src/contacts/doc/src/contactsasync.qdoc
+++ b/src/contacts/doc/src/contactsasync.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/contacts/doc/src/contactsclasses.qdoc b/src/contacts/doc/src/contactsclasses.qdoc
index 1eaaf4cb0..9f160cff0 100644
--- a/src/contacts/doc/src/contactsclasses.qdoc
+++ b/src/contacts/doc/src/contactsclasses.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/contacts/doc/src/contactsengines.qdoc b/src/contacts/doc/src/contactsengines.qdoc
index b719ac53e..60b3dea26 100644
--- a/src/contacts/doc/src/contactsengines.qdoc
+++ b/src/contacts/doc/src/contactsengines.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/contacts/doc/src/contactssync.qdoc b/src/contacts/doc/src/contactssync.qdoc
index c481da904..dea33a1a2 100644
--- a/src/contacts/doc/src/contactssync.qdoc
+++ b/src/contacts/doc/src/contactssync.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/contacts/doc/src/contactsusage.qdoc b/src/contacts/doc/src/contactsusage.qdoc
index 61161ad89..4040e5e04 100644
--- a/src/contacts/doc/src/contactsusage.qdoc
+++ b/src/contacts/doc/src/contactsusage.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/contacts/doc/src/plugins/qml-contacts.qdoc b/src/contacts/doc/src/plugins/qml-contacts.qdoc
index 5b765269a..c32edee98 100644
--- a/src/contacts/doc/src/plugins/qml-contacts.qdoc
+++ b/src/contacts/doc/src/plugins/qml-contacts.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/contacts/doc/src/qtcontacts.qdoc b/src/contacts/doc/src/qtcontacts.qdoc
index 4613f1405..cca28bd9f 100644
--- a/src/contacts/doc/src/qtcontacts.qdoc
+++ b/src/contacts/doc/src/qtcontacts.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/contacts/engines/qcontactinvalidbackend.cpp b/src/contacts/engines/qcontactinvalidbackend.cpp
index 9f42144c2..616fa334b 100644
--- a/src/contacts/engines/qcontactinvalidbackend.cpp
+++ b/src/contacts/engines/qcontactinvalidbackend.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/engines/qcontactinvalidbackend_p.h b/src/contacts/engines/qcontactinvalidbackend_p.h
index 8555c48df..458412550 100644
--- a/src/contacts/engines/qcontactinvalidbackend_p.h
+++ b/src/contacts/engines/qcontactinvalidbackend_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactactionfilter.cpp b/src/contacts/filters/qcontactactionfilter.cpp
index 0fa02fda6..c567ef689 100644
--- a/src/contacts/filters/qcontactactionfilter.cpp
+++ b/src/contacts/filters/qcontactactionfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactactionfilter.h b/src/contacts/filters/qcontactactionfilter.h
index 64f1dc73a..b6df62f19 100644
--- a/src/contacts/filters/qcontactactionfilter.h
+++ b/src/contacts/filters/qcontactactionfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactactionfilter_p.h b/src/contacts/filters/qcontactactionfilter_p.h
index ab18e0ba3..98aef251c 100644
--- a/src/contacts/filters/qcontactactionfilter_p.h
+++ b/src/contacts/filters/qcontactactionfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactchangelogfilter.cpp b/src/contacts/filters/qcontactchangelogfilter.cpp
index 3a0b2f72e..bf0ca294b 100644
--- a/src/contacts/filters/qcontactchangelogfilter.cpp
+++ b/src/contacts/filters/qcontactchangelogfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactchangelogfilter.h b/src/contacts/filters/qcontactchangelogfilter.h
index 1414abdcc..e18cef78f 100644
--- a/src/contacts/filters/qcontactchangelogfilter.h
+++ b/src/contacts/filters/qcontactchangelogfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactchangelogfilter_p.h b/src/contacts/filters/qcontactchangelogfilter_p.h
index 643ee5f32..288bc8c13 100644
--- a/src/contacts/filters/qcontactchangelogfilter_p.h
+++ b/src/contacts/filters/qcontactchangelogfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactcollectionfilter.cpp b/src/contacts/filters/qcontactcollectionfilter.cpp
index 2826b9b6c..59c1113f5 100644
--- a/src/contacts/filters/qcontactcollectionfilter.cpp
+++ b/src/contacts/filters/qcontactcollectionfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactcollectionfilter.h b/src/contacts/filters/qcontactcollectionfilter.h
index 5df8856f1..da2dd8438 100644
--- a/src/contacts/filters/qcontactcollectionfilter.h
+++ b/src/contacts/filters/qcontactcollectionfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/filters/qcontactcollectionfilter_p.h b/src/contacts/filters/qcontactcollectionfilter_p.h
index 501ac83da..c42e725e8 100644
--- a/src/contacts/filters/qcontactcollectionfilter_p.h
+++ b/src/contacts/filters/qcontactcollectionfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/filters/qcontactdetailfilter.cpp b/src/contacts/filters/qcontactdetailfilter.cpp
index 5f8e4585b..510484247 100644
--- a/src/contacts/filters/qcontactdetailfilter.cpp
+++ b/src/contacts/filters/qcontactdetailfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactdetailfilter.h b/src/contacts/filters/qcontactdetailfilter.h
index 7d20236f4..bc38d8592 100644
--- a/src/contacts/filters/qcontactdetailfilter.h
+++ b/src/contacts/filters/qcontactdetailfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactdetailfilter_p.h b/src/contacts/filters/qcontactdetailfilter_p.h
index ada101094..d0669dee9 100644
--- a/src/contacts/filters/qcontactdetailfilter_p.h
+++ b/src/contacts/filters/qcontactdetailfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactdetailrangefilter.cpp b/src/contacts/filters/qcontactdetailrangefilter.cpp
index c53e34917..381244b44 100644
--- a/src/contacts/filters/qcontactdetailrangefilter.cpp
+++ b/src/contacts/filters/qcontactdetailrangefilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactdetailrangefilter.h b/src/contacts/filters/qcontactdetailrangefilter.h
index c844d34f0..9c884fd7e 100644
--- a/src/contacts/filters/qcontactdetailrangefilter.h
+++ b/src/contacts/filters/qcontactdetailrangefilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactdetailrangefilter_p.h b/src/contacts/filters/qcontactdetailrangefilter_p.h
index 9fd2b7e66..c7adab6ee 100644
--- a/src/contacts/filters/qcontactdetailrangefilter_p.h
+++ b/src/contacts/filters/qcontactdetailrangefilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactfilters.h b/src/contacts/filters/qcontactfilters.h
index 2ba714810..eb10d4e01 100644
--- a/src/contacts/filters/qcontactfilters.h
+++ b/src/contacts/filters/qcontactfilters.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactidfilter.cpp b/src/contacts/filters/qcontactidfilter.cpp
index b07e536a9..f77e0a783 100644
--- a/src/contacts/filters/qcontactidfilter.cpp
+++ b/src/contacts/filters/qcontactidfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactidfilter.h b/src/contacts/filters/qcontactidfilter.h
index 3a00465ed..4f57c3f85 100644
--- a/src/contacts/filters/qcontactidfilter.h
+++ b/src/contacts/filters/qcontactidfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactidfilter_p.h b/src/contacts/filters/qcontactidfilter_p.h
index 5e9e1795c..1cb3dabec 100644
--- a/src/contacts/filters/qcontactidfilter_p.h
+++ b/src/contacts/filters/qcontactidfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactintersectionfilter.cpp b/src/contacts/filters/qcontactintersectionfilter.cpp
index 9c32ecac3..0f9bb23da 100644
--- a/src/contacts/filters/qcontactintersectionfilter.cpp
+++ b/src/contacts/filters/qcontactintersectionfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactintersectionfilter.h b/src/contacts/filters/qcontactintersectionfilter.h
index a224132a2..165eec475 100644
--- a/src/contacts/filters/qcontactintersectionfilter.h
+++ b/src/contacts/filters/qcontactintersectionfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactintersectionfilter_p.h b/src/contacts/filters/qcontactintersectionfilter_p.h
index 572e085ba..cc7626add 100644
--- a/src/contacts/filters/qcontactintersectionfilter_p.h
+++ b/src/contacts/filters/qcontactintersectionfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactinvalidfilter.cpp b/src/contacts/filters/qcontactinvalidfilter.cpp
index f751fa933..58fe22a4c 100644
--- a/src/contacts/filters/qcontactinvalidfilter.cpp
+++ b/src/contacts/filters/qcontactinvalidfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactinvalidfilter.h b/src/contacts/filters/qcontactinvalidfilter.h
index eda8d0739..b3763125b 100644
--- a/src/contacts/filters/qcontactinvalidfilter.h
+++ b/src/contacts/filters/qcontactinvalidfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactrelationshipfilter.cpp b/src/contacts/filters/qcontactrelationshipfilter.cpp
index a0e3f897d..06907acf7 100644
--- a/src/contacts/filters/qcontactrelationshipfilter.cpp
+++ b/src/contacts/filters/qcontactrelationshipfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactrelationshipfilter.h b/src/contacts/filters/qcontactrelationshipfilter.h
index 7033c5755..48d554660 100644
--- a/src/contacts/filters/qcontactrelationshipfilter.h
+++ b/src/contacts/filters/qcontactrelationshipfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactrelationshipfilter_p.h b/src/contacts/filters/qcontactrelationshipfilter_p.h
index 964f09b3f..2f19fdfe1 100644
--- a/src/contacts/filters/qcontactrelationshipfilter_p.h
+++ b/src/contacts/filters/qcontactrelationshipfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactunionfilter.cpp b/src/contacts/filters/qcontactunionfilter.cpp
index dbd049196..954fa8a4c 100644
--- a/src/contacts/filters/qcontactunionfilter.cpp
+++ b/src/contacts/filters/qcontactunionfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactunionfilter.h b/src/contacts/filters/qcontactunionfilter.h
index ba03fe2a5..21414a56c 100644
--- a/src/contacts/filters/qcontactunionfilter.h
+++ b/src/contacts/filters/qcontactunionfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/filters/qcontactunionfilter_p.h b/src/contacts/filters/qcontactunionfilter_p.h
index 3431c5e51..f7580663a 100644
--- a/src/contacts/filters/qcontactunionfilter_p.h
+++ b/src/contacts/filters/qcontactunionfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontact.cpp b/src/contacts/qcontact.cpp
index 8867e45e3..8d92b9a20 100644
--- a/src/contacts/qcontact.cpp
+++ b/src/contacts/qcontact.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontact.h b/src/contacts/qcontact.h
index e17a12aeb..36092b123 100644
--- a/src/contacts/qcontact.h
+++ b/src/contacts/qcontact.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontact_p.h b/src/contacts/qcontact_p.h
index 4fe2cc7c5..a71625837 100644
--- a/src/contacts/qcontact_p.h
+++ b/src/contacts/qcontact_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactabstractrequest.cpp b/src/contacts/qcontactabstractrequest.cpp
index 11a4a6d2e..209d7fce7 100644
--- a/src/contacts/qcontactabstractrequest.cpp
+++ b/src/contacts/qcontactabstractrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactabstractrequest.h b/src/contacts/qcontactabstractrequest.h
index 271d8a2dd..d84001ca7 100644
--- a/src/contacts/qcontactabstractrequest.h
+++ b/src/contacts/qcontactabstractrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactabstractrequest_p.h b/src/contacts/qcontactabstractrequest_p.h
index 77ed521a1..198e12fb6 100644
--- a/src/contacts/qcontactabstractrequest_p.h
+++ b/src/contacts/qcontactabstractrequest_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactaction.cpp b/src/contacts/qcontactaction.cpp
index 464676201..fb0619987 100644
--- a/src/contacts/qcontactaction.cpp
+++ b/src/contacts/qcontactaction.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactaction.h b/src/contacts/qcontactaction.h
index 8351c1458..a0b555eff 100644
--- a/src/contacts/qcontactaction.h
+++ b/src/contacts/qcontactaction.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactactiondescriptor.cpp b/src/contacts/qcontactactiondescriptor.cpp
index 1791dd7bf..6794ba08e 100644
--- a/src/contacts/qcontactactiondescriptor.cpp
+++ b/src/contacts/qcontactactiondescriptor.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactactiondescriptor.h b/src/contacts/qcontactactiondescriptor.h
index f27c0e15e..c0969771c 100644
--- a/src/contacts/qcontactactiondescriptor.h
+++ b/src/contacts/qcontactactiondescriptor.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactactiondescriptor_p.h b/src/contacts/qcontactactiondescriptor_p.h
index d0357b1a7..3f3bdb662 100644
--- a/src/contacts/qcontactactiondescriptor_p.h
+++ b/src/contacts/qcontactactiondescriptor_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactactionfactory.cpp b/src/contacts/qcontactactionfactory.cpp
index 050cb6e79..60ac39e56 100644
--- a/src/contacts/qcontactactionfactory.cpp
+++ b/src/contacts/qcontactactionfactory.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactactionfactory.h b/src/contacts/qcontactactionfactory.h
index fd881b43e..e1e8bdbf4 100644
--- a/src/contacts/qcontactactionfactory.h
+++ b/src/contacts/qcontactactionfactory.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactactionmanager_p.cpp b/src/contacts/qcontactactionmanager_p.cpp
index 1be28b6c6..e69597072 100644
--- a/src/contacts/qcontactactionmanager_p.cpp
+++ b/src/contacts/qcontactactionmanager_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactactionmanager_p.h b/src/contacts/qcontactactionmanager_p.h
index 54b1dc570..bd5c73381 100644
--- a/src/contacts/qcontactactionmanager_p.h
+++ b/src/contacts/qcontactactionmanager_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactactiontarget.cpp b/src/contacts/qcontactactiontarget.cpp
index 99d7ce6a2..83b9b57e0 100644
--- a/src/contacts/qcontactactiontarget.cpp
+++ b/src/contacts/qcontactactiontarget.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactactiontarget.h b/src/contacts/qcontactactiontarget.h
index 3c34b77b0..3d0665843 100644
--- a/src/contacts/qcontactactiontarget.h
+++ b/src/contacts/qcontactactiontarget.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactactiontarget_p.h b/src/contacts/qcontactactiontarget_p.h
index 094a7befa..5f5d6f3c5 100644
--- a/src/contacts/qcontactactiontarget_p.h
+++ b/src/contacts/qcontactactiontarget_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactchangeset.cpp b/src/contacts/qcontactchangeset.cpp
index 976bef691..1dc1399cb 100644
--- a/src/contacts/qcontactchangeset.cpp
+++ b/src/contacts/qcontactchangeset.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactchangeset.h b/src/contacts/qcontactchangeset.h
index 094e8a551..cbe32ff80 100644
--- a/src/contacts/qcontactchangeset.h
+++ b/src/contacts/qcontactchangeset.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactchangeset_p.h b/src/contacts/qcontactchangeset_p.h
index 4362c9202..b9bf4c98d 100644
--- a/src/contacts/qcontactchangeset_p.h
+++ b/src/contacts/qcontactchangeset_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactcollection.cpp b/src/contacts/qcontactcollection.cpp
index 6b7aa2f9d..12786dfdd 100644
--- a/src/contacts/qcontactcollection.cpp
+++ b/src/contacts/qcontactcollection.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/qcontactcollection.h b/src/contacts/qcontactcollection.h
index ea672e0c1..bd5416927 100644
--- a/src/contacts/qcontactcollection.h
+++ b/src/contacts/qcontactcollection.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/qcontactcollection_p.h b/src/contacts/qcontactcollection_p.h
index a6cc9deb8..310ff8915 100644
--- a/src/contacts/qcontactcollection_p.h
+++ b/src/contacts/qcontactcollection_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/qcontactcollectionchangeset.cpp b/src/contacts/qcontactcollectionchangeset.cpp
index 68680d12d..5105c4c8d 100644
--- a/src/contacts/qcontactcollectionchangeset.cpp
+++ b/src/contacts/qcontactcollectionchangeset.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/qcontactcollectionchangeset.h b/src/contacts/qcontactcollectionchangeset.h
index 45f3f2a33..ff8e9dc78 100644
--- a/src/contacts/qcontactcollectionchangeset.h
+++ b/src/contacts/qcontactcollectionchangeset.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/qcontactcollectionchangeset_p.h b/src/contacts/qcontactcollectionchangeset_p.h
index edaf658f8..b6350eae6 100644
--- a/src/contacts/qcontactcollectionchangeset_p.h
+++ b/src/contacts/qcontactcollectionchangeset_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/qcontactcollectionid.cpp b/src/contacts/qcontactcollectionid.cpp
index 1c1cff841..a8d98ebcf 100644
--- a/src/contacts/qcontactcollectionid.cpp
+++ b/src/contacts/qcontactcollectionid.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/qcontactcollectionid.h b/src/contacts/qcontactcollectionid.h
index e2d1910ff..e4edf7c6f 100644
--- a/src/contacts/qcontactcollectionid.h
+++ b/src/contacts/qcontactcollectionid.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/qcontactdetail.cpp b/src/contacts/qcontactdetail.cpp
index eb5f4029c..8708dc0db 100644
--- a/src/contacts/qcontactdetail.cpp
+++ b/src/contacts/qcontactdetail.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactdetail.h b/src/contacts/qcontactdetail.h
index 39704a35c..ab4d61c85 100644
--- a/src/contacts/qcontactdetail.h
+++ b/src/contacts/qcontactdetail.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactdetail_p.h b/src/contacts/qcontactdetail_p.h
index b8cf00f0e..57483e6cd 100644
--- a/src/contacts/qcontactdetail_p.h
+++ b/src/contacts/qcontactdetail_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactfetchhint.cpp b/src/contacts/qcontactfetchhint.cpp
index d2ccc0cc5..d11854fbe 100644
--- a/src/contacts/qcontactfetchhint.cpp
+++ b/src/contacts/qcontactfetchhint.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactfetchhint.h b/src/contacts/qcontactfetchhint.h
index ee7bdeb36..0b3794517 100644
--- a/src/contacts/qcontactfetchhint.h
+++ b/src/contacts/qcontactfetchhint.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactfetchhint_p.h b/src/contacts/qcontactfetchhint_p.h
index cb1c6dce2..b5932de2c 100644
--- a/src/contacts/qcontactfetchhint_p.h
+++ b/src/contacts/qcontactfetchhint_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactfilter.cpp b/src/contacts/qcontactfilter.cpp
index efac8a685..c6422576a 100644
--- a/src/contacts/qcontactfilter.cpp
+++ b/src/contacts/qcontactfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactfilter.h b/src/contacts/qcontactfilter.h
index ea25dadc1..ae158a3ef 100644
--- a/src/contacts/qcontactfilter.h
+++ b/src/contacts/qcontactfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactfilter_p.h b/src/contacts/qcontactfilter_p.h
index c1365b899..f2219cef4 100644
--- a/src/contacts/qcontactfilter_p.h
+++ b/src/contacts/qcontactfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactid.cpp b/src/contacts/qcontactid.cpp
index 52d4ac9fb..0e2897618 100644
--- a/src/contacts/qcontactid.cpp
+++ b/src/contacts/qcontactid.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactid.h b/src/contacts/qcontactid.h
index 1da78b8af..a83dd970a 100644
--- a/src/contacts/qcontactid.h
+++ b/src/contacts/qcontactid.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactmanager.cpp b/src/contacts/qcontactmanager.cpp
index 89e74edb6..ed396dc07 100644
--- a/src/contacts/qcontactmanager.cpp
+++ b/src/contacts/qcontactmanager.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactmanager.h b/src/contacts/qcontactmanager.h
index 17e6e2eea..180f656c2 100644
--- a/src/contacts/qcontactmanager.h
+++ b/src/contacts/qcontactmanager.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactmanager_p.cpp b/src/contacts/qcontactmanager_p.cpp
index 99fb0a03f..fc3caa8c4 100644
--- a/src/contacts/qcontactmanager_p.cpp
+++ b/src/contacts/qcontactmanager_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactmanager_p.h b/src/contacts/qcontactmanager_p.h
index a221bc119..98d09a42b 100644
--- a/src/contacts/qcontactmanager_p.h
+++ b/src/contacts/qcontactmanager_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactmanagerengine.cpp b/src/contacts/qcontactmanagerengine.cpp
index d35b890c3..5e1018a66 100644
--- a/src/contacts/qcontactmanagerengine.cpp
+++ b/src/contacts/qcontactmanagerengine.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactmanagerengine.h b/src/contacts/qcontactmanagerengine.h
index 251e52d45..82079d93a 100644
--- a/src/contacts/qcontactmanagerengine.h
+++ b/src/contacts/qcontactmanagerengine.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactmanagerenginefactory.cpp b/src/contacts/qcontactmanagerenginefactory.cpp
index 862b783a1..2fb252b4b 100644
--- a/src/contacts/qcontactmanagerenginefactory.cpp
+++ b/src/contacts/qcontactmanagerenginefactory.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactmanagerenginefactory.h b/src/contacts/qcontactmanagerenginefactory.h
index aaeced150..434a3bba8 100644
--- a/src/contacts/qcontactmanagerenginefactory.h
+++ b/src/contacts/qcontactmanagerenginefactory.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactmanagerenginev2wrapper_p.cpp b/src/contacts/qcontactmanagerenginev2wrapper_p.cpp
index ee41c241b..37aea855d 100644
--- a/src/contacts/qcontactmanagerenginev2wrapper_p.cpp
+++ b/src/contacts/qcontactmanagerenginev2wrapper_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactobserver.cpp b/src/contacts/qcontactobserver.cpp
index 5b569c423..207c72acc 100644
--- a/src/contacts/qcontactobserver.cpp
+++ b/src/contacts/qcontactobserver.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactobserver.h b/src/contacts/qcontactobserver.h
index 7dbb9959d..25c4c90aa 100644
--- a/src/contacts/qcontactobserver.h
+++ b/src/contacts/qcontactobserver.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactrelationship.cpp b/src/contacts/qcontactrelationship.cpp
index f245b29a5..618eaffed 100644
--- a/src/contacts/qcontactrelationship.cpp
+++ b/src/contacts/qcontactrelationship.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactrelationship.h b/src/contacts/qcontactrelationship.h
index 952e88e34..59479f088 100644
--- a/src/contacts/qcontactrelationship.h
+++ b/src/contacts/qcontactrelationship.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactrelationship_p.h b/src/contacts/qcontactrelationship_p.h
index 57031da08..1687e931f 100644
--- a/src/contacts/qcontactrelationship_p.h
+++ b/src/contacts/qcontactrelationship_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontacts.h b/src/contacts/qcontacts.h
index 793e1596a..11490579b 100644
--- a/src/contacts/qcontacts.h
+++ b/src/contacts/qcontacts.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactsglobal.h b/src/contacts/qcontactsglobal.h
index ed69a1139..d90fe35c8 100644
--- a/src/contacts/qcontactsglobal.h
+++ b/src/contacts/qcontactsglobal.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactsortorder.cpp b/src/contacts/qcontactsortorder.cpp
index f371ce2b8..21d27506a 100644
--- a/src/contacts/qcontactsortorder.cpp
+++ b/src/contacts/qcontactsortorder.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactsortorder.h b/src/contacts/qcontactsortorder.h
index 4fbc24a59..3e86c5e68 100644
--- a/src/contacts/qcontactsortorder.h
+++ b/src/contacts/qcontactsortorder.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactsortorder_p.h b/src/contacts/qcontactsortorder_p.h
index e074744e8..19c650148 100644
--- a/src/contacts/qcontactsortorder_p.h
+++ b/src/contacts/qcontactsortorder_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/qcontactspluginsearch_p.h b/src/contacts/qcontactspluginsearch_p.h
index 4c2a1f304..a889c9814 100644
--- a/src/contacts/qcontactspluginsearch_p.h
+++ b/src/contacts/qcontactspluginsearch_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactcollectionfetchrequest.cpp b/src/contacts/requests/qcontactcollectionfetchrequest.cpp
index 1de67dae9..cf5dfe8ff 100644
--- a/src/contacts/requests/qcontactcollectionfetchrequest.cpp
+++ b/src/contacts/requests/qcontactcollectionfetchrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/requests/qcontactcollectionfetchrequest.h b/src/contacts/requests/qcontactcollectionfetchrequest.h
index 492873730..f30a3b8b7 100644
--- a/src/contacts/requests/qcontactcollectionfetchrequest.h
+++ b/src/contacts/requests/qcontactcollectionfetchrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/requests/qcontactcollectionremoverequest.cpp b/src/contacts/requests/qcontactcollectionremoverequest.cpp
index 1901ef5ba..18de74d55 100644
--- a/src/contacts/requests/qcontactcollectionremoverequest.cpp
+++ b/src/contacts/requests/qcontactcollectionremoverequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/requests/qcontactcollectionremoverequest.h b/src/contacts/requests/qcontactcollectionremoverequest.h
index 02e9300f0..9184b5656 100644
--- a/src/contacts/requests/qcontactcollectionremoverequest.h
+++ b/src/contacts/requests/qcontactcollectionremoverequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/requests/qcontactcollectionsaverequest.cpp b/src/contacts/requests/qcontactcollectionsaverequest.cpp
index 7e075c384..4d47a156f 100644
--- a/src/contacts/requests/qcontactcollectionsaverequest.cpp
+++ b/src/contacts/requests/qcontactcollectionsaverequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/requests/qcontactcollectionsaverequest.h b/src/contacts/requests/qcontactcollectionsaverequest.h
index 88f23b1b8..346bfc7d5 100644
--- a/src/contacts/requests/qcontactcollectionsaverequest.h
+++ b/src/contacts/requests/qcontactcollectionsaverequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/src/contacts/requests/qcontactfetchbyidrequest.cpp b/src/contacts/requests/qcontactfetchbyidrequest.cpp
index 25789439b..df952083f 100644
--- a/src/contacts/requests/qcontactfetchbyidrequest.cpp
+++ b/src/contacts/requests/qcontactfetchbyidrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactfetchbyidrequest.h b/src/contacts/requests/qcontactfetchbyidrequest.h
index 10cb7b8d1..e5bcbc964 100644
--- a/src/contacts/requests/qcontactfetchbyidrequest.h
+++ b/src/contacts/requests/qcontactfetchbyidrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactfetchrequest.cpp b/src/contacts/requests/qcontactfetchrequest.cpp
index a39b3649f..01f0c4c1b 100644
--- a/src/contacts/requests/qcontactfetchrequest.cpp
+++ b/src/contacts/requests/qcontactfetchrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactfetchrequest.h b/src/contacts/requests/qcontactfetchrequest.h
index e13c6bb40..ded1408d2 100644
--- a/src/contacts/requests/qcontactfetchrequest.h
+++ b/src/contacts/requests/qcontactfetchrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactidfetchrequest.cpp b/src/contacts/requests/qcontactidfetchrequest.cpp
index 53ff4e1d8..98caf1b05 100644
--- a/src/contacts/requests/qcontactidfetchrequest.cpp
+++ b/src/contacts/requests/qcontactidfetchrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactidfetchrequest.h b/src/contacts/requests/qcontactidfetchrequest.h
index f42654cda..ea642234e 100644
--- a/src/contacts/requests/qcontactidfetchrequest.h
+++ b/src/contacts/requests/qcontactidfetchrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactrelationshipfetchrequest.cpp b/src/contacts/requests/qcontactrelationshipfetchrequest.cpp
index 4405894ad..b9fa78ca8 100644
--- a/src/contacts/requests/qcontactrelationshipfetchrequest.cpp
+++ b/src/contacts/requests/qcontactrelationshipfetchrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactrelationshipfetchrequest.h b/src/contacts/requests/qcontactrelationshipfetchrequest.h
index 84ee624b9..11254a591 100644
--- a/src/contacts/requests/qcontactrelationshipfetchrequest.h
+++ b/src/contacts/requests/qcontactrelationshipfetchrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactrelationshipremoverequest.cpp b/src/contacts/requests/qcontactrelationshipremoverequest.cpp
index 94d9d60b1..3b36ca564 100644
--- a/src/contacts/requests/qcontactrelationshipremoverequest.cpp
+++ b/src/contacts/requests/qcontactrelationshipremoverequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactrelationshipremoverequest.h b/src/contacts/requests/qcontactrelationshipremoverequest.h
index feb938c81..606425761 100644
--- a/src/contacts/requests/qcontactrelationshipremoverequest.h
+++ b/src/contacts/requests/qcontactrelationshipremoverequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactrelationshipsaverequest.cpp b/src/contacts/requests/qcontactrelationshipsaverequest.cpp
index 9b19cccac..9d6e1931c 100644
--- a/src/contacts/requests/qcontactrelationshipsaverequest.cpp
+++ b/src/contacts/requests/qcontactrelationshipsaverequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactrelationshipsaverequest.h b/src/contacts/requests/qcontactrelationshipsaverequest.h
index 3f294bcb8..d01f9c577 100644
--- a/src/contacts/requests/qcontactrelationshipsaverequest.h
+++ b/src/contacts/requests/qcontactrelationshipsaverequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactremoverequest.cpp b/src/contacts/requests/qcontactremoverequest.cpp
index 36153b055..dae166aa9 100644
--- a/src/contacts/requests/qcontactremoverequest.cpp
+++ b/src/contacts/requests/qcontactremoverequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactremoverequest.h b/src/contacts/requests/qcontactremoverequest.h
index 972d9e550..8265abb33 100644
--- a/src/contacts/requests/qcontactremoverequest.h
+++ b/src/contacts/requests/qcontactremoverequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactrequests.h b/src/contacts/requests/qcontactrequests.h
index 9360fedcf..5699a90ee 100644
--- a/src/contacts/requests/qcontactrequests.h
+++ b/src/contacts/requests/qcontactrequests.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactrequests_p.h b/src/contacts/requests/qcontactrequests_p.h
index 4a99c1421..5aaa08476 100644
--- a/src/contacts/requests/qcontactrequests_p.h
+++ b/src/contacts/requests/qcontactrequests_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactsaverequest.cpp b/src/contacts/requests/qcontactsaverequest.cpp
index c9e650eef..dd88b3528 100644
--- a/src/contacts/requests/qcontactsaverequest.cpp
+++ b/src/contacts/requests/qcontactsaverequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/contacts/requests/qcontactsaverequest.h b/src/contacts/requests/qcontactsaverequest.h
index a16bf8a43..066f8b64d 100644
--- a/src/contacts/requests/qcontactsaverequest.h
+++ b/src/contacts/requests/qcontactsaverequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactaddress_p.h b/src/imports/contacts/details/qdeclarativecontactaddress_p.h
index 17bc1be42..db4c06419 100644
--- a/src/imports/contacts/details/qdeclarativecontactaddress_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactaddress_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactanniversary_p.h b/src/imports/contacts/details/qdeclarativecontactanniversary_p.h
index ea44c1f5b..3a6f1b791 100644
--- a/src/imports/contacts/details/qdeclarativecontactanniversary_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactanniversary_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactavatar_p.h b/src/imports/contacts/details/qdeclarativecontactavatar_p.h
index 408a4ada8..323e0c674 100644
--- a/src/imports/contacts/details/qdeclarativecontactavatar_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactavatar_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactbirthday_p.h b/src/imports/contacts/details/qdeclarativecontactbirthday_p.h
index 2c8f56120..dc94b0347 100644
--- a/src/imports/contacts/details/qdeclarativecontactbirthday_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactbirthday_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactdetails_p.h b/src/imports/contacts/details/qdeclarativecontactdetails_p.h
index 46681538a..3d8d58f1b 100644
--- a/src/imports/contacts/details/qdeclarativecontactdetails_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactdetails_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactdisplaylabel_p.h b/src/imports/contacts/details/qdeclarativecontactdisplaylabel_p.h
index 0c81b4f29..66fef373f 100644
--- a/src/imports/contacts/details/qdeclarativecontactdisplaylabel_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactdisplaylabel_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactemailaddress_p.h b/src/imports/contacts/details/qdeclarativecontactemailaddress_p.h
index 5cb7a931e..8ff72365d 100644
--- a/src/imports/contacts/details/qdeclarativecontactemailaddress_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactemailaddress_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactextendeddetail_p.h b/src/imports/contacts/details/qdeclarativecontactextendeddetail_p.h
index 8e2441222..0349ff2d0 100644
--- a/src/imports/contacts/details/qdeclarativecontactextendeddetail_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactextendeddetail_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactfamily_p.h b/src/imports/contacts/details/qdeclarativecontactfamily_p.h
index 1e176d420..8374e8fa1 100644
--- a/src/imports/contacts/details/qdeclarativecontactfamily_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactfamily_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactfavorite_p.h b/src/imports/contacts/details/qdeclarativecontactfavorite_p.h
index 99e73e9c1..a9caaada2 100644
--- a/src/imports/contacts/details/qdeclarativecontactfavorite_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactfavorite_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactgender_p.h b/src/imports/contacts/details/qdeclarativecontactgender_p.h
index cb904316b..5aada835e 100644
--- a/src/imports/contacts/details/qdeclarativecontactgender_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactgender_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactgeolocation_p.h b/src/imports/contacts/details/qdeclarativecontactgeolocation_p.h
index e1c883e35..0c4e9bbf7 100644
--- a/src/imports/contacts/details/qdeclarativecontactgeolocation_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactgeolocation_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactglobalpresence_p.h b/src/imports/contacts/details/qdeclarativecontactglobalpresence_p.h
index b76f8bd76..27c60071e 100644
--- a/src/imports/contacts/details/qdeclarativecontactglobalpresence_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactglobalpresence_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactguid_p.h b/src/imports/contacts/details/qdeclarativecontactguid_p.h
index 06c030b86..81344fc6e 100644
--- a/src/imports/contacts/details/qdeclarativecontactguid_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactguid_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontacthobby_p.h b/src/imports/contacts/details/qdeclarativecontacthobby_p.h
index d5da85719..08a279868 100644
--- a/src/imports/contacts/details/qdeclarativecontacthobby_p.h
+++ b/src/imports/contacts/details/qdeclarativecontacthobby_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactmoc_p.cpp b/src/imports/contacts/details/qdeclarativecontactmoc_p.cpp
index ebf32e378..c68105635 100644
--- a/src/imports/contacts/details/qdeclarativecontactmoc_p.cpp
+++ b/src/imports/contacts/details/qdeclarativecontactmoc_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPIM module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactname_p.h b/src/imports/contacts/details/qdeclarativecontactname_p.h
index da001d66d..95224210c 100644
--- a/src/imports/contacts/details/qdeclarativecontactname_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactname_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactnickname_p.h b/src/imports/contacts/details/qdeclarativecontactnickname_p.h
index f2ab1341f..8c3d93e1f 100644
--- a/src/imports/contacts/details/qdeclarativecontactnickname_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactnickname_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactnote_p.h b/src/imports/contacts/details/qdeclarativecontactnote_p.h
index c0880417f..11448f907 100644
--- a/src/imports/contacts/details/qdeclarativecontactnote_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactnote_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactonlineaccount_p.h b/src/imports/contacts/details/qdeclarativecontactonlineaccount_p.h
index a2cb7b544..42c34c442 100644
--- a/src/imports/contacts/details/qdeclarativecontactonlineaccount_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactonlineaccount_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactorganization_p.h b/src/imports/contacts/details/qdeclarativecontactorganization_p.h
index d05631c95..74594df79 100644
--- a/src/imports/contacts/details/qdeclarativecontactorganization_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactorganization_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactphonenumber_p.h b/src/imports/contacts/details/qdeclarativecontactphonenumber_p.h
index 38c274914..605dc9fdb 100644
--- a/src/imports/contacts/details/qdeclarativecontactphonenumber_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactphonenumber_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactpresence_p.h b/src/imports/contacts/details/qdeclarativecontactpresence_p.h
index 36fb2ef68..4bbff08a2 100644
--- a/src/imports/contacts/details/qdeclarativecontactpresence_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactpresence_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactringtone_p.h b/src/imports/contacts/details/qdeclarativecontactringtone_p.h
index 46c950e82..d4ad4b646 100644
--- a/src/imports/contacts/details/qdeclarativecontactringtone_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactringtone_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactsynctarget_p.h b/src/imports/contacts/details/qdeclarativecontactsynctarget_p.h
index f517547e8..f912c2ed2 100644
--- a/src/imports/contacts/details/qdeclarativecontactsynctarget_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactsynctarget_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontacttag_p.h b/src/imports/contacts/details/qdeclarativecontacttag_p.h
index 41b469a83..ba178c61b 100644
--- a/src/imports/contacts/details/qdeclarativecontacttag_p.h
+++ b/src/imports/contacts/details/qdeclarativecontacttag_p.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontacttimestamp_p.h b/src/imports/contacts/details/qdeclarativecontacttimestamp_p.h
index 58ae51cef..c0d714268 100644
--- a/src/imports/contacts/details/qdeclarativecontacttimestamp_p.h
+++ b/src/imports/contacts/details/qdeclarativecontacttimestamp_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontacttype_p.h b/src/imports/contacts/details/qdeclarativecontacttype_p.h
index f7a9794c8..85f3ce6bf 100644
--- a/src/imports/contacts/details/qdeclarativecontacttype_p.h
+++ b/src/imports/contacts/details/qdeclarativecontacttype_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontacturl_p.h b/src/imports/contacts/details/qdeclarativecontacturl_p.h
index d5b85ac2d..2332a037c 100644
--- a/src/imports/contacts/details/qdeclarativecontacturl_p.h
+++ b/src/imports/contacts/details/qdeclarativecontacturl_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/details/qdeclarativecontactversion_p.h b/src/imports/contacts/details/qdeclarativecontactversion_p.h
index 7e54f08b4..1a12d1e20 100644
--- a/src/imports/contacts/details/qdeclarativecontactversion_p.h
+++ b/src/imports/contacts/details/qdeclarativecontactversion_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/filters/qdeclarativecontactactionfilter_p.h b/src/imports/contacts/filters/qdeclarativecontactactionfilter_p.h
index 8caca7e43..a454fe043 100644
--- a/src/imports/contacts/filters/qdeclarativecontactactionfilter_p.h
+++ b/src/imports/contacts/filters/qdeclarativecontactactionfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/filters/qdeclarativecontactchangelogfilter_p.h b/src/imports/contacts/filters/qdeclarativecontactchangelogfilter_p.h
index 89211329a..308a3fbfa 100644
--- a/src/imports/contacts/filters/qdeclarativecontactchangelogfilter_p.h
+++ b/src/imports/contacts/filters/qdeclarativecontactchangelogfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/filters/qdeclarativecontactcollectionfilter_p.h b/src/imports/contacts/filters/qdeclarativecontactcollectionfilter_p.h
index 369df6600..665a5a9bb 100644
--- a/src/imports/contacts/filters/qdeclarativecontactcollectionfilter_p.h
+++ b/src/imports/contacts/filters/qdeclarativecontactcollectionfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/filters/qdeclarativecontactdetailfilter_p.h b/src/imports/contacts/filters/qdeclarativecontactdetailfilter_p.h
index 8b6b76595..a755ec21c 100644
--- a/src/imports/contacts/filters/qdeclarativecontactdetailfilter_p.h
+++ b/src/imports/contacts/filters/qdeclarativecontactdetailfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/filters/qdeclarativecontactdetailrangefilter_p.h b/src/imports/contacts/filters/qdeclarativecontactdetailrangefilter_p.h
index ed64929d2..35622f8eb 100644
--- a/src/imports/contacts/filters/qdeclarativecontactdetailrangefilter_p.h
+++ b/src/imports/contacts/filters/qdeclarativecontactdetailrangefilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/filters/qdeclarativecontactfiltermoc.cpp b/src/imports/contacts/filters/qdeclarativecontactfiltermoc.cpp
index b526dce10..8738d0a3f 100644
--- a/src/imports/contacts/filters/qdeclarativecontactfiltermoc.cpp
+++ b/src/imports/contacts/filters/qdeclarativecontactfiltermoc.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPIM module of the Qt Toolkit.
diff --git a/src/imports/contacts/filters/qdeclarativecontactfilters_p.h b/src/imports/contacts/filters/qdeclarativecontactfilters_p.h
index a7c0d730a..7a8d869a4 100644
--- a/src/imports/contacts/filters/qdeclarativecontactfilters_p.h
+++ b/src/imports/contacts/filters/qdeclarativecontactfilters_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/filters/qdeclarativecontactidfilter_p.h b/src/imports/contacts/filters/qdeclarativecontactidfilter_p.h
index fcd9ef4a6..29d95826c 100644
--- a/src/imports/contacts/filters/qdeclarativecontactidfilter_p.h
+++ b/src/imports/contacts/filters/qdeclarativecontactidfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/filters/qdeclarativecontactintersectionfilter_p.h b/src/imports/contacts/filters/qdeclarativecontactintersectionfilter_p.h
index 949546d32..3efab90dc 100644
--- a/src/imports/contacts/filters/qdeclarativecontactintersectionfilter_p.h
+++ b/src/imports/contacts/filters/qdeclarativecontactintersectionfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/filters/qdeclarativecontactinvalidfilter_p.h b/src/imports/contacts/filters/qdeclarativecontactinvalidfilter_p.h
index 4ea8cfad2..2a3dcae7a 100644
--- a/src/imports/contacts/filters/qdeclarativecontactinvalidfilter_p.h
+++ b/src/imports/contacts/filters/qdeclarativecontactinvalidfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/filters/qdeclarativecontactrelationshipfilter_p.h b/src/imports/contacts/filters/qdeclarativecontactrelationshipfilter_p.h
index e53824338..46b462959 100644
--- a/src/imports/contacts/filters/qdeclarativecontactrelationshipfilter_p.h
+++ b/src/imports/contacts/filters/qdeclarativecontactrelationshipfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/filters/qdeclarativecontactunionfilter_p.h b/src/imports/contacts/filters/qdeclarativecontactunionfilter_p.h
index 235e71543..a44786be6 100644
--- a/src/imports/contacts/filters/qdeclarativecontactunionfilter_p.h
+++ b/src/imports/contacts/filters/qdeclarativecontactunionfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/plugin.cpp b/src/imports/contacts/plugin.cpp
index 512711c3f..ac47e83e3 100644
--- a/src/imports/contacts/plugin.cpp
+++ b/src/imports/contacts/plugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontact.cpp b/src/imports/contacts/qdeclarativecontact.cpp
index 930cab719..01a3a71f9 100644
--- a/src/imports/contacts/qdeclarativecontact.cpp
+++ b/src/imports/contacts/qdeclarativecontact.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontact_p.h b/src/imports/contacts/qdeclarativecontact_p.h
index ccfc39aa8..295c609c3 100644
--- a/src/imports/contacts/qdeclarativecontact_p.h
+++ b/src/imports/contacts/qdeclarativecontact_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactcollection.cpp b/src/imports/contacts/qdeclarativecontactcollection.cpp
index dfb84f7c3..52859e86c 100644
--- a/src/imports/contacts/qdeclarativecontactcollection.cpp
+++ b/src/imports/contacts/qdeclarativecontactcollection.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactcollection_p.h b/src/imports/contacts/qdeclarativecontactcollection_p.h
index d65624341..530ae268c 100644
--- a/src/imports/contacts/qdeclarativecontactcollection_p.h
+++ b/src/imports/contacts/qdeclarativecontactcollection_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactdetail.cpp b/src/imports/contacts/qdeclarativecontactdetail.cpp
index f692f5d91..c9acbdf00 100644
--- a/src/imports/contacts/qdeclarativecontactdetail.cpp
+++ b/src/imports/contacts/qdeclarativecontactdetail.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactdetail_p.h b/src/imports/contacts/qdeclarativecontactdetail_p.h
index 465aee272..62feaeba6 100644
--- a/src/imports/contacts/qdeclarativecontactdetail_p.h
+++ b/src/imports/contacts/qdeclarativecontactdetail_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactfetchhint.cpp b/src/imports/contacts/qdeclarativecontactfetchhint.cpp
index 684aed488..a60f4f294 100644
--- a/src/imports/contacts/qdeclarativecontactfetchhint.cpp
+++ b/src/imports/contacts/qdeclarativecontactfetchhint.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactfetchhint_p.h b/src/imports/contacts/qdeclarativecontactfetchhint_p.h
index 92e01a8f2..58069fa42 100644
--- a/src/imports/contacts/qdeclarativecontactfetchhint_p.h
+++ b/src/imports/contacts/qdeclarativecontactfetchhint_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactfilter.cpp b/src/imports/contacts/qdeclarativecontactfilter.cpp
index e7b5dc932..e2715bbb6 100644
--- a/src/imports/contacts/qdeclarativecontactfilter.cpp
+++ b/src/imports/contacts/qdeclarativecontactfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactfilter_p.h b/src/imports/contacts/qdeclarativecontactfilter_p.h
index 117a86ed4..c16aa187e 100644
--- a/src/imports/contacts/qdeclarativecontactfilter_p.h
+++ b/src/imports/contacts/qdeclarativecontactfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactmodel.cpp b/src/imports/contacts/qdeclarativecontactmodel.cpp
index e1c36bdd4..8a659bf9b 100644
--- a/src/imports/contacts/qdeclarativecontactmodel.cpp
+++ b/src/imports/contacts/qdeclarativecontactmodel.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactmodel_p.h b/src/imports/contacts/qdeclarativecontactmodel_p.h
index 111277e85..bf7e3a333 100644
--- a/src/imports/contacts/qdeclarativecontactmodel_p.h
+++ b/src/imports/contacts/qdeclarativecontactmodel_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactrelationship.cpp b/src/imports/contacts/qdeclarativecontactrelationship.cpp
index ba1e370b2..ebb9edfce 100644
--- a/src/imports/contacts/qdeclarativecontactrelationship.cpp
+++ b/src/imports/contacts/qdeclarativecontactrelationship.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactrelationship_p.h b/src/imports/contacts/qdeclarativecontactrelationship_p.h
index 4020a184b..81a49faa1 100644
--- a/src/imports/contacts/qdeclarativecontactrelationship_p.h
+++ b/src/imports/contacts/qdeclarativecontactrelationship_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactrelationshipmodel.cpp b/src/imports/contacts/qdeclarativecontactrelationshipmodel.cpp
index 4418a9875..11c65f6a3 100644
--- a/src/imports/contacts/qdeclarativecontactrelationshipmodel.cpp
+++ b/src/imports/contacts/qdeclarativecontactrelationshipmodel.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactrelationshipmodel_p.h b/src/imports/contacts/qdeclarativecontactrelationshipmodel_p.h
index ece67f3b1..a0a1985a7 100644
--- a/src/imports/contacts/qdeclarativecontactrelationshipmodel_p.h
+++ b/src/imports/contacts/qdeclarativecontactrelationshipmodel_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactsortorder.cpp b/src/imports/contacts/qdeclarativecontactsortorder.cpp
index 62aa89f53..52c85e78f 100644
--- a/src/imports/contacts/qdeclarativecontactsortorder.cpp
+++ b/src/imports/contacts/qdeclarativecontactsortorder.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativecontactsortorder_p.h b/src/imports/contacts/qdeclarativecontactsortorder_p.h
index b55bbbcf5..6fb68ec47 100644
--- a/src/imports/contacts/qdeclarativecontactsortorder_p.h
+++ b/src/imports/contacts/qdeclarativecontactsortorder_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/contacts/qdeclarativeglobal_p.h b/src/imports/contacts/qdeclarativeglobal_p.h
index 31d9ef224..a8be06779 100644
--- a/src/imports/contacts/qdeclarativeglobal_p.h
+++ b/src/imports/contacts/qdeclarativeglobal_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtQml module of the Qt Toolkit.
diff --git a/src/imports/organizer/plugin.cpp b/src/imports/organizer/plugin.cpp
index d47c44c5f..25f511c56 100644
--- a/src/imports/organizer/plugin.cpp
+++ b/src/imports/organizer/plugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizercollection.cpp b/src/imports/organizer/qdeclarativeorganizercollection.cpp
index 95e541e01..eab2045d2 100644
--- a/src/imports/organizer/qdeclarativeorganizercollection.cpp
+++ b/src/imports/organizer/qdeclarativeorganizercollection.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizercollection_p.h b/src/imports/organizer/qdeclarativeorganizercollection_p.h
index 26c67bb82..88958366e 100644
--- a/src/imports/organizer/qdeclarativeorganizercollection_p.h
+++ b/src/imports/organizer/qdeclarativeorganizercollection_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizeritem.cpp b/src/imports/organizer/qdeclarativeorganizeritem.cpp
index 53bd98a9b..7ee9908b2 100644
--- a/src/imports/organizer/qdeclarativeorganizeritem.cpp
+++ b/src/imports/organizer/qdeclarativeorganizeritem.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizeritem_p.h b/src/imports/organizer/qdeclarativeorganizeritem_p.h
index 09fc04ca0..d52be6cea 100644
--- a/src/imports/organizer/qdeclarativeorganizeritem_p.h
+++ b/src/imports/organizer/qdeclarativeorganizeritem_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizeritemdetail.cpp b/src/imports/organizer/qdeclarativeorganizeritemdetail.cpp
index 2c61810f9..cbd61f3ae 100644
--- a/src/imports/organizer/qdeclarativeorganizeritemdetail.cpp
+++ b/src/imports/organizer/qdeclarativeorganizeritemdetail.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizeritemdetail_p.h b/src/imports/organizer/qdeclarativeorganizeritemdetail_p.h
index 6e49bd51c..4f6b11047 100644
--- a/src/imports/organizer/qdeclarativeorganizeritemdetail_p.h
+++ b/src/imports/organizer/qdeclarativeorganizeritemdetail_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizeritemfetchhint.cpp b/src/imports/organizer/qdeclarativeorganizeritemfetchhint.cpp
index 46d6a098b..6c890098b 100644
--- a/src/imports/organizer/qdeclarativeorganizeritemfetchhint.cpp
+++ b/src/imports/organizer/qdeclarativeorganizeritemfetchhint.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizeritemfetchhint_p.h b/src/imports/organizer/qdeclarativeorganizeritemfetchhint_p.h
index 10d88cc0d..59f5235be 100644
--- a/src/imports/organizer/qdeclarativeorganizeritemfetchhint_p.h
+++ b/src/imports/organizer/qdeclarativeorganizeritemfetchhint_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizeritemfilter.cpp b/src/imports/organizer/qdeclarativeorganizeritemfilter.cpp
index 36e3319e8..d2e683886 100644
--- a/src/imports/organizer/qdeclarativeorganizeritemfilter.cpp
+++ b/src/imports/organizer/qdeclarativeorganizeritemfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the plugins of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizeritemfilter_p.h b/src/imports/organizer/qdeclarativeorganizeritemfilter_p.h
index 3ee25686e..3baf662b9 100644
--- a/src/imports/organizer/qdeclarativeorganizeritemfilter_p.h
+++ b/src/imports/organizer/qdeclarativeorganizeritemfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the plugins of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizeritemsortorder.cpp b/src/imports/organizer/qdeclarativeorganizeritemsortorder.cpp
index 803d8defc..c5badb9e4 100644
--- a/src/imports/organizer/qdeclarativeorganizeritemsortorder.cpp
+++ b/src/imports/organizer/qdeclarativeorganizeritemsortorder.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizeritemsortorder_p.h b/src/imports/organizer/qdeclarativeorganizeritemsortorder_p.h
index 68c090541..d85ff575d 100644
--- a/src/imports/organizer/qdeclarativeorganizeritemsortorder_p.h
+++ b/src/imports/organizer/qdeclarativeorganizeritemsortorder_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizermodel.cpp b/src/imports/organizer/qdeclarativeorganizermodel.cpp
index 84018e33c..0d85d4fa1 100644
--- a/src/imports/organizer/qdeclarativeorganizermodel.cpp
+++ b/src/imports/organizer/qdeclarativeorganizermodel.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizermodel_p.h b/src/imports/organizer/qdeclarativeorganizermodel_p.h
index 27730eb77..a0c9fd5b3 100644
--- a/src/imports/organizer/qdeclarativeorganizermodel_p.h
+++ b/src/imports/organizer/qdeclarativeorganizermodel_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizerrecurrencerule.cpp b/src/imports/organizer/qdeclarativeorganizerrecurrencerule.cpp
index 592893da4..a5e2069f0 100644
--- a/src/imports/organizer/qdeclarativeorganizerrecurrencerule.cpp
+++ b/src/imports/organizer/qdeclarativeorganizerrecurrencerule.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/imports/organizer/qdeclarativeorganizerrecurrencerule_p.h b/src/imports/organizer/qdeclarativeorganizerrecurrencerule_p.h
index 669fef836..f908c3977 100644
--- a/src/imports/organizer/qdeclarativeorganizerrecurrencerule_p.h
+++ b/src/imports/organizer/qdeclarativeorganizerrecurrencerule_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizereventattendee.h b/src/organizer/details/qorganizereventattendee.h
index 6397d3140..b879c380b 100644
--- a/src/organizer/details/qorganizereventattendee.h
+++ b/src/organizer/details/qorganizereventattendee.h
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizereventrsvp.h b/src/organizer/details/qorganizereventrsvp.h
index 92c1609e9..b61aedd14 100644
--- a/src/organizer/details/qorganizereventrsvp.h
+++ b/src/organizer/details/qorganizereventrsvp.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizereventtime.h b/src/organizer/details/qorganizereventtime.h
index 324844f97..86d59ddfe 100644
--- a/src/organizer/details/qorganizereventtime.h
+++ b/src/organizer/details/qorganizereventtime.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemaudiblereminder.h b/src/organizer/details/qorganizeritemaudiblereminder.h
index d572d7719..bf8b8b5bb 100644
--- a/src/organizer/details/qorganizeritemaudiblereminder.h
+++ b/src/organizer/details/qorganizeritemaudiblereminder.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemclassification.h b/src/organizer/details/qorganizeritemclassification.h
index 9c00b4303..e77b2d8b8 100644
--- a/src/organizer/details/qorganizeritemclassification.h
+++ b/src/organizer/details/qorganizeritemclassification.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Pim module.
diff --git a/src/organizer/details/qorganizeritemcomment.h b/src/organizer/details/qorganizeritemcomment.h
index 86b6bedd0..2207028bb 100644
--- a/src/organizer/details/qorganizeritemcomment.h
+++ b/src/organizer/details/qorganizeritemcomment.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemdescription.h b/src/organizer/details/qorganizeritemdescription.h
index de490e884..237048271 100644
--- a/src/organizer/details/qorganizeritemdescription.h
+++ b/src/organizer/details/qorganizeritemdescription.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemdetails.cpp b/src/organizer/details/qorganizeritemdetails.cpp
index 0bd0edf63..c0520934f 100644
--- a/src/organizer/details/qorganizeritemdetails.cpp
+++ b/src/organizer/details/qorganizeritemdetails.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemdetails.h b/src/organizer/details/qorganizeritemdetails.h
index 62cf0d020..f57e7bc52 100644
--- a/src/organizer/details/qorganizeritemdetails.h
+++ b/src/organizer/details/qorganizeritemdetails.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemdisplaylabel.h b/src/organizer/details/qorganizeritemdisplaylabel.h
index df92dbd66..17d0abed1 100644
--- a/src/organizer/details/qorganizeritemdisplaylabel.h
+++ b/src/organizer/details/qorganizeritemdisplaylabel.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritememailreminder.h b/src/organizer/details/qorganizeritememailreminder.h
index 7913bab02..2c59e2da8 100644
--- a/src/organizer/details/qorganizeritememailreminder.h
+++ b/src/organizer/details/qorganizeritememailreminder.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemextendeddetail.h b/src/organizer/details/qorganizeritemextendeddetail.h
index 3fc197b49..0924cdd4f 100644
--- a/src/organizer/details/qorganizeritemextendeddetail.h
+++ b/src/organizer/details/qorganizeritemextendeddetail.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemguid.h b/src/organizer/details/qorganizeritemguid.h
index beecfa532..c912b12ff 100644
--- a/src/organizer/details/qorganizeritemguid.h
+++ b/src/organizer/details/qorganizeritemguid.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemlocation.h b/src/organizer/details/qorganizeritemlocation.h
index e5adb7475..608c766f4 100644
--- a/src/organizer/details/qorganizeritemlocation.h
+++ b/src/organizer/details/qorganizeritemlocation.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemparent.h b/src/organizer/details/qorganizeritemparent.h
index c10302931..2c116032c 100644
--- a/src/organizer/details/qorganizeritemparent.h
+++ b/src/organizer/details/qorganizeritemparent.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritempriority.h b/src/organizer/details/qorganizeritempriority.h
index 411904b9a..9880ec81e 100644
--- a/src/organizer/details/qorganizeritempriority.h
+++ b/src/organizer/details/qorganizeritempriority.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemrecurrence.h b/src/organizer/details/qorganizeritemrecurrence.h
index 05e4165da..b76fad842 100644
--- a/src/organizer/details/qorganizeritemrecurrence.h
+++ b/src/organizer/details/qorganizeritemrecurrence.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemreminder.h b/src/organizer/details/qorganizeritemreminder.h
index cf0d535de..ae66616ea 100644
--- a/src/organizer/details/qorganizeritemreminder.h
+++ b/src/organizer/details/qorganizeritemreminder.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemtag.h b/src/organizer/details/qorganizeritemtag.h
index 379f04c3c..ab3e050ef 100644
--- a/src/organizer/details/qorganizeritemtag.h
+++ b/src/organizer/details/qorganizeritemtag.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemtimestamp.h b/src/organizer/details/qorganizeritemtimestamp.h
index 6a7e6474d..bab60cfaa 100644
--- a/src/organizer/details/qorganizeritemtimestamp.h
+++ b/src/organizer/details/qorganizeritemtimestamp.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemtype.h b/src/organizer/details/qorganizeritemtype.h
index 41d767df2..c50340791 100644
--- a/src/organizer/details/qorganizeritemtype.h
+++ b/src/organizer/details/qorganizeritemtype.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizeritemversion.h b/src/organizer/details/qorganizeritemversion.h
index 7dff4d376..5b349d929 100644
--- a/src/organizer/details/qorganizeritemversion.h
+++ b/src/organizer/details/qorganizeritemversion.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Organizer module.
diff --git a/src/organizer/details/qorganizeritemvisualreminder.h b/src/organizer/details/qorganizeritemvisualreminder.h
index c042c873a..69efd8640 100644
--- a/src/organizer/details/qorganizeritemvisualreminder.h
+++ b/src/organizer/details/qorganizeritemvisualreminder.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizerjournaltime.h b/src/organizer/details/qorganizerjournaltime.h
index aed651b20..552233cf7 100644
--- a/src/organizer/details/qorganizerjournaltime.h
+++ b/src/organizer/details/qorganizerjournaltime.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizertodoprogress.h b/src/organizer/details/qorganizertodoprogress.h
index 8fba83cdd..092931c87 100644
--- a/src/organizer/details/qorganizertodoprogress.h
+++ b/src/organizer/details/qorganizertodoprogress.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/details/qorganizertodotime.h b/src/organizer/details/qorganizertodotime.h
index bf6f71ade..1ee14ff4d 100644
--- a/src/organizer/details/qorganizertodotime.h
+++ b/src/organizer/details/qorganizertodotime.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/doc/snippets/doc_src_qtorganizer.cpp b/src/organizer/doc/snippets/doc_src_qtorganizer.cpp
index cf3548490..31575c97f 100644
--- a/src/organizer/doc/snippets/doc_src_qtorganizer.cpp
+++ b/src/organizer/doc/snippets/doc_src_qtorganizer.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
diff --git a/src/organizer/doc/snippets/moduleimports.qml b/src/organizer/doc/snippets/moduleimports.qml
index f388bab0b..8962abf35 100644
--- a/src/organizer/doc/snippets/moduleimports.qml
+++ b/src/organizer/doc/snippets/moduleimports.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
diff --git a/src/organizer/doc/snippets/qmlorganizerbasiclist/qmlorganizerbasiclist.qml b/src/organizer/doc/snippets/qmlorganizerbasiclist/qmlorganizerbasiclist.qml
index 62c4eccf7..0ca5cb22b 100644
--- a/src/organizer/doc/snippets/qmlorganizerbasiclist/qmlorganizerbasiclist.qml
+++ b/src/organizer/doc/snippets/qmlorganizerbasiclist/qmlorganizerbasiclist.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
diff --git a/src/organizer/doc/snippets/qtorganizerdocsample/qtorganizerdocsample.cpp b/src/organizer/doc/snippets/qtorganizerdocsample/qtorganizerdocsample.cpp
index 375ac85f1..a2980eacd 100644
--- a/src/organizer/doc/snippets/qtorganizerdocsample/qtorganizerdocsample.cpp
+++ b/src/organizer/doc/snippets/qtorganizerdocsample/qtorganizerdocsample.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
diff --git a/src/organizer/doc/src/icalsupport.qdoc b/src/organizer/doc/src/icalsupport.qdoc
index f88611d68..ce4241f9e 100644
--- a/src/organizer/doc/src/icalsupport.qdoc
+++ b/src/organizer/doc/src/icalsupport.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/organizer/doc/src/organizer-index.qdoc b/src/organizer/doc/src/organizer-index.qdoc
index 78d018c50..6bfaa1c26 100644
--- a/src/organizer/doc/src/organizer-index.qdoc
+++ b/src/organizer/doc/src/organizer-index.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/organizer/doc/src/organizer.qdoc b/src/organizer/doc/src/organizer.qdoc
index 622f142a2..36b614d62 100644
--- a/src/organizer/doc/src/organizer.qdoc
+++ b/src/organizer/doc/src/organizer.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/organizer/doc/src/organizeradvanced.qdoc b/src/organizer/doc/src/organizeradvanced.qdoc
index 58a4cc6fa..19239dae3 100644
--- a/src/organizer/doc/src/organizeradvanced.qdoc
+++ b/src/organizer/doc/src/organizeradvanced.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/organizer/doc/src/organizerasync.qdoc b/src/organizer/doc/src/organizerasync.qdoc
index 86968aba7..a85f23108 100644
--- a/src/organizer/doc/src/organizerasync.qdoc
+++ b/src/organizer/doc/src/organizerasync.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/organizer/doc/src/organizerclasses.qdoc b/src/organizer/doc/src/organizerclasses.qdoc
index beab6b417..8598cb579 100644
--- a/src/organizer/doc/src/organizerclasses.qdoc
+++ b/src/organizer/doc/src/organizerclasses.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/organizer/doc/src/organizerengines.qdoc b/src/organizer/doc/src/organizerengines.qdoc
index 14a1cf9b8..1b48447ec 100644
--- a/src/organizer/doc/src/organizerengines.qdoc
+++ b/src/organizer/doc/src/organizerengines.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/organizer/doc/src/organizersync.qdoc b/src/organizer/doc/src/organizersync.qdoc
index 180f84d5a..7ce43e293 100644
--- a/src/organizer/doc/src/organizersync.qdoc
+++ b/src/organizer/doc/src/organizersync.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/organizer/doc/src/plugins/qml-organizer.qdoc b/src/organizer/doc/src/plugins/qml-organizer.qdoc
index 419320b2f..0862f2bed 100644
--- a/src/organizer/doc/src/plugins/qml-organizer.qdoc
+++ b/src/organizer/doc/src/plugins/qml-organizer.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/organizer/doc/src/tutorials/qmlorganizerlistviewtutorial.qdoc b/src/organizer/doc/src/tutorials/qmlorganizerlistviewtutorial.qdoc
index 0560c52d6..f6f84e626 100644
--- a/src/organizer/doc/src/tutorials/qmlorganizerlistviewtutorial.qdoc
+++ b/src/organizer/doc/src/tutorials/qmlorganizerlistviewtutorial.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/organizer/filters/qorganizeritemcollectionfilter.cpp b/src/organizer/filters/qorganizeritemcollectionfilter.cpp
index eb44ce714..f249b0590 100644
--- a/src/organizer/filters/qorganizeritemcollectionfilter.cpp
+++ b/src/organizer/filters/qorganizeritemcollectionfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemcollectionfilter.h b/src/organizer/filters/qorganizeritemcollectionfilter.h
index d3a8922ee..59bea417f 100644
--- a/src/organizer/filters/qorganizeritemcollectionfilter.h
+++ b/src/organizer/filters/qorganizeritemcollectionfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemcollectionfilter_p.h b/src/organizer/filters/qorganizeritemcollectionfilter_p.h
index afee17a6f..6d4ce1940 100644
--- a/src/organizer/filters/qorganizeritemcollectionfilter_p.h
+++ b/src/organizer/filters/qorganizeritemcollectionfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemdetailfieldfilter.cpp b/src/organizer/filters/qorganizeritemdetailfieldfilter.cpp
index 4682756d4..a93b09617 100644
--- a/src/organizer/filters/qorganizeritemdetailfieldfilter.cpp
+++ b/src/organizer/filters/qorganizeritemdetailfieldfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemdetailfieldfilter.h b/src/organizer/filters/qorganizeritemdetailfieldfilter.h
index f81413630..06fa66c0f 100644
--- a/src/organizer/filters/qorganizeritemdetailfieldfilter.h
+++ b/src/organizer/filters/qorganizeritemdetailfieldfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemdetailfieldfilter_p.h b/src/organizer/filters/qorganizeritemdetailfieldfilter_p.h
index fe691573c..d2d78e691 100644
--- a/src/organizer/filters/qorganizeritemdetailfieldfilter_p.h
+++ b/src/organizer/filters/qorganizeritemdetailfieldfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemdetailfilter.cpp b/src/organizer/filters/qorganizeritemdetailfilter.cpp
index ecd9ad272..f307a2fa3 100644
--- a/src/organizer/filters/qorganizeritemdetailfilter.cpp
+++ b/src/organizer/filters/qorganizeritemdetailfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemdetailfilter.h b/src/organizer/filters/qorganizeritemdetailfilter.h
index 4a508bee3..a93619cf6 100644
--- a/src/organizer/filters/qorganizeritemdetailfilter.h
+++ b/src/organizer/filters/qorganizeritemdetailfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemdetailfilter_p.h b/src/organizer/filters/qorganizeritemdetailfilter_p.h
index 885642c99..06572b1c9 100644
--- a/src/organizer/filters/qorganizeritemdetailfilter_p.h
+++ b/src/organizer/filters/qorganizeritemdetailfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemdetailrangefilter.cpp b/src/organizer/filters/qorganizeritemdetailrangefilter.cpp
index 0ee104d62..afd7ebd80 100644
--- a/src/organizer/filters/qorganizeritemdetailrangefilter.cpp
+++ b/src/organizer/filters/qorganizeritemdetailrangefilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemdetailrangefilter.h b/src/organizer/filters/qorganizeritemdetailrangefilter.h
index 7404ecd23..3f5784952 100644
--- a/src/organizer/filters/qorganizeritemdetailrangefilter.h
+++ b/src/organizer/filters/qorganizeritemdetailrangefilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemdetailrangefilter_p.h b/src/organizer/filters/qorganizeritemdetailrangefilter_p.h
index b8033633c..13b088a03 100644
--- a/src/organizer/filters/qorganizeritemdetailrangefilter_p.h
+++ b/src/organizer/filters/qorganizeritemdetailrangefilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemfilters.h b/src/organizer/filters/qorganizeritemfilters.h
index 14a2da9ce..61a104643 100644
--- a/src/organizer/filters/qorganizeritemfilters.h
+++ b/src/organizer/filters/qorganizeritemfilters.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemidfilter.cpp b/src/organizer/filters/qorganizeritemidfilter.cpp
index e7b801c25..ac6a74d0f 100644
--- a/src/organizer/filters/qorganizeritemidfilter.cpp
+++ b/src/organizer/filters/qorganizeritemidfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemidfilter.h b/src/organizer/filters/qorganizeritemidfilter.h
index b2bd8948c..3c23ed910 100644
--- a/src/organizer/filters/qorganizeritemidfilter.h
+++ b/src/organizer/filters/qorganizeritemidfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemidfilter_p.h b/src/organizer/filters/qorganizeritemidfilter_p.h
index 280b3e61c..c55f8396c 100644
--- a/src/organizer/filters/qorganizeritemidfilter_p.h
+++ b/src/organizer/filters/qorganizeritemidfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemintersectionfilter.cpp b/src/organizer/filters/qorganizeritemintersectionfilter.cpp
index b7778c16e..d060507c0 100644
--- a/src/organizer/filters/qorganizeritemintersectionfilter.cpp
+++ b/src/organizer/filters/qorganizeritemintersectionfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemintersectionfilter.h b/src/organizer/filters/qorganizeritemintersectionfilter.h
index 5f9574e4e..9f3f2706c 100644
--- a/src/organizer/filters/qorganizeritemintersectionfilter.h
+++ b/src/organizer/filters/qorganizeritemintersectionfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemintersectionfilter_p.h b/src/organizer/filters/qorganizeritemintersectionfilter_p.h
index 3866bf205..87b8bb4eb 100644
--- a/src/organizer/filters/qorganizeritemintersectionfilter_p.h
+++ b/src/organizer/filters/qorganizeritemintersectionfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeriteminvalidfilter.cpp b/src/organizer/filters/qorganizeriteminvalidfilter.cpp
index 540a542a1..2a017ef17 100644
--- a/src/organizer/filters/qorganizeriteminvalidfilter.cpp
+++ b/src/organizer/filters/qorganizeriteminvalidfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeriteminvalidfilter.h b/src/organizer/filters/qorganizeriteminvalidfilter.h
index 5659de032..2e6c63b51 100644
--- a/src/organizer/filters/qorganizeriteminvalidfilter.h
+++ b/src/organizer/filters/qorganizeriteminvalidfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemunionfilter.cpp b/src/organizer/filters/qorganizeritemunionfilter.cpp
index f284fdbad..193c2b53e 100644
--- a/src/organizer/filters/qorganizeritemunionfilter.cpp
+++ b/src/organizer/filters/qorganizeritemunionfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemunionfilter.h b/src/organizer/filters/qorganizeritemunionfilter.h
index 464807502..15ab0fbd6 100644
--- a/src/organizer/filters/qorganizeritemunionfilter.h
+++ b/src/organizer/filters/qorganizeritemunionfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/filters/qorganizeritemunionfilter_p.h b/src/organizer/filters/qorganizeritemunionfilter_p.h
index e2ff47f84..2f9c5d9db 100644
--- a/src/organizer/filters/qorganizeritemunionfilter_p.h
+++ b/src/organizer/filters/qorganizeritemunionfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/items/qorganizerevent.cpp b/src/organizer/items/qorganizerevent.cpp
index 540a041cc..2bf4398e8 100644
--- a/src/organizer/items/qorganizerevent.cpp
+++ b/src/organizer/items/qorganizerevent.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/items/qorganizerevent.h b/src/organizer/items/qorganizerevent.h
index 4a8755ef1..8338c6e1b 100644
--- a/src/organizer/items/qorganizerevent.h
+++ b/src/organizer/items/qorganizerevent.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/items/qorganizereventoccurrence.cpp b/src/organizer/items/qorganizereventoccurrence.cpp
index 785f217ad..27ebaa0ea 100644
--- a/src/organizer/items/qorganizereventoccurrence.cpp
+++ b/src/organizer/items/qorganizereventoccurrence.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/items/qorganizereventoccurrence.h b/src/organizer/items/qorganizereventoccurrence.h
index c82f2cd9b..c31c74e71 100644
--- a/src/organizer/items/qorganizereventoccurrence.h
+++ b/src/organizer/items/qorganizereventoccurrence.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/items/qorganizeritems.h b/src/organizer/items/qorganizeritems.h
index 5d9a8a0dd..881f1c6a0 100644
--- a/src/organizer/items/qorganizeritems.h
+++ b/src/organizer/items/qorganizeritems.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/items/qorganizerjournal.cpp b/src/organizer/items/qorganizerjournal.cpp
index 9329b7866..b8c8e623c 100644
--- a/src/organizer/items/qorganizerjournal.cpp
+++ b/src/organizer/items/qorganizerjournal.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/items/qorganizerjournal.h b/src/organizer/items/qorganizerjournal.h
index 09e4b7536..173eadd37 100644
--- a/src/organizer/items/qorganizerjournal.h
+++ b/src/organizer/items/qorganizerjournal.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/items/qorganizernote.cpp b/src/organizer/items/qorganizernote.cpp
index bfe3a06e5..a94134429 100644
--- a/src/organizer/items/qorganizernote.cpp
+++ b/src/organizer/items/qorganizernote.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/items/qorganizernote.h b/src/organizer/items/qorganizernote.h
index 776ec702a..53c193d1e 100644
--- a/src/organizer/items/qorganizernote.h
+++ b/src/organizer/items/qorganizernote.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/items/qorganizertodo.cpp b/src/organizer/items/qorganizertodo.cpp
index b56280422..76bb191da 100644
--- a/src/organizer/items/qorganizertodo.cpp
+++ b/src/organizer/items/qorganizertodo.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/items/qorganizertodo.h b/src/organizer/items/qorganizertodo.h
index b00c8155e..613322ebe 100644
--- a/src/organizer/items/qorganizertodo.h
+++ b/src/organizer/items/qorganizertodo.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/items/qorganizertodooccurrence.cpp b/src/organizer/items/qorganizertodooccurrence.cpp
index 7ccbc1150..8c6126e20 100644
--- a/src/organizer/items/qorganizertodooccurrence.cpp
+++ b/src/organizer/items/qorganizertodooccurrence.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/items/qorganizertodooccurrence.h b/src/organizer/items/qorganizertodooccurrence.h
index e2c9bf21f..af91982b9 100644
--- a/src/organizer/items/qorganizertodooccurrence.h
+++ b/src/organizer/items/qorganizertodooccurrence.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizer.h b/src/organizer/qorganizer.h
index 8011a88d5..560b146b0 100644
--- a/src/organizer/qorganizer.h
+++ b/src/organizer/qorganizer.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizerabstractrequest.cpp b/src/organizer/qorganizerabstractrequest.cpp
index 57b44447f..a7ab14e52 100644
--- a/src/organizer/qorganizerabstractrequest.cpp
+++ b/src/organizer/qorganizerabstractrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizerabstractrequest.h b/src/organizer/qorganizerabstractrequest.h
index c89e8ea83..2ad501d04 100644
--- a/src/organizer/qorganizerabstractrequest.h
+++ b/src/organizer/qorganizerabstractrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizerabstractrequest_p.h b/src/organizer/qorganizerabstractrequest_p.h
index b43d636f1..fefefe44b 100644
--- a/src/organizer/qorganizerabstractrequest_p.h
+++ b/src/organizer/qorganizerabstractrequest_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizercollection.cpp b/src/organizer/qorganizercollection.cpp
index 4abf2db30..10f486709 100644
--- a/src/organizer/qorganizercollection.cpp
+++ b/src/organizer/qorganizercollection.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizercollection.h b/src/organizer/qorganizercollection.h
index f8587eca7..386e7ea6b 100644
--- a/src/organizer/qorganizercollection.h
+++ b/src/organizer/qorganizercollection.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizercollection_p.h b/src/organizer/qorganizercollection_p.h
index a8629ff2e..7ceacf446 100644
--- a/src/organizer/qorganizercollection_p.h
+++ b/src/organizer/qorganizercollection_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizercollectionchangeset.cpp b/src/organizer/qorganizercollectionchangeset.cpp
index d446513f4..013647ef0 100644
--- a/src/organizer/qorganizercollectionchangeset.cpp
+++ b/src/organizer/qorganizercollectionchangeset.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizercollectionchangeset.h b/src/organizer/qorganizercollectionchangeset.h
index 1353e4405..2ac091126 100644
--- a/src/organizer/qorganizercollectionchangeset.h
+++ b/src/organizer/qorganizercollectionchangeset.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizercollectionchangeset_p.h b/src/organizer/qorganizercollectionchangeset_p.h
index ee2c598f4..e95a09242 100644
--- a/src/organizer/qorganizercollectionchangeset_p.h
+++ b/src/organizer/qorganizercollectionchangeset_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizercollectionid.cpp b/src/organizer/qorganizercollectionid.cpp
index f823f588f..fe597e2bd 100644
--- a/src/organizer/qorganizercollectionid.cpp
+++ b/src/organizer/qorganizercollectionid.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizercollectionid.h b/src/organizer/qorganizercollectionid.h
index 1a6505710..324f9cc75 100644
--- a/src/organizer/qorganizercollectionid.h
+++ b/src/organizer/qorganizercollectionid.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizerglobal.h b/src/organizer/qorganizerglobal.h
index 29902290c..b1dd86e06 100644
--- a/src/organizer/qorganizerglobal.h
+++ b/src/organizer/qorganizerglobal.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritem.cpp b/src/organizer/qorganizeritem.cpp
index 0a1eb9520..8f7794832 100644
--- a/src/organizer/qorganizeritem.cpp
+++ b/src/organizer/qorganizeritem.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritem.h b/src/organizer/qorganizeritem.h
index 7d0e2bb08..f43925abb 100644
--- a/src/organizer/qorganizeritem.h
+++ b/src/organizer/qorganizeritem.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritem_p.h b/src/organizer/qorganizeritem_p.h
index e28858963..6203f8871 100644
--- a/src/organizer/qorganizeritem_p.h
+++ b/src/organizer/qorganizeritem_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemchangeset.cpp b/src/organizer/qorganizeritemchangeset.cpp
index 5564621fe..2c7e5b6f1 100644
--- a/src/organizer/qorganizeritemchangeset.cpp
+++ b/src/organizer/qorganizeritemchangeset.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemchangeset.h b/src/organizer/qorganizeritemchangeset.h
index c4c781906..34cd3cf3c 100644
--- a/src/organizer/qorganizeritemchangeset.h
+++ b/src/organizer/qorganizeritemchangeset.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemchangeset_p.h b/src/organizer/qorganizeritemchangeset_p.h
index 1a93fed43..b458b7f7a 100644
--- a/src/organizer/qorganizeritemchangeset_p.h
+++ b/src/organizer/qorganizeritemchangeset_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemdetail.cpp b/src/organizer/qorganizeritemdetail.cpp
index 070fe4003..24ddad0c0 100644
--- a/src/organizer/qorganizeritemdetail.cpp
+++ b/src/organizer/qorganizeritemdetail.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemdetail.h b/src/organizer/qorganizeritemdetail.h
index 3f4c39dae..d7710fca6 100644
--- a/src/organizer/qorganizeritemdetail.h
+++ b/src/organizer/qorganizeritemdetail.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemdetail_p.h b/src/organizer/qorganizeritemdetail_p.h
index 4aa806e8f..f819cd716 100644
--- a/src/organizer/qorganizeritemdetail_p.h
+++ b/src/organizer/qorganizeritemdetail_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemfetchhint.cpp b/src/organizer/qorganizeritemfetchhint.cpp
index f0fe313aa..e441c76c2 100644
--- a/src/organizer/qorganizeritemfetchhint.cpp
+++ b/src/organizer/qorganizeritemfetchhint.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemfetchhint.h b/src/organizer/qorganizeritemfetchhint.h
index d4d1743a9..d31ecf20d 100644
--- a/src/organizer/qorganizeritemfetchhint.h
+++ b/src/organizer/qorganizeritemfetchhint.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemfetchhint_p.h b/src/organizer/qorganizeritemfetchhint_p.h
index 3ff0f066e..77d9e8fb4 100644
--- a/src/organizer/qorganizeritemfetchhint_p.h
+++ b/src/organizer/qorganizeritemfetchhint_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemfilter.cpp b/src/organizer/qorganizeritemfilter.cpp
index decf64ede..49bdcc867 100644
--- a/src/organizer/qorganizeritemfilter.cpp
+++ b/src/organizer/qorganizeritemfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemfilter.h b/src/organizer/qorganizeritemfilter.h
index b0fb3c9db..4d554b17a 100644
--- a/src/organizer/qorganizeritemfilter.h
+++ b/src/organizer/qorganizeritemfilter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemfilter_p.h b/src/organizer/qorganizeritemfilter_p.h
index 217544511..115effc3a 100644
--- a/src/organizer/qorganizeritemfilter_p.h
+++ b/src/organizer/qorganizeritemfilter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemid.cpp b/src/organizer/qorganizeritemid.cpp
index a7d257b6f..99971499c 100644
--- a/src/organizer/qorganizeritemid.cpp
+++ b/src/organizer/qorganizeritemid.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemid.h b/src/organizer/qorganizeritemid.h
index ae0bcc0b1..9150153f1 100644
--- a/src/organizer/qorganizeritemid.h
+++ b/src/organizer/qorganizeritemid.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemobserver.cpp b/src/organizer/qorganizeritemobserver.cpp
index 4e0150beb..ec4aa6c80 100644
--- a/src/organizer/qorganizeritemobserver.cpp
+++ b/src/organizer/qorganizeritemobserver.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemobserver.h b/src/organizer/qorganizeritemobserver.h
index adb731568..739dd5484 100644
--- a/src/organizer/qorganizeritemobserver.h
+++ b/src/organizer/qorganizeritemobserver.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemsortorder.cpp b/src/organizer/qorganizeritemsortorder.cpp
index f88dd756b..ca9a8c94e 100644
--- a/src/organizer/qorganizeritemsortorder.cpp
+++ b/src/organizer/qorganizeritemsortorder.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemsortorder.h b/src/organizer/qorganizeritemsortorder.h
index 52160ab82..f6af249a3 100644
--- a/src/organizer/qorganizeritemsortorder.h
+++ b/src/organizer/qorganizeritemsortorder.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizeritemsortorder_p.h b/src/organizer/qorganizeritemsortorder_p.h
index c130eeaf1..77cab5d88 100644
--- a/src/organizer/qorganizeritemsortorder_p.h
+++ b/src/organizer/qorganizeritemsortorder_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizermanager.cpp b/src/organizer/qorganizermanager.cpp
index 343df4d06..c458e1710 100644
--- a/src/organizer/qorganizermanager.cpp
+++ b/src/organizer/qorganizermanager.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizermanager.h b/src/organizer/qorganizermanager.h
index 3097cda88..6df3d2009 100644
--- a/src/organizer/qorganizermanager.h
+++ b/src/organizer/qorganizermanager.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizermanager_p.cpp b/src/organizer/qorganizermanager_p.cpp
index 5313d2d80..644a52410 100644
--- a/src/organizer/qorganizermanager_p.cpp
+++ b/src/organizer/qorganizermanager_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizermanager_p.h b/src/organizer/qorganizermanager_p.h
index 7772a75c8..3995c9ae5 100644
--- a/src/organizer/qorganizermanager_p.h
+++ b/src/organizer/qorganizermanager_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizermanagerengine.cpp b/src/organizer/qorganizermanagerengine.cpp
index 24865bdc7..8dbb9b1d6 100644
--- a/src/organizer/qorganizermanagerengine.cpp
+++ b/src/organizer/qorganizermanagerengine.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizermanagerengine.h b/src/organizer/qorganizermanagerengine.h
index 78079c7dc..00c974c0f 100644
--- a/src/organizer/qorganizermanagerengine.h
+++ b/src/organizer/qorganizermanagerengine.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizermanagerenginefactory.cpp b/src/organizer/qorganizermanagerenginefactory.cpp
index c95003e07..4979fe45d 100644
--- a/src/organizer/qorganizermanagerenginefactory.cpp
+++ b/src/organizer/qorganizermanagerenginefactory.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizermanagerenginefactory.h b/src/organizer/qorganizermanagerenginefactory.h
index fe9959f60..ab4ea997d 100644
--- a/src/organizer/qorganizermanagerenginefactory.h
+++ b/src/organizer/qorganizermanagerenginefactory.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizerrecurrencerule.cpp b/src/organizer/qorganizerrecurrencerule.cpp
index a503d2f23..2d47d9f13 100644
--- a/src/organizer/qorganizerrecurrencerule.cpp
+++ b/src/organizer/qorganizerrecurrencerule.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizerrecurrencerule.h b/src/organizer/qorganizerrecurrencerule.h
index 95518aa43..99d6c2f44 100644
--- a/src/organizer/qorganizerrecurrencerule.h
+++ b/src/organizer/qorganizerrecurrencerule.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/qorganizerrecurrencerule_p.h b/src/organizer/qorganizerrecurrencerule_p.h
index aa90ddac5..8128f5a2f 100644
--- a/src/organizer/qorganizerrecurrencerule_p.h
+++ b/src/organizer/qorganizerrecurrencerule_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizercollectionfetchrequest.cpp b/src/organizer/requests/qorganizercollectionfetchrequest.cpp
index ad4ab15fb..f694e3480 100644
--- a/src/organizer/requests/qorganizercollectionfetchrequest.cpp
+++ b/src/organizer/requests/qorganizercollectionfetchrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizercollectionfetchrequest.h b/src/organizer/requests/qorganizercollectionfetchrequest.h
index 803fe462e..e94d5624b 100644
--- a/src/organizer/requests/qorganizercollectionfetchrequest.h
+++ b/src/organizer/requests/qorganizercollectionfetchrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizercollectionremoverequest.cpp b/src/organizer/requests/qorganizercollectionremoverequest.cpp
index 02159535e..ca56a9e7a 100644
--- a/src/organizer/requests/qorganizercollectionremoverequest.cpp
+++ b/src/organizer/requests/qorganizercollectionremoverequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizercollectionremoverequest.h b/src/organizer/requests/qorganizercollectionremoverequest.h
index ee2398e51..90801709b 100644
--- a/src/organizer/requests/qorganizercollectionremoverequest.h
+++ b/src/organizer/requests/qorganizercollectionremoverequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizercollectionsaverequest.cpp b/src/organizer/requests/qorganizercollectionsaverequest.cpp
index 5cbdedca4..868ae979d 100644
--- a/src/organizer/requests/qorganizercollectionsaverequest.cpp
+++ b/src/organizer/requests/qorganizercollectionsaverequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizercollectionsaverequest.h b/src/organizer/requests/qorganizercollectionsaverequest.h
index a38cd2d54..60800ba30 100644
--- a/src/organizer/requests/qorganizercollectionsaverequest.h
+++ b/src/organizer/requests/qorganizercollectionsaverequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemfetchbyidrequest.cpp b/src/organizer/requests/qorganizeritemfetchbyidrequest.cpp
index d03ed2fda..d074b385d 100644
--- a/src/organizer/requests/qorganizeritemfetchbyidrequest.cpp
+++ b/src/organizer/requests/qorganizeritemfetchbyidrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemfetchbyidrequest.h b/src/organizer/requests/qorganizeritemfetchbyidrequest.h
index ffa5720b1..901ea582f 100644
--- a/src/organizer/requests/qorganizeritemfetchbyidrequest.h
+++ b/src/organizer/requests/qorganizeritemfetchbyidrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemfetchforexportrequest.cpp b/src/organizer/requests/qorganizeritemfetchforexportrequest.cpp
index 416eb433b..4c6d1e11e 100644
--- a/src/organizer/requests/qorganizeritemfetchforexportrequest.cpp
+++ b/src/organizer/requests/qorganizeritemfetchforexportrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemfetchforexportrequest.h b/src/organizer/requests/qorganizeritemfetchforexportrequest.h
index 0f5f199fd..ff64d5219 100644
--- a/src/organizer/requests/qorganizeritemfetchforexportrequest.h
+++ b/src/organizer/requests/qorganizeritemfetchforexportrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemfetchrequest.cpp b/src/organizer/requests/qorganizeritemfetchrequest.cpp
index 672a5161e..ffdd16a51 100644
--- a/src/organizer/requests/qorganizeritemfetchrequest.cpp
+++ b/src/organizer/requests/qorganizeritemfetchrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemfetchrequest.h b/src/organizer/requests/qorganizeritemfetchrequest.h
index 09fe4dab4..a7c51ba5b 100644
--- a/src/organizer/requests/qorganizeritemfetchrequest.h
+++ b/src/organizer/requests/qorganizeritemfetchrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemidfetchrequest.cpp b/src/organizer/requests/qorganizeritemidfetchrequest.cpp
index 709d5e0dd..ac8e39bd1 100644
--- a/src/organizer/requests/qorganizeritemidfetchrequest.cpp
+++ b/src/organizer/requests/qorganizeritemidfetchrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemidfetchrequest.h b/src/organizer/requests/qorganizeritemidfetchrequest.h
index 4260e63b3..ad217e1e4 100644
--- a/src/organizer/requests/qorganizeritemidfetchrequest.h
+++ b/src/organizer/requests/qorganizeritemidfetchrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemoccurrencefetchrequest.cpp b/src/organizer/requests/qorganizeritemoccurrencefetchrequest.cpp
index 6ea3cf628..f31758da5 100644
--- a/src/organizer/requests/qorganizeritemoccurrencefetchrequest.cpp
+++ b/src/organizer/requests/qorganizeritemoccurrencefetchrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemoccurrencefetchrequest.h b/src/organizer/requests/qorganizeritemoccurrencefetchrequest.h
index 0c9bbfbad..d8340de0d 100644
--- a/src/organizer/requests/qorganizeritemoccurrencefetchrequest.h
+++ b/src/organizer/requests/qorganizeritemoccurrencefetchrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemremovebyidrequest.cpp b/src/organizer/requests/qorganizeritemremovebyidrequest.cpp
index d2d03478b..3f19e5ba0 100644
--- a/src/organizer/requests/qorganizeritemremovebyidrequest.cpp
+++ b/src/organizer/requests/qorganizeritemremovebyidrequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemremovebyidrequest.h b/src/organizer/requests/qorganizeritemremovebyidrequest.h
index 722ebbaa0..da4c0b00b 100644
--- a/src/organizer/requests/qorganizeritemremovebyidrequest.h
+++ b/src/organizer/requests/qorganizeritemremovebyidrequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemremoverequest.cpp b/src/organizer/requests/qorganizeritemremoverequest.cpp
index da30d0c67..572eea725 100644
--- a/src/organizer/requests/qorganizeritemremoverequest.cpp
+++ b/src/organizer/requests/qorganizeritemremoverequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemremoverequest.h b/src/organizer/requests/qorganizeritemremoverequest.h
index cdb713af4..145e2bb47 100644
--- a/src/organizer/requests/qorganizeritemremoverequest.h
+++ b/src/organizer/requests/qorganizeritemremoverequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemrequests.h b/src/organizer/requests/qorganizeritemrequests.h
index 188c90c50..843084473 100644
--- a/src/organizer/requests/qorganizeritemrequests.h
+++ b/src/organizer/requests/qorganizeritemrequests.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemrequests_p.h b/src/organizer/requests/qorganizeritemrequests_p.h
index 0cc9bd3dd..58c196f77 100644
--- a/src/organizer/requests/qorganizeritemrequests_p.h
+++ b/src/organizer/requests/qorganizeritemrequests_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemsaverequest.cpp b/src/organizer/requests/qorganizeritemsaverequest.cpp
index 8432d962f..ccd6e9827 100644
--- a/src/organizer/requests/qorganizeritemsaverequest.cpp
+++ b/src/organizer/requests/qorganizeritemsaverequest.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/organizer/requests/qorganizeritemsaverequest.h b/src/organizer/requests/qorganizeritemsaverequest.h
index a6ae723de..47e8b43b2 100644
--- a/src/organizer/requests/qorganizeritemsaverequest.h
+++ b/src/organizer/requests/qorganizeritemsaverequest.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/plugins/contacts/memory/qcontactmemorybackend.cpp b/src/plugins/contacts/memory/qcontactmemorybackend.cpp
index c7be8ec59..634497d1f 100644
--- a/src/plugins/contacts/memory/qcontactmemorybackend.cpp
+++ b/src/plugins/contacts/memory/qcontactmemorybackend.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/plugins/contacts/memory/qcontactmemorybackend_p.h b/src/plugins/contacts/memory/qcontactmemorybackend_p.h
index 8dadf3814..c4d164e31 100644
--- a/src/plugins/contacts/memory/qcontactmemorybackend_p.h
+++ b/src/plugins/contacts/memory/qcontactmemorybackend_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtContacts module of the Qt Toolkit.
diff --git a/src/plugins/contacts/serviceactionmanager/qcontactactionservicemanager_p.cpp b/src/plugins/contacts/serviceactionmanager/qcontactactionservicemanager_p.cpp
index c199cf844..f261794b5 100644
--- a/src/plugins/contacts/serviceactionmanager/qcontactactionservicemanager_p.cpp
+++ b/src/plugins/contacts/serviceactionmanager/qcontactactionservicemanager_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/src/plugins/contacts/serviceactionmanager/qcontactactionservicemanager_p.h b/src/plugins/contacts/serviceactionmanager/qcontactactionservicemanager_p.h
index caa55fadb..598befd74 100644
--- a/src/plugins/contacts/serviceactionmanager/qcontactactionservicemanager_p.h
+++ b/src/plugins/contacts/serviceactionmanager/qcontactactionservicemanager_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/src/plugins/organizer/memory/qorganizeritemmemorybackend.cpp b/src/plugins/organizer/memory/qorganizeritemmemorybackend.cpp
index 5ab1a3b9e..4856cd5a2 100644
--- a/src/plugins/organizer/memory/qorganizeritemmemorybackend.cpp
+++ b/src/plugins/organizer/memory/qorganizeritemmemorybackend.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/plugins/organizer/memory/qorganizeritemmemorybackend_p.h b/src/plugins/organizer/memory/qorganizeritemmemorybackend_p.h
index 650d5309d..89066e93c 100644
--- a/src/plugins/organizer/memory/qorganizeritemmemorybackend_p.h
+++ b/src/plugins/organizer/memory/qorganizeritemmemorybackend_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/plugins/organizer/skeleton/qorganizerskeleton.cpp b/src/plugins/organizer/skeleton/qorganizerskeleton.cpp
index f60fed9c7..7a7ba7ab4 100644
--- a/src/plugins/organizer/skeleton/qorganizerskeleton.cpp
+++ b/src/plugins/organizer/skeleton/qorganizerskeleton.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/plugins/organizer/skeleton/qorganizerskeleton_p.h b/src/plugins/organizer/skeleton/qorganizerskeleton_p.h
index 26390c5f0..4814c1c96 100644
--- a/src/plugins/organizer/skeleton/qorganizerskeleton_p.h
+++ b/src/plugins/organizer/skeleton/qorganizerskeleton_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtOrganizer module of the Qt Toolkit.
diff --git a/src/plugins/versit/backuphandler/backupvcardhandler.cpp b/src/plugins/versit/backuphandler/backupvcardhandler.cpp
index 3c42b9d7d..24fc503d9 100644
--- a/src/plugins/versit/backuphandler/backupvcardhandler.cpp
+++ b/src/plugins/versit/backuphandler/backupvcardhandler.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/plugins/versit/backuphandler/backupvcardhandler.h b/src/plugins/versit/backuphandler/backupvcardhandler.h
index b67db5693..d8330f0fe 100644
--- a/src/plugins/versit/backuphandler/backupvcardhandler.h
+++ b/src/plugins/versit/backuphandler/backupvcardhandler.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/plugins/versit/vcardpreserver/vcardpreserver.cpp b/src/plugins/versit/vcardpreserver/vcardpreserver.cpp
index 5ef849d64..ee8517d94 100644
--- a/src/plugins/versit/vcardpreserver/vcardpreserver.cpp
+++ b/src/plugins/versit/vcardpreserver/vcardpreserver.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/plugins/versit/vcardpreserver/vcardpreserver.h b/src/plugins/versit/vcardpreserver/vcardpreserver.h
index 3bedb1286..c225941ad 100644
--- a/src/plugins/versit/vcardpreserver/vcardpreserver.h
+++ b/src/plugins/versit/vcardpreserver/vcardpreserver.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/doc/snippets/doc_src_qtversit.cpp b/src/versit/doc/snippets/doc_src_qtversit.cpp
index 23e2cf46c..e83f16574 100644
--- a/src/versit/doc/snippets/doc_src_qtversit.cpp
+++ b/src/versit/doc/snippets/doc_src_qtversit.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
diff --git a/src/versit/doc/snippets/qtversitdocsample/qtversitdocsample.cpp b/src/versit/doc/snippets/qtversitdocsample/qtversitdocsample.cpp
index 9dc3d573b..31148bb27 100644
--- a/src/versit/doc/snippets/qtversitdocsample/qtversitdocsample.cpp
+++ b/src/versit/doc/snippets/qtversitdocsample/qtversitdocsample.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
diff --git a/src/versit/doc/src/vcardsupport.qdoc b/src/versit/doc/src/vcardsupport.qdoc
index caef523be..3506f1ac6 100644
--- a/src/versit/doc/src/vcardsupport.qdoc
+++ b/src/versit/doc/src/vcardsupport.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/versit/doc/src/versit-index.qdoc b/src/versit/doc/src/versit-index.qdoc
index 09853f81d..aab81087a 100644
--- a/src/versit/doc/src/versit-index.qdoc
+++ b/src/versit/doc/src/versit-index.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt Toolkit.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/versit/doc/src/versit.qdoc b/src/versit/doc/src/versit.qdoc
index 1ff13b926..36ec29060 100644
--- a/src/versit/doc/src/versit.qdoc
+++ b/src/versit/doc/src/versit.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/versit/doc/src/versitclasses.qdoc b/src/versit/doc/src/versitclasses.qdoc
index 7816542dc..9de555484 100644
--- a/src/versit/doc/src/versitclasses.qdoc
+++ b/src/versit/doc/src/versitclasses.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/versit/doc/src/versitplugins.qdoc b/src/versit/doc/src/versitplugins.qdoc
index 2c000a8a5..5df1d1d7c 100644
--- a/src/versit/doc/src/versitplugins.qdoc
+++ b/src/versit/doc/src/versitplugins.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the documentation of the Qt PIM Module.
@@ -21,7 +21,6 @@
** this file. Please review the following information to ensure
** the GNU Free Documentation License version 1.3 requirements
** will be met: http://www.gnu.org/copyleft/fdl.html.
-**
** $QT_END_LICENSE$
**
****************************************************************************/
diff --git a/src/versit/qvcard21writer.cpp b/src/versit/qvcard21writer.cpp
index b3150d542..4f526aeac 100644
--- a/src/versit/qvcard21writer.cpp
+++ b/src/versit/qvcard21writer.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qvcard21writer_p.h b/src/versit/qvcard21writer_p.h
index 2f1475677..e91d824e0 100644
--- a/src/versit/qvcard21writer_p.h
+++ b/src/versit/qvcard21writer_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qvcard30writer.cpp b/src/versit/qvcard30writer.cpp
index 2760eb364..7db002794 100644
--- a/src/versit/qvcard30writer.cpp
+++ b/src/versit/qvcard30writer.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qvcard30writer_p.h b/src/versit/qvcard30writer_p.h
index 37cc5f852..6ad62b3bd 100644
--- a/src/versit/qvcard30writer_p.h
+++ b/src/versit/qvcard30writer_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qvcardrestorehandler_p.cpp b/src/versit/qvcardrestorehandler_p.cpp
index 1bb4e104a..2ebe0ed47 100644
--- a/src/versit/qvcardrestorehandler_p.cpp
+++ b/src/versit/qvcardrestorehandler_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qvcardrestorehandler_p.h b/src/versit/qvcardrestorehandler_p.h
index e0d57b9fa..8657007e4 100644
--- a/src/versit/qvcardrestorehandler_p.h
+++ b/src/versit/qvcardrestorehandler_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitcontactexporter.cpp b/src/versit/qversitcontactexporter.cpp
index f639d148d..ddde5d299 100644
--- a/src/versit/qversitcontactexporter.cpp
+++ b/src/versit/qversitcontactexporter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitcontactexporter.h b/src/versit/qversitcontactexporter.h
index 9066fb7c4..1916045f0 100644
--- a/src/versit/qversitcontactexporter.h
+++ b/src/versit/qversitcontactexporter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitcontactexporter_p.cpp b/src/versit/qversitcontactexporter_p.cpp
index 18c0a6e14..673086751 100644
--- a/src/versit/qversitcontactexporter_p.cpp
+++ b/src/versit/qversitcontactexporter_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitcontactexporter_p.h b/src/versit/qversitcontactexporter_p.h
index 0bd1bd2c7..5039ad224 100644
--- a/src/versit/qversitcontactexporter_p.h
+++ b/src/versit/qversitcontactexporter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitcontacthandler.cpp b/src/versit/qversitcontacthandler.cpp
index 5887ec11c..150a11dfc 100644
--- a/src/versit/qversitcontacthandler.cpp
+++ b/src/versit/qversitcontacthandler.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitcontacthandler.h b/src/versit/qversitcontacthandler.h
index 3fe1ea1ee..6ffadd3c4 100644
--- a/src/versit/qversitcontacthandler.h
+++ b/src/versit/qversitcontacthandler.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitcontactimporter.cpp b/src/versit/qversitcontactimporter.cpp
index 36c5f581e..eefd0f691 100644
--- a/src/versit/qversitcontactimporter.cpp
+++ b/src/versit/qversitcontactimporter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitcontactimporter.h b/src/versit/qversitcontactimporter.h
index fd4b52b86..5a7781cee 100644
--- a/src/versit/qversitcontactimporter.h
+++ b/src/versit/qversitcontactimporter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitcontactimporter_p.cpp b/src/versit/qversitcontactimporter_p.cpp
index 8de554c20..e72787bdc 100644
--- a/src/versit/qversitcontactimporter_p.cpp
+++ b/src/versit/qversitcontactimporter_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitcontactimporter_p.h b/src/versit/qversitcontactimporter_p.h
index 18d10bbcd..6b1a9478f 100644
--- a/src/versit/qversitcontactimporter_p.h
+++ b/src/versit/qversitcontactimporter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitcontactpluginloader_p.cpp b/src/versit/qversitcontactpluginloader_p.cpp
index 83c799e09..eba1b6770 100644
--- a/src/versit/qversitcontactpluginloader_p.cpp
+++ b/src/versit/qversitcontactpluginloader_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitcontactpluginloader_p.h b/src/versit/qversitcontactpluginloader_p.h
index 9e3a30757..070e47a25 100644
--- a/src/versit/qversitcontactpluginloader_p.h
+++ b/src/versit/qversitcontactpluginloader_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitcontactsdefs_p.h b/src/versit/qversitcontactsdefs_p.h
index f3c0c71e7..11da87d15 100644
--- a/src/versit/qversitcontactsdefs_p.h
+++ b/src/versit/qversitcontactsdefs_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitdefs_p.h b/src/versit/qversitdefs_p.h
index 634177654..f5100441d 100644
--- a/src/versit/qversitdefs_p.h
+++ b/src/versit/qversitdefs_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitdocument.cpp b/src/versit/qversitdocument.cpp
index 5f7cf4e06..4e30f5edd 100644
--- a/src/versit/qversitdocument.cpp
+++ b/src/versit/qversitdocument.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitdocument.h b/src/versit/qversitdocument.h
index cbcf18d48..34162701d 100644
--- a/src/versit/qversitdocument.h
+++ b/src/versit/qversitdocument.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitdocument_p.cpp b/src/versit/qversitdocument_p.cpp
index 66df367b9..911d04cbe 100644
--- a/src/versit/qversitdocument_p.cpp
+++ b/src/versit/qversitdocument_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitdocument_p.h b/src/versit/qversitdocument_p.h
index f296a32e3..1a949ead0 100644
--- a/src/versit/qversitdocument_p.h
+++ b/src/versit/qversitdocument_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitdocumentwriter_p.cpp b/src/versit/qversitdocumentwriter_p.cpp
index 1cf1e20b6..edeca4e88 100644
--- a/src/versit/qversitdocumentwriter_p.cpp
+++ b/src/versit/qversitdocumentwriter_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitdocumentwriter_p.h b/src/versit/qversitdocumentwriter_p.h
index 0e5b25be7..4626b0aa6 100644
--- a/src/versit/qversitdocumentwriter_p.h
+++ b/src/versit/qversitdocumentwriter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitglobal.h b/src/versit/qversitglobal.h
index d1b52f20e..171da95b4 100644
--- a/src/versit/qversitglobal.h
+++ b/src/versit/qversitglobal.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPIM module of the Qt Toolkit.
diff --git a/src/versit/qversitpluginsearch_p.h b/src/versit/qversitpluginsearch_p.h
index b6cb71120..451a88495 100644
--- a/src/versit/qversitpluginsearch_p.h
+++ b/src/versit/qversitpluginsearch_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitproperty.cpp b/src/versit/qversitproperty.cpp
index 940c9e1e1..70607ebce 100644
--- a/src/versit/qversitproperty.cpp
+++ b/src/versit/qversitproperty.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitproperty.h b/src/versit/qversitproperty.h
index 83cbacf4c..88af266b6 100644
--- a/src/versit/qversitproperty.h
+++ b/src/versit/qversitproperty.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitproperty_p.h b/src/versit/qversitproperty_p.h
index 2a888bbd2..17704d9b3 100644
--- a/src/versit/qversitproperty_p.h
+++ b/src/versit/qversitproperty_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitreader.cpp b/src/versit/qversitreader.cpp
index db4ac397f..1c8ccb2bc 100644
--- a/src/versit/qversitreader.cpp
+++ b/src/versit/qversitreader.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitreader.h b/src/versit/qversitreader.h
index edee2ea32..23caee746 100644
--- a/src/versit/qversitreader.h
+++ b/src/versit/qversitreader.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitreader_p.cpp b/src/versit/qversitreader_p.cpp
index 6b9bbeeb3..d7ed66294 100644
--- a/src/versit/qversitreader_p.cpp
+++ b/src/versit/qversitreader_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitreader_p.h b/src/versit/qversitreader_p.h
index 047d0ad6f..5705a6896 100644
--- a/src/versit/qversitreader_p.h
+++ b/src/versit/qversitreader_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitresourcehandler.cpp b/src/versit/qversitresourcehandler.cpp
index bb701fd12..3509b3ddc 100644
--- a/src/versit/qversitresourcehandler.cpp
+++ b/src/versit/qversitresourcehandler.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitresourcehandler.h b/src/versit/qversitresourcehandler.h
index 07defcac3..68d4a8f91 100644
--- a/src/versit/qversitresourcehandler.h
+++ b/src/versit/qversitresourcehandler.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitutils.cpp b/src/versit/qversitutils.cpp
index daa2a5feb..e042bac07 100644
--- a/src/versit/qversitutils.cpp
+++ b/src/versit/qversitutils.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitutils_p.h b/src/versit/qversitutils_p.h
index b5679cbac..1f51259f9 100644
--- a/src/versit/qversitutils_p.h
+++ b/src/versit/qversitutils_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitwriter.cpp b/src/versit/qversitwriter.cpp
index a614c5292..751b7f510 100644
--- a/src/versit/qversitwriter.cpp
+++ b/src/versit/qversitwriter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitwriter.h b/src/versit/qversitwriter.h
index 8fe93989b..629e210fa 100644
--- a/src/versit/qversitwriter.h
+++ b/src/versit/qversitwriter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitwriter_p.cpp b/src/versit/qversitwriter_p.cpp
index b04dfa6d9..5b3319406 100644
--- a/src/versit/qversitwriter_p.cpp
+++ b/src/versit/qversitwriter_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versit/qversitwriter_p.h b/src/versit/qversitwriter_p.h
index 147bceb18..12691f22b 100644
--- a/src/versit/qversitwriter_p.h
+++ b/src/versit/qversitwriter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersit module of the Qt Toolkit.
diff --git a/src/versitorganizer/qtimezones_p.cpp b/src/versitorganizer/qtimezones_p.cpp
index bc762716a..3e8b7d01d 100644
--- a/src/versitorganizer/qtimezones_p.cpp
+++ b/src/versitorganizer/qtimezones_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qtimezones_p.h b/src/versitorganizer/qtimezones_p.h
index ecad000ce..6e903f59b 100644
--- a/src/versitorganizer/qtimezones_p.h
+++ b/src/versitorganizer/qtimezones_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerdefs_p.h b/src/versitorganizer/qversitorganizerdefs_p.h
index 4c8038bad..215bc146a 100644
--- a/src/versitorganizer/qversitorganizerdefs_p.h
+++ b/src/versitorganizer/qversitorganizerdefs_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerexporter.cpp b/src/versitorganizer/qversitorganizerexporter.cpp
index 20d77f373..7468e2e9d 100644
--- a/src/versitorganizer/qversitorganizerexporter.cpp
+++ b/src/versitorganizer/qversitorganizerexporter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerexporter.h b/src/versitorganizer/qversitorganizerexporter.h
index c8761ecba..09d450086 100644
--- a/src/versitorganizer/qversitorganizerexporter.h
+++ b/src/versitorganizer/qversitorganizerexporter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerexporter_p.cpp b/src/versitorganizer/qversitorganizerexporter_p.cpp
index 5c589e74b..3a62bab86 100644
--- a/src/versitorganizer/qversitorganizerexporter_p.cpp
+++ b/src/versitorganizer/qversitorganizerexporter_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerexporter_p.h b/src/versitorganizer/qversitorganizerexporter_p.h
index 814d76f77..f86058ea9 100644
--- a/src/versitorganizer/qversitorganizerexporter_p.h
+++ b/src/versitorganizer/qversitorganizerexporter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerglobal.h b/src/versitorganizer/qversitorganizerglobal.h
index 9baf11eb8..1eadf7f39 100644
--- a/src/versitorganizer/qversitorganizerglobal.h
+++ b/src/versitorganizer/qversitorganizerglobal.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPIM module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerhandler.cpp b/src/versitorganizer/qversitorganizerhandler.cpp
index bc1004fb5..cde2e10c7 100644
--- a/src/versitorganizer/qversitorganizerhandler.cpp
+++ b/src/versitorganizer/qversitorganizerhandler.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerhandler.h b/src/versitorganizer/qversitorganizerhandler.h
index f1d9ada32..846ec6939 100644
--- a/src/versitorganizer/qversitorganizerhandler.h
+++ b/src/versitorganizer/qversitorganizerhandler.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerimporter.cpp b/src/versitorganizer/qversitorganizerimporter.cpp
index a800a54a9..9fadf3fa0 100644
--- a/src/versitorganizer/qversitorganizerimporter.cpp
+++ b/src/versitorganizer/qversitorganizerimporter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerimporter.h b/src/versitorganizer/qversitorganizerimporter.h
index 99fc1efd2..f9187563f 100644
--- a/src/versitorganizer/qversitorganizerimporter.h
+++ b/src/versitorganizer/qversitorganizerimporter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerimporter_p.cpp b/src/versitorganizer/qversitorganizerimporter_p.cpp
index 5d1589cb2..462513e99 100644
--- a/src/versitorganizer/qversitorganizerimporter_p.cpp
+++ b/src/versitorganizer/qversitorganizerimporter_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerimporter_p.h b/src/versitorganizer/qversitorganizerimporter_p.h
index d31179320..e8afc7a12 100644
--- a/src/versitorganizer/qversitorganizerimporter_p.h
+++ b/src/versitorganizer/qversitorganizerimporter_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerpluginloader_p.cpp b/src/versitorganizer/qversitorganizerpluginloader_p.cpp
index f1b5a3293..a8513f1d8 100644
--- a/src/versitorganizer/qversitorganizerpluginloader_p.cpp
+++ b/src/versitorganizer/qversitorganizerpluginloader_p.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerpluginloader_p.h b/src/versitorganizer/qversitorganizerpluginloader_p.h
index adbfe463e..52aee810a 100644
--- a/src/versitorganizer/qversitorganizerpluginloader_p.h
+++ b/src/versitorganizer/qversitorganizerpluginloader_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversitorganizerpluginsearch_p.h b/src/versitorganizer/qversitorganizerpluginsearch_p.h
index 92125ce8b..19336c645 100644
--- a/src/versitorganizer/qversitorganizerpluginsearch_p.h
+++ b/src/versitorganizer/qversitorganizerpluginsearch_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/src/versitorganizer/qversittimezonehandler.h b/src/versitorganizer/qversittimezonehandler.h
index be83cbfe2..0c92613d3 100644
--- a/src/versitorganizer/qversittimezonehandler.h
+++ b/src/versitorganizer/qversittimezonehandler.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtVersitOrganizer module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontact/tst_qcontact.cpp b/tests/auto/contacts/qcontact/tst_qcontact.cpp
index a8479be21..87354dc23 100644
--- a/tests/auto/contacts/qcontact/tst_qcontact.cpp
+++ b/tests/auto/contacts/qcontact/tst_qcontact.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactactions/multiaction/multiaction.cpp b/tests/auto/contacts/qcontactactions/multiaction/multiaction.cpp
index 6017bfd48..1ce322280 100644
--- a/tests/auto/contacts/qcontactactions/multiaction/multiaction.cpp
+++ b/tests/auto/contacts/qcontactactions/multiaction/multiaction.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactactions/multiaction/multiaction_p.h b/tests/auto/contacts/qcontactactions/multiaction/multiaction_p.h
index f7bbc7839..d6d26aad5 100644
--- a/tests/auto/contacts/qcontactactions/multiaction/multiaction_p.h
+++ b/tests/auto/contacts/qcontactactions/multiaction/multiaction_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactactions/sendemailaction/sendemailaction.cpp b/tests/auto/contacts/qcontactactions/sendemailaction/sendemailaction.cpp
index 9a3acc2e9..42b344cfd 100644
--- a/tests/auto/contacts/qcontactactions/sendemailaction/sendemailaction.cpp
+++ b/tests/auto/contacts/qcontactactions/sendemailaction/sendemailaction.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactactions/sendemailaction/sendemailaction_p.h b/tests/auto/contacts/qcontactactions/sendemailaction/sendemailaction_p.h
index 01563318d..96a3d8ea8 100644
--- a/tests/auto/contacts/qcontactactions/sendemailaction/sendemailaction_p.h
+++ b/tests/auto/contacts/qcontactactions/sendemailaction/sendemailaction_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactactions/unittest/tst_qcontactactions.cpp b/tests/auto/contacts/qcontactactions/unittest/tst_qcontactactions.cpp
index 5bc59a504..17d546889 100644
--- a/tests/auto/contacts/qcontactactions/unittest/tst_qcontactactions.cpp
+++ b/tests/auto/contacts/qcontactactions/unittest/tst_qcontactactions.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactasync/maliciousplugin/maliciousplugin.cpp b/tests/auto/contacts/qcontactasync/maliciousplugin/maliciousplugin.cpp
index f6218532d..21703ee14 100644
--- a/tests/auto/contacts/qcontactasync/maliciousplugin/maliciousplugin.cpp
+++ b/tests/auto/contacts/qcontactasync/maliciousplugin/maliciousplugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactasync/maliciousplugin/maliciousplugin_p.h b/tests/auto/contacts/qcontactasync/maliciousplugin/maliciousplugin_p.h
index 399d660b9..01fa5b75e 100644
--- a/tests/auto/contacts/qcontactasync/maliciousplugin/maliciousplugin_p.h
+++ b/tests/auto/contacts/qcontactasync/maliciousplugin/maliciousplugin_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactasync/unittest/tst_qcontactasync.cpp b/tests/auto/contacts/qcontactasync/unittest/tst_qcontactasync.cpp
index a40fc5dac..aee5002ce 100644
--- a/tests/auto/contacts/qcontactasync/unittest/tst_qcontactasync.cpp
+++ b/tests/auto/contacts/qcontactasync/unittest/tst_qcontactasync.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactcollection/tst_qcontactcollection.cpp b/tests/auto/contacts/qcontactcollection/tst_qcontactcollection.cpp
index e598306f0..8717af30e 100644
--- a/tests/auto/contacts/qcontactcollection/tst_qcontactcollection.cpp
+++ b/tests/auto/contacts/qcontactcollection/tst_qcontactcollection.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/tests/auto/contacts/qcontactdetail/tst_qcontactdetail.cpp b/tests/auto/contacts/qcontactdetail/tst_qcontactdetail.cpp
index 8854d14e8..5fb75b6e0 100644
--- a/tests/auto/contacts/qcontactdetail/tst_qcontactdetail.cpp
+++ b/tests/auto/contacts/qcontactdetail/tst_qcontactdetail.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactdetails/tst_qcontactdetails.cpp b/tests/auto/contacts/qcontactdetails/tst_qcontactdetails.cpp
index 42c93aaa5..23740abf8 100644
--- a/tests/auto/contacts/qcontactdetails/tst_qcontactdetails.cpp
+++ b/tests/auto/contacts/qcontactdetails/tst_qcontactdetails.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactfilter/tst_qcontactfilter.cpp b/tests/auto/contacts/qcontactfilter/tst_qcontactfilter.cpp
index 0938c17a5..73c7e3b9c 100644
--- a/tests/auto/contacts/qcontactfilter/tst_qcontactfilter.cpp
+++ b/tests/auto/contacts/qcontactfilter/tst_qcontactfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmanager/tst_qcontactmanager.cpp b/tests/auto/contacts/qcontactmanager/tst_qcontactmanager.cpp
index e483d6955..00a9420eb 100644
--- a/tests/auto/contacts/qcontactmanager/tst_qcontactmanager.cpp
+++ b/tests/auto/contacts/qcontactmanager/tst_qcontactmanager.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmanagerdataholder.h b/tests/auto/contacts/qcontactmanagerdataholder.h
index 7ce73416e..ac7666f33 100644
--- a/tests/auto/contacts/qcontactmanagerdataholder.h
+++ b/tests/auto/contacts/qcontactmanagerdataholder.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmanagerdetails/tst_qcontactmanagerdetails.cpp b/tests/auto/contacts/qcontactmanagerdetails/tst_qcontactmanagerdetails.cpp
index 6c44462b9..e89f877ed 100644
--- a/tests/auto/contacts/qcontactmanagerdetails/tst_qcontactmanagerdetails.cpp
+++ b/tests/auto/contacts/qcontactmanagerdetails/tst_qcontactmanagerdetails.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmanagerfiltering/testactions/booleanaction/booleanaction_p.h b/tests/auto/contacts/qcontactmanagerfiltering/testactions/booleanaction/booleanaction_p.h
index 5fdaf876d..f0c0066f7 100644
--- a/tests/auto/contacts/qcontactmanagerfiltering/testactions/booleanaction/booleanaction_p.h
+++ b/tests/auto/contacts/qcontactmanagerfiltering/testactions/booleanaction/booleanaction_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmanagerfiltering/testactions/dateaction/dateaction_p.h b/tests/auto/contacts/qcontactmanagerfiltering/testactions/dateaction/dateaction_p.h
index e8595c61f..b19c83131 100644
--- a/tests/auto/contacts/qcontactmanagerfiltering/testactions/dateaction/dateaction_p.h
+++ b/tests/auto/contacts/qcontactmanagerfiltering/testactions/dateaction/dateaction_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmanagerfiltering/testactions/integeraction/integeraction_p.h b/tests/auto/contacts/qcontactmanagerfiltering/testactions/integeraction/integeraction_p.h
index d565e49bd..119d672b8 100644
--- a/tests/auto/contacts/qcontactmanagerfiltering/testactions/integeraction/integeraction_p.h
+++ b/tests/auto/contacts/qcontactmanagerfiltering/testactions/integeraction/integeraction_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmanagerfiltering/testactions/numberaction/numberaction_p.h b/tests/auto/contacts/qcontactmanagerfiltering/testactions/numberaction/numberaction_p.h
index 1f0e4678c..0a9560b56 100644
--- a/tests/auto/contacts/qcontactmanagerfiltering/testactions/numberaction/numberaction_p.h
+++ b/tests/auto/contacts/qcontactmanagerfiltering/testactions/numberaction/numberaction_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmanagerfiltering/testactions/phonenumberaction/phonenumberaction_p.h b/tests/auto/contacts/qcontactmanagerfiltering/testactions/phonenumberaction/phonenumberaction_p.h
index d754d224e..8354918d2 100644
--- a/tests/auto/contacts/qcontactmanagerfiltering/testactions/phonenumberaction/phonenumberaction_p.h
+++ b/tests/auto/contacts/qcontactmanagerfiltering/testactions/phonenumberaction/phonenumberaction_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmanagerfiltering/unittest/tst_qcontactmanagerfiltering.cpp b/tests/auto/contacts/qcontactmanagerfiltering/unittest/tst_qcontactmanagerfiltering.cpp
index 9d7b5f1e5..803cd5323 100644
--- a/tests/auto/contacts/qcontactmanagerfiltering/unittest/tst_qcontactmanagerfiltering.cpp
+++ b/tests/auto/contacts/qcontactmanagerfiltering/unittest/tst_qcontactmanagerfiltering.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmanagerplugins/dummyotherplugin/dummyotherplugin.cpp b/tests/auto/contacts/qcontactmanagerplugins/dummyotherplugin/dummyotherplugin.cpp
index 1d72bd8a5..6585b1f91 100644
--- a/tests/auto/contacts/qcontactmanagerplugins/dummyotherplugin/dummyotherplugin.cpp
+++ b/tests/auto/contacts/qcontactmanagerplugins/dummyotherplugin/dummyotherplugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmanagerplugins/dummyplugin/dummyplugin.cpp b/tests/auto/contacts/qcontactmanagerplugins/dummyplugin/dummyplugin.cpp
index c92dd7120..292782aa9 100644
--- a/tests/auto/contacts/qcontactmanagerplugins/dummyplugin/dummyplugin.cpp
+++ b/tests/auto/contacts/qcontactmanagerplugins/dummyplugin/dummyplugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmanagerplugins/dummyplugin/dummyplugin.h b/tests/auto/contacts/qcontactmanagerplugins/dummyplugin/dummyplugin.h
index 36835f8d8..ec8d2fbfb 100644
--- a/tests/auto/contacts/qcontactmanagerplugins/dummyplugin/dummyplugin.h
+++ b/tests/auto/contacts/qcontactmanagerplugins/dummyplugin/dummyplugin.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmanagerplugins/unittest/tst_qcontactmanagerplugins.cpp b/tests/auto/contacts/qcontactmanagerplugins/unittest/tst_qcontactmanagerplugins.cpp
index a322010b1..963f00e7f 100644
--- a/tests/auto/contacts/qcontactmanagerplugins/unittest/tst_qcontactmanagerplugins.cpp
+++ b/tests/auto/contacts/qcontactmanagerplugins/unittest/tst_qcontactmanagerplugins.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactmemusage/tst_qcontactmemusage.cpp b/tests/auto/contacts/qcontactmemusage/tst_qcontactmemusage.cpp
index 65eaeb712..e5b333c53 100644
--- a/tests/auto/contacts/qcontactmemusage/tst_qcontactmemusage.cpp
+++ b/tests/auto/contacts/qcontactmemusage/tst_qcontactmemusage.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactrelationship/tst_qcontactrelationship.cpp b/tests/auto/contacts/qcontactrelationship/tst_qcontactrelationship.cpp
index b71acdf08..dae21c4c7 100644
--- a/tests/auto/contacts/qcontactrelationship/tst_qcontactrelationship.cpp
+++ b/tests/auto/contacts/qcontactrelationship/tst_qcontactrelationship.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qcontactsortorder/tst_qcontactsortorder.cpp b/tests/auto/contacts/qcontactsortorder/tst_qcontactsortorder.cpp
index bd0ff7756..1312dd5da 100644
--- a/tests/auto/contacts/qcontactsortorder/tst_qcontactsortorder.cpp
+++ b/tests/auto/contacts/qcontactsortorder/tst_qcontactsortorder.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qdeclarativecontact/tst_qdeclarativecontact.cpp b/tests/auto/contacts/qdeclarativecontact/tst_qdeclarativecontact.cpp
index 3533fb8ff..a1659e634 100644
--- a/tests/auto/contacts/qdeclarativecontact/tst_qdeclarativecontact.cpp
+++ b/tests/auto/contacts/qdeclarativecontact/tst_qdeclarativecontact.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/ContactsSavingTestCase.qml b/tests/auto/contacts/qmlcontacts/testcases/ContactsSavingTestCase.qml
index f6309b687..dc9a004dd 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/ContactsSavingTestCase.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/ContactsSavingTestCase.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/ContactsSignalingTestCase.qml b/tests/auto/contacts/qmlcontacts/testcases/ContactsSignalingTestCase.qml
index f0a7b23ee..fa52a258e 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/ContactsSignalingTestCase.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/ContactsSignalingTestCase.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/ContactsTestConfiguration.qml b/tests/auto/contacts/qmlcontacts/testcases/ContactsTestConfiguration.qml
index 2a31b19a9..8dc885a46 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/ContactsTestConfiguration.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/ContactsTestConfiguration.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/ContactsTestHelper.qml b/tests/auto/contacts/qmlcontacts/testcases/ContactsTestHelper.qml
index 239edfc57..2e7577adc 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/ContactsTestHelper.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/ContactsTestHelper.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_add_detail.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_add_detail.qml
index 49d69fe63..18e6a6fbd 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_add_detail.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_add_detail.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_addresses.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_addresses.qml
index 076214e57..0aaed7b9f 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_addresses.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_addresses.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_collection_filter.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_collection_filter.qml
index 4aa08b66b..679a3eec2 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_collection_filter.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_collection_filter.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Copyright (C) 2015 Canonical Ltd
** Contact: http://www.qt.io/licensing/
**
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_detail_access.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_detail_access.qml
index 1ff046597..920179d21 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_detail_access.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_detail_access.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_emails.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_emails.qml
index d1576f751..6b77eba52 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_emails.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_emails.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_extendeddetails.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_extendeddetails.qml
index 541083e88..cad2d56df 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_extendeddetails.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_extendeddetails.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_modification.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_modification.qml
index 863816e1a..c4905d88c 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_modification.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_modification.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_organizations.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_organizations.qml
index 923eb0656..20beaa0e2 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_organizations.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_organizations.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_phonenumbers.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_phonenumbers.qml
index 5d6bdf097..699afbae3 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_phonenumbers.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_phonenumbers.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_remove_detail.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_remove_detail.qml
index f697bb456..3d80f8e9e 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_remove_detail.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_remove_detail.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_signals.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_signals.qml
index a10dceae5..a6f4f13c3 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_signals.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_signals.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_urls.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_urls.qml
index c2b964b05..cb623e800 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contact_urls.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contact_urls.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contactdetail.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contactdetail.qml
index f4836ffa9..b81f4d33d 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contactdetail.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contactdetail.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contactmodel_signals.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contactmodel_signals.qml
index 2baecb091..3c7f72418 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contactmodel_signals.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contactmodel_signals.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contactrelationship.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contactrelationship.qml
index 21eedbeb9..a6b358548 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contactrelationship.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contactrelationship.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_clear_details_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_clear_details_e2e.qml
index 35fcaddd6..0572cf8c5 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_clear_details_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_clear_details_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_details_saving_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_details_saving_e2e.qml
index ec9b69182..ca0136653 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_details_saving_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_details_saving_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_e2e.qml
index 7f959f90b..3e09ccf9e 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_details_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_details_e2e.qml
index 5f46a3a9f..94eb29040 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_details_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_details_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_e2e.qml
index 990c5deef..d015e6ba8 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_signaling_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_signaling_e2e.qml
index 409583be8..01f8e74d5 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_signaling_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_export_import_signaling_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_extended_detail_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_extended_detail_e2e.qml
index 8816e1c16..1f4af1258 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_extended_detail_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_extended_detail_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_fetch_contacts_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_fetch_contacts_e2e.qml
index daccff16e..b24c0cd87 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_fetch_contacts_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_fetch_contacts_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_filtering_by_detail_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_filtering_by_detail_e2e.qml
index 05e071886..624970fa9 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_filtering_by_detail_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_filtering_by_detail_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_filtering_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_filtering_e2e.qml
index 8ba2b3661..65efbe65c 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_filtering_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_filtering_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_intersection_filter_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_intersection_filter_e2e.qml
index 9dfe8af0a..bba6fc63b 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_intersection_filter_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_intersection_filter_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_model_to_model_notification_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_model_to_model_notification_e2e.qml
index 7b92670b6..2dd88f349 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_model_to_model_notification_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_model_to_model_notification_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_remove_contacts_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_remove_contacts_e2e.qml
index bf1afbd80..0669f9b6d 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_remove_contacts_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_remove_contacts_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_remove_detail_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_remove_detail_e2e.qml
index 830d12ec3..fec64ad1c 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_remove_detail_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_remove_detail_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_save_contact_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_save_contact_e2e.qml
index 7faf2ccca..80ababde0 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_save_contact_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_save_contact_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_sorting_e2e.qml b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_sorting_e2e.qml
index 3c63a2c8a..a9ebcaf8a 100644
--- a/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_sorting_e2e.qml
+++ b/tests/auto/contacts/qmlcontacts/testcases/tst_contacts_sorting_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/auto/contacts/qmlcontacts/tst_qmlcontacts.cpp b/tests/auto/contacts/qmlcontacts/tst_qmlcontacts.cpp
index b12612689..23029d2fd 100644
--- a/tests/auto/contacts/qmlcontacts/tst_qmlcontacts.cpp
+++ b/tests/auto/contacts/qmlcontacts/tst_qmlcontacts.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/MegaEvent.qml b/tests/auto/organizer/qmlorganizer/testcases/MegaEvent.qml
index ac1d340d6..18f066977 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/MegaEvent.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/MegaEvent.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim Addon Module.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/QOrganizerTestUtility.qml b/tests/auto/organizer/qmlorganizer/testcases/QOrganizerTestUtility.qml
index 564794ffe..a10f22e3a 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/QOrganizerTestUtility.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/QOrganizerTestUtility.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/addEvent.qml b/tests/auto/organizer/qmlorganizer/testcases/addEvent.qml
index 294f9905d..88fa4e57e 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/addEvent.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/addEvent.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_collection.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_collection.qml
index 2e2d88637..0faa90835 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_collection.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_collection.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_detailfieldfilter.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_detailfieldfilter.qml
index 0139a5f76..b554bb636 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_detailfieldfilter.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_detailfieldfilter.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_detailfilter.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_detailfilter.qml
index 71e89daaa..9c3e1e354 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_detailfilter.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_detailfilter.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizer_versit_export_import_e2e.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizer_versit_export_import_e2e.qml
index 2437804bd..222bf7e39 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizer_versit_export_import_e2e.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizer_versit_export_import_e2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim Addon Module.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizeraudiblereminder.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizeraudiblereminder.qml
index bcfcf9766..4bf68409e 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizeraudiblereminder.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizeraudiblereminder.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizercollectionfilter.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizercollectionfilter.qml
index 325efb79e..6fa4523b8 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizercollectionfilter.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizercollectionfilter.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizere2e.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizere2e.qml
index 5f5deb6a3..736924f8e 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizere2e.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizere2e.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizeremailreminder.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizeremailreminder.qml
index 5bee73cd2..87c691336 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizeremailreminder.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizeremailreminder.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizerintersectionfilter.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizerintersectionfilter.qml
index 14b533bc9..11f3cbb20 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizerintersectionfilter.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizerintersectionfilter.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizeritem.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizeritem.qml
index b52f98aa2..4750c7f2c 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizeritem.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizeritem.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizeritemdetail.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizeritemdetail.qml
index 156bf3e0e..cc1ad37e2 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizeritemdetail.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizeritemdetail.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizeritems.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizeritems.qml
index b3c3f7663..f7760d6da 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizeritems.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizeritems.qml
@@ -1,7 +1,7 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizermodel.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizermodel.qml
index 05a303016..69bdd97da 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizermodel.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizermodel.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizermodelupdate.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizermodelupdate.qml
index 129884a0a..7c73d1abb 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizermodelupdate.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizermodelupdate.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizerrecurrence.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizerrecurrence.qml
index f110d5a04..021c7f603 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizerrecurrence.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizerrecurrence.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizerunionfilter.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizerunionfilter.qml
index c3c2e407a..96a8e2852 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizerunionfilter.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizerunionfilter.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qmlorganizer/testcases/tst_organizervisualreminder.qml b/tests/auto/organizer/qmlorganizer/testcases/tst_organizervisualreminder.qml
index e9ac56e3c..ce9e01372 100644
--- a/tests/auto/organizer/qmlorganizer/testcases/tst_organizervisualreminder.qml
+++ b/tests/auto/organizer/qmlorganizer/testcases/tst_organizervisualreminder.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qmlorganizer/tst_qmlorganizer.cpp b/tests/auto/organizer/qmlorganizer/tst_qmlorganizer.cpp
index 3fa40eef4..064ddec6e 100644
--- a/tests/auto/organizer/qmlorganizer/tst_qmlorganizer.cpp
+++ b/tests/auto/organizer/qmlorganizer/tst_qmlorganizer.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qorganizercollection/tst_qorganizercollection.cpp b/tests/auto/organizer/qorganizercollection/tst_qorganizercollection.cpp
index 486860d0d..bc042e20a 100644
--- a/tests/auto/organizer/qorganizercollection/tst_qorganizercollection.cpp
+++ b/tests/auto/organizer/qorganizercollection/tst_qorganizercollection.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qorganizere2e/tst_qorganizere2e.cpp b/tests/auto/organizer/qorganizere2e/tst_qorganizere2e.cpp
index c1a13c91d..0676187c7 100644
--- a/tests/auto/organizer/qorganizere2e/tst_qorganizere2e.cpp
+++ b/tests/auto/organizer/qorganizere2e/tst_qorganizere2e.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qorganizeritem/tst_qorganizeritem.cpp b/tests/auto/organizer/qorganizeritem/tst_qorganizeritem.cpp
index a095b3e76..765fd895d 100644
--- a/tests/auto/organizer/qorganizeritem/tst_qorganizeritem.cpp
+++ b/tests/auto/organizer/qorganizeritem/tst_qorganizeritem.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qorganizeritemasync/maliciousplugin/maliciousplugin.cpp b/tests/auto/organizer/qorganizeritemasync/maliciousplugin/maliciousplugin.cpp
index d2125e984..63a8c691d 100644
--- a/tests/auto/organizer/qorganizeritemasync/maliciousplugin/maliciousplugin.cpp
+++ b/tests/auto/organizer/qorganizeritemasync/maliciousplugin/maliciousplugin.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qorganizeritemasync/maliciousplugin/maliciousplugin_p.h b/tests/auto/organizer/qorganizeritemasync/maliciousplugin/maliciousplugin_p.h
index 6a60cf2ff..27badbad3 100644
--- a/tests/auto/organizer/qorganizeritemasync/maliciousplugin/maliciousplugin_p.h
+++ b/tests/auto/organizer/qorganizeritemasync/maliciousplugin/maliciousplugin_p.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qorganizeritemasync/unittest/tst_qorganizeritemasync.cpp b/tests/auto/organizer/qorganizeritemasync/unittest/tst_qorganizeritemasync.cpp
index 65c375b0c..82e8a67ac 100644
--- a/tests/auto/organizer/qorganizeritemasync/unittest/tst_qorganizeritemasync.cpp
+++ b/tests/auto/organizer/qorganizeritemasync/unittest/tst_qorganizeritemasync.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qorganizeritemdetail/tst_qorganizeritemdetail.cpp b/tests/auto/organizer/qorganizeritemdetail/tst_qorganizeritemdetail.cpp
index d08f5c7d4..1e13caaed 100644
--- a/tests/auto/organizer/qorganizeritemdetail/tst_qorganizeritemdetail.cpp
+++ b/tests/auto/organizer/qorganizeritemdetail/tst_qorganizeritemdetail.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qorganizeritemdetails/tst_qorganizeritemdetails.cpp b/tests/auto/organizer/qorganizeritemdetails/tst_qorganizeritemdetails.cpp
index 974b05fe0..58da29520 100644
--- a/tests/auto/organizer/qorganizeritemdetails/tst_qorganizeritemdetails.cpp
+++ b/tests/auto/organizer/qorganizeritemdetails/tst_qorganizeritemdetails.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qorganizeritemfilter/tst_qorganizeritemfilter.cpp b/tests/auto/organizer/qorganizeritemfilter/tst_qorganizeritemfilter.cpp
index 3d67bf813..1d51660b1 100644
--- a/tests/auto/organizer/qorganizeritemfilter/tst_qorganizeritemfilter.cpp
+++ b/tests/auto/organizer/qorganizeritemfilter/tst_qorganizeritemfilter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qorganizeritemsortorder/tst_qorganizeritemsortorder.cpp b/tests/auto/organizer/qorganizeritemsortorder/tst_qorganizeritemsortorder.cpp
index 5adc50c18..e5a6a2809 100644
--- a/tests/auto/organizer/qorganizeritemsortorder/tst_qorganizeritemsortorder.cpp
+++ b/tests/auto/organizer/qorganizeritemsortorder/tst_qorganizeritemsortorder.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qorganizermanager/tst_qorganizermanager.cpp b/tests/auto/organizer/qorganizermanager/tst_qorganizermanager.cpp
index 67e7fde0a..94ba3b71c 100644
--- a/tests/auto/organizer/qorganizermanager/tst_qorganizermanager.cpp
+++ b/tests/auto/organizer/qorganizermanager/tst_qorganizermanager.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qorganizermanagerdataholder.h b/tests/auto/organizer/qorganizermanagerdataholder.h
index c2e842424..6a68243f1 100644
--- a/tests/auto/organizer/qorganizermanagerdataholder.h
+++ b/tests/auto/organizer/qorganizermanagerdataholder.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/organizer/qorganizermanagerdetails/tst_qorganizermanagerdetails.cpp b/tests/auto/organizer/qorganizermanagerdetails/tst_qorganizermanagerdetails.cpp
index 0b46fb3a2..800b01057 100644
--- a/tests/auto/organizer/qorganizermanagerdetails/tst_qorganizermanagerdetails.cpp
+++ b/tests/auto/organizer/qorganizermanagerdetails/tst_qorganizermanagerdetails.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qvcard21writer/tst_qvcard21writer.cpp b/tests/auto/versit/qvcard21writer/tst_qvcard21writer.cpp
index b465628ba..c9e63199a 100644
--- a/tests/auto/versit/qvcard21writer/tst_qvcard21writer.cpp
+++ b/tests/auto/versit/qvcard21writer/tst_qvcard21writer.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qvcard21writer/tst_qvcard21writer.h b/tests/auto/versit/qvcard21writer/tst_qvcard21writer.h
index 31d1b2af3..1dcfc88b4 100644
--- a/tests/auto/versit/qvcard21writer/tst_qvcard21writer.h
+++ b/tests/auto/versit/qvcard21writer/tst_qvcard21writer.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qvcard30writer/tst_qvcard30writer.cpp b/tests/auto/versit/qvcard30writer/tst_qvcard30writer.cpp
index 3574df54d..bd78163dc 100644
--- a/tests/auto/versit/qvcard30writer/tst_qvcard30writer.cpp
+++ b/tests/auto/versit/qvcard30writer/tst_qvcard30writer.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qvcard30writer/tst_qvcard30writer.h b/tests/auto/versit/qvcard30writer/tst_qvcard30writer.h
index 2180fc1c9..b72cc9604 100644
--- a/tests/auto/versit/qvcard30writer/tst_qvcard30writer.h
+++ b/tests/auto/versit/qvcard30writer/tst_qvcard30writer.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversit/tst_qversit.cpp b/tests/auto/versit/qversit/tst_qversit.cpp
index 8bb085354..45cf04b3f 100644
--- a/tests/auto/versit/qversit/tst_qversit.cpp
+++ b/tests/auto/versit/qversit/tst_qversit.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversit/tst_qversit.h b/tests/auto/versit/qversit/tst_qversit.h
index d61b710c6..0a2cf2023 100644
--- a/tests/auto/versit/qversit/tst_qversit.h
+++ b/tests/auto/versit/qversit/tst_qversit.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactexporter/tst_qversitcontactexporter.cpp b/tests/auto/versit/qversitcontactexporter/tst_qversitcontactexporter.cpp
index 28fccc8e3..93dcfb271 100644
--- a/tests/auto/versit/qversitcontactexporter/tst_qversitcontactexporter.cpp
+++ b/tests/auto/versit/qversitcontactexporter/tst_qversitcontactexporter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactexporter/tst_qversitcontactexporter.h b/tests/auto/versit/qversitcontactexporter/tst_qversitcontactexporter.h
index a7281c0a1..03171c86d 100644
--- a/tests/auto/versit/qversitcontactexporter/tst_qversitcontactexporter.h
+++ b/tests/auto/versit/qversitcontactexporter/tst_qversitcontactexporter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactimporter/tst_qversitcontactimporter.cpp b/tests/auto/versit/qversitcontactimporter/tst_qversitcontactimporter.cpp
index df08a4567..2871572a5 100644
--- a/tests/auto/versit/qversitcontactimporter/tst_qversitcontactimporter.cpp
+++ b/tests/auto/versit/qversitcontactimporter/tst_qversitcontactimporter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactimporter/tst_qversitcontactimporter.h b/tests/auto/versit/qversitcontactimporter/tst_qversitcontactimporter.h
index a562a8f83..6e78f3a25 100644
--- a/tests/auto/versit/qversitcontactimporter/tst_qversitcontactimporter.h
+++ b/tests/auto/versit/qversitcontactimporter/tst_qversitcontactimporter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactplugins/plugin1/plugin1.cpp b/tests/auto/versit/qversitcontactplugins/plugin1/plugin1.cpp
index e626417f6..e7fd450b6 100644
--- a/tests/auto/versit/qversitcontactplugins/plugin1/plugin1.cpp
+++ b/tests/auto/versit/qversitcontactplugins/plugin1/plugin1.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactplugins/plugin1/plugin1.h b/tests/auto/versit/qversitcontactplugins/plugin1/plugin1.h
index dda90a517..dbddfa9a7 100644
--- a/tests/auto/versit/qversitcontactplugins/plugin1/plugin1.h
+++ b/tests/auto/versit/qversitcontactplugins/plugin1/plugin1.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactplugins/plugin2/plugin2.cpp b/tests/auto/versit/qversitcontactplugins/plugin2/plugin2.cpp
index 9ed9e0664..390c890a1 100644
--- a/tests/auto/versit/qversitcontactplugins/plugin2/plugin2.cpp
+++ b/tests/auto/versit/qversitcontactplugins/plugin2/plugin2.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactplugins/plugin2/plugin2.h b/tests/auto/versit/qversitcontactplugins/plugin2/plugin2.h
index ccc412112..5fb40ecc9 100644
--- a/tests/auto/versit/qversitcontactplugins/plugin2/plugin2.h
+++ b/tests/auto/versit/qversitcontactplugins/plugin2/plugin2.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactplugins/plugin3/plugin3.cpp b/tests/auto/versit/qversitcontactplugins/plugin3/plugin3.cpp
index fad5924ee..b09e874c0 100644
--- a/tests/auto/versit/qversitcontactplugins/plugin3/plugin3.cpp
+++ b/tests/auto/versit/qversitcontactplugins/plugin3/plugin3.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactplugins/plugin3/plugin3.h b/tests/auto/versit/qversitcontactplugins/plugin3/plugin3.h
index 00d84ca73..71df5da8b 100644
--- a/tests/auto/versit/qversitcontactplugins/plugin3/plugin3.h
+++ b/tests/auto/versit/qversitcontactplugins/plugin3/plugin3.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactplugins/plugin4/plugin4.cpp b/tests/auto/versit/qversitcontactplugins/plugin4/plugin4.cpp
index d7d1cc23a..3fa5a71ce 100644
--- a/tests/auto/versit/qversitcontactplugins/plugin4/plugin4.cpp
+++ b/tests/auto/versit/qversitcontactplugins/plugin4/plugin4.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactplugins/plugin4/plugin4.h b/tests/auto/versit/qversitcontactplugins/plugin4/plugin4.h
index 72b6aea75..9d877ba44 100644
--- a/tests/auto/versit/qversitcontactplugins/plugin4/plugin4.h
+++ b/tests/auto/versit/qversitcontactplugins/plugin4/plugin4.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactplugins/plugin5/plugin5.cpp b/tests/auto/versit/qversitcontactplugins/plugin5/plugin5.cpp
index 875707e7e..b8563ce9c 100644
--- a/tests/auto/versit/qversitcontactplugins/plugin5/plugin5.cpp
+++ b/tests/auto/versit/qversitcontactplugins/plugin5/plugin5.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactplugins/plugin5/plugin5.h b/tests/auto/versit/qversitcontactplugins/plugin5/plugin5.h
index b6ab3f235..b12dbf5a5 100644
--- a/tests/auto/versit/qversitcontactplugins/plugin5/plugin5.h
+++ b/tests/auto/versit/qversitcontactplugins/plugin5/plugin5.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitcontactplugins/unittest/tst_qversitcontactplugins.cpp b/tests/auto/versit/qversitcontactplugins/unittest/tst_qversitcontactplugins.cpp
index 169c8b12f..69b93e643 100644
--- a/tests/auto/versit/qversitcontactplugins/unittest/tst_qversitcontactplugins.cpp
+++ b/tests/auto/versit/qversitcontactplugins/unittest/tst_qversitcontactplugins.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitdocument/tst_qversitdocument.cpp b/tests/auto/versit/qversitdocument/tst_qversitdocument.cpp
index bd6b46604..66ee861d7 100644
--- a/tests/auto/versit/qversitdocument/tst_qversitdocument.cpp
+++ b/tests/auto/versit/qversitdocument/tst_qversitdocument.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitdocument/tst_qversitdocument.h b/tests/auto/versit/qversitdocument/tst_qversitdocument.h
index 13d439c81..a1b3f01b5 100644
--- a/tests/auto/versit/qversitdocument/tst_qversitdocument.h
+++ b/tests/auto/versit/qversitdocument/tst_qversitdocument.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitproperty/tst_qversitproperty.cpp b/tests/auto/versit/qversitproperty/tst_qversitproperty.cpp
index d4bd8e57b..eaa03491c 100644
--- a/tests/auto/versit/qversitproperty/tst_qversitproperty.cpp
+++ b/tests/auto/versit/qversitproperty/tst_qversitproperty.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitproperty/tst_qversitproperty.h b/tests/auto/versit/qversitproperty/tst_qversitproperty.h
index 0926921f3..ce185c8fe 100644
--- a/tests/auto/versit/qversitproperty/tst_qversitproperty.h
+++ b/tests/auto/versit/qversitproperty/tst_qversitproperty.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitreader/tst_qversitreader.cpp b/tests/auto/versit/qversitreader/tst_qversitreader.cpp
index 5dd7c6274..43064b20b 100644
--- a/tests/auto/versit/qversitreader/tst_qversitreader.cpp
+++ b/tests/auto/versit/qversitreader/tst_qversitreader.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitreader/tst_qversitreader.h b/tests/auto/versit/qversitreader/tst_qversitreader.h
index c3230c9b7..87139ff9b 100644
--- a/tests/auto/versit/qversitreader/tst_qversitreader.h
+++ b/tests/auto/versit/qversitreader/tst_qversitreader.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitwriter/tst_qversitwriter.cpp b/tests/auto/versit/qversitwriter/tst_qversitwriter.cpp
index 2f6b87c12..368134885 100644
--- a/tests/auto/versit/qversitwriter/tst_qversitwriter.cpp
+++ b/tests/auto/versit/qversitwriter/tst_qversitwriter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versit/qversitwriter/tst_qversitwriter.h b/tests/auto/versit/qversitwriter/tst_qversitwriter.h
index 371040c87..3d281b430 100644
--- a/tests/auto/versit/qversitwriter/tst_qversitwriter.h
+++ b/tests/auto/versit/qversitwriter/tst_qversitwriter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versitorganizer/qversitorganizerexporter/tst_qversitorganizerexporter.cpp b/tests/auto/versitorganizer/qversitorganizerexporter/tst_qversitorganizerexporter.cpp
index a08443880..195ec791e 100644
--- a/tests/auto/versitorganizer/qversitorganizerexporter/tst_qversitorganizerexporter.cpp
+++ b/tests/auto/versitorganizer/qversitorganizerexporter/tst_qversitorganizerexporter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versitorganizer/qversitorganizerexporter/tst_qversitorganizerexporter.h b/tests/auto/versitorganizer/qversitorganizerexporter/tst_qversitorganizerexporter.h
index 988df723d..8860db6d7 100644
--- a/tests/auto/versitorganizer/qversitorganizerexporter/tst_qversitorganizerexporter.h
+++ b/tests/auto/versitorganizer/qversitorganizerexporter/tst_qversitorganizerexporter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versitorganizer/qversitorganizerimporter/tst_qversitorganizerimporter.cpp b/tests/auto/versitorganizer/qversitorganizerimporter/tst_qversitorganizerimporter.cpp
index d24b896ab..b134171d9 100644
--- a/tests/auto/versitorganizer/qversitorganizerimporter/tst_qversitorganizerimporter.cpp
+++ b/tests/auto/versitorganizer/qversitorganizerimporter/tst_qversitorganizerimporter.cpp
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/auto/versitorganizer/qversitorganizerimporter/tst_qversitorganizerimporter.h b/tests/auto/versitorganizer/qversitorganizerimporter/tst_qversitorganizerimporter.h
index 4b2cf893e..59abdb683 100644
--- a/tests/auto/versitorganizer/qversitorganizerimporter/tst_qversitorganizerimporter.h
+++ b/tests/auto/versitorganizer/qversitorganizerimporter/tst_qversitorganizerimporter.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/benchmark/contacts/ContactsBenchmarkTestCase.qml b/tests/benchmark/contacts/ContactsBenchmarkTestCase.qml
index 9444ad84d..e8513363f 100644
--- a/tests/benchmark/contacts/ContactsBenchmarkTestCase.qml
+++ b/tests/benchmark/contacts/ContactsBenchmarkTestCase.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/benchmark/contacts/tst_benchmark_create_and_savecontact.qml b/tests/benchmark/contacts/tst_benchmark_create_and_savecontact.qml
index ea932f7fb..b11309af6 100644
--- a/tests/benchmark/contacts/tst_benchmark_create_and_savecontact.qml
+++ b/tests/benchmark/contacts/tst_benchmark_create_and_savecontact.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/benchmark/contacts/tst_benchmark_removecontact.qml b/tests/benchmark/contacts/tst_benchmark_removecontact.qml
index 08573ae61..10fa6368c 100644
--- a/tests/benchmark/contacts/tst_benchmark_removecontact.qml
+++ b/tests/benchmark/contacts/tst_benchmark_removecontact.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/benchmark/contacts/tst_benchmark_savecontact.qml b/tests/benchmark/contacts/tst_benchmark_savecontact.qml
index 16a4ad1dc..1b4e4610c 100644
--- a/tests/benchmark/contacts/tst_benchmark_savecontact.qml
+++ b/tests/benchmark/contacts/tst_benchmark_savecontact.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/benchmark/contacts/tst_benchmark_updatecontact.qml b/tests/benchmark/contacts/tst_benchmark_updatecontact.qml
index bba9a4e5f..3083981d8 100644
--- a/tests/benchmark/contacts/tst_benchmark_updatecontact.qml
+++ b/tests/benchmark/contacts/tst_benchmark_updatecontact.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/system/qmlorganizer/contents/AgenderView.qml b/tests/system/qmlorganizer/contents/AgenderView.qml
index 89aa05ada..93edbee2e 100644
--- a/tests/system/qmlorganizer/contents/AgenderView.qml
+++ b/tests/system/qmlorganizer/contents/AgenderView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/AttendeeDetailsView.qml b/tests/system/qmlorganizer/contents/AttendeeDetailsView.qml
index 7ebfed622..f363f7175 100644
--- a/tests/system/qmlorganizer/contents/AttendeeDetailsView.qml
+++ b/tests/system/qmlorganizer/contents/AttendeeDetailsView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/Button.qml b/tests/system/qmlorganizer/contents/Button.qml
index 9d855f02d..1fdc9ef30 100644
--- a/tests/system/qmlorganizer/contents/Button.qml
+++ b/tests/system/qmlorganizer/contents/Button.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/CheckBox.qml b/tests/system/qmlorganizer/contents/CheckBox.qml
index d94efd1b1..6b677b380 100644
--- a/tests/system/qmlorganizer/contents/CheckBox.qml
+++ b/tests/system/qmlorganizer/contents/CheckBox.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtDeclarative module of the Qt Toolkit.
diff --git a/tests/system/qmlorganizer/contents/CheckBoxRow.qml b/tests/system/qmlorganizer/contents/CheckBoxRow.qml
index 4fc3f2cd1..8e69337b9 100644
--- a/tests/system/qmlorganizer/contents/CheckBoxRow.qml
+++ b/tests/system/qmlorganizer/contents/CheckBoxRow.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtDeclarative module of the Qt Toolkit.
diff --git a/tests/system/qmlorganizer/contents/CollectionEditorView.qml b/tests/system/qmlorganizer/contents/CollectionEditorView.qml
index 00b93bfd8..bf81f7eee 100644
--- a/tests/system/qmlorganizer/contents/CollectionEditorView.qml
+++ b/tests/system/qmlorganizer/contents/CollectionEditorView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/CollectionManagerView.qml b/tests/system/qmlorganizer/contents/CollectionManagerView.qml
index 8b62f9d01..745749fb3 100644
--- a/tests/system/qmlorganizer/contents/CollectionManagerView.qml
+++ b/tests/system/qmlorganizer/contents/CollectionManagerView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the test suite of the Qt Toolkit.
diff --git a/tests/system/qmlorganizer/contents/CollectionRoller.qml b/tests/system/qmlorganizer/contents/CollectionRoller.qml
index bbeb40202..aa9b5fff0 100644
--- a/tests/system/qmlorganizer/contents/CollectionRoller.qml
+++ b/tests/system/qmlorganizer/contents/CollectionRoller.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/DateTimeRollerRow.qml b/tests/system/qmlorganizer/contents/DateTimeRollerRow.qml
index c0ede7c27..8f07b74b3 100644
--- a/tests/system/qmlorganizer/contents/DateTimeRollerRow.qml
+++ b/tests/system/qmlorganizer/contents/DateTimeRollerRow.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtDeclarative module of the Qt Toolkit.
diff --git a/tests/system/qmlorganizer/contents/DayView.qml b/tests/system/qmlorganizer/contents/DayView.qml
index b201054c5..96e6597d1 100644
--- a/tests/system/qmlorganizer/contents/DayView.qml
+++ b/tests/system/qmlorganizer/contents/DayView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/DetailsView.qml b/tests/system/qmlorganizer/contents/DetailsView.qml
index f39d85c2a..26713f105 100644
--- a/tests/system/qmlorganizer/contents/DetailsView.qml
+++ b/tests/system/qmlorganizer/contents/DetailsView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/FieldRow.qml b/tests/system/qmlorganizer/contents/FieldRow.qml
index b5f73f66e..ec3ef6874 100644
--- a/tests/system/qmlorganizer/contents/FieldRow.qml
+++ b/tests/system/qmlorganizer/contents/FieldRow.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtDeclarative module of the Qt Toolkit.
diff --git a/tests/system/qmlorganizer/contents/InfoBar.qml b/tests/system/qmlorganizer/contents/InfoBar.qml
index baa4eebd7..f6fe7617b 100644
--- a/tests/system/qmlorganizer/contents/InfoBar.qml
+++ b/tests/system/qmlorganizer/contents/InfoBar.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Organizer module.
diff --git a/tests/system/qmlorganizer/contents/ItemView.qml b/tests/system/qmlorganizer/contents/ItemView.qml
index 1705b4586..c4980b433 100644
--- a/tests/system/qmlorganizer/contents/ItemView.qml
+++ b/tests/system/qmlorganizer/contents/ItemView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/MediaButton.qml b/tests/system/qmlorganizer/contents/MediaButton.qml
index bf6fab7e4..e79c1162e 100644
--- a/tests/system/qmlorganizer/contents/MediaButton.qml
+++ b/tests/system/qmlorganizer/contents/MediaButton.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/MenuBar.qml b/tests/system/qmlorganizer/contents/MenuBar.qml
index 666457d78..781dea480 100644
--- a/tests/system/qmlorganizer/contents/MenuBar.qml
+++ b/tests/system/qmlorganizer/contents/MenuBar.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/MonthView.qml b/tests/system/qmlorganizer/contents/MonthView.qml
index 4d800e435..f78fb6d81 100644
--- a/tests/system/qmlorganizer/contents/MonthView.qml
+++ b/tests/system/qmlorganizer/contents/MonthView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/RollerRow.qml b/tests/system/qmlorganizer/contents/RollerRow.qml
index 647923be4..9318adc4b 100644
--- a/tests/system/qmlorganizer/contents/RollerRow.qml
+++ b/tests/system/qmlorganizer/contents/RollerRow.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtDeclarative module of the Qt Toolkit.
diff --git a/tests/system/qmlorganizer/contents/ScrollBar.qml b/tests/system/qmlorganizer/contents/ScrollBar.qml
index 80fb5b193..0a257b9ca 100644
--- a/tests/system/qmlorganizer/contents/ScrollBar.qml
+++ b/tests/system/qmlorganizer/contents/ScrollBar.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/SelectionView.qml b/tests/system/qmlorganizer/contents/SelectionView.qml
index 89490d8b9..e338a2d3c 100644
--- a/tests/system/qmlorganizer/contents/SelectionView.qml
+++ b/tests/system/qmlorganizer/contents/SelectionView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/SettingsView.qml b/tests/system/qmlorganizer/contents/SettingsView.qml
index b2a6cba33..1b4349660 100644
--- a/tests/system/qmlorganizer/contents/SettingsView.qml
+++ b/tests/system/qmlorganizer/contents/SettingsView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtPim module of the Qt Toolkit.
diff --git a/tests/system/qmlorganizer/contents/StatusBar.qml b/tests/system/qmlorganizer/contents/StatusBar.qml
index ac82802a0..44b6e0d7f 100644
--- a/tests/system/qmlorganizer/contents/StatusBar.qml
+++ b/tests/system/qmlorganizer/contents/StatusBar.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/TimelineView.qml b/tests/system/qmlorganizer/contents/TimelineView.qml
index b2c14f08a..ce5513935 100644
--- a/tests/system/qmlorganizer/contents/TimelineView.qml
+++ b/tests/system/qmlorganizer/contents/TimelineView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/TodoView.qml b/tests/system/qmlorganizer/contents/TodoView.qml
index b353660c4..321c71375 100644
--- a/tests/system/qmlorganizer/contents/TodoView.qml
+++ b/tests/system/qmlorganizer/contents/TodoView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/WeekView.qml b/tests/system/qmlorganizer/contents/WeekView.qml
index 78ea1b99a..a1fe9e3d7 100644
--- a/tests/system/qmlorganizer/contents/WeekView.qml
+++ b/tests/system/qmlorganizer/contents/WeekView.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/datetimerollercontents/Spinner.qml b/tests/system/qmlorganizer/contents/datetimerollercontents/Spinner.qml
index 384c0489b..66245c6a9 100755
--- a/tests/system/qmlorganizer/contents/datetimerollercontents/Spinner.qml
+++ b/tests/system/qmlorganizer/contents/datetimerollercontents/Spinner.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Toolkit.
diff --git a/tests/system/qmlorganizer/contents/datetimerollercontents/Title.qml b/tests/system/qmlorganizer/contents/datetimerollercontents/Title.qml
index 18ad98a47..9b59e88ce 100644
--- a/tests/system/qmlorganizer/contents/datetimerollercontents/Title.qml
+++ b/tests/system/qmlorganizer/contents/datetimerollercontents/Title.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the QtDeclarative module of the Qt Toolkit.
diff --git a/tests/system/qmlorganizer/contents/month.js b/tests/system/qmlorganizer/contents/month.js
index df314e5e6..c0d59b71b 100644
--- a/tests/system/qmlorganizer/contents/month.js
+++ b/tests/system/qmlorganizer/contents/month.js
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/contents/timeline.js b/tests/system/qmlorganizer/contents/timeline.js
index d816bf1c2..b200253b9 100644
--- a/tests/system/qmlorganizer/contents/timeline.js
+++ b/tests/system/qmlorganizer/contents/timeline.js
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.
diff --git a/tests/system/qmlorganizer/organizer.qml b/tests/system/qmlorganizer/organizer.qml
index 98f6748a7..d0416e2df 100644
--- a/tests/system/qmlorganizer/organizer.qml
+++ b/tests/system/qmlorganizer/organizer.qml
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2015 The Qt Company Ltd and/or its subsidiary(-ies).
+** Copyright (C) 2015 The Qt Company Ltd.
** Contact: http://www.qt.io/licensing/
**
** This file is part of the examples of the Qt Mobility Components.