Software Copyrights and Licenses DANIEL PARKER. Overview  Copyrights  Software copyright information  Software licenses & some examples  Why copyrighting.

Slides:



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

Free Beer and Free Speech Thomas Krichel
Open Source Software Development & Commercialisation Developing Lifelong Learner Record Systems and ePortfolios in FE and HE: Planning for, and Coping.
Platinum Sponsors Gold Sponsors Navigating the Open Source Legal Waters Presenter: Jeff Strauss August 14, 2013.
Facts & Fairy Tales about Open Source Code Presented to: Society for Information Management Fairfield & Westchester Chapter September 18, 2003 Rye Brook,
IS Spring The Basics of Open Source Reinhardi A. Haqi Mohamed Umar Shakeel Advanced Topics for Systems Development.
W15D3. Protection (recap) Common sense Antivirus software (some free, eg: AVG) Update OS Verify the validity of info in s received  Use search.
A DAPT IST Dissemination and Use Plan Revised version Ricardo Jiménez-Peris Universidad Politécnica de Madrid.
Computers in Society The Computer Industry: Open Source.
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.
Open Source Software Legal and Other Issues related to use
THE INTELLECTUAL PROPERTY OF SOURCE CODE Michael Musick.
COMP 6005 An Introduction To Computing Session Two: Computer Software Acquiring Software.
Software of Information Systems Hun Myoung Park, Ph.D., Public Management and Policy Analysis Program Graduate School of International Relations International.
CHAPTER 6 OPEN SOURCE SOFTWARE AND FREE SOFTWARE
Website From Open and Closed Source to Managing Your Institutional Knowledge with a Content Management System, (CMS) Upside Down.
Copyright and Software and You. What is copyright? The Copyright Act of 1976 prevents the unauthorized copying of a work of authorship. – However, only.
26 April Licensing of Intellectual Property Phoenix Ambulatory Blood Pressure Monitoring System © 2009 Christopher J. Adams This work is licensed.
 Open-source software ( OSS ) is computer software that is available in source code form: the source code and certain other rights normally reserved.
INTELLECTUAL PROPERTY COPYRIGHTS, PATENTS AND TRADE MARKS.
1 EPICS EPICS Licensing BESSY, May 2002 Andrew Johnson.
Licenses A Legal Necessity Copyright © 2015 – Curt Hill.
Intellectual Property Rights An Overview of Laws, Licenses and Copyright Protection A Presentation by Team 9 Perhaps the Greatest Team Ever to Exist…EVER!
1 Patent Rights & Open Source Software Roger G. Brooks April 29,
Providing Access to Your Data: Rights Robert R. Downs, PhD NASA Socioeconomic Data and Applications Center (SEDAC) Center for International Earth Science.
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 The Future of Software What’s Open Source Open-source software is computer software whose source code is available under a copyright license.
CPS 82, Fall Open Source, Copyright, Copyleft.
Open Source Operating Systems. TEKS Standards § Computer Applications 12) The student describes how and why computer technology evolves. The student.
Zheng Liu January 18, 2015 Intellectual Property Law For Startups.
About Openness Letizia Jaccheri Pisa
Intellectual Property (Quinn Chapter 4) CS4001 Kristin Marsicano.
Open Source Software This permits users to use, change, and improve the software, and to redistribute it in modified or unmodified forms. It is very often.
Software Licences HSF Recommendations John Harvey / CERN 24 June 2015
National Alliance for Medical Image Computing Licensing in NAMIC 3 requirements from NCBC RFA (paraphrased)
Providing Access to Your Data: Rights Robert R. Downs, PhD NASA Socioeconomic Data and Applications Center (SEDAC) Center for International Earth Science.
Laws Jamie Dunn.
Legal issues of open source licenses Matthias Van hoogenbemt ICRI – K.U.Leuven - IBBT.
Zenodo Information Architecture and Usability CERN openlab Summer Students Lightning Talks Sessions Megan Potter › 19/08/2015.
SIG OPEN Tim Choh. AGENDA Go over some basic info on open source Look into GitHub Look into some local open source groups Find some cool open source projects.
Department of Computer Science, Graduate School of Information Science & Technology, Osaka University Detection of License Inconsistencies in Free and.
Unit 8. Intellectual Property  Refers to creations of the mind  Inventions  literary and  artistic works; designs; and symbols  Names and images.
Group E - Enrico Costanza Sam Holder, Jonathan Stephens-Jones, Joseph Buckingham, Crispin Clark, Benjamin Dixon Creative Commons, Open Source, Open Movements.
Compsci 82, Fall Open Source, Copyright, Copyleft.
Free Software - Introduction to free software and the GPL Copyright © 2007 Marcus Rejås Free Software Foundation Europe I hereby grant everyone the right.
Open Source Software Legal and Other Issues related to use
Open Source Software Practices
OPEN SOURCE.
Open Source software Licensing
OPEN SOURCE.
Open Source Software in Academia
Open Source Software Legal and Other Issues related to use
Open Source Software: Top 10 Myths that Every In-House, Government, & Private Practice Lawyer Should Know 2017 NAPABA Convention Washington, D.C.
Copyright © 2017 Lauren Anderson
What is Copyright?.
Open Source Software Legal and Other Issues related to use
Creative commons, open source, open movements
Open Source Software Licenses
Open Source Software Keenan Zuraiz
GNU General Public License (GPL)
COPYLEFT THE TERM The Term copyleft was forged upon the traditional copyright term by opposing the word right (which in English means both right meant.
Intellectual Property
Empirical Studies on License Compliance and Copyright Inconsistency Risks in Open Source Software Shi QIU.
APACHE LICENSE HISTORICAL EVOLUTION
Chapter # 6 Intellectual Property
Lesson 2- Ethical Use of Digital Resources Edit all slides as needed.
Presentation transcript:

Software Copyrights and Licenses DANIEL PARKER

Overview  Copyrights  Software copyright information  Software licenses & some examples  Why copyrighting is important

Copyright Basics  Form of intellectual property  Creator of original work has exclusive rights to its use/distribution  Software not initially covered by copyright

Software Copyright  How is software covered by copyright?  Copyright law extends to machine-readable code  Prevents unauthorized copying/modification/distribution of software/source code  Fair use  Modification of source code for personal use is legal, as is reverse engineering in order to gain access to ideas and design

Software Licenses  Legal document that governs the use/redistribution/modification of software  Adobe General Terms of Use Adobe General Terms of Use  iTunes End User Agreement iTunes End User Agreement  Two types of software licenses  Proprietary, which does not grant access to licenses to modify source code, and open-source software, which does

Proprietary Software  Developed to perform specific tasks (one that developers don’t want changed), restricted use, source code not disclosed  Some proprietary software and their open-source counterparts:  Skype vs Linphone SkypeLinphone  Microsoft Outlook vs Thunderbird Microsoft OutlookThunderbird  Blackboard vs Moodle BlackboardMoodle

Open-source  Can be freely used, modified, and shared  GitHub is a great place to find open-source software that interest you GitHub  GNU is an OS that is open-source, can be freely used, modified, and shared GNU  OpenJDK is an open-source implementation of Java Standard Edition OpenJDKJava Standard Edition

Popular Open-source Licenses  Apache-2.0 (copyleft) Apache-2.0  GNU General Public License (copyleft) GNU General Public License  GNU LGPL (less strict than GNU GPL) GNU LGPL  MIT License (“true” open-source) MIT License

Resources  Resources exist to help understand proprietary and open-source software, and software copyrights  Copyright.gov Copyright.gov  Open-source InitiativeOpen-source Initiative  tl;dr Legal tl;dr Legal

Importance of Copyrights/Licenses  Very important for software developers because:  Gives developer security as to how they want their applications used (yes, even open-source licenses) Source:

Sources   