OpenSolaris
Collectives
Discussions
Documentation
Download
Source Browser
Free CD
Log-in
|
en
Main
:
About
>
FAQs
>
CDDL
Top Menu
Show
:
Comments
Attachments
History
Information
Print
:
Print
Print preview
Export as PDF
Export as RTF
Export as HTML
Export as XAR
Wiki code for
CDDL
Hide Line numbers
1: = FAQ: Common Development and Distribution License (CDDL) 2: 3: {{toc start="2" depth="3" numbered="false" scope="page"/}} 4: 5: == What is the CDDL and why was it chosen for the OpenSolaris program? == 6: 7: CDDL is the [[Common Development and Distribution License>>Main.opensolaris_license]]. It is an open source license that takes the well-known Mozilla Public License (MPL) and makes it reusable without modification. We wanted a copyleft license that provided open source protections and freedom and also enabled creation of larger works for commercial purposes. 8: 9: == Has the CDDL been approved by the OSI? == 10: 11: Yes. The CDDL meets the requirements of the [[Open Source Definition>>http://www.opensource.org/docs/definition.php]] and has been approved as an open source license by the [[Open Source Initiative>>http://www.opensource.org/]]. 12: 13: == Why did you write another open source license? == 14: 15: We reviewed a number of existing open source licenses but were unable to find one that was appropriate for the OpenSolaris source code. We modified the license that most closely met our needs (MPL) and feel our changes made contributors’ rights even clearer. We designed the CDDL to be reusable and attractive to other open source projects with similar goals. 16: 17: == Will all of the Solaris operating system be released under the CDDL? == 18: 19: We plan to release as much of the source code as possible under the CDDL. Third-party open source used in the Solaris operating system will remain available under its associated license(s). For example, the version of [[Perl>>http://www.perl.org/]] included in the OpenSolaris source base is licensed under the [[Perl Artistic License>>http://www.opensource.org/licenses/artistic-license.php]]. And code that can not be made available as open source may be provided in binary form. Refer to the [[roadmap>>Main.roadmap]] for information about the planned availability of particular technology. 20: 21: == Why did you base the CDDL on the MPL? == 22: 23: The MPL is a well-regarded license and had several attributes Sun was looking for, including: 24: * The requirement that the source of modifications be made available under the open source license; 25: * The ability to distribute executables under a different license; 26: * A "file-based" definition of modifications and covered software; 27: * An explicit patent license. 28: 29: == What improvements over the MPL did you make? == 30: 31: In addition to retaining all desired features of the MPL (detailed above), the CDDL is designed to be reused by others and contains several improvements to make it more general: 32: * Required notices were simplified; 33: * The defnition of Modifications was clarified to make it easier for people to understand what is covered by the license and what is not; 34: * Concerns about choice of law, venue and jurisdiction were addressed; 35: * An option to make the Covered Software available under a specific version of the license was added. 36: A [[summary description>>http://www.sun.com/cddl/CDDL_why_summary.html]] of the changes and the [[redline diffs>>http://www.sun.com/cddl/CDDL_MPL_redline.pdf]] (PDF) between the MPL 1.1 and the CDDL are provided. 37: 38: == If you wanted a copyleft license, why didn’t you just use the GPL or LGPL? == 39: 40: We needed an open source license that allowed files released under the license to be linked with files released under other licenses. While a license like LGPL would allow this for dynamically-linked code, we also needed to be able to release software that statically links source files available under different licenses. In addition, we wanted to allow others to add externsions to OpenSolaris with different license terms. This was only possible under a license like the MPL; however, we could not use the MPL because it is not a "template" license allowing reuse by others. Consequently, we crafted a variant of the MPL, taking the opportunity to make it a template license as a step towards reducing license proliferation for others finding themselves in a similar position. 41: 42: == What does the CDDL say about patents? == 43: 44: The CDDL provides an explicit patent license for code released under the license. This means that you can use, modify, and redistribute code released under CDDL without worrying about any patents that the contributors of the code (including Sun) might have on the contributed technology. The license also includes a provision to discourage patent litigation against developers by revoking the rights to the code for anyone initiating a patent claim against a developer regarding code they have contributed. 45: 46: == Can code licensed under the CDDL be combined with code licensed under other open source licenses? == 47: 48: CDDL is file-based. That means files licensed under the CDDL can be combined with files licensed under other licenses, whether open source or proprietary. However, other licenses may have different restrictions which may prevent such combination; it is your responsibility to read and recognize such restrictions. 49: 50: == What about dual licensing? Can I license my code under the CDDL as well as another license? == 51: 52: Yes, if you are the copyright owner for the code you can choose to license under multiple licenses, including the CDDL. 53: 54: == If I use code licensed under the CDDL in my proprietary product, will I have to share my source code? == 55: 56: Yes, for any source files that are licensed under the CDDL and any modifications you make. However, you don’t need to share the source for your proprietary source files. 57: 58: == If I contribute code to the OpenSolaris source base, what will I be asked to do as far as licensing is concerned? == 59: 60: Code contributed to the OpenSolaris source base must be made available under the CDDL, and you must submit a signed [[Contributor Agreement>>Main.sun_contributor_agreement]]. Projects may have different contribution submission processes. Contact the Project Leaders - listed on the project page - for specifics. 61: 62: == May I take portions of the OpenSolaris source code and use it in another code base? == 63: 64: Yes, you can use the OpenSolaris source code in other projects as long as you comply with the terms of the CDDL. 65: 66: == Can I redistribute or sell the OpenSolaris source code with my modifications? == 67: 68: Yes, you can modify and redistribute code licensed under the CDDL, including charging for it if you wish. However, you will need to meet the terms of the CDDL, including making the source of your modified code available under the CDDL. 69: 70: == May I use the OpenSolaris source code or binaries commercially? == 71: 72: Yes, you may use the OpenSolaris source code in commercial products. Note that if you distribute binaries built from code released under the CDDL, you will need to meet the terms of the CDDL and distribute the corresponding source code under the CDDL. See the [[license>>Main.opensolaris_license]] for details. 73: 74: == Can I use the CDDL for my project (unrelated to the OpenSolaris program)? == 75: 76: Yes, the license is intended to be reusable by anyone. 77: 78: == Can Sun ever take away the OpenSolaris source code? == 79: 80: No. The code is available to the community forever. 81: 82: = Other FAQs = 83: 84: * [[General FAQ>>Main.general_faq]] 85: * [[Getting Started FAQ>>Main.getting_started_developers]] 86: * [[Website FAQ>>Main.website_faq]] 87: * [[Binary License FAQ>>Main.binary_licensing_faq]] 88: * [[Trademark/Logo Usage FAQ>>Main.trademark_faq]]
Search
Collectives
Community Group
Academic and Research
Accessibility
Advocacy
Appliances
Approachability
Architecture Process and Tools
BrandZ
Chinese Users
Community Advisory Board
Databases
Desktop
Device Drivers
Distribution
Documentation
DTrace
Emerging Platforms
Fault Management
Games on OpenSolaris
HA Clusters
HPC Developer
Installation and Packaging
Internationalization and Localization
Laptop
Logical Domains
Modular Debugger (MDB)
Networking
NFS
Observability
OpenSolaris Governing Board (OGB)
OpenSolaris Printing
OS/Net (ON)
Performance
Power Management
PowerPC
Security
Service Management Facility (smf(5))
Software Porters
Solaris Volume Manager
Storage
Systems Administration Community Group
Testing
Tools Home
Unix File Systems (UFS)
Website Community
X Window System
Xen
ZFS
Zones
Project
ADSL Modem Enhancement
ARC Process Definition
ARM Platform Port
Automatic Data Migration
BIND Update
Bluetooth Stack & Drivers
Brocade FC HBA - Initiator
Brocade FC HBA - Target
Brussels - unified network link configuration
Caiman, Solaris Install Revisited
Celeste
Český portál
Chime Visualization Tool for DTrace
CIFS client for Solaris
CIFS Server
Clearview: Network Interface Coherence
Cluster Agent: Informix Dynamic Server
Cluster Agent: OpenSolaris Container
Cluster Agent: OpenSolaris xVM
Cluster Agent: Oracle E-Business Suite
Cluster agent: PostgreSQL
Cluster Agent: Samba
Cluster Agent: Tomcat
CMT
Coarse Data Flow Parallelism
Colorado: Open HA Cluster on OpenSolaris
Command Assistant
Common Array Manager
Companion - /opt/sfw: Free and Open Source software
COMSTAR: Common Multiprotocol SCSI Target
Content
Contest
CPU Observability
Credentials Process Groups
Crossbow: Network Virtualization and Resource Control
Crypto KMS Agent Toolkit
Cryptographic Framework
Data Migration Manager
Data Tethers
Deutsches Portal
Device Detection Tool
Device Driver Utility
Device Manager
Device Mapper
Direct Rendering Infrastructure & 3D drivers
DTrace Guide
Duckwater: Simplified name services management
Easy Tools
Emancipation
Emulex Fibre Channel Device Driver
Emulex Advanced Ethernet Device Driver
Enable/Enhance Solaris support for Intel Platform
Enhance the support of USB webcams
Enhanced SMF Profiles
Enhancements for AMD-based Platforms
Erlang DTrace Integration
Ethernet bridge module for Solaris
Evaluate Conary
Events Registry
Ext3 file system support
F/OSS Package Base
Facilitation
Fibre Channel over Ethernet
Fine Grained Access Policy (FGAP)
Fingerprint Authentication
Flexible Mandatory Access Control
Forensic Tools
Fully Open X Project
Fuse on Solaris
gcore
Generic Machine Check Architecture Improvements
Google SOC
HA-JBoss
HA-MySQL
Hadoop Live CD
Hitachi
HoneyComb Fixed Content Storage
HPC Stack
Image Packaging System
Improved Performance MIB
Indiana
Innovation Awards
Input Method
Intel Graphics
Interrupt Resource Management
IP Datapath Refactoring
IP over Infiniband
IPsec Tunnel Reform
iSCSI Extensions for Remote DMA (iSER)
iSNS Server
JeOS - Just enough Operating System
JKstat - a java binding for libkstat
Journaled File System (JFS)
K Desktop Environment
Kerberos
Kernel Sockets
Kernel SSL Enhancements
Key Management Framework
Korn Shell 93 integration/migration project
Labeled IPsec
LatencyTOP
Layer 2 Filtering
LDoms Manager
Lending
libMicro - portable microbenchmarks
Link Layer Discovery
Live Media: Technologies for distributions running from CD and other media
Locale Data
lofi compression and cryptography support
lx64 brand
Media Management System
Mega_sas
Mexico
MilaX minimal Live Distribution
MIPS Platform Port
Mozilla DTrace
MRSL.NONsharedDevice
Multi-lingual Glossary
Multi-pathing software (MPxIO)
Multiple disk sector size support
Multiple DOI
Muskoka: An open repository for OpenSolaris technical content
Navigator
Nemo: A Framework for High-Performance Networking
Network Auto-Magic
Network Data Management Protocol
Network MIBs
Network Storage
Network Time Protocol (NTP)
Nevada Globalization
New Design of 4over6 Mechanism Based on OpenSolaris
NFS RDMA transport update and performance analysis
NFS Server in non-Global Zones
NFS version 4.1 pNFS
NFSv4 namespace extensions
Nightingale: Port Songbird to OpenSolaris
NPort ID Virtualization (NPIV)
NUMA
Object Storage Device (OSD) support for Solaris
OHACGE Script Based Plug-in
ON/Nevada (ONNV) Project
Open Development Infrastructure
Open HA Cluster Utilities
Open Sound System
OpenGrok
OpenPegasus CIM Server
OpenRTI
OpenSolaris Busybox
OpenSolaris Desktop
OpenSolaris Hispano
OpenSolaris Security Audit
OpenSolaris support for the QEMU processor emulator: host and guest
PEF: Packet Event Framework
Performance Wrappers
Pkgfactory
Polski Portal
Portail Francophone
Portal Brasil
Portals
Power Management Usability Interfaces
Presto: Automatic Printing Configuration
Printable Many Page Solaris Manuals
Promise SuperTrak RAID HBA Driver
QLogic Converged Network Adapter GLDv3 NIC Driver
Quagga Routing Protocol Suite Integration
RAID Configuration Utility
RBridge (IETF TRILL) support
RDMA Offload Framework
Reno: Login Process Enhancements for Interop
Resource Management
s10brand
SAM/QFS
SCM Migration Project
SCSI RDMA Protocol
SDcard Drivers
Sensor Abstraction Layer
Session Initiation Protocol
SFW
Shell: bourne shell, korn shell, C shell, etc.
Sierra: Intel WiFi Chipsets Support
Simple Panels
SM-HBA Based SAS HBA Management
SMF Documentation
Solaris iSCSI Target
Solaris PowerPC Port
SourceJuicer
Sparks: name service switch/nscd enhancements
Squashfs
Star integration/migration project
Starfish
Starter Kit
Storage Power Management
Sun Security Toolkit
Sun StorageTek Availability Suite
Support for OpenFabrics User Verbs / API on OpenSolaris OS
Support gcc4/GCCfss in Solaris
Suspend/Resume
SVR4 Packaging
Systemz
Tamarack: Removable Media Enhancements in Solaris
Tesla: OpenSolaris Enhanced Power Management
Test Development
Tickless Kernel Architecture
TIPC
Trademarks
Trusted networking interface policy database for Trusted Extensions
Trusted Platform Module support
Use Case
Validated Execution Project
Virtual Console
Virtual Network Machines
Visual Panels
Visualization for HPC
Volo
VRRP: Virtual Router Redundancy Protocol Implementation
VSCAN service
Web Stack
Website
Winchester: Schema mapping and ID mapping for AD Interoperability
Wireless USB Support
Wireless Wide Area Network
X Consolidation
x86 Generic FMA Topology Enumerator
Xen Gate
Xfce: A lightweight desktop environment
ZFS Boot and Install
ZFS on disk encryption support
Zone Manager
Zone Statistics
Русский портал
البوابة العربية
भारतीय पोर्टल
中国门户
日本ポータル
한국 포탈
User Group
Adelaide
Argentina
Arizona
Atlanta
Baltimore-Washington
Bangalore
Bangkok
Bangladesh
Beijing
Bélem
Berlin
Bhimavaram
Bloomington
Campus Ambassadors
Capital Region
Cardiff
Charlotte
Chengdu
Chennai
Chihuahua
Chile
Cleveland
Colombia
Columbus
Connecticut
Cracow
Czech
Dallas/Ft. Worth
Danish
Delaware
Edinburgh
Egypt
Finland
Florida
Front Range
FuZhou
Great Lakes
Greece
Hangzhou
Hawaii
HeFei
Houston
Hyderabad
Indonesia
Irish
Israel
Italian
Jinan
Kabul
Kansas City
Latvia
London
Madurai
Manchester
Mato Grosso
Melbourne
Minas Gerais
Minnesota
Montreal
Moscow
Mumbai
Munich
NEA
Netherlands
New England
New York City
New Zealand
NIT Hamirpur
Noroeste
Oklahoma City
Osnabrück
Peru
Philadelphia
Piaski
Pittsburgh
Porto Alegre
Puget Sound
Pune
Queensland
Research Triangle Park
Romania
Russia
San Antonio
San Diego
San Francisco
São Paulo
Scottish
Serbia
Shanghai
Shenzhen
Silicon Valley
Singapore
Slovak
South African
Southern Connecticut
St. Louis
Sweden
Switzerland
Sydney
Szczecin
Taiwan
Tecum
Thames Valley
Tokyo
Toronto
Trondheim
Tulsa
Turkey
Ukraine
University of Melbourne
Vale do Paraíba
Vancouver
Venezuela
Welsh - Cymru
Wisconsin
Xi'an
Subsites
Code Reviews
Code Repositories
Package Search
Bugster
Bugzilla
Test Machines
Planet
Mailing Lists
Elections & Polls
ARC Case Logs
Source Juicer
Package Factory
User Authentication
Main Pages
Documents on this Wiki
Dashboard
RecentChanges
Spaces
RSS Feeds
Tags
Try OpenSolaris
About
Contact
FAQs
OpenSolaris Help
Source Not Released
Roadmap
Product Source
Contributor Agreement
Values
Sponsor Pgm Bug Activity
OSS Bite Size Bugs
Request-Sponsor Table
OpenSolaris Collectives
HowTo Guide
Communities
Leadership Manual
Projects
User Groups
Copyright Policy
OpenSolaris Discussions
IRC Chat
Documentation
Downloads
Feature Spot Archive
Get the Source
Licensing
OpenSolaris Binary
OpenSolaris License
Public Doc License
How to Participate
Contribute Packages
Edit Your Profile
Site Map
Website Guidelines
Website Terms of Use
OpenSolaris Trademark