1 Ethical Issues in Computer Science CSCI 328, Fall 2013 Session 17 Software as Intellectual Property.

Slides:



Advertisements
Similar presentations
Free Beer and Free Speech Thomas Krichel
Advertisements

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,
Vladimir Misic: 10 Professionalism and Ethics Ownership and Protection.
Copyleft and cathedrals How the counterculture is changing the way we do business.
Slides prepared by Cyndi Chie and Sarah Frye1 A Gift of Fire Third edition Sara Baase Chapter 4: Intellectual Property.
Adapted from David G Kay -- SIGCSE 2003 Intellectual Property.
Ownership of Computer Software Ethical Questions and Concerns.
W15D3. Protection (recap) Common sense Antivirus software (some free, eg: AVG) Update OS Verify the validity of info in s received  Use search.
1 Introduction to Software Engineering Lecture 38 – Intellectual Property.
Ethics of Copyright Infringement Thomas H. Mak CS 301.
Intellectual Property An intangible asset, considered to have value in a market, based on unique or original human knowledge and intellect. Intellectual.
Intellectual Property
1 Intellectual Property Includes the results of intellectual activities in the arts, sciences, and industry Includes the results of intellectual activities.
CS 501: Software Engineering Fall 2000 Lecture 7 Management II Business and Legal Aspects of Software Engineering.
Chapter 5 Intellectual Property & Internet Law
Key Issues in Licensing Software and Associated Intellectual Property: Matching Licensing Models to Business Strategies Steve Mutkoski Regional Director,
Intellectual Property
Intellectual Property Rights: Protection or Monopolization?
Copyright © 2008 by West Legal Studies in Business A Division of Thomson Learning Chapter 10 Intellectual Property Rights and the Internet Twomey Jennings.
B284 ENTREPRENEURSHIP Unit 2 Notes. Entrepreneurship Today  Knowledge of economics contributes to an understanding of how entrepreneurs and customers.
I NTELLECTUAL P ROPERTY. D EFINITION … Intellectual property (IP) refers to creations of the mind: inventions, literary and artistic works, and symbols,
Introduction to IP Ellen Monson Director Intellectual Property Office University of Cincinnati.
Open Source Ethics Muhammad Sarmad Ali. What is Open Source? Doesn’t just mean access to source code.
CPS 82, Fall Open Source, Copyright, Copyleft.
… concern the legal ownership and use of intellectual property, such as software, music, movies, data, and information. Links: Video: Too Much Copyright.
Intellectual Property. Copyright The right to copy or reproduce a created work –federal legislation gives this right to author or owner and controls infringements.
CS 3043 Social Implications Of Computing 10/19/2015© 2004 Keith A. Pray 1 Class 9 Intellectual Property Keith A. Pray Instructor socialimps.keithpray.net.
TTS1133 : INTERNET ETHICS AND CYBER LAW
Ethical and Social...J.M.Kizza1 Module 5: Intellectual Property Rights and Computer Technology  Computer Products and Services  Instruments of Protection.
© 2007 West Legal Studies in Business, A Division of Thomson Learning Chapter 5 Intellectual Property.
Intellectual Property (Quinn Chapter 4) CS4001 Kristin Marsicano.
Internet and Intellectual Property  University of Palestine  Eng. Wisam Zaqoot  Feb 2010 ITSS 4201 Internet Insurance and Information Hiding.
AOF Entrepreneurship Unit 3, Lesson 10 Intellectual Property Protections Copyright © 2009–2012 National Academy Foundation. All rights reserved.
1 Ethics of Computing MONT 113G, Spring 2012 Session 32 Software as Intellectual Property.
Ownership of Software Software represents the results of intellectual rather than purely physical efforts and is therefore inherently non- tangible. So.
Invention, Innovation & Creativity. Where do you find new ideas? Newspapers, Magazines & Publications  Trends,  Goods/services that appeal to people.
Intellectual property (cont.) 1. Software as intellectual property 2  The law concerning software is not clear and is steal being formulated  In USA.
Chapter 1: OVERVIEW OF THE U.S. INTELLECTUAL PROPERTY SYSTEM.
Copyright, Designs and Patents Act What does it cover? The Copyright, Designs and Patents Act covers work.
COPYRIGHT.  Designs and Patents Act protects people’s original work from being used without their permission  All the original work is copy right. The.
1 Ethical Issues in Computer Science CSCI 328, Fall 2013 Session 21 Intellectual Property III.
CISB 412 Social and Professional Issues Understanding Intellectual Property.
CPS Digital Copyright. CPS Copyright US Constitution (Article I, Section 8, Clause 8): “To promote the Progress of Science and useful.
Creative Commons terms and definitions By Chelsey Maton.
Intellectual Property and Computer Science By Daniel Bray COSC 480.
Lecture 11. Intellectual Property SPRING 2016 GE105 Introduction to Engineering Design College of Engineering King Saud University.
Copyright Uppsala 12/ Katarzyna Płaneta-Björnskär Department of Informatics and Media.
Group E - Enrico Costanza Sam Holder, Jonathan Stephens-Jones, Joseph Buckingham, Crispin Clark, Benjamin Dixon Creative Commons, Open Source, Open Movements.
©2001 Kauffman Center for Entrepreneurial LeadershipPLANNING AND GROWING A BUSINESS VENTURE™ ™ Intellectual Property Patents Trademarks and service marks.
Compsci 82, Fall Open Source, Copyright, Copyleft.
Geospatial Information: Copyright Issues Professor George Cho Professor of Geoinformatics and the Law University of Canberra
CCT490: Week 8 Intellectual Property, Software, and the Free Software Movement This presentation is licensed under Creative Commons Attribution License,
Intellectual Property
Essentials of the legal environment today, 5e
Technology Management Activities and Tools
A Gift of Fire Third edition Sara Baase
What is Copyright?.
Key Issues in Licensing Software and Associated Intellectual Property: Matching Licensing Models to Business Strategies Steve Mutkoski Regional Director,
Intellectual Property
Lesson 2- Ethical Use of Digital Resources
Intellectual Property
Learning Area 1 Information And Communication Technology and Society
Intellectual Property
Intellectual Property Rights
Computer ethics in computer science curriculum
GNU General Public License (GPL)
Intellectual Property
Intellectual Property (Part 3)
Chapter # 6 Intellectual Property
Intellectual Property
Presentation transcript:

1 Ethical Issues in Computer Science CSCI 328, Fall 2013 Session 17 Software as Intellectual Property

2 Issues for Protecting Software Property Rights What are some of the main issues in protecting software property rights? (Class discussion)

3 Copyright Others cannot reproduce or distribute copies of a copyrighted work. Software developers can use copyright to prevent others from copying the software without permission. Copyright lasts for the life of the author plus 70 years.

4 Problems with Copyright for software An idea cannot be copyrighted--only the expression of the idea. 1.Is source code copyrightable? Why or why not? 1.Are algorithms copyrightable? Why or why not? 1.What might be a problem for companies based on the above distinction between source code and algorithms?

5 Copyright infringement It may be difficult to determine what constitutes copyright infringement for software. Which of the following are copyright infringements? Changing all the variable names in the source code? Independently writing a similar piece of code? Is object code is copyrightable? (Franklyn vs. Apple, 1984 supreme court case). Adding something to existing software? Who has the burden of proof (to show copyright infringement)?

6 Digital Rights Management Digital Rights Management (DRM): Designed to prevent copying of digital information. Used to prevent copying of software, music and movies. Hackers can thwart the mechanisms. Digital Millenium Copyright Act (DMCA): Passed in 1998 to support DRM. Makes it a crime to copy copyrighted material. Makes it a crime to explain to others how to get around DRM algorithms. (This is a problem for CS researchers studying these algorithms.)

7 Trade Secrecy Trade secrecy laws give companies the right to keep certain information secret. Examples: Food recipes, Chemicals used in processes, Google search algorithms. What properties must information have to be protected by trade secrecy? Example: Nondisclosure agreements; software licenses

8 Problems with Trade Secrecy Problems with trade secrecy: What are some problems with trade secrecy laws with respect to software?

9 Patent Protection A patent gives the holder the right to prevent others from making, using, or selling an invention. The protection holds even if another person invents it independently. Abstract ideas, mathematical formulas, scientific principles, laws of nature and mental processes cannot be patented. Is software a mental process? Should one be able to patent an algorithm? Problems: Patents are meant to foster inventions. Patents on software may inhibit inventions. How?

10 Free Software Free Software, as envisioned by Richard Stallman: Users have the freedom to run, copy, distribute, study, change and improve on software. The Free Software License says that if the code is incorporated into a new program, that program must also have a Free Software License. ("Copyleft") Four freedoms for Free Software: 1.Freedom to run the program for any purpose. 2.Freedom to study how the program works and adapt it. 3.Freedom to redistribute copies (to help your neighbor). 4.Freedom to improve the program and release the improved version to the public.

11 Free and Open Source Software (FOSS) Open Source Software does not include the same restrictions as FS. FOSS may be distributed with a cost. Example: Red Hat Linux The right to view and change the source code is what's important. Software developers make money selling and customizing the code. Proprietary Software (PS) developers feel FOSS is a threat to PS. (Why?)