SlideShare a Scribd company logo
1 of 35
Download to read offline
An Open Source
    Work Shop


Luciano Resende (lresende@apache.org)
Haleh Mahbod (hmahbod@gmail.com)
Aug. 2008




            1
Topics
 General knowledge about open source
   Importance of Open Source
   What is Open Source
   License
   Infrastructure
   Community




           2                           Open Source Workshop
Why open source?

It’s “impossible to avoid”

Gartner 2007 Study:
By 2011, 80% of all commercial software will contain open source code
                                 source impossible to avoid, Gartner says”, Network World
                         -Open

         -http://www.networkworld.com/news/2007/092007-open-source-unavoidable.html


Forrester 2008 Study:
Study of 2,252 North American and European Software decision makers
done by Forrester: 66% are interested in open-source software….
Open source seems to be a tactic for achieving the high priority initiatives.
.. And
Web 2.0 technologies (such as blogs, wikis and RSS) and
Service Oriented Architecture among their major software initiatives.

                     source software: Just a Means to an End”, CIO magazine, March 2008
            -“Open




               3                                                  Open Source Workshop
Why is Open Source important ?
 Can be a major source of innovation!
    It unites perspectives from a host of disciplines and brings ideas together from all
    around the world to
        Rapidly solve business issues
        Accelerate technological advancements
        Stimulate economic growth
        Enable new business models
 OSS is a good approach for driving emerging open standards
    Popular open source projects can become the common implementations

 IT can benefit
    Increased choice and flexibility
    Lower costs
    Quick response




               4                                                          Open Source Workshop
What Is Open Source?
 open source refers to software that is published under licenses that
 defines how source code can be made available to everyone to
 inspect, change, download, and explore as they wish.

 Open source is not a software methodology
   It is a way of developing ideas and software collaboratively in the open


 Open source is about software license
   Defines how the developers develop the software
   Defines how the users consume the software and contribute back
   Defines how the community interacts with one another




            5                                                   Open Source Workshop
What characterizes an open source?

 The community of software users and developers interested to
 develop some idea in the open create the open source project
   The makeup of each open source project is identified by it’s philosophy, it’s
   culture and it’s character defines an open source project.
   Community Philosophy: The software license used for the open source
   project captures defines its philosophy
   Community Culture: Where the open source project is hosted can define its
   community culture. For example Apache promotes a different culture than
   Eclipse.
   Community Character:
       Each project can run differently even within a given open source embodiment. The
       community decides on how to create, build and maintain the project.
       The technology offered by a project can also form the character of the project. For
       a project that develops applications will be different than one that develops an
       infrastructure.




           6                                                          Open Source Workshop
Open Source License

 Open Source license defines the community philosophy
   open source refers to software that is published under licenses that defines how
   source code can be made available to everyone to inspect, change, download,
   and explore as they wish.


 There are upward of 71 open source licenses which fall into 3
 families:
   Give me credit
   Give me fixes
   Give me everything




           7                                                 Open Source Workshop
Open Source License Type – Give Me Credit

 Examples: AL, BSD, MIT
 Typical Characteristic:
    Derivatives can sub-license
    May have some conditions
        No warranty

    Credit to original authors required
    Limited control by any one entity
    Allows for commercial product development
    Allows for competing services




            8                                   Open Source Workshop
Open Source License Type – Give Me Fixes

 Examples: Mozilla (MPL), Eclipse (EPL/CPL), LGPL
 Typical Characteristic:
   Single entity control, still ‘business friendly’. If you modify the code, you need to
   make the modification available
       File or derivative based conditions
       Original author may have special rights
       Differentiate between source and binary
       Larger works can be under a different license
       Encourages incorporation of code into larger works
       Ensures direct development benefits all




           9                                                     Open Source Workshop
Open Source License Type – Give Me Everything


  Examples: GPL (GNU General Public License )
  Typical Characteristic:
    Also referred to COPY LEFT. If you use it, everything must be under this license
        Derivative works remain under the license
        Linked works may also remain under the license
        Ensures all ‘down stream’ have the same rights
        All direct development is contributed back
        Contributors assured code remains open source
        Encourages a full free software economy
        Copyright holder retains much control
        Limits commercial adoption: Forbids distribution for profit
  Software with this type of license cannot be included in Apache
  projects




            10                                                        Open Source Workshop
Open Source: Most common Licenses

 Apache License, 2.0
 BSD licenses
 GNU General Public License (GPL)
 GNU Library or quot;Lesserquot; General Public License (LGPL)
 MIT license
 Mozilla Public License 1.1 (MPL)
 Common Development and Distribution License
 Eclipse Public License
 Artistic Licenses




         11                                     Open Source Workshop
License Compatibility

 License compatibility refers to the problem with software licenses
 which can contain contradictory requirements, rendering it
 impossible to combine code from such packages in order to create
 new software packages.
 Let’s consider the following scenario:
   Code distributed with license A says :quot;modified versions must mention the
   developers in any advertising materials“
   Code distributed with license B says : quot;modified versions cannot contain additional
   attribution requirementsquot;
 These two licenses are considered license-incompatible. If
 someone combine a software package which uses license A, with a
 software package which uses license B, it would be impossible to
 distribute the combination because the two requirements cannot be
 simultaneously fulfilled.

                                      License Compatibility (wikipedia): http://en.wikipedia.org/wiki/License_compatibility


          12                                                               Open Source Workshop
License Compatibility




The Free-Libre / Open Source Software (FLOSS) License Slide (by David A. Wheeler) : http://www.dwheeler.com/essays/floss-license-slide.html


                   13                                                                           Open Source Workshop
Apache License and third-party licenses

  Authorized Licenses                            Excluded Licenses
    Apache License 2.0                                 BCL*
    Apache Software License 1.1                        Special exceptions to the GNU GPL
                                                       (e.g. GNU Classpath)*
    BSD (without advertising clause)
                                                       GNU GPL 1, 2, 3
    MIT/X11
                                                       GNU LGPL 2, 2.1, 3
    University of Illinois/NCSA
                                                       Affero GPL 3
    W3C Software License
                                                       NPL 1.0/NPL 1.1
    X.Net
                                                       QPL
    zlib/libpng
                                                       Sleepycat License
    FSF autoconf license
    DejaVu Fonts
    Academic Free License 3.0
    Service+Component+Architecture+Spec
    ifications
    OOXML XSD ECMA License
    Microsoft Public License (MsPL)
    Creative Commons Attribution (CC-A)
    Python Software Foundation License


                                          Apache third-party licensing policy : http://www.apache.org/legal/resolved.html


           14                                                             Open Source Workshop
Open Source Project Hosts

 Project umbrellas host the open source projects and can influence
 the overall culture of a community

 Hosts provide infrastructure for open source project referred to as
 PRIM:
   P (portal), R (repository), I (Issue tracking), M (mailing list)
   Can provide legal governance


 There are three main types of public open source hosts:
   Pure infrastructure
   Vendor collaboration
   Community focused




           15                                                         Open Source Workshop
Project Host Type 1: Pure Infrastructure

  Examples: SourceForge, CollabNet, Codehaus, googlecode

  Provide the infrastructure
     Sets overall rules (e.g. type of license permitted)
     Each project governs itself


  Often many small projects
     One or two developers, although may have lots of users
     Fairly small codebase


  Provide an incubator role
     Projects start under incubation and move to a more formal community when they
     grow




            16                                                Open Source Workshop
Project Host Type 2: Vendor Collaboration

 Examples: Eclipse, ObjectWeb, Mozilla

 Allows companies to collaborate
   Specifically acknowledge the role companies have
   Consider corporate needs


 Closer to commercial software development roadmap
   More planning and oversight
       (e.g.) have a architectural steering committee
       (e.g.) have an official project management committee
   Can be more conservative


 Eclipse recently created “Eclipse Project Incubator” as a place for
 innovation and investigation of new and alternative ideas.



          17                                                  Open Source Workshop
Project Host Type 3: Community Focused
 Example: Apache Software Foundation
 Non-profit corporation
   No staff, all volunteer
   Elected membership

 Primary goal is to foster open source communities
   Provide technical infrastructure
   Provide legal oversight
   Projects start under incubation and once they demonstrate they can run as a
   healthy Apache type project they graduate into an Apache top level project.

 Technocratic Meritocracy
   People earn status by what they do

 Project communities are very independent
   Project Management Committee (PMC) is a legal construct
       Binding decisions e.g. to release software
   Community decides direction and priorities


            18                                               Open Source Workshop
Examples of Open Source projects
   Apache
   Web Server
   Community initiated (apache.org)

   Linux
   Operating System kernel
   Individual initiated (Linus Torvalds)

   Eclipse
   Universal Integration platform
   Extensible application framework
   supporting solution based plug-ins
   IT Vendor initiated (IBM and
   others)

   Mozilla
   Browser and client technology
   Hybrid (Netscape + community)

              19                           Open Source Workshop
What characterizes an Open Source?
                        This Characterizes each open source project

     Community Philosophy            Community Culture             Community Character
     Is influenced by License type   Is influenced by where the   Is influenced by the people
                                                                  who support the project
     License                         Project is hosted


 3 families of licenses:             There are three main         Each project has its own
 •Give me credit                     types of public open         character:
       •Give me fixes                source hosts:                • Community decides on how to
       •Give me everything                • Pure infrastructure   create, grow and maintain the
                                          • Vendor                project.
                                          collaboration           • Technology supported by the
                                          • Community focused     project can influence
                                                                        • Who gets drawn to the
        Watch out for license                                           project
      incompatibility                                                   • How the project should
                                                                        be run to be successful




                   20                                                 Open Source Workshop
Open Source Community

Heart of an open source project




    21                 Open Source Workshop
Traditional Commercial Software



              USERS
                                           DEVELOPERS
                                            “produce
         “use the software”                    the
                                            software”




   Separate User and Developer Community
   Feedback provided through Beta and early adaptor programs
   Agile development model can help to provide more frequent
   feedback
         22                                     Open Source Workshop
Mixed Commercial – Share Code



               USERS
                                               DEVELOPERS
                                                “produce
         “use the software”                        the
                                                software”




   Code Is developed in the open and can be used readily
   Users provide feedback, but can’t modify the main repository
   Software is typically not free or a more advanced form of it is
   licensed
         23                                         Open Source Workshop
Open Source – Collaborative Environment



              USERS                          DEVELOPERS
                                             “produce the
                                              software”
        “use the software”




   Code Is developed in the open and can be used readily
   Users can become involved in the development of the software



         24                                     Open Source Workshop
Start of an Open Source Project




                                                    DEVELOPERS
               USERS                                 “produce
                                                        the
                                                     software”




 Open Source projects typically start with
   A smaller developer community who have an idea to develop
   One or more users who can use the software




          25                                              Open Source Workshop
Who are the developers?

  A group of people interested to develop some idea in the open
 collaboratively.
    Because ..
        They want to create software that solves their business problems
       Want to test new ideas in the market
       Want To participate in new technology development
       Want To test validity of standards through collaboration with users
        Maybe they get paid by an employer, it’s their job.
        Maybe it is just interesting to get involved in new technology!
            Participation in a successful project can open the door to fame and recognition
        …….
        There is no magic answer. This makes it good challenge to analyze how to attract developers for each
       project


    IMPORTANT: Anyone interested can join in to help with the
    development
       No invitation is required! Just get involved in what is interesting to you and share your
       thoughts with the community.
       People from different backgrounds participate in open source. The key is to not be shy
       about not having a high command of a given language. Source Code and technology
       ideas become the common language.




           26                                                                 Open Source Workshop
Open Source Project



                          USERS
                                            DEVELOPERS
                         “use and
                                            “produce the
                          produce
                                             software”
                         software”




 Open Source Brings Users and Developers together to
   Invent, develop, share experience, improve
   Overtime, users join the developers community to influence what they use (care
   about).




          27                                                Open Source Workshop
Open Source Project


                     Pure
                     users
                               Developers
                               DEVELOPERS
                                  & users
                                contributing




  A successful Open Source Community is an integrated user and
  developer community who together they
    Invent, develop, share experience, improve




          28                                     Open Source Workshop
Open Source Project

                                       Pure users




                                       Developers
                                         DEVELOPERS
                                         & users
        Developers
                                       contributing
                            growth
          & users
        contributing




Pure
users


    Open source project grows as users get more involved and new
    developers join the project.
    Growth and adoption makes the project more stable and brings in
    innovations.

                       29                           Open Source Workshop
Why is Community Important?



                 Code without
Factor of        community                               Code with
Success
                                                         Community




                    Community = Stability




                                              Time
                                            ApacheCon 2006, Aaron Farr, www.cubiclemuses.com


            30                                      Open Source Workshop
How to Grow a Community?

                                              Pure users




                                                  Developers
                     ?
                                                    DEVELOPERS
                                                    & users
 developers

                                                  contributing
                    How to
                    Get here


• Prerequisites
       Attractive Code Qualities
       Communication Infrastructure
       And, people who believe in the project and help it grow


              31                                            Open Source Workshop
Attractive Code Qualities for Starting OS projects

  Directly used by and useful to developers
  Builds
  Follows common standards where applicable
  Modular and flexible
  Consistent
  Enough documentation to help new developers to get started
  Enough test examples to help new developers to get started and be confident to test
  their changes
  Can be improved
     Does not have to be functionality complete (Tough concept to grasp)
           Incremental, smaller checkins accompanied with discussions with the community get the community more involved and
           enables others to participate in building the software.




                 32                                                                            Open Source Workshop
Communication Infrastructure

  Source code repository
  Issue Tracking
    Defines how problems can be reported.
    Provide a way to organize handling of many different ideas, feedbacks, etc.
  Website
    First impression of the project is from the website. It is important to have a good website
    which clearly states objectives and introduces the visitor the to project
        Most developers don’t find this a fun thing to do! Find ways to make it happen.
  Documentation
    User documentation : Focuses on how to use the project
    Developer documentation: Focus on how to get involved
        Caution: ‘code talks’ does not work 100%. It is worth to spend time to share information


  Mailing list, newsgroup, or forum
    Communication should be open
        Engages everyone and solicits new ideas and participation

    Communication should be archived
        Archived information can be used to search for problems that were discussed before
        Provides a reference for decisions that were made




            33                                                                   Open Source Workshop
How to attract a community?

 Good product and frequent releases
 Good documentation
 Examples of how to use the software
 Modular and flexible architecture when it makes sense
    Lowers the barrier to entry for developers. Let’s them focus on areas that they are interested
    in
    Facilitates adoption by allowing users to pick and choose what they need. Lower footprint.
 Have an open, inviting environment
 Mentor new people to learn the project and feel comfortable to contribute
 But, that’s not enough!
    People need to know about your project to download and use it or come to the site to
    participate.
         Talk about the project and how it solves the given business problem through Conferences, Forums,
         Articles, …




             34                                                                Open Source Workshop
Summary

 Open Source brings Users and Developers from all around the
 world together to invent, develop, share ideas, …
 Community is the heart of Open Source
    Community = stability
 Starting and growing of an open source project requires
    Code
    Infrastructure
    And, dedication and effort to build the community
 Participation in open source is open to all. No invitation is required!




           35                                           Open Source Workshop

More Related Content

What's hot

Kubernetes GitOps featuring GitHub, Kustomize and ArgoCD
Kubernetes GitOps featuring GitHub, Kustomize and ArgoCDKubernetes GitOps featuring GitHub, Kustomize and ArgoCD
Kubernetes GitOps featuring GitHub, Kustomize and ArgoCDSunnyvale
 
Introduction To Open Source Licenses
Introduction To Open Source LicensesIntroduction To Open Source Licenses
Introduction To Open Source LicensesHarley Pascua
 
Free and Open Source Software
Free and Open Source SoftwareFree and Open Source Software
Free and Open Source SoftwareMoinuddin Ahmed
 
Philosophy of Open Source - SFO17-TR01
Philosophy of Open Source - SFO17-TR01Philosophy of Open Source - SFO17-TR01
Philosophy of Open Source - SFO17-TR01Linaro
 
OpenShift Enterprise 3.1 vs kubernetes
OpenShift Enterprise 3.1 vs kubernetesOpenShift Enterprise 3.1 vs kubernetes
OpenShift Enterprise 3.1 vs kubernetesSamuel Terburg
 
RTSP Analysis Wireshark
RTSP Analysis WiresharkRTSP Analysis Wireshark
RTSP Analysis WiresharkYoss Cohen
 
Staying on Topic - Invoke OpenFaaS functions with Kafka
Staying on Topic - Invoke OpenFaaS functions with KafkaStaying on Topic - Invoke OpenFaaS functions with Kafka
Staying on Topic - Invoke OpenFaaS functions with KafkaRichard Gee
 
Top Open Source Licenses Explained
Top Open Source Licenses ExplainedTop Open Source Licenses Explained
Top Open Source Licenses ExplainedWhiteSource
 
Kubernetes intro public - kubernetes meetup 4-21-2015
Kubernetes intro   public - kubernetes meetup 4-21-2015Kubernetes intro   public - kubernetes meetup 4-21-2015
Kubernetes intro public - kubernetes meetup 4-21-2015Rohit Jnagal
 
Shift Deployment Security Left with Weave GitOps & Upbound’s Universal Crossp...
Shift Deployment Security Left with Weave GitOps & Upbound’s Universal Crossp...Shift Deployment Security Left with Weave GitOps & Upbound’s Universal Crossp...
Shift Deployment Security Left with Weave GitOps & Upbound’s Universal Crossp...Weaveworks
 
Topic # 12 of outline Configuring Local Services.pptx
Topic # 12 of outline Configuring Local Services.pptxTopic # 12 of outline Configuring Local Services.pptx
Topic # 12 of outline Configuring Local Services.pptxAyeCS11
 
Guia instalacion y configuracion nagios
Guia instalacion y configuracion nagiosGuia instalacion y configuracion nagios
Guia instalacion y configuracion nagiosPedro Alcaraz Díaz
 
DevOps at Amazon: A Look at Our Tools and Processes
 DevOps at Amazon: A Look at Our Tools and Processes DevOps at Amazon: A Look at Our Tools and Processes
DevOps at Amazon: A Look at Our Tools and ProcessesAmazon Web Services
 
AWS DevOps - Terraform, Docker, HashiCorp Vault
AWS DevOps - Terraform, Docker, HashiCorp VaultAWS DevOps - Terraform, Docker, HashiCorp Vault
AWS DevOps - Terraform, Docker, HashiCorp VaultGrzegorz Adamowicz
 
Kubernetes Networking with Cilium - Deep Dive
Kubernetes Networking with Cilium - Deep DiveKubernetes Networking with Cilium - Deep Dive
Kubernetes Networking with Cilium - Deep DiveMichal Rostecki
 

What's hot (20)

Free Open Source Software - Introduction
Free Open Source Software - IntroductionFree Open Source Software - Introduction
Free Open Source Software - Introduction
 
Kubernetes GitOps featuring GitHub, Kustomize and ArgoCD
Kubernetes GitOps featuring GitHub, Kustomize and ArgoCDKubernetes GitOps featuring GitHub, Kustomize and ArgoCD
Kubernetes GitOps featuring GitHub, Kustomize and ArgoCD
 
Introduction To Open Source Licenses
Introduction To Open Source LicensesIntroduction To Open Source Licenses
Introduction To Open Source Licenses
 
Free and Open Source Software
Free and Open Source SoftwareFree and Open Source Software
Free and Open Source Software
 
Philosophy of Open Source - SFO17-TR01
Philosophy of Open Source - SFO17-TR01Philosophy of Open Source - SFO17-TR01
Philosophy of Open Source - SFO17-TR01
 
OpenShift Enterprise 3.1 vs kubernetes
OpenShift Enterprise 3.1 vs kubernetesOpenShift Enterprise 3.1 vs kubernetes
OpenShift Enterprise 3.1 vs kubernetes
 
RTSP Analysis Wireshark
RTSP Analysis WiresharkRTSP Analysis Wireshark
RTSP Analysis Wireshark
 
Devops
DevopsDevops
Devops
 
Staying on Topic - Invoke OpenFaaS functions with Kafka
Staying on Topic - Invoke OpenFaaS functions with KafkaStaying on Topic - Invoke OpenFaaS functions with Kafka
Staying on Topic - Invoke OpenFaaS functions with Kafka
 
Top Open Source Licenses Explained
Top Open Source Licenses ExplainedTop Open Source Licenses Explained
Top Open Source Licenses Explained
 
Kubernetes intro public - kubernetes meetup 4-21-2015
Kubernetes intro   public - kubernetes meetup 4-21-2015Kubernetes intro   public - kubernetes meetup 4-21-2015
Kubernetes intro public - kubernetes meetup 4-21-2015
 
Open source software and os
Open source software and osOpen source software and os
Open source software and os
 
Open Source Software
Open Source SoftwareOpen Source Software
Open Source Software
 
Shift Deployment Security Left with Weave GitOps & Upbound’s Universal Crossp...
Shift Deployment Security Left with Weave GitOps & Upbound’s Universal Crossp...Shift Deployment Security Left with Weave GitOps & Upbound’s Universal Crossp...
Shift Deployment Security Left with Weave GitOps & Upbound’s Universal Crossp...
 
Linux
LinuxLinux
Linux
 
Topic # 12 of outline Configuring Local Services.pptx
Topic # 12 of outline Configuring Local Services.pptxTopic # 12 of outline Configuring Local Services.pptx
Topic # 12 of outline Configuring Local Services.pptx
 
Guia instalacion y configuracion nagios
Guia instalacion y configuracion nagiosGuia instalacion y configuracion nagios
Guia instalacion y configuracion nagios
 
DevOps at Amazon: A Look at Our Tools and Processes
 DevOps at Amazon: A Look at Our Tools and Processes DevOps at Amazon: A Look at Our Tools and Processes
DevOps at Amazon: A Look at Our Tools and Processes
 
AWS DevOps - Terraform, Docker, HashiCorp Vault
AWS DevOps - Terraform, Docker, HashiCorp VaultAWS DevOps - Terraform, Docker, HashiCorp Vault
AWS DevOps - Terraform, Docker, HashiCorp Vault
 
Kubernetes Networking with Cilium - Deep Dive
Kubernetes Networking with Cilium - Deep DiveKubernetes Networking with Cilium - Deep Dive
Kubernetes Networking with Cilium - Deep Dive
 

Viewers also liked

Open Source Software Presentation
Open Source Software PresentationOpen Source Software Presentation
Open Source Software PresentationHenry Briggs
 
OPEN SOURCE SEMINAR PRESENTATION
OPEN SOURCE SEMINAR PRESENTATIONOPEN SOURCE SEMINAR PRESENTATION
OPEN SOURCE SEMINAR PRESENTATIONRitwick Halder
 
Open Source Creativity
Open Source CreativityOpen Source Creativity
Open Source CreativitySara Cannon
 
Rob Davidson at the G3 Workshop: Open Source - Tools for Reproducibility
Rob Davidson at the G3 Workshop: Open Source - Tools for ReproducibilityRob Davidson at the G3 Workshop: Open Source - Tools for Reproducibility
Rob Davidson at the G3 Workshop: Open Source - Tools for ReproducibilityGigaScience, BGI Hong Kong
 
112 - The Role of Mentoring and Project Characteristics for Onboarding in Ope...
112 - The Role of Mentoring and Project Characteristics for Onboarding in Ope...112 - The Role of Mentoring and Project Characteristics for Onboarding in Ope...
112 - The Role of Mentoring and Project Characteristics for Onboarding in Ope...ESEM 2014
 
symfony: An Open-Source Framework for Professionals (PHP Day 2008)
symfony: An Open-Source Framework for Professionals (PHP Day 2008)symfony: An Open-Source Framework for Professionals (PHP Day 2008)
symfony: An Open-Source Framework for Professionals (PHP Day 2008)Fabien Potencier
 
The Hitchhikers' Guide to Free and Open Source Software Development (CompCon ...
The Hitchhikers' Guide to Free and Open Source Software Development (CompCon ...The Hitchhikers' Guide to Free and Open Source Software Development (CompCon ...
The Hitchhikers' Guide to Free and Open Source Software Development (CompCon ...Elena Williams
 
Transforming IT with an Open Source Strategy
Transforming IT with an Open Source StrategyTransforming IT with an Open Source Strategy
Transforming IT with an Open Source StrategyInnoTech
 
Open Source as IT and Business Strategy
Open Source as IT and Business StrategyOpen Source as IT and Business Strategy
Open Source as IT and Business StrategyKarim Baïna
 
Open source software development
Open source software developmentOpen source software development
Open source software developmentSagar Raravi
 
Defining an Open Source Software Trustworthiness Model
Defining an Open Source Software Trustworthiness Model Defining an Open Source Software Trustworthiness Model
Defining an Open Source Software Trustworthiness Model Davide Taibi
 
Open Source as an Element of Corporate Strategy
Open Source as an Element of Corporate StrategyOpen Source as an Element of Corporate Strategy
Open Source as an Element of Corporate StrategySamsung Open Source Group
 
Open Source Software Needs You!
Open Source Software Needs You!Open Source Software Needs You!
Open Source Software Needs You!Charles Nutter
 
"IBMs Open Source Strategy" by Adam Jollans @ eLiberatica 2009
"IBMs Open Source Strategy" by Adam Jollans @ eLiberatica 2009"IBMs Open Source Strategy" by Adam Jollans @ eLiberatica 2009
"IBMs Open Source Strategy" by Adam Jollans @ eLiberatica 2009eLiberatica
 
Open Source as an Element of Corporate Strategy
Open Source as an Element of Corporate StrategyOpen Source as an Element of Corporate Strategy
Open Source as an Element of Corporate StrategyBlack Duck by Synopsys
 
Open Source Software - A Guide to Innovation
Open Source Software - A Guide to InnovationOpen Source Software - A Guide to Innovation
Open Source Software - A Guide to InnovationKonstantyn Spasokukotskiy
 
Open source technology
Open source technologyOpen source technology
Open source technologyaparnaz1
 
10 Reasons To Use Open Source Software-Defined Networking
10 Reasons To Use Open Source Software-Defined Networking10 Reasons To Use Open Source Software-Defined Networking
10 Reasons To Use Open Source Software-Defined NetworkingVala Afshar
 
Open Source Software - Avoiding Common Pitfalls
Open Source Software - Avoiding Common PitfallsOpen Source Software - Avoiding Common Pitfalls
Open Source Software - Avoiding Common PitfallsAnsel Halliburton
 
An Open Source Strategy for NASA
An Open Source Strategy for NASAAn Open Source Strategy for NASA
An Open Source Strategy for NASAChris Mattmann
 

Viewers also liked (20)

Open Source Software Presentation
Open Source Software PresentationOpen Source Software Presentation
Open Source Software Presentation
 
OPEN SOURCE SEMINAR PRESENTATION
OPEN SOURCE SEMINAR PRESENTATIONOPEN SOURCE SEMINAR PRESENTATION
OPEN SOURCE SEMINAR PRESENTATION
 
Open Source Creativity
Open Source CreativityOpen Source Creativity
Open Source Creativity
 
Rob Davidson at the G3 Workshop: Open Source - Tools for Reproducibility
Rob Davidson at the G3 Workshop: Open Source - Tools for ReproducibilityRob Davidson at the G3 Workshop: Open Source - Tools for Reproducibility
Rob Davidson at the G3 Workshop: Open Source - Tools for Reproducibility
 
112 - The Role of Mentoring and Project Characteristics for Onboarding in Ope...
112 - The Role of Mentoring and Project Characteristics for Onboarding in Ope...112 - The Role of Mentoring and Project Characteristics for Onboarding in Ope...
112 - The Role of Mentoring and Project Characteristics for Onboarding in Ope...
 
symfony: An Open-Source Framework for Professionals (PHP Day 2008)
symfony: An Open-Source Framework for Professionals (PHP Day 2008)symfony: An Open-Source Framework for Professionals (PHP Day 2008)
symfony: An Open-Source Framework for Professionals (PHP Day 2008)
 
The Hitchhikers' Guide to Free and Open Source Software Development (CompCon ...
The Hitchhikers' Guide to Free and Open Source Software Development (CompCon ...The Hitchhikers' Guide to Free and Open Source Software Development (CompCon ...
The Hitchhikers' Guide to Free and Open Source Software Development (CompCon ...
 
Transforming IT with an Open Source Strategy
Transforming IT with an Open Source StrategyTransforming IT with an Open Source Strategy
Transforming IT with an Open Source Strategy
 
Open Source as IT and Business Strategy
Open Source as IT and Business StrategyOpen Source as IT and Business Strategy
Open Source as IT and Business Strategy
 
Open source software development
Open source software developmentOpen source software development
Open source software development
 
Defining an Open Source Software Trustworthiness Model
Defining an Open Source Software Trustworthiness Model Defining an Open Source Software Trustworthiness Model
Defining an Open Source Software Trustworthiness Model
 
Open Source as an Element of Corporate Strategy
Open Source as an Element of Corporate StrategyOpen Source as an Element of Corporate Strategy
Open Source as an Element of Corporate Strategy
 
Open Source Software Needs You!
Open Source Software Needs You!Open Source Software Needs You!
Open Source Software Needs You!
 
"IBMs Open Source Strategy" by Adam Jollans @ eLiberatica 2009
"IBMs Open Source Strategy" by Adam Jollans @ eLiberatica 2009"IBMs Open Source Strategy" by Adam Jollans @ eLiberatica 2009
"IBMs Open Source Strategy" by Adam Jollans @ eLiberatica 2009
 
Open Source as an Element of Corporate Strategy
Open Source as an Element of Corporate StrategyOpen Source as an Element of Corporate Strategy
Open Source as an Element of Corporate Strategy
 
Open Source Software - A Guide to Innovation
Open Source Software - A Guide to InnovationOpen Source Software - A Guide to Innovation
Open Source Software - A Guide to Innovation
 
Open source technology
Open source technologyOpen source technology
Open source technology
 
10 Reasons To Use Open Source Software-Defined Networking
10 Reasons To Use Open Source Software-Defined Networking10 Reasons To Use Open Source Software-Defined Networking
10 Reasons To Use Open Source Software-Defined Networking
 
Open Source Software - Avoiding Common Pitfalls
Open Source Software - Avoiding Common PitfallsOpen Source Software - Avoiding Common Pitfalls
Open Source Software - Avoiding Common Pitfalls
 
An Open Source Strategy for NASA
An Open Source Strategy for NASAAn Open Source Strategy for NASA
An Open Source Strategy for NASA
 

Similar to An Open Source Workshop

Open Source
Open SourceOpen Source
Open Sourcenqfaq
 
Intro to FOSS
Intro to FOSSIntro to FOSS
Intro to FOSSmgamal87
 
Introduction to FOSS
Introduction to FOSSIntroduction to FOSS
Introduction to FOSSmgamal87
 
Understanding and implementation of open source ecosystems final
Understanding and implementation of open source ecosystems finalUnderstanding and implementation of open source ecosystems final
Understanding and implementation of open source ecosystems finalRachit Technology Pvt Ltd
 
Open source software
Open source softwareOpen source software
Open source softwareLaFlame5
 
Using Open Source for Enterprise
Using Open Source for EnterpriseUsing Open Source for Enterprise
Using Open Source for EnterpriseEric Fesler
 
A kick-start into Open Source
A kick-start into Open SourceA kick-start into Open Source
A kick-start into Open SourceAbhiram Ravikumar
 
Open Source Presentation To Portal Partners2
Open Source Presentation To Portal Partners2Open Source Presentation To Portal Partners2
Open Source Presentation To Portal Partners2Viet NguyenHoang
 
Open Source Business Models
Open Source Business ModelsOpen Source Business Models
Open Source Business ModelsMotaz Saad
 
WP_Open-Source_Best_pratice_web
WP_Open-Source_Best_pratice_webWP_Open-Source_Best_pratice_web
WP_Open-Source_Best_pratice_webPaul Plaquette
 
Open Source Your Project (With Jasig)
Open Source Your Project (With Jasig)Open Source Your Project (With Jasig)
Open Source Your Project (With Jasig)John Lewis
 
Open Source Licensing
Open Source LicensingOpen Source Licensing
Open Source LicensingJohn Lewis
 
Report presentation
Report presentationReport presentation
Report presentationZul Mazlan
 
Business Models of Opensource and Free Software
Business Models of Opensource and Free SoftwareBusiness Models of Opensource and Free Software
Business Models of Opensource and Free SoftwareFabernovel
 
Open source operating systems
Open source operating systemsOpen source operating systems
Open source operating systemsTushar B Kute
 

Similar to An Open Source Workshop (20)

Asf icfoss-mentoring
Asf icfoss-mentoringAsf icfoss-mentoring
Asf icfoss-mentoring
 
Open Source
Open SourceOpen Source
Open Source
 
Intro to FOSS
Intro to FOSSIntro to FOSS
Intro to FOSS
 
Introduction to FOSS
Introduction to FOSSIntroduction to FOSS
Introduction to FOSS
 
Open Source Software
Open Source SoftwareOpen Source Software
Open Source Software
 
Understanding and implementation of open source ecosystems final
Understanding and implementation of open source ecosystems finalUnderstanding and implementation of open source ecosystems final
Understanding and implementation of open source ecosystems final
 
Open source software
Open source softwareOpen source software
Open source software
 
Using Open Source for Enterprise
Using Open Source for EnterpriseUsing Open Source for Enterprise
Using Open Source for Enterprise
 
A kick-start into Open Source
A kick-start into Open SourceA kick-start into Open Source
A kick-start into Open Source
 
Open Source Presentation To Portal Partners2
Open Source Presentation To Portal Partners2Open Source Presentation To Portal Partners2
Open Source Presentation To Portal Partners2
 
Open Source Business Models
Open Source Business ModelsOpen Source Business Models
Open Source Business Models
 
WP_Open-Source_Best_pratice_web
WP_Open-Source_Best_pratice_webWP_Open-Source_Best_pratice_web
WP_Open-Source_Best_pratice_web
 
Open source
Open sourceOpen source
Open source
 
Open Source Your Project (With Jasig)
Open Source Your Project (With Jasig)Open Source Your Project (With Jasig)
Open Source Your Project (With Jasig)
 
Open Source Licensing
Open Source LicensingOpen Source Licensing
Open Source Licensing
 
Report presentation
Report presentationReport presentation
Report presentation
 
Business Models of Opensource and Free Software
Business Models of Opensource and Free SoftwareBusiness Models of Opensource and Free Software
Business Models of Opensource and Free Software
 
Open source operating systems
Open source operating systemsOpen source operating systems
Open source operating systems
 
Discuss open sourcelicensing
Discuss open sourcelicensingDiscuss open sourcelicensing
Discuss open sourcelicensing
 
Foss introduction and history
Foss introduction and historyFoss introduction and history
Foss introduction and history
 

Recently uploaded

Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfakmcokerachita
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 

Recently uploaded (20)

Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Class 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdfClass 11 Legal Studies Ch-1 Concept of State .pdf
Class 11 Legal Studies Ch-1 Concept of State .pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 

An Open Source Workshop

  • 1. An Open Source Work Shop Luciano Resende (lresende@apache.org) Haleh Mahbod (hmahbod@gmail.com) Aug. 2008 1
  • 2. Topics General knowledge about open source Importance of Open Source What is Open Source License Infrastructure Community 2 Open Source Workshop
  • 3. Why open source? It’s “impossible to avoid” Gartner 2007 Study: By 2011, 80% of all commercial software will contain open source code source impossible to avoid, Gartner says”, Network World -Open -http://www.networkworld.com/news/2007/092007-open-source-unavoidable.html Forrester 2008 Study: Study of 2,252 North American and European Software decision makers done by Forrester: 66% are interested in open-source software…. Open source seems to be a tactic for achieving the high priority initiatives. .. And Web 2.0 technologies (such as blogs, wikis and RSS) and Service Oriented Architecture among their major software initiatives. source software: Just a Means to an End”, CIO magazine, March 2008 -“Open 3 Open Source Workshop
  • 4. Why is Open Source important ? Can be a major source of innovation! It unites perspectives from a host of disciplines and brings ideas together from all around the world to Rapidly solve business issues Accelerate technological advancements Stimulate economic growth Enable new business models OSS is a good approach for driving emerging open standards Popular open source projects can become the common implementations IT can benefit Increased choice and flexibility Lower costs Quick response 4 Open Source Workshop
  • 5. What Is Open Source? open source refers to software that is published under licenses that defines how source code can be made available to everyone to inspect, change, download, and explore as they wish. Open source is not a software methodology It is a way of developing ideas and software collaboratively in the open Open source is about software license Defines how the developers develop the software Defines how the users consume the software and contribute back Defines how the community interacts with one another 5 Open Source Workshop
  • 6. What characterizes an open source? The community of software users and developers interested to develop some idea in the open create the open source project The makeup of each open source project is identified by it’s philosophy, it’s culture and it’s character defines an open source project. Community Philosophy: The software license used for the open source project captures defines its philosophy Community Culture: Where the open source project is hosted can define its community culture. For example Apache promotes a different culture than Eclipse. Community Character: Each project can run differently even within a given open source embodiment. The community decides on how to create, build and maintain the project. The technology offered by a project can also form the character of the project. For a project that develops applications will be different than one that develops an infrastructure. 6 Open Source Workshop
  • 7. Open Source License Open Source license defines the community philosophy open source refers to software that is published under licenses that defines how source code can be made available to everyone to inspect, change, download, and explore as they wish. There are upward of 71 open source licenses which fall into 3 families: Give me credit Give me fixes Give me everything 7 Open Source Workshop
  • 8. Open Source License Type – Give Me Credit Examples: AL, BSD, MIT Typical Characteristic: Derivatives can sub-license May have some conditions No warranty Credit to original authors required Limited control by any one entity Allows for commercial product development Allows for competing services 8 Open Source Workshop
  • 9. Open Source License Type – Give Me Fixes Examples: Mozilla (MPL), Eclipse (EPL/CPL), LGPL Typical Characteristic: Single entity control, still ‘business friendly’. If you modify the code, you need to make the modification available File or derivative based conditions Original author may have special rights Differentiate between source and binary Larger works can be under a different license Encourages incorporation of code into larger works Ensures direct development benefits all 9 Open Source Workshop
  • 10. Open Source License Type – Give Me Everything Examples: GPL (GNU General Public License ) Typical Characteristic: Also referred to COPY LEFT. If you use it, everything must be under this license Derivative works remain under the license Linked works may also remain under the license Ensures all ‘down stream’ have the same rights All direct development is contributed back Contributors assured code remains open source Encourages a full free software economy Copyright holder retains much control Limits commercial adoption: Forbids distribution for profit Software with this type of license cannot be included in Apache projects 10 Open Source Workshop
  • 11. Open Source: Most common Licenses Apache License, 2.0 BSD licenses GNU General Public License (GPL) GNU Library or quot;Lesserquot; General Public License (LGPL) MIT license Mozilla Public License 1.1 (MPL) Common Development and Distribution License Eclipse Public License Artistic Licenses 11 Open Source Workshop
  • 12. License Compatibility License compatibility refers to the problem with software licenses which can contain contradictory requirements, rendering it impossible to combine code from such packages in order to create new software packages. Let’s consider the following scenario: Code distributed with license A says :quot;modified versions must mention the developers in any advertising materials“ Code distributed with license B says : quot;modified versions cannot contain additional attribution requirementsquot; These two licenses are considered license-incompatible. If someone combine a software package which uses license A, with a software package which uses license B, it would be impossible to distribute the combination because the two requirements cannot be simultaneously fulfilled. License Compatibility (wikipedia): http://en.wikipedia.org/wiki/License_compatibility 12 Open Source Workshop
  • 13. License Compatibility The Free-Libre / Open Source Software (FLOSS) License Slide (by David A. Wheeler) : http://www.dwheeler.com/essays/floss-license-slide.html 13 Open Source Workshop
  • 14. Apache License and third-party licenses Authorized Licenses Excluded Licenses Apache License 2.0 BCL* Apache Software License 1.1 Special exceptions to the GNU GPL (e.g. GNU Classpath)* BSD (without advertising clause) GNU GPL 1, 2, 3 MIT/X11 GNU LGPL 2, 2.1, 3 University of Illinois/NCSA Affero GPL 3 W3C Software License NPL 1.0/NPL 1.1 X.Net QPL zlib/libpng Sleepycat License FSF autoconf license DejaVu Fonts Academic Free License 3.0 Service+Component+Architecture+Spec ifications OOXML XSD ECMA License Microsoft Public License (MsPL) Creative Commons Attribution (CC-A) Python Software Foundation License Apache third-party licensing policy : http://www.apache.org/legal/resolved.html 14 Open Source Workshop
  • 15. Open Source Project Hosts Project umbrellas host the open source projects and can influence the overall culture of a community Hosts provide infrastructure for open source project referred to as PRIM: P (portal), R (repository), I (Issue tracking), M (mailing list) Can provide legal governance There are three main types of public open source hosts: Pure infrastructure Vendor collaboration Community focused 15 Open Source Workshop
  • 16. Project Host Type 1: Pure Infrastructure Examples: SourceForge, CollabNet, Codehaus, googlecode Provide the infrastructure Sets overall rules (e.g. type of license permitted) Each project governs itself Often many small projects One or two developers, although may have lots of users Fairly small codebase Provide an incubator role Projects start under incubation and move to a more formal community when they grow 16 Open Source Workshop
  • 17. Project Host Type 2: Vendor Collaboration Examples: Eclipse, ObjectWeb, Mozilla Allows companies to collaborate Specifically acknowledge the role companies have Consider corporate needs Closer to commercial software development roadmap More planning and oversight (e.g.) have a architectural steering committee (e.g.) have an official project management committee Can be more conservative Eclipse recently created “Eclipse Project Incubator” as a place for innovation and investigation of new and alternative ideas. 17 Open Source Workshop
  • 18. Project Host Type 3: Community Focused Example: Apache Software Foundation Non-profit corporation No staff, all volunteer Elected membership Primary goal is to foster open source communities Provide technical infrastructure Provide legal oversight Projects start under incubation and once they demonstrate they can run as a healthy Apache type project they graduate into an Apache top level project. Technocratic Meritocracy People earn status by what they do Project communities are very independent Project Management Committee (PMC) is a legal construct Binding decisions e.g. to release software Community decides direction and priorities 18 Open Source Workshop
  • 19. Examples of Open Source projects Apache Web Server Community initiated (apache.org) Linux Operating System kernel Individual initiated (Linus Torvalds) Eclipse Universal Integration platform Extensible application framework supporting solution based plug-ins IT Vendor initiated (IBM and others) Mozilla Browser and client technology Hybrid (Netscape + community) 19 Open Source Workshop
  • 20. What characterizes an Open Source? This Characterizes each open source project Community Philosophy Community Culture Community Character Is influenced by License type Is influenced by where the Is influenced by the people who support the project License Project is hosted 3 families of licenses: There are three main Each project has its own •Give me credit types of public open character: •Give me fixes source hosts: • Community decides on how to •Give me everything • Pure infrastructure create, grow and maintain the • Vendor project. collaboration • Technology supported by the • Community focused project can influence • Who gets drawn to the Watch out for license project incompatibility • How the project should be run to be successful 20 Open Source Workshop
  • 21. Open Source Community Heart of an open source project 21 Open Source Workshop
  • 22. Traditional Commercial Software USERS DEVELOPERS “produce “use the software” the software” Separate User and Developer Community Feedback provided through Beta and early adaptor programs Agile development model can help to provide more frequent feedback 22 Open Source Workshop
  • 23. Mixed Commercial – Share Code USERS DEVELOPERS “produce “use the software” the software” Code Is developed in the open and can be used readily Users provide feedback, but can’t modify the main repository Software is typically not free or a more advanced form of it is licensed 23 Open Source Workshop
  • 24. Open Source – Collaborative Environment USERS DEVELOPERS “produce the software” “use the software” Code Is developed in the open and can be used readily Users can become involved in the development of the software 24 Open Source Workshop
  • 25. Start of an Open Source Project DEVELOPERS USERS “produce the software” Open Source projects typically start with A smaller developer community who have an idea to develop One or more users who can use the software 25 Open Source Workshop
  • 26. Who are the developers? A group of people interested to develop some idea in the open collaboratively. Because .. They want to create software that solves their business problems Want to test new ideas in the market Want To participate in new technology development Want To test validity of standards through collaboration with users Maybe they get paid by an employer, it’s their job. Maybe it is just interesting to get involved in new technology! Participation in a successful project can open the door to fame and recognition ……. There is no magic answer. This makes it good challenge to analyze how to attract developers for each project IMPORTANT: Anyone interested can join in to help with the development No invitation is required! Just get involved in what is interesting to you and share your thoughts with the community. People from different backgrounds participate in open source. The key is to not be shy about not having a high command of a given language. Source Code and technology ideas become the common language. 26 Open Source Workshop
  • 27. Open Source Project USERS DEVELOPERS “use and “produce the produce software” software” Open Source Brings Users and Developers together to Invent, develop, share experience, improve Overtime, users join the developers community to influence what they use (care about). 27 Open Source Workshop
  • 28. Open Source Project Pure users Developers DEVELOPERS & users contributing A successful Open Source Community is an integrated user and developer community who together they Invent, develop, share experience, improve 28 Open Source Workshop
  • 29. Open Source Project Pure users Developers DEVELOPERS & users Developers contributing growth & users contributing Pure users Open source project grows as users get more involved and new developers join the project. Growth and adoption makes the project more stable and brings in innovations. 29 Open Source Workshop
  • 30. Why is Community Important? Code without Factor of community Code with Success Community Community = Stability Time ApacheCon 2006, Aaron Farr, www.cubiclemuses.com 30 Open Source Workshop
  • 31. How to Grow a Community? Pure users Developers ? DEVELOPERS & users developers contributing How to Get here • Prerequisites Attractive Code Qualities Communication Infrastructure And, people who believe in the project and help it grow 31 Open Source Workshop
  • 32. Attractive Code Qualities for Starting OS projects Directly used by and useful to developers Builds Follows common standards where applicable Modular and flexible Consistent Enough documentation to help new developers to get started Enough test examples to help new developers to get started and be confident to test their changes Can be improved Does not have to be functionality complete (Tough concept to grasp) Incremental, smaller checkins accompanied with discussions with the community get the community more involved and enables others to participate in building the software. 32 Open Source Workshop
  • 33. Communication Infrastructure Source code repository Issue Tracking Defines how problems can be reported. Provide a way to organize handling of many different ideas, feedbacks, etc. Website First impression of the project is from the website. It is important to have a good website which clearly states objectives and introduces the visitor the to project Most developers don’t find this a fun thing to do! Find ways to make it happen. Documentation User documentation : Focuses on how to use the project Developer documentation: Focus on how to get involved Caution: ‘code talks’ does not work 100%. It is worth to spend time to share information Mailing list, newsgroup, or forum Communication should be open Engages everyone and solicits new ideas and participation Communication should be archived Archived information can be used to search for problems that were discussed before Provides a reference for decisions that were made 33 Open Source Workshop
  • 34. How to attract a community? Good product and frequent releases Good documentation Examples of how to use the software Modular and flexible architecture when it makes sense Lowers the barrier to entry for developers. Let’s them focus on areas that they are interested in Facilitates adoption by allowing users to pick and choose what they need. Lower footprint. Have an open, inviting environment Mentor new people to learn the project and feel comfortable to contribute But, that’s not enough! People need to know about your project to download and use it or come to the site to participate. Talk about the project and how it solves the given business problem through Conferences, Forums, Articles, … 34 Open Source Workshop
  • 35. Summary Open Source brings Users and Developers from all around the world together to invent, develop, share ideas, … Community is the heart of Open Source Community = stability Starting and growing of an open source project requires Code Infrastructure And, dedication and effort to build the community Participation in open source is open to all. No invitation is required! 35 Open Source Workshop