Choosing A License

(Difference between revisions)
Jump to: navigation, search
(20 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
{| border="1"
+
 
|-
+
{{Learning Activity Overview
|'''Title''' || Choosing A License
+
|title=
|-
+
Choosing A License
|'''Overview''' || Student will choose a license for a hypothetical software project based on criteria given  
+
|overview=
|-
+
Student will choose a license for a hypothetical software project based on criteria given.
|'''Prerequisite Knowledge''' || Should have had an introduction intellectual property as it relates to software and to open source licenses.  Completing [[Finding_the_License]] first would be valuable, as this exercise requires finding the license for existing software.
+
|prerequisites=
|-
+
Should have had an introduction to intellectual property as it relates to software and to open source licenses.  Completing [http://foss2serve.org/index.php/Finding_the_license Finding the License] first would be valuable, as this exercise requires finding the license for existing software.
|'''Learning Objectives''' ||  Students will be able to assess some of the criteria involved in selecting a software license; however, when in doubt (and especially when in doubt and using other's code), a lawyer should be consulted.
+
|objectives=
|}
+
Students will be able to assess some of the criteria involved in selecting a software license; however, when in doubt (and especially when in doubt and using other's code), a lawyer should be consulted.
 +
|process skills=
 +
''What process skills will the student practice while completing this activity?''
 +
}}
  
 
=== Background: ===
 
=== Background: ===
Is there background reading material?
+
Every piece of software your students write should have a license, so it's a good habit to instill early on. In addition, since any novel and unique artistic work is considered copywrited when fixed in a medium (vast oversimplification, but it will do for this purpose), unless coders choose a license, their software is copywrited upon creation.
  
Are there other activities the student should have done first?
+
Good background reading:
  
What is the rational for this activity?
+
* [http://www.softwarelicensingreport.com/articles/356466-importance-choosing-right-open-source-license.htm The Importance of Choosing the Right Open Source License]
 
+
* [http://kbroman.org/steps2rr/pages/licenses.html License Your Software]
Include helpful hints to faculty here.
+
  
 
=== Directions: ===
 
=== Directions: ===
What should the student do?
+
For each of the following hypothetical scenarios, research and choose an appropriate license.  [http://choosealicense.com Choose A License] is a good place to start, but will not answer all questions.
 +
 
 +
# You have written a piece of software and want anyone to be able to use it for anything they'd like to, but you want to have attribution if someone else uses your work.  You also want to make sure that you don't give people the impression that you're implying a warranty.
 +
# You have a photograph and you'd like people to be able to use it, as long as they give you credit and don't use it for commercial purposes.
 +
# You've written a piece of software and wish to retain all rights to it.
 +
# You've written a piece of software based on GIMP but with some changes, and you'd like to start distributing your version.
 +
# You have written a piece of software and:
 +
## want anyone to be able to use it for anything they'd like to
 +
## want to have attribution if someone else uses your work
 +
## want to make sure that you don't give people the impression that you're implying a warranty, and
 +
## want to ensure that if someone contributes to the project that they then don't sue you for patent infringement.
 +
 
 +
Document which license you'd choose in each scenario and your rationale for that choice.
  
 
=== Deliverables: ===
 
=== Deliverables: ===
What will the student hand in?
+
The student will turn in (for each hypothetical project) which license they'd choose and their rationale.
  
 
=== Assessment: ===
 
=== Assessment: ===
How will the activity be graded?
+
Grading can be based on:
+
1) Obtaining a correct answer for the license *and*
How will learning will be measured?
+
2) Identifying the rationale for choosing that license.
 
+
Include sample assessment questions/rubrics.
+
 
+
=== 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''' || Social Issues and Professional Practice (SP) / Intellectual Property
+
|'''Criteria''' ||'''Level 1 (fail)'''||'''Level 2 (pass)'''||'''Level 3 (good)'''||'''Level 4 (exceptional)'''
 
|-
 
|-
|'''Topic''' || Intellectual property rights
+
|Choosing the correct open source license || 0-2 correct answers || 2-4 answers correct, with valid reasoning  (or more answers correct, but without valid reasoning) || 4-5 answers correct, with valid reasoning || All answers correct, with valid reasoning.         
 
|-
 
|-
|'''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''' || Gina Likins
 
|-
 
|'''Source''' || Is there another activity on which this activity is based?  If so, please provide a link to the original resource.
 
|-
 
|'''License''' || This work is licensed under a [http://creativecommons.org/licenses/by-sa/4.0/ Creative Commons Attribution-ShareAlike 4.0 International License]
 
 
|}
 
|}
  
 +
=== Comments: ===
 +
* This activity can be completed individually or in small groups.
 +
* For several of the questions, there may be more than one license that will work (legal stuff = not always simple ;-)  Encourage your students to choose the simplest possible answer that they can find from among the commonly accepted open source licenses (the ones listed at [http://choosealicense.com/licenses/ Choose A License] are a good start).
 +
* If students have different answers you can have a discussion about what factors led to each choice.
 +
** For example, if one student chooses the [http://choosealicense.com/licenses/mit/ MIT license] and another chooses the [http://choosealicense.com/licenses/isc/ BSD license]), it could be that the student who chose the MIT license did so because he/she noticed that the MIT license explicitly grants permission to *sell* the software, while the BSD license doesn't.
  
=== 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=
 +
Social Issues and Professional Practice (SP) / Intellectual Property
 +
|acm topic=
 +
Intellectual property rights
 +
|difficulty=
 +
''Is this activity easy, medium, or hard?''
 +
|time=
 +
''How long should a typical student take to complete the activity?''
 +
|environment=
 +
''What does the student need? (e.g. Internet access, IRC client, Git Hub account, LINUX machine, etc.)''
 +
|author=
 +
Gina Likins
 +
|source=
 +
''Is there another activity on which this activity is based?  If so, please provide a link to the original resource.''
 +
|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 helpful if your project had some explanation of why it is licensed the way it is.
 +
Also, if there's someone in your community who has experience with choosing licenses for projects
 +
that would be willing to speak with the class (via Skype or IRC) that would be a great thing to offer.
  
[[Category: Learning_Activity]]
+
[[Category:Learning_Activity]]
[[Category:Culture_and_Intellectual_Propoerty]]
+
[[Category:Culture_and_Intellectual_Property]]
 +
[[Category:CS Principles]]
 +
[[Category:Ready to Use]]

Revision as of 19:26, 7 September 2018


Title

Choosing A License

Overview

Student will choose a license for a hypothetical software project based on criteria given.

Prerequisites

Should have had an introduction to intellectual property as it relates to software and to open source licenses. Completing Finding the License first would be valuable, as this exercise requires finding the license for existing software.

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

Students will be able to assess some of the criteria involved in selecting a software license; however, when in doubt (and especially when in doubt and using other's code), a lawyer should be consulted.

Process Skills
Practiced

What process skills will the student practice while completing this activity?


Background:

Every piece of software your students write should have a license, so it's a good habit to instill early on. In addition, since any novel and unique artistic work is considered copywrited when fixed in a medium (vast oversimplification, but it will do for this purpose), unless coders choose a license, their software is copywrited upon creation.

Good background reading:

Directions:

For each of the following hypothetical scenarios, research and choose an appropriate license. Choose A License is a good place to start, but will not answer all questions.

  1. You have written a piece of software and want anyone to be able to use it for anything they'd like to, but you want to have attribution if someone else uses your work. You also want to make sure that you don't give people the impression that you're implying a warranty.
  2. You have a photograph and you'd like people to be able to use it, as long as they give you credit and don't use it for commercial purposes.
  3. You've written a piece of software and wish to retain all rights to it.
  4. You've written a piece of software based on GIMP but with some changes, and you'd like to start distributing your version.
  5. You have written a piece of software and:
    1. want anyone to be able to use it for anything they'd like to
    2. want to have attribution if someone else uses your work
    3. want to make sure that you don't give people the impression that you're implying a warranty, and
    4. want to ensure that if someone contributes to the project that they then don't sue you for patent infringement.

Document which license you'd choose in each scenario and your rationale for that choice.

Deliverables:

The student will turn in (for each hypothetical project) which license they'd choose and their rationale.

Assessment:

Grading can be based on: 1) Obtaining a correct answer for the license *and* 2) Identifying the rationale for choosing that license.

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

Comments:

  • This activity can be completed individually or in small groups.
  • For several of the questions, there may be more than one license that will work (legal stuff = not always simple ;-) Encourage your students to choose the simplest possible answer that they can find from among the commonly accepted open source licenses (the ones listed at Choose A License are a good start).
  • If students have different answers you can have a discussion about what factors led to each choice.
    • For example, if one student chooses the MIT license and another chooses the BSD license), it could be that the student who chose the MIT license did so because he/she noticed that the MIT license explicitly grants permission to *sell* the software, while the BSD license doesn't.

Additional Information:

ACM BoK
Area & Unit(s)

Social Issues and Professional Practice (SP) / Intellectual Property

ACM BoK
Topic(s)

Intellectual property rights

Difficulty

Is this activity easy, medium, or hard?

Estimated Time
to Complete

How long should a typical student take to complete the activity?

Environment /
Materials

What does the student need? (e.g. Internet access, IRC client, Git Hub account, LINUX machine, etc.)

Author(s)

Gina Likins

Source

Is there another activity on which this activity is based? If so, please provide a link to the original resource.

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 helpful if your project had some explanation of why it is licensed the way it is. Also, if there's someone in your community who has experience with choosing licenses for projects that would be willing to speak with the class (via Skype or IRC) that would be a great thing to offer.

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