CINXE.COM
FAQ #208 : Questions : Launchpad itself
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://launchpad.net/launchpad/+faq/208/+index" /> <meta charset="UTF-8" /> <title>FAQ #208 : Questions : Launchpad itself</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta property="og:title" content="FAQ #208 : Questions : Launchpad itself" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://launchpad.net/launchpad/+faq/208/+index" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?yui/yui/yui-min.js&lp/meta.js&yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?lp/', comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-answers main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://launchpad.net/launchpad/+faq/208/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/launchpad"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/600817174/Canonical_Launchpad_icon_64px.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/launchpad">Launchpad itself</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/launchpad">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/launchpad">Code</a></li> <li class="bugs"><a href="https://bugs.launchpad.net/launchpad">Bugs</a></li> <li class="specifications"><a href="https://blueprints.launchpad.net/launchpad">Blueprints</a></li> <li class="translations"><a href="https://translations.launchpad.net/launchpad">Translations</a></li> <li class="answers active"><a href="https://answers.launchpad.net/launchpad">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <h1>Can closed-source or proprietary projects use Launchpad?</h1> <div id="registration" class="registering"> Created by <a href="/~bac" class="sprite person">Brad Crittenden</a> <time title="2008-10-10 19:29:59 UTC" datetime="2008-10-10T19:29:59.097429+00:00">on 2008-10-10</time> </div> </div> <div id="request-notifications"> </div> <div> <div class="top-portlet"> <dl id="faq-keywords"> <dt>Keywords:</dt> <dd>proprietary license commercial subscription</dd> </dl> <dl id="faq-updated" style="clear: both"> <dt>Last updated by:</dt> <dd> <a href="/~cjwatson" class="sprite person">Colin Watson</a> <time title="2018-05-23 20:37:12 UTC" datetime="2018-05-23T20:37:12.942536+00:00">on 2018-05-23</time> </dd> </dl> </div> <div id="faq-content" class="portlet"><p>Launchpad exists to support the development of Ubuntu and other projects in the open source community. Projects that are not open source can still use Launchpad if specifically authorized by Canonical.</p> <p>To freely use Launchpad, projects must license their code with one of the licenses we pre-approve (shown when you create your project) or with a license that fits the guidelines specified at <a rel="nofollow" href="https://help.launchpad.net/Legal/ProjectLicensing">https:/<wbr />/help.launchpad<wbr />.net/Legal/<wbr />ProjectLicensin<wbr />g</a>.</p> <p>(See <a rel="nofollow" href="https://answers.launchpad.net/launchpad/+faq/585">https:/<wbr />/answers.<wbr />launchpad.<wbr />net/launchpad/<wbr />+faq/585</a> for exactly how we define "project".)</p> <p>If your project has an open-source license which is not pre-approved, then select 'Other/Open Source' and fully describe the license in the information box when you create your project or on the 'Change Details' page. Providing a link to the license is quite helpful. Launchpad staff will review the license you've used and contact you if there are problems.</p> <p>(Please note that not all Creative Commons licenses qualify as open source. In particular, their "Sampling/Mashup", "No Derivatives", and "Non-Commercial" licenses are not open source. However, just using the "Share-Alike" condition is still open source.)</p> <p>Projects that are not open source may only use Launchpad if they have prior approval from Canonical to use commercial-only features, which include private bugs, code branches, teams, mailing lists, and PPAs.</p> <p>Canonical formerly sold commercial subscriptions which allowed the use of commercial-only features. This scheme is no longer in operation, although use of commercial-only features may still be granted on a case-by-case basis.</p> <p>If you have questions, please send email to commercial@<wbr />launchpad.<wbr />net.</p></div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="global-actions" class="portlet vertical"> <ul> <li> <a class="menu-link-list_all sprite info" href="https://answers.launchpad.net/launchpad/+faqs">List all FAQs</a> </li> </ul> </div> <div class="portlet" id="portlet-related-questions"> <h2>Related questions</h2> <ul> <li class="question-row"> <a class="sprite question" href="https://answers.launchpad.net/launchpad/+question/40633" title="Hello, I'm curious if it is possible to host a closed-source application on Launchpad. Two quest...">#40633 Launchpad hosting closed-source app?</a> </li> <li class="question-row"> <a class="sprite question" href="https://answers.launchpad.net/launchpad/+question/65878" title="I have subscribed to Launchpad code hosting because I find Launchpad great and I love Ubuntu and ...">#65878 What about Launchpad security?</a> </li> <li class="question-row"> <a class="sprite question" href="https://answers.launchpad.net/launchpad/+question/70937" title="Hello, I have registered just a few minutes ago a project named "Lunam" https://launchpad.net/lun...">#70937 Project closure request</a> </li> <li class="question-row"> <a class="sprite question" href="https://answers.launchpad.net/launchpad/+question/73566" title="I wrote a program that uses a proprietary but free (as in money) program. I want to create a pack...">#73566 Is it OK to create a package that will download closed source, free as in money software and host it on LP</a> </li> <li class="question-row"> <a class="sprite question" href="https://answers.launchpad.net/launchpad/+question/107178" title="Hello everybody, The 'Platine Team' I created on Launchpad is 'public'. It was created for priva...">#107178 Is it possible to make Platine Team private ?</a> </li> <li class="question-row"> <a class="sprite question" href="https://answers.launchpad.net/launchpad/+question/237445" title="http://justgetflux.com/linux.html directs users to install packages from https://launchpad.net/~k...">#237445 f.luxgui PPA contains closed-source software</a> </li> </ul> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> • <a href="https://launchpad.net/+tour">Take the tour</a> • <a href="https://help.launchpad.net/">Read the guide</a> <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> © 2004 <a href="http://canonical.com/">Canonical Ltd.</a> • <a href="https://launchpad.net/legal">Terms of use</a> • <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> • <a href="/feedback">Contact Launchpad Support</a> • <a href="http://blog.launchpad.net/">Blog</a> • <a href="https://canonical.com/careers">Careers</a> • <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> • 22ade00 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "context": {"self_link": "https://launchpad.net/api/devel/launchpad/+faq/208", "web_link": "https://answers.launchpad.net/launchpad/+faq/208", "resource_type_link": "https://launchpad.net/api/devel/#faq", "id": 208, "title": "Can closed-source or proprietary projects use Launchpad?", "keywords": "proprietary license commercial subscription", "content": "Launchpad exists to support the development of Ubuntu and other projects in the open source community. Projects that are not open source can still use Launchpad if specifically authorized by Canonical.\n\nTo freely use Launchpad, projects must license their code with one of the licenses we pre-approve (shown when you create your project) or with a license that fits the guidelines specified at https://help.launchpad.net/Legal/ProjectLicensing.\n\n(See https://answers.launchpad.net/launchpad/+faq/585 for exactly how we define \"project\".)\n\nIf your project has an open-source license which is not pre-approved, then select 'Other/Open Source' and fully describe the license in the information box when you create your project or on the 'Change Details' page. Providing a link to the license is quite helpful. Launchpad staff will review the license you've used and contact you if there are problems.\n\n(Please note that not all Creative Commons licenses qualify as open source. In particular, their \"Sampling/Mashup\", \"No Derivatives\", and \"Non-Commercial\" licenses are not open source. However, just using the \"Share-Alike\" condition is still open source.)\n\nProjects that are not open source may only use Launchpad if they have prior approval from Canonical to use commercial-only features, which include private bugs, code branches, teams, mailing lists, and PPAs.\n\nCanonical formerly sold commercial subscriptions which allowed the use of commercial-only features. This scheme is no longer in operation, although use of commercial-only features may still be granted on a case-by-case basis.\n\nIf you have questions, please send email to \u003cemail address hidden\u003e.", "date_created": "2008-10-10T19:29:59.097429+00:00", "last_updated_by_link": "https://launchpad.net/api/devel/~cjwatson", "date_last_updated": "2018-05-23T20:37:12.942536+00:00", "target_link": "https://launchpad.net/api/devel/launchpad", "http_etag": "\"6ac68f06abe69161616588d86be54cb8fcf6214a-eac29148eb257872c4cd79bb25f5d4c6013eee60\""}};</script> </body> <!-- Facet name: answers Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 13 queries/external actions issued in 0.14 seconds Features: {'profiling.enabled': None, 'hard_timeout': '5000', 'js.yui_version': None, 'app.mainsite_only.canonical_url': None, 'app.maintenance_message': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>