Open source and free culture fdm 20c introduction to digital media lecture 20.04.2007 warren sack / film & digital media department / university of california,

Slides:



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

COPYRIGHT AND COPYWRONG Respect Copyright, Celebrate Creativity.
A Lawyer Looks at the Open Source Revolution Robert W. Gomulkiewicz Director, Intellectual Property Law & Policy Program Associate Professor of Law University.
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.
Open Source and the Bazaar Method. History of Software Development 1944, Harvard and IBM build first computer bundling Hardware and Software together.
Copyleft and cathedrals How the counterculture is changing the way we do business.
Learning About Copyright and Fair Use in the Digital Age Dr. Steve Broskoske Misericordia University Click to advance.
Open Source Software Gathered from material all over the web.
Open Source. Operating System  Application Program Interface (API) Scheduling: Defines which application to run, when to run it, and how much time. Memory.
Open Source Applications Mikko Mustalampi DAP02S.
Introduction to UNIX Acknowledgement:Thanks to Dr Andrew Horner for the original version of this set of slides. All trademarks are the properties of their.
Open Source Movement 開放源碼的發展 Morris Law IT Coordinator, Science Faculty March 2005.
Open Source Software …its not all for the techies. - Dan Coming.
Protects works of “intellectual property” -- creative expressions of ideas in fixed symbolic form.
IP3 The Future of Ideas. What is Property? We are in the midst of an unprecedented technological revolution Technological change implies cultural change.
Introduction to Linux Chapter 1. Operating Systems Operating System (OS) - most basic and important software on a computer Performs core tasks Organize.
Introduction to UNIX Acknowledgement:Thanks to Dr Andrew Horner for the original version of this set of slides. All trademarks are the properties of their.
Brief History of C and Unix Systems Programming Concepts.
Elizabeth C. Rodriguez.  A copyright is a form of protection provided by the laws of the United States to authors of “original works of authorship.”
Linux Introduction. Overview What is Unix/Linux? History of Linux Features Supported Under Linux The future of Linux.
Keywords: Legislation, Guidelines, Ownership, Copyright, Permissions, Copyright Free LO: You will be able to understand and explain Copyright, Designs.
Free Yourself from © and Get Creative with Presented for PNLA Annual Conference by Connie Strittmatter and René Tanner Reference Librarians, Montana State.
 Provide a basis for determining who in the organization should control access to a particular item of information.
CHAPTER 6 OPEN SOURCE SOFTWARE AND FREE SOFTWARE
Linux Basics CS 302. Outline  What is Unix?  What is Linux?  Virtual Machine.
Unix Background / History CSE 4251, Sp 2014, Bolz 422 Dr. Bob Mathis,
Copyright and Software and You. What is copyright? The Copyright Act of 1976 prevents the unauthorized copying of a work of authorship. – However, only.
Computers and Society Examine the extent to which Richard Stallman’s GNU manifesto has succeeded in challenging the dominance of conventionally distributed.
DRAWBACKS OF COPYRIGHT AND THE EMERGENCE OF COPYLEFT.
How I learned to stop worrying and love Open Source Software... Colin M. Sharples Advisory IT Specialist IBM Business Consulting Services SQNZ 21 October.
Overview of Linux Dr. Michael L. Collard 1.
Open source Software Tomáš Vaníček Faculty of Civil Engeneering (Fakulta Stavební) Czech Technical University (ČVUT) Thákurova 7, Praha Dejvice, B407
26-Oct-2005cse ip © 2005 University of Washington1 Intellectual Property INFO/CSE 100, Autumn 2005 Fluency in Information Technology
Open Source Software Bangladesh University of Business and Technology Nizar Saadi Dahir M.Sc. Computer Engineering Computer Center- Kufa University
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.
CPS 82, Fall Open Source, Copyright, Copyleft.
LIS508 background of GNU/Linux
Open Source Software Architecture and Design By John Rouda.
Library 2.06 February 2009 Linux for Librarians Nishtha Anilkumar Librarian Physical Research Laboratory Ahmedabad.
Intellectual Property: Introduction to Copyright Peter B. Hirtle Intellectual Property Officer Cornell University Library
CS2204: Introduction to Unix January 19 th, 2004 Class Meeting 1 * Notes adapted by Christian Allgood from previous work by other members of the CS faculty.
Open Source Examples – Linux; Apache; Firefox Requirements – Distributed w/ source code – License allows for modifications (GPL) – License remains w/ any.
Berkeley Software Distribution
HSC: All My Own Work What is copyright and what does it protect? How does it relate to me?
UNIX History UNIX began as a research project. UNIX System V developed at Bell Laboratories. BSD (Berkley Software Distribution) UNIX XENIX UNIX Sun Operating.
1  The Kroger Co – Copyright 2008 Confidential Customer 1 st Technology Confidential.
Frequently Asked Questions about Copyright and Fair Use Gayle Y. Thieman, Ed.D. Portland State University Graduate School of Education.
Open Source Software. Chris Moylan Group 5...I think.
Copyright: Self-Check Jeopardy LS5043: Information and Communication Technologies Check your understanding before you take A.2.1 Copyright Test.
Open source and free culture. outline for today definition: what is open source software? examples of open source software history of free software and.
What is Copyright?
6/18/2016 COPYRIGHT AND Fair Use Guidelines “Respect Copyright, Celebrate Creativity”
Compsci 82, Fall Open Source, Copyright, Copyleft.
A GUIDE TO COPYRIGHT & PLAGIARISM Key Terms. ATTRIBUTION Identifying the source of a work. For example, a Creative Commons "BY" or attribution license.
FOSS for Media Makers Anna Helme. social justice and environmental video online.
Self Publishing and Open Access, CTE 2009, UNCW1 Self Publishing and Open Access Journals Dr. Russell Herman University of North Carolina Wilmington
Copyright material does not permit reproducing the material, publicly displaying or performing it, or engaging in any of the acts reserved for the copyright.
OPEN SOURCE.
open source and free software Najeeb Ullah Student ID
open source and free software fdm 20c introduction to digital media
OPEN SOURCE.
Selected topic in computer science (1)
What is Copyright?.
Daniel Henry January 30, 2002 CS 4900
21st Century Copyright for Education
open source and free culture fdm 20c introduction to digital media
Copyright & Fair Use What You Need to Know!.
Presentation transcript:

open source and free culture fdm 20c introduction to digital media lecture warren sack / film & digital media department / university of california, santa cruz

last time: programming

outline for today definition: what is open source software? examples of open source software history of free software and open source open source business models open source software development model open source art? –what, other than software, might be open source? free culture: open source licensing models & beyond –copyleft and other legal means –lessig’s creative commons project project two: next steps

what is open source software? Open Source software is distributed with its source code. The Open Source Definition has three essential features: –It allows free re-distribution of the software without royalties or licensing fees to the author –It requires that source code be distributed with the software or otherwise made available for no more than the cost of distribution –It allows anyone to modify the software or derive other software from it, and to redistribute the modified software under the same terms. Steven Weber, The Political Economy of Open Source Software, BRIE Working Paper 140,

examples of open source software Operating Systems –Linux –FreeBSD, OpenBSD, and NetBSD: The BSDs are all based on the Berkeley Systems Distribution of Unix, developed at the University of California, Berkeley. Another BSD based open source project is Darwin, which is the base of Apple's Mac OS X.

examples of open source software Internet –Apache, which runs over 50% of the world's web servers. –BIND, the software that provides the DNS (domain name service) for the entire Internet. –sendmail, the most important and widely used transport software on the Internet. –Mozilla, the open source redesign of the Netscape Browser –OpenSSL is the standard for secure communication (strong encryption) over the Internet.categories.

example of open source software Programming Tools –Zope, and PHP, are popular engines behind the "live content" on the World Wide Web. –Languages: Perl Python Ruby Tcl/Tk –GNU compilers and tools GCC Make Autoconf Automake etc.

open source software sites Free Software Foundation Open Source Initiative Freshmeat.net SourceForge.net OSDir.com developer.BerliOS.de Bioinformatics.org see also individual project sites; e.g., etc.

some dates from the history of open source 1970s: UNIX operating system developed at Bell Labs and by a diverse group of contributors outside of Bell Labs; later AT&T enforces intellectual property rights and “closes” the code 1983: Richard Stallman founds the Free Software Foundation 1993: Linus Torvalds releases first version of Linux built 1997: Debian Free Software Guidelines released 1998: Netscape releases Navigator in source

conventional models of software development waterfall –from requirements to code without a backward turn historically used for large military and corporate software productions; originally used because computing time was expensive spiral –iterative cycles of requirements, development, testing, redrafting of requirements, etc. B. W. Boehm. “A spiral model of software development and enhancement”. IEEE Computer, 21(5):61--72, 1988

open source software development bazaar –“Treating your users as co-developers is your least- hassle route to rapid code improvement and effective debugging.” –Linus’s Law: “Given enough eyeballs, all bugs are shallow.” –Eric Steven Raymond, The Cathedral and the Bazaar, bazaar/cathedral-bazaar/

open source software development

open source business models service support education extensions

open source companies IBM uses and develops Apache and Linux; created Secure Mailer and created other software on AlphaWorks Apple released core layers of Mac OS X Server as an open source BSD operating system called Darwin; open sourcing the QuickTime Streaming Server and the OpenPlay network gaming toolkit HP uses and releases products running Linux Sun uses Linux; supports some open source development efforts(Forte IDE for Java and the Mozilla web browser)

open source companies Red Hat Software –Linux vendor ActiveState –develops and sells professional tools for Perl, Python, and Tcl/tk developers.

open source licensing see –apache software license –python license –ibm public license –apple public source license –etc.

GNU General Public License see

creative commons non-software licenses: see larry lessig’s “creative commons” project (

creative commons’ licenses explained Attribution. You let others copy, distribute, display, and perform your copyrighted work — and derivative works based upon it — but only if they give you credit. –Example: Jane publishes her photograph with an Attribution license, because she wants the world to use her pictures provided they give her credit. Bob finds her photograph online and wants to display it on the front page of his website. Bob puts Jane's picture on his site, and clearly indicates Jane's authorship. –

creative commons’ licenses explained Noncommercial. You let others copy, distribute, display, and perform your work — and derivative works based upon it — but for noncommercial purposes only. –Examples: Gus publishes his photograph with a Noncommercial license. Camille incorporates a piece of Gus's image into a collage poster. Camille is not allowed to sell her collage poster without Gus's permission. –

creative commons’ licenses explained No Derivative Works. You let others copy, distribute, display, and perform only verbatim copies of your work, not derivative works based upon it. –Example: Sara licenses a recording of her song with a No Derivative Works license. Joe would like to cut Sara's track and mix it with his own to produce an entirely new song. Joe cannot do this without Jane's permission (unless his song amounts to fair use). –

creative commons’ licenses explained Share Alike. You allow others to distribute derivative works only under a license identical to the license that governs your work. –

open source as art 2004 golden nica award from ars electronica to the creative commons project 1999 golden nica award from ars electronica to the linux operating system

art as open source open_source_art_hack, 2002 –steve dietz and jenny marketou – florian cramer essay

is software a form of politics? The code of cyberspace -- whether the Internet, or net within the Internet -- the code of cyberspace defines that space. It constitutes that space. And as with any constitution, it builds within itself a set of values, and possibilities, that governs life there... I've been selling the idea that we should assure that our values get architected into this code. That if this code reflects values, then we should identify the values that come from our tradition -- privacy, free speech, anonymity, access -- and insist that this code embrace them if it is to embrace values at all. Or more specifically still: I've been arguing that we should look to the structure of our constitutional tradition, and extract from it the values that are constituted by it, and carry these values into the world of the Internet's governance -- whether the governance is through code, or the governance is through people. “Open Code and Open Societies: Values of Internet Governance,” Larry Lessig (1999)

open source in general what, other than software, might be open source?

larry lessig on free culture larry lessig’s book entitled free culture you can download it for free from here: – you can listen to him explain it here: –

next time: networks and protocols