Copyleft and cathedrals How the counterculture is changing the way we do business.

Slides:



Advertisements
Similar presentations
Overview of Free/Open Source Software for Librarians Eric Goldhagen
Advertisements

The Web Wizards Guide to Freeware/Shareware Chapter Six Open Source Software.
Free Beer and Free Speech Thomas Krichel
OPEN SOURCE MOVEMENT: IS IT AN ALTERNATIVE TO COPYRIGHT?
A Lawyer Looks at the Open Source Revolution Robert W. Gomulkiewicz Director, Intellectual Property Law & Policy Program Associate Professor of Law University.
Free and Open Source Content, Software?. Free  In the context of free and open-source software, free refers to the freedom to copy and re-use the software,
What is GNU/Linux (Not Linux!)? David Sudjiman davidsudjiman (at) yahoo (dot) com The latest version of this document can.
GNU / Linux A free operating system. Summary History What can you find on a Linux OS Linux Economy.
Popular Web client and server programs This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License. Skills: none IT.
Open Source. Operating System  Application Program Interface (API) Scheduling: Defines which application to run, when to run it, and how much time. Memory.
IS Spring The Basics of Open Source Reinhardi A. Haqi Mohamed Umar Shakeel Advanced Topics for Systems Development.
Free Software “Free” software “is software that can be used, studied, and modified,” copied, changed with little or no restriction, and which can be copied.
GNU, Linux and Open Source GNUKernel GNU/ Linux OpenSource.
Open Source/Free Software Source code is available Extensible Can be changed, modified Freely distributed Copies Modified versions Alternatives to commercial/proprietary.
Open Source WGISS 39. Definition of Open Source Software (OSS)  Open source or open source software (OSS) is any computer software distributed under.
How Is Open Source Affecting Software Development? Je-Loon Yang.
Open-Source Software ISYS 475.
COMP 6005 An Introduction To Computing Session Two: Computer Software Acquiring Software.
“Free Beer” for Libraries? - Getting Results with Open Source Solutions SNRG FM Michelle Suranofsky Mark Canney Lehigh University.
Sl.NoUnitContents 1.Unit - 1 What is Open Source?, Why Open Source? 2Unit – 2 What is Open Standard? - Why Open Standards? 3Unit – 3 Peek into history.
CHAPTER 6 OPEN SOURCE SOFTWARE AND FREE SOFTWARE
What the hell is. Free software is software that anyone is free to use, copy, improve, examine or distribute, either free of cost or for a price. More.
Linux Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Copyright and Software and You. What is copyright? The Copyright Act of 1976 prevents the unauthorized copying of a work of authorship. – However, only.
LIS508 lecture 9: GNU & introduction to networks Thomas Krichel
Computers and Society Examine the extent to which Richard Stallman’s GNU manifesto has succeeded in challenging the dominance of conventionally distributed.
Open Source Software An Introduction. The Creation of Software l As you know, programmers create the software that we use l What you may not understand.
Overview of Linux Dr. Michael L. Collard 1.
Presented By: Avijit Gupta V. SaiSantosh.
A Basic Introduction to Free and Open Source Software Presented by John Bocan.
OPEN SOURCE AND FREE SOFTWARE. What is open source software? What is free software? What is the difference between the two? How the two differs from shareware?
Open Source Software In the beginning, all software was free –in the 1960s,when IBM and others sold the first large-scale computers, these machines came.
Open Source Ethics Muhammad Sarmad Ali. What is Open Source? Doesn’t just mean access to source code.
Open Source The Future of Software What’s Open Source Open-source software is computer software whose source code is available under a copyright license.
Maintainability of FLOSS Projects
CPS 82, Fall Open Source, Copyright, Copyleft.
NRCCL (University of Oslo, Faculty of Law) Copyleft and Open Source Jon Bing Notrwegian Research Center for Computers and Law Master Lecture 13 October.
OPEN SOURCE (SOFTWARE SAVIOR) Justin Hanson, Dec. 3, 2008.
1 Ethical Issues in Computer Science CSCI 328, Fall 2013 Session 17 Software as Intellectual Property.
Free and Open Source Software Leaders: Chapter 8 Technology and the Administrator Chris Cerulli Summer 2012.
Software : Applications Software
March 2006DSpace Federation Governance Advisory Board Meeting Open Source Software (OSS) Overview.
1 Ethics of Computing MONT 113G, Spring 2012 Session 32 Software as Intellectual Property.
Free and Open Source Software Aruna Lorensuhewa Contact Details:
Free Software: History, Perspectives and Implications.
Open Source Examples – Linux; Apache; Firefox Requirements – Distributed w/ source code – License allows for modifications (GPL) – License remains w/ any.
CSNB334 Advanced Operating Systems 1. Introduction to Linux Lecturer: Abdul Rahim Ahmad.
Browser Wars (Click on the logo to see the performance)
Open Source Software. Chris Moylan Group 5...I think.
How to Use The Creative Commons Licenses. [formats]
5 ٥ V new position ? 10 ^1 10 ^2 10 ^ : : : : 99.
Welcome to Open Source Technology An Overview of Software By Afroz Hippargi, CIT, YASHADA, Pune.
IW:LEARN in the Knowledge Management Learning Exchange Mar 2012 Manila hub/document-library/knowledge-management-
Compsci 82, Fall Open Source, Copyright, Copyleft.
Corporate Citizenship policy of Software Companies.
Geospatial Information: Copyright Issues Professor George Cho Professor of Geoinformatics and the Law University of Canberra
Effective IT solutions Using Open Source Software dr. comp. sci. Valdis Vītoliņš Odo Ltd, Latvian Open Technology Association Baltic Spark April
The Free Software Definition Rahmat M. Samik-Ibrahim (c) 2007 adapted from
What Is Free Software and Open Source Software?. So, whats up here?
Introduction to Fedora David Nalley September 10, 2008 version 0.2.
LINUX History In 1984 a project was launched by Richard Stallman to develop a complete Unix-like operating system that would be considered free software.
OPEN SOURCE.
OPEN SOURCE.
Open Source Software in Academia
Selected topic in computer science (1)
What is Copyright?.
Software, Freedom and The World Beyond Computer Programs
FOSS 101 Sarah Glassmeyer Project Specialist Manager,
FREE SOFTWARE DEFINITION
APACHE LICENSE HISTORICAL EVOLUTION
Presentation transcript:

Copyleft and cathedrals How the counterculture is changing the way we do business

The counterculture reinvents business Richard Stallman Who would vote for Kucinich and who adores Dalai Lama Inventor of GNU and Free Software Movement

Copyleft Copyright I give you a license to use whatever I created as long as you obey the following terms: Don’t share Don’t show in public Pay a set price A twist on the copyright idea: I give you a license to use my intellectual property in whatever way you want as long as you let others do the same with the product you have created with my stuff

Open source All software is distributed in machine readable format (binary) Hard to reverse code When people distribute content using copyleft licenses They use an open source philosophy as well You get access to the human readable aspect of the program

Free software Free as in freedom of expression, not as in free beer Software you can modify freely There is software that is being distributed for free, but is not “open” or “free software”

The four freedoms The freedom to run the program, for any purpose (freedom 0). The freedom to study how the program works, and adapt it to your needs (freedom 1). Access to the source code is a precondition for this. The freedom to redistribute copies so you can help your neighbor (freedom 2). The freedom to improve the program, and release your improvements to the public, so that the whole community benefits (freedom 3). Access to the source code is a precondition for this.

Work philosophy of open software Bottom up programming Release often release early, Delegate Let people mess up with your code A thousand eyes make all bugs shallow Involve the users in the process or writing your software Allow share and share alike (necessary precondition)

An example: Linux An operating system written by the many for the many Started by an undergrad: Linus Thorvalds Built on the Internet By thousands of collaborators who changed one little bit of code at a time

Why does Linux Matter Up to 50% of the computers running vital applications on the net are powered by Linux Yahoo and Google use Linux The Chinese government has adopted Linux as its main operating system in education

Linux enables Apache Apache Server application Gives you access to web files About 40-60% of the server market Without it the web will collapse

Browser wars 20-40% of the browers are non-Windows Firefox Opera Safari