Finding The License

From Foss2Serve
(Difference between revisions)
Jump to: navigation, search
(Directions:)
 
(29 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
{| border="1"
 
|-
 
|'''Title''' || Finding the license
 
|-
 
|'''Overview''' || Student will review several pieces of software and find the licensing information.
 
|-
 
|'''Prerequisite Knowledge''' || Should have had an introduction to open source licenses.
 
|-
 
|'''Learning Objectives''' || Students should be able to find license information (in any of the places it might be located in a package)
 
|}
 
  
=== Background: ===
+
{{Learning Activity Overview
This activity demonstrates that licensing information for a given piece of software can be found in a number of different places and gives students the experience of finding the license information for several actual projects/products.
+
|title=
 +
Finding the license
 +
|overview=
 +
Student will review several pieces of software and find the licensing information.
 +
|prerequisites=
 +
An introduction to intellectual property as it relates to software and to open source licenses.
 +
|objectives=
 +
Find license information (in any of the places it might be located in a package).
 +
|process skills=
 +
}}
 +
 
 +
=== Background ===
 +
 
 +
This activity demonstrates that licensing information for a given piece of software can be found in a number of different places and gives students the experience of finding the license information for several actual projects/products.  This is important because students need to know the license for any piece of code that they are working with *and* there is no *rule* saying where a license must be put (although there are some conventions that are followed).
  
Students need to understand the basic legal framework for open source and have been introduced to open source licenses.
+
Before attempting this activity, students need to understand the basic
 +
# legal framework for open source and  
 +
# types of open source licenses.
  
=== Directions: ===
+
For a more in-depth look at whether licenses are contracts or "bare licenses" from a legal perspective, see [ http://rosenlaw.com/wp-content/uploads/Taxonomy-of-Licenses.pdf Chapter 4, Rosen Law Open Source Licensing Software Freedom and Intellectual Property Law]
This exercise can be done individually or in small groups.  The goal is to identify which license applies to several pieces of software and where that license information can be found.  I've provided some examples, each of which shows a different location of license information.
+
 
 +
=== Directions ===
 +
 
 +
This exercise can be done individually or in small groups.  The goal is to identify which license applies to each of several pieces of software and where that license information is found (which varies).  I've provided some examples, when demonstrate a variety of different license locations and types.
  
 
In each case, the student(s) should  
 
In each case, the student(s) should  
Line 31: Line 39:
 
# http://slack.com
 
# http://slack.com
 
# Firefox
 
# Firefox
# [https://github.com/ReturnInfinity/BareMetal-OS | BareMetal-OS]
+
# [https://github.com/torvalds/linux | The Linux Kernel]
# Instagram
+
# Instagram API
## Bonus Activity: Identify the paragraph in which Instagram identifies what rights it has to your photos.
+
## Bonus Activity: Identify the page and paragraph in which Instagram identifies what rights it has to your photos.
 +
 
 +
If possible, a classroom roundtable, discussing what licenses were found, where they were located, and how they were named would be a good wrap-up for this exercise.
 +
 
 +
=== Deliverables ===
  
=== Deliverables: ===
 
 
Students should turn in their findings -- I've provided an example format here.
 
Students should turn in their findings -- I've provided an example format here.
  
Line 46: Line 57:
 
|}
 
|}
  
=== Assessment: ===
+
=== Assessment ===
How will the activity be graded?
+
+
How will learning will be measured?
+
  
Include sample assessment questions/rubrics.
+
Students can be graded on the completeness and correctness of the responses provided in the assigned work they turn in, as well as participation in the resulting discussion, should you choose to have one.
  
=== Comments: ===
 
What should the instructor know before using this activity?
 
 
What are some likely difficulties that an instructor may encounter using this activity?
 
  
=== Additional Information: ===
 
 
{| border="1"
 
{| border="1"
 
|-  
 
|-  
|'''Knowledge Area/Knowledge Unit''' || What ACM Computing Curricula 2013 knowledge area and units does this activity cover? [[ACM_Body_of_Knowledge]]
+
|'''Criteria''' ||'''Level 1 (fail)'''||'''Level 2 (pass)'''||'''Level 3 (good)'''||'''Level 4 (exceptional)'''
 
|-
 
|-
|'''Topic''' || What specific topics are addressed? The Computing Curriucula 2013 provides a list of topics - https://www.acm.org/education/CS2013-final-report.pdf
+
|Finding the open source license || 0-2 correct answers || 2-4 answers correct, with correct locations reasoning  (or more answers correct, but without correct locations) || 4-5 answers correct, with correct locations || All answers correct, with with correct locations.          
 
|-
 
|-
|'''Level of Difficulty''' || Is this activity easy, medium or challenging?
 
|-
 
|'''Estimated Time to Completion''' ||  How long should it take for the student to complete the activity?
 
|-
 
|'''Materials/Environment''' || What does the student need?  Internet access, IRC client, Git Hub account, LINUX machine, etc.?
 
|-
 
|'''Author''' || Who wrote this activity?
 
|-
 
|'''Source''' || Is there another activity on which this activity is based?  If so, please provide a link to the original resource.
 
|-
 
|'''License''' || Under which license is this material made available? (http://creativecommons.org/licenses/)
 
 
|}
 
|}
  
 +
Rather than providing YARFD (Yet Another Rubric For Discussions), I'll give you this link: http://www.teachphilosophy101.org/Default.aspx?tabid=143 where I found several. :-)
 +
 +
=== Comments: ===
 +
 +
* The interesting thing to me about this activity is that there is no single, legal "required" location for the license information, nor any text that it must include.  This can make it challenging to find the license info for a project (but doesn't reduce the importance of doing so!).
 +
* If you are working with an open source project, you should first locate the license for that project and use it as a jumping off point.
  
=== Suggestions for the Open Source Project: ===
+
=== Additional Information ===
Suggestions for an open source community member who is working in conjunction with the instructor.
+
  
 +
{{Learning Activity Info
 +
|acm unit=
 +
[[:Category:SP Intellectual Property|SP Intellectual Property]]
 +
|acm topic=
 +
Intellectual property rights
 +
|difficulty=
 +
Medium 
 +
|time=
 +
Each license should take ~10-15 minutes to find,
 +
so the length of the activity can be changed based on the amount of time available.
 +
|environment=
 +
Internet access, editor or other tool for examining code
 +
|author=
 +
[[User:Glikins|Gina Likins]]
 +
|source=
 +
N/A
 +
|license=
 +
{{License CC BY SA}}
 +
}}
  
--------------------
+
=== Suggestions for the Open Source Project ===
This work is licensed under a
+
[http://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 International License]
+
  
[[File:CC_license.png]]
+
It would be great if your project had information explaining why the project is licensed the way it is.
 +
If that information is available and you're willing to discuss it with students,
 +
that would make a really interesting (short) Skype or IRC chat.
  
[[Category: Learning_Activity]]
+
[[Category:Learning Activity]]
[[Category: LEARNING_ACTIVITY_SUBCATEGORY]]
+
[[Category:Culture and Intellectual Property]]
 +
[[Category:SP Intellectual Property]]
 +
[[Category:CS Principles]]
 +
[[Category:Ready to Use]]

Latest revision as of 14:14, 15 October 2018


Title

Finding the license

Overview

Student will review several pieces of software and find the licensing information.

Prerequisites

An introduction to intellectual property as it relates to software and to open source licenses.

Learning
Objectives
After successfully completing this activity, the learner should be able to:

Find license information (in any of the places it might be located in a package).

Process Skills
Practiced


Background

This activity demonstrates that licensing information for a given piece of software can be found in a number of different places and gives students the experience of finding the license information for several actual projects/products. This is important because students need to know the license for any piece of code that they are working with *and* there is no *rule* saying where a license must be put (although there are some conventions that are followed).

Before attempting this activity, students need to understand the basic

  1. legal framework for open source and
  2. types of open source licenses.

For a more in-depth look at whether licenses are contracts or "bare licenses" from a legal perspective, see [ http://rosenlaw.com/wp-content/uploads/Taxonomy-of-Licenses.pdf Chapter 4, Rosen Law Open Source Licensing Software Freedom and Intellectual Property Law]

Directions

This exercise can be done individually or in small groups. The goal is to identify which license applies to each of several pieces of software and where that license information is found (which varies). I've provided some examples, when demonstrate a variety of different license locations and types.

In each case, the student(s) should

  1. Find the site or software
  2. Locate the license information
  3. Record where the license information was found (for example, the URL of the page)
  4. Record which license(s) apply for each piece of software

Here are some good examples

  1. http://qunitjs.com
  2. Wordpress
  3. http://slack.com
  4. Firefox
  5. | The Linux Kernel
  6. Instagram API
    1. Bonus Activity: Identify the page and paragraph in which Instagram identifies what rights it has to your photos.

If possible, a classroom roundtable, discussing what licenses were found, where they were located, and how they were named would be a good wrap-up for this exercise.

Deliverables

Students should turn in their findings -- I've provided an example format here.

Software License Where Found (URL or other location)
Apache OpenOffice 4 Apache License, Version 2.0, January 2004 Under the "Open Office" menu, I chose "About Open Office". That dialog had a License button, which is where I found the full text of the license.

Assessment

Students can be graded on the completeness and correctness of the responses provided in the assigned work they turn in, as well as participation in the resulting discussion, should you choose to have one.


Criteria Level 1 (fail) Level 2 (pass) Level 3 (good) Level 4 (exceptional)
Finding the open source license 0-2 correct answers 2-4 answers correct, with correct locations reasoning (or more answers correct, but without correct locations) 4-5 answers correct, with correct locations All answers correct, with with correct locations.

Rather than providing YARFD (Yet Another Rubric For Discussions), I'll give you this link: http://www.teachphilosophy101.org/Default.aspx?tabid=143 where I found several. :-)

Comments:

  • The interesting thing to me about this activity is that there is no single, legal "required" location for the license information, nor any text that it must include. This can make it challenging to find the license info for a project (but doesn't reduce the importance of doing so!).
  • If you are working with an open source project, you should first locate the license for that project and use it as a jumping off point.

Additional Information

ACM BoK
Area & Unit(s)

SP Intellectual Property

ACM BoK
Topic(s)

Intellectual property rights

Difficulty

Medium

Estimated Time
to Complete

Each license should take ~10-15 minutes to find, so the length of the activity can be changed based on the amount of time available.

Environment /
Materials

Internet access, editor or other tool for examining code

Author(s)

Gina Likins

Source

N/A

License

This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

CC license.png


Suggestions for the Open Source Project

It would be great if your project had information explaining why the project is licensed the way it is. If that information is available and you're willing to discuss it with students, that would make a really interesting (short) Skype or IRC chat.

Personal tools
Namespaces
Variants
Actions
Events
Learning Resources
HFOSS Projects
Evaluation
Navigation
Toolbox