SlideShare a Scribd company logo
1 of 17
Download to read offline
Qt Licensing
Explained
What are the Qt licensing options,
and what should you consider when
choosing the best Qt license for
your project?


Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
You have two licenses to choose from

                      Commercial                                  LGPL
                             • • Licensingby Nokia
                               Developed                           •  Developed by Free
                             •  Keep all code                         Software
                                private                               Foundation
                             •  Keep your                          •  Keep app code
                                distribution                          private, dynamically
                                licensing options                     linked to Qt
                                open                               •  App licensing has
                                                                      some restrictions




                                    More details on the next slides
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
What is the Qt Commercial license?

• Proprietary license developed by Nokia
• Allows you to keep all code private
• Includes Qt standard support and updates
• Allows you to choose license for distribution
  … at time of distribution (more on the next slide)


               Sorry, no mixing.
               A Qt user cannot combine commercial and LGPL
               in the same project. This is due to a restriction
               in the Qt Commercial License.

Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
Choose your distribution licensing…
                            at the time of distribution
• Not sure of which license you should choose? Postpone the selection of
  distribution licensing until the time of distribution.
• This is done by purchasing a commercial developer license and creating
  an application that dynamically links to the Qt libraries. In this case you
  can decide just prior to distribution whether to:
          1.  Distribute your application with the commercially licensed Qt libraries, or
          2.  Dynamically the application to the LGPL-licensed Qt libraries
• This also permits dual licensing of Qt-based applications




             Not sure? Start commercial.
             Keep your distribution licensing options open.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
What is the LGPL?

• LGPL stands for GNU Lesser General Public License
• A license agreement written and copyrighted by the Free Software
  Foundation
• Nokia cannot modify the terms – it´s not our license.
• The LGPL is a “copyleft” open source software license that is less
  restrictive than the GPL (GNU General Public License)



               What does this mean for you?
               You can freely use Qt under an LGPL license to
               create proprietary applications that
               dynamically link to the Qt libraries. (More later)

Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
There are five factors to consider
                            when selecting your license




                 1 2 3 4 5
                                We will cover each in more detail
                                     in the coming slides.

Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
1                            Will you need to distribute your
                                                          application externally?




Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
1   Will you need to distribute your
                                                                      application externally?



• The requirements of the LGPL v. 2.1 only apply to externally distributed
  applications BUT note that you cannot change this after development
  has started due to a restriction in the Qt Commercial License Agreement.


• The LGPL only applies to externally distributed applications. If you are
  using Qt to create an internal application, take adequate precautions to
  make sure that the application is not distributed outside of the legal
  entity. Otherwise, you will need to comply with the LGPL v. 2.1
  obligations.




Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
2                            Who is your target audience?




Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
2   Who is your target audience?




• You need to know if your target audience has restrictions against using
  open source licensed software.
• If they do, then don’t use Qt under the LGPL v. 2.1


• If your target audience will need to further modify Qt the LGPL may be a
  good choice unless these modifications to Qt represent a user’s
  commercial advantage and the user would not want to share them in
  source code format with downstream recipients.




Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
3                            Will you need to modify Qt?




Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
3   Will you need to modify Qt?




• You need to consider the implications regarding modification to Qt
  carefully
• If you modify Qt, you will need to distribute these modifications in
  source code format



                    Don´t want to share?
                    Choose commerical.
                    If you consider your modifications to represent a
                    “competitive advantage” and you don’t want to
                    distribute them in source code format, don’t choose
                    the LGPL v. 2.1 license for Qt.

Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
4                            Will you need to statically link your
                                                          application to the Qt libraries in order to
                                                          optimize performance?




Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
4   Will you need to statically link your
                                                                      application to the Qt libraries in order to
                                                                      optimize performance?



• There is debate within the legal and open source communities as to
  whether static linking is permitted under the LGPL v. 2.1 license
• This is due to an inconsistency in the LGPL v. 2.1 license itself regarding
  the definition of “works based on the Library” as the Library and
  derivative works of the library.
• Executables may be considered to be derivative works and this could
  result in the need to share the application source code



                        Tune out the static.
                        Our recommendation is that you don´t statically link
                        to the Qt libraries if you´re using the LGPL license.


Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
5                            Is the software architecture such that Qt
                                                          will need to make calls to a proprietary
                                                          component that is not “standard”?




Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
5   Is the software architecture such that Qt will
                                                                      need to make calls to a proprietary component
                                                                      that is not “standard”?




• If Qt will make calls to a non-standard proprietary component you could
  have a license incompatibility if such proprietary component does not
  permit you to redistribute it.
• Section 6 states that “…the required form of the "work that uses the
  Library" must include any data and utility programs needed for
  reproducing the executable from it.”
• Materials “normally distributed (in either source or binary form) with the
  major components (compiler, kernel, and so on) of the operating system
  on which the executable runs” are exempted, unless the component
  itself accompanies the executable.




Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
Summary/More info

 • Nokia offers customers licensing options
 • Get your legal team involved early to make the right decision
 • Understand your obligations with LGPL
 • The Qt Commercial License give you options and full control




                                        Licensing details at http://qt.nokia.com/licensing




                                        Think commercial licensing is for you? Contact sales.


Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).

More Related Content

What's hot

The Intersection of Game Engines & GPUs: Current & Future (Graphics Hardware ...
The Intersection of Game Engines & GPUs: Current & Future (Graphics Hardware ...The Intersection of Game Engines & GPUs: Current & Future (Graphics Hardware ...
The Intersection of Game Engines & GPUs: Current & Future (Graphics Hardware ...
Johan Andersson
 

What's hot (20)

Parallel Graphics in Frostbite - Current & Future (Siggraph 2009)
Parallel Graphics in Frostbite - Current & Future (Siggraph 2009)Parallel Graphics in Frostbite - Current & Future (Siggraph 2009)
Parallel Graphics in Frostbite - Current & Future (Siggraph 2009)
 
Introduction to Qt Creator
Introduction to Qt CreatorIntroduction to Qt Creator
Introduction to Qt Creator
 
The Intersection of Game Engines & GPUs: Current & Future (Graphics Hardware ...
The Intersection of Game Engines & GPUs: Current & Future (Graphics Hardware ...The Intersection of Game Engines & GPUs: Current & Future (Graphics Hardware ...
The Intersection of Game Engines & GPUs: Current & Future (Graphics Hardware ...
 
Kotlin Multiplatform
Kotlin MultiplatformKotlin Multiplatform
Kotlin Multiplatform
 
Scene Graphs & Component Based Game Engines
Scene Graphs & Component Based Game EnginesScene Graphs & Component Based Game Engines
Scene Graphs & Component Based Game Engines
 
TensorFlow Lite for mobile & IoT
TensorFlow Lite for mobile & IoT   TensorFlow Lite for mobile & IoT
TensorFlow Lite for mobile & IoT
 
Best Practices for Shader Graph
Best Practices for Shader GraphBest Practices for Shader Graph
Best Practices for Shader Graph
 
Unreal Engine (For Creating Games) Presentation
Unreal Engine (For Creating Games) PresentationUnreal Engine (For Creating Games) Presentation
Unreal Engine (For Creating Games) Presentation
 
Making VR with Unreal Engine Luis Cataldi
Making VR with Unreal Engine  Luis CataldiMaking VR with Unreal Engine  Luis Cataldi
Making VR with Unreal Engine Luis Cataldi
 
Reducing Deep Learning Integration Costs and Maximizing Compute Efficiency| S...
Reducing Deep Learning Integration Costs and Maximizing Compute Efficiency| S...Reducing Deep Learning Integration Costs and Maximizing Compute Efficiency| S...
Reducing Deep Learning Integration Costs and Maximizing Compute Efficiency| S...
 
Advanced Scenegraph Rendering Pipeline
Advanced Scenegraph Rendering PipelineAdvanced Scenegraph Rendering Pipeline
Advanced Scenegraph Rendering Pipeline
 
East Coast DevCon 2014: Concurrency & Parallelism in UE4 - Tips for programmi...
East Coast DevCon 2014: Concurrency & Parallelism in UE4 - Tips for programmi...East Coast DevCon 2014: Concurrency & Parallelism in UE4 - Tips for programmi...
East Coast DevCon 2014: Concurrency & Parallelism in UE4 - Tips for programmi...
 
Flutter talkshow
Flutter talkshowFlutter talkshow
Flutter talkshow
 
Review of QNX
Review of QNXReview of QNX
Review of QNX
 
Vulkan 1.1 Reference Guide
Vulkan 1.1 Reference GuideVulkan 1.1 Reference Guide
Vulkan 1.1 Reference Guide
 
Seminar presentation on OpenGL
Seminar presentation on OpenGLSeminar presentation on OpenGL
Seminar presentation on OpenGL
 
Qt for beginners
Qt for beginnersQt for beginners
Qt for beginners
 
Log4j2 - A deep dive into the logging services in Mulesoft with On-Prem deplo...
Log4j2 - A deep dive into the logging services in Mulesoft with On-Prem deplo...Log4j2 - A deep dive into the logging services in Mulesoft with On-Prem deplo...
Log4j2 - A deep dive into the logging services in Mulesoft with On-Prem deplo...
 
[Unite Seoul 2019] Mali GPU Architecture and Mobile Studio
[Unite Seoul 2019] Mali GPU Architecture and Mobile Studio [Unite Seoul 2019] Mali GPU Architecture and Mobile Studio
[Unite Seoul 2019] Mali GPU Architecture and Mobile Studio
 
Swift Programming Language
Swift Programming LanguageSwift Programming Language
Swift Programming Language
 

Similar to Qt Licensing Explained

Similar to Qt Licensing Explained (20)

ISC HPCW talks
ISC HPCW talksISC HPCW talks
ISC HPCW talks
 
Factory talk activation customer
Factory talk activation customerFactory talk activation customer
Factory talk activation customer
 
Mobile Showcase Moblin2
Mobile Showcase Moblin2Mobile Showcase Moblin2
Mobile Showcase Moblin2
 
Randstad Docker meetup - Serverless
Randstad Docker meetup - ServerlessRandstad Docker meetup - Serverless
Randstad Docker meetup - Serverless
 
Grow Your Business with Oracle Linux, Virtualization- BL v6.pdf
Grow Your Business with Oracle Linux, Virtualization- BL v6.pdfGrow Your Business with Oracle Linux, Virtualization- BL v6.pdf
Grow Your Business with Oracle Linux, Virtualization- BL v6.pdf
 
Whats Next for OSGi? - BJ Hargrave
Whats Next for OSGi? - BJ HargraveWhats Next for OSGi? - BJ Hargrave
Whats Next for OSGi? - BJ Hargrave
 
Qt as Developer Platform @ MoMo Tallinn 11.04.11
Qt as Developer Platform @ MoMo Tallinn 11.04.11Qt as Developer Platform @ MoMo Tallinn 11.04.11
Qt as Developer Platform @ MoMo Tallinn 11.04.11
 
Intel AppUp™ SDK Suite 1.2 for MeeGo
Intel AppUp™ SDK Suite 1.2 for MeeGoIntel AppUp™ SDK Suite 1.2 for MeeGo
Intel AppUp™ SDK Suite 1.2 for MeeGo
 
Intro to Apache Kafka
Intro to Apache KafkaIntro to Apache Kafka
Intro to Apache Kafka
 
Maxime Thomas - eZBK
Maxime Thomas - eZBKMaxime Thomas - eZBK
Maxime Thomas - eZBK
 
Selecting an Open Source License and Business Model for Your Project to Have ...
Selecting an Open Source License and Business Model for Your Project to Have ...Selecting an Open Source License and Business Model for Your Project to Have ...
Selecting an Open Source License and Business Model for Your Project to Have ...
 
The Reality of DIY Kubernetes vs. PKS
The Reality of DIY Kubernetes vs. PKSThe Reality of DIY Kubernetes vs. PKS
The Reality of DIY Kubernetes vs. PKS
 
了解 Qt
了解 Qt了解 Qt
了解 Qt
 
Advanced angular
Advanced angularAdvanced angular
Advanced angular
 
Ryu SDN Framework
Ryu SDN FrameworkRyu SDN Framework
Ryu SDN Framework
 
Productivity Gains Using Open Source products
Productivity Gains Using Open Source productsProductivity Gains Using Open Source products
Productivity Gains Using Open Source products
 
Guided overview of software frameworks qt framework
Guided overview of software frameworks   qt frameworkGuided overview of software frameworks   qt framework
Guided overview of software frameworks qt framework
 
Tectonic Summit 2016: It's Go Time
Tectonic Summit 2016: It's Go Time Tectonic Summit 2016: It's Go Time
Tectonic Summit 2016: It's Go Time
 
Cisco Localisation Toolkit
Cisco Localisation ToolkitCisco Localisation Toolkit
Cisco Localisation Toolkit
 
Building and Deploying Cloud Native Applications
Building and Deploying Cloud Native ApplicationsBuilding and Deploying Cloud Native Applications
Building and Deploying Cloud Native Applications
 

More from account inactive

More from account inactive (20)

Meet Qt
Meet QtMeet Qt
Meet Qt
 
KDE Plasma for Mobile Phones
KDE Plasma for Mobile PhonesKDE Plasma for Mobile Phones
KDE Plasma for Mobile Phones
 
Shipping Mobile Applications Using Qt for Symbian
Shipping Mobile Applications Using Qt for SymbianShipping Mobile Applications Using Qt for Symbian
Shipping Mobile Applications Using Qt for Symbian
 
The Future of Qt Widgets
The Future of Qt WidgetsThe Future of Qt Widgets
The Future of Qt Widgets
 
Scripting Your Qt Application
Scripting Your Qt ApplicationScripting Your Qt Application
Scripting Your Qt Application
 
Special Effects with Qt Graphics View
Special Effects with Qt Graphics ViewSpecial Effects with Qt Graphics View
Special Effects with Qt Graphics View
 
Developments in The Qt WebKit Integration
Developments in The Qt WebKit IntegrationDevelopments in The Qt WebKit Integration
Developments in The Qt WebKit Integration
 
Qt Kwan-Do
Qt Kwan-DoQt Kwan-Do
Qt Kwan-Do
 
Qt on Real Time Operating Systems
Qt on Real Time Operating SystemsQt on Real Time Operating Systems
Qt on Real Time Operating Systems
 
Development with Qt for Windows CE
Development with Qt for Windows CEDevelopment with Qt for Windows CE
Development with Qt for Windows CE
 
Translating Qt Applications
Translating Qt ApplicationsTranslating Qt Applications
Translating Qt Applications
 
Qt Creator Bootcamp
Qt Creator BootcampQt Creator Bootcamp
Qt Creator Bootcamp
 
Qt Widget In-Depth
Qt Widget In-DepthQt Widget In-Depth
Qt Widget In-Depth
 
Qt State Machine Framework
Qt State Machine FrameworkQt State Machine Framework
Qt State Machine Framework
 
Mobile Development with Qt for Symbian
Mobile Development with Qt for SymbianMobile Development with Qt for Symbian
Mobile Development with Qt for Symbian
 
How to Make Your Qt App Look Native
How to Make Your Qt App Look NativeHow to Make Your Qt App Look Native
How to Make Your Qt App Look Native
 
Animation Framework: A Step Towards Modern UIs
Animation Framework: A Step Towards Modern UIsAnimation Framework: A Step Towards Modern UIs
Animation Framework: A Step Towards Modern UIs
 
Debugging Qt, Fixing and Contributing a Bug Report (Using Gitorious)
Debugging Qt, Fixing and Contributing a Bug Report (Using Gitorious)Debugging Qt, Fixing and Contributing a Bug Report (Using Gitorious)
Debugging Qt, Fixing and Contributing a Bug Report (Using Gitorious)
 
The Mobility Project
The Mobility ProjectThe Mobility Project
The Mobility Project
 
Copy Your Favourite Nokia App with Qt
Copy Your Favourite Nokia App with QtCopy Your Favourite Nokia App with Qt
Copy Your Favourite Nokia App with Qt
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

Qt Licensing Explained

  • 1. Qt Licensing Explained What are the Qt licensing options, and what should you consider when choosing the best Qt license for your project? Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 2. You have two licenses to choose from Commercial LGPL • • Licensingby Nokia Developed •  Developed by Free •  Keep all code Software private Foundation •  Keep your •  Keep app code distribution private, dynamically licensing options linked to Qt open •  App licensing has some restrictions More details on the next slides Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 3. What is the Qt Commercial license? • Proprietary license developed by Nokia • Allows you to keep all code private • Includes Qt standard support and updates • Allows you to choose license for distribution … at time of distribution (more on the next slide) Sorry, no mixing. A Qt user cannot combine commercial and LGPL in the same project. This is due to a restriction in the Qt Commercial License. Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 4. Choose your distribution licensing… at the time of distribution • Not sure of which license you should choose? Postpone the selection of distribution licensing until the time of distribution. • This is done by purchasing a commercial developer license and creating an application that dynamically links to the Qt libraries. In this case you can decide just prior to distribution whether to: 1.  Distribute your application with the commercially licensed Qt libraries, or 2.  Dynamically the application to the LGPL-licensed Qt libraries • This also permits dual licensing of Qt-based applications Not sure? Start commercial. Keep your distribution licensing options open. Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 5. What is the LGPL? • LGPL stands for GNU Lesser General Public License • A license agreement written and copyrighted by the Free Software Foundation • Nokia cannot modify the terms – it´s not our license. • The LGPL is a “copyleft” open source software license that is less restrictive than the GPL (GNU General Public License) What does this mean for you? You can freely use Qt under an LGPL license to create proprietary applications that dynamically link to the Qt libraries. (More later) Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 6. There are five factors to consider when selecting your license 1 2 3 4 5 We will cover each in more detail in the coming slides. Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 7. 1 Will you need to distribute your application externally? Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 8. 1 Will you need to distribute your application externally? • The requirements of the LGPL v. 2.1 only apply to externally distributed applications BUT note that you cannot change this after development has started due to a restriction in the Qt Commercial License Agreement. • The LGPL only applies to externally distributed applications. If you are using Qt to create an internal application, take adequate precautions to make sure that the application is not distributed outside of the legal entity. Otherwise, you will need to comply with the LGPL v. 2.1 obligations. Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 9. 2 Who is your target audience? Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 10. 2 Who is your target audience? • You need to know if your target audience has restrictions against using open source licensed software. • If they do, then don’t use Qt under the LGPL v. 2.1 • If your target audience will need to further modify Qt the LGPL may be a good choice unless these modifications to Qt represent a user’s commercial advantage and the user would not want to share them in source code format with downstream recipients. Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 11. 3 Will you need to modify Qt? Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 12. 3 Will you need to modify Qt? • You need to consider the implications regarding modification to Qt carefully • If you modify Qt, you will need to distribute these modifications in source code format Don´t want to share? Choose commerical. If you consider your modifications to represent a “competitive advantage” and you don’t want to distribute them in source code format, don’t choose the LGPL v. 2.1 license for Qt. Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 13. 4 Will you need to statically link your application to the Qt libraries in order to optimize performance? Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 14. 4 Will you need to statically link your application to the Qt libraries in order to optimize performance? • There is debate within the legal and open source communities as to whether static linking is permitted under the LGPL v. 2.1 license • This is due to an inconsistency in the LGPL v. 2.1 license itself regarding the definition of “works based on the Library” as the Library and derivative works of the library. • Executables may be considered to be derivative works and this could result in the need to share the application source code Tune out the static. Our recommendation is that you don´t statically link to the Qt libraries if you´re using the LGPL license. Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 15. 5 Is the software architecture such that Qt will need to make calls to a proprietary component that is not “standard”? Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 16. 5 Is the software architecture such that Qt will need to make calls to a proprietary component that is not “standard”? • If Qt will make calls to a non-standard proprietary component you could have a license incompatibility if such proprietary component does not permit you to redistribute it. • Section 6 states that “…the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it.” • Materials “normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs” are exempted, unless the component itself accompanies the executable. Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).
  • 17. Summary/More info • Nokia offers customers licensing options • Get your legal team involved early to make the right decision • Understand your obligations with LGPL • The Qt Commercial License give you options and full control Licensing details at http://qt.nokia.com/licensing Think commercial licensing is for you? Contact sales. Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies).