Finding The License
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | === Background | + | {{Learning Activity Overview |
+ | |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). | 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). | ||
Line 20: | Line 23: | ||
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] | 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 | + | === 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. | 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. | ||
Line 41: | Line 45: | ||
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. | 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 52: | Line 57: | ||
|} | |} | ||
− | === Assessment | + | === 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. | 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. | ||
Line 71: | Line 77: | ||
* 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. | * 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 | + | === Additional Information === |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | {{Learning Activity Info | |
+ | |acm unit= | ||
+ | Social Issues and Professional Practice (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= | ||
+ | Gina Likins | ||
+ | |source= | ||
+ | N/A | ||
+ | |license= | ||
+ | {{License CC BY SA}} | ||
+ | }} | ||
− | + | === 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. | ||
− | [[Category: Ready To Use]] | + | [[Category:Learning Activity]] |
+ | [[Category:Culture and Intellectual Property]] | ||
+ | [[Category:CS Principles]] | ||
+ | [[Category:Ready To Use]] |
Revision as of 22:26, 7 September 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
- legal framework for open source and
- 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
- Find the site or software
- Locate the license information
- Record where the license information was found (for example, the URL of the page)
- Record which license(s) apply for each piece of software
Here are some good examples
- http://qunitjs.com
- Wordpress
- http://slack.com
- Firefox
- | The Linux Kernel
- Instagram API
- 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) |
Social Issues and Professional Practice (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 |
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.