A primer about licenses Matthieu Bruneaux

2016-11-21

Plan

What we’ll talk about I

Intellectual property

I

A quick tour of licenses

I

Recommendations for Open Science

Disclaimer I

I am not a lawyer!

I

Those notes represent my understanding of licenses, mostly based on searching other people’s material on the Internet

Intellectual property: what is it?

What is intellectual property? I

creations of the mind that are monopolized by owners designated by law

Intellectual property: what is it?

What is intellectual property? I

creations of the mind that are monopolized by owners designated by law

What does intellectual property include? I

copyrights

I

patents

I

trademarks

Intellectual property: three main components

Intellectual property: three main components Copyrights I

"Appears" automatically when creative work is done

I

Does not need to be registered

I

Limited in time

Intellectual property: three main components Copyrights I

"Appears" automatically when creative work is done

I

Does not need to be registered

I

Limited in time

Patents I

To protect inventions (software?)

I

Needs to be registered

I

Limited in time

Intellectual property: three main components Copyrights I

"Appears" automatically when creative work is done

I

Does not need to be registered

I

Limited in time

Patents I

To protect inventions (software?)

I

Needs to be registered

I

Limited in time

Trademarks I

To protect brand names, logos, reputation

I

Kind of needs to be registered

I

Limited in time

Intellectual property: why do we care (as researchers)?

Intellectual property: why do we care (as researchers)? Things created in research I

Scientific writings (articles, blog posts, . . . )

I

Data

I

Software

I

Other media (photos, videos, audio, . . . )

Intellectual property: why do we care (as researchers)? Things created in research I

Scientific writings (articles, blog posts, . . . )

I

Data

I

Software

I

Other media (photos, videos, audio, . . . )

Why do we need licences? I

To tell what other people can do with our work: I

I

I

To allow people to use our work (no license > strictest copyright retained) To control how our work is used (commercial use? attribution?)

http://choosealicense.com/

Licenses tour: Creative Commons

Licenses tour: Creative Commons creativecommons.org I

Initiated by Lawrence Lessig

I

Allows to distribute a work with various levels of flexibility

I

"We recommend against using Creative Commons licenses for software."

Licenses tour: Creative Commons creativecommons.org I

Initiated by Lawrence Lessig

I

Allows to distribute a work with various levels of flexibility

I

"We recommend against using Creative Commons licenses for software."

Different flavours I

CC0: public domain

I

Attribution (CC-BY)

I

Share alike (CC-BY-SA)

I

No derivatives (CC-BY-ND)

I

Non-commercial (CC-BY-NC)

Licenses tour: Creative Commons

Licenses tour: open source software Licenses for code I

Code: include a warranty disclaimer in the license!

I

For open source code: https://opensource.org/licenses

Licenses tour: open source software Licenses for code I

Code: include a warranty disclaimer in the license!

I

For open source code: https://opensource.org/licenses

Permissive licenses I

Guarantees freedoms to use, modify and redistribute software

I

Allows proprietary derivative works

Licenses tour: open source software Licenses for code I

Code: include a warranty disclaimer in the license!

I

For open source code: https://opensource.org/licenses

Permissive licenses I

Guarantees freedoms to use, modify and redistribute software

I

Allows proprietary derivative works

Copy-left licenses I

Guarantees freedoms to use, modify and redistribute software

I

Modified versions of software must use the same license

Licenses tour: permissive licenses

MIT license I

Preserves copyright and license notices

I

Commercial use, distribution and modification allowed

I

Warranty disclaimer

I

One of the most popular open-source software license

BSD license I

Very similar to MIT license

I

Includes a non-endorsement clause (contributors names cannot be used to endorse derived work without permission)

Licenses tour: copyleft licenses

GPL3 I

GNU General Public License, originated by Richard Stallman

I

Commercial use, distribution and modification allowed

I

Warranty disclaimer

I

Source disclosed

I

Derived works must be released under the same license

Some examples: softwares

Some examples: softwares R I

R is GPL2

I

Packages can have different licenses (mostly, if not all, open source licenses)

Some examples: softwares R I

R is GPL2

I

Packages can have different licenses (mostly, if not all, open source licenses)

I

Under the Python Software Foundation license

I

BSD-style, compatible with the GPL, but not copyleft itself.

Python

Some examples: softwares R I

R is GPL2

I

Packages can have different licenses (mostly, if not all, open source licenses)

I

Under the Python Software Foundation license

I

BSD-style, compatible with the GPL, but not copyleft itself.

I

Proprietary software

Python

MATLAB

Some examples: data

Data from Duplouy et al. 2013 (Dryad) I

Duplouy A, Ikonen S, Hanski I (2013) Life history of the Glanville fritillary butterfly in fragmented versus continuous landscapes. Ecology and Evolution http://dx.doi.org/10.5061/dryad.2v3p5

I

CC0

Some examples: data

Data from Duplouy et al. 2013 (Dryad) I

Duplouy A, Ikonen S, Hanski I (2013) Life history of the Glanville fritillary butterfly in fragmented versus continuous landscapes. Ecology and Evolution http://dx.doi.org/10.5061/dryad.2v3p5

I

CC0

LTER network (Long Term Ecological Research) I

Most data released to the public under a general data use agreement

I

In this agreement: restricted to not-for-profit use

Some examples: data

GenBank I

Unclear: "NCBI places no restrictions on the use or distribution of the GenBank data. However, some submitters may claim patent, copyright, or other intellectual property rights in all or a portion of the data they have submitted. NCBI is not in a position to assess the validity of such claims, and therefore cannot provide comment or unrestricted permission concerning the use, copying, or distribution of the information contained in GenBank."

Recommendations for research

Recommendations for research Who has the intellectual property rights? I

In general, the author of the work

I

But can be transferred to Uni (e.g. collaborative project with external funding) or to customer (e.g. commissioned work)

I

When in doubt, check!

Recommendations for research Who has the intellectual property rights? I

In general, the author of the work

I

But can be transferred to Uni (e.g. collaborative project with external funding) or to customer (e.g. commissioned work)

I

When in doubt, check!

In Finland I

JyU: about intellectual property rights

I

Academy of Finland: handbook of IPR

I

Most empirical datasets are not protected by copyright (not "creations")

I

A curated dataset might still be protected by copyright

Different licenses for different objects

Different licenses for different objects Data I

Make it open and easy to reuse: CC0

I

Using CC-BY makes it less convenient to use

I

Large, expensive datasets: when to release?

I

Caution if it contains human data (e.g. medical data)

Different licenses for different objects Data I

Make it open and easy to reuse: CC0

I

Using CC-BY makes it less convenient to use

I

Large, expensive datasets: when to release?

I

Caution if it contains human data (e.g. medical data)

Code I

Avoid Creative Commons

I

Good permissive license: MIT license

I

If you want copyleft: GPL (but do you want it?)

I

Try to use GPL-compatible licenses

I

Remember to put a LICENSE file

Different licenses for different objects

Different licenses for different objects

Papers I

You retain the copyright of your manuscript

I

Publisher has the copyright to the typesetted form of it

I

CC-BY license

I

Also for blog posts, . . .

Different licenses for different objects

Papers I

You retain the copyright of your manuscript

I

Publisher has the copyright to the typesetted form of it

I

CC-BY license

I

Also for blog posts, . . .

Other content: pictures, videos, . . . I

CC-BY can be a good option

I

CC-BY-NC is you are worried people might use them commercially

Resources

Here be a list of useful links!

A primer about licenses - GitHub

Intellectual property: why do we care (as researchers)?. Things created in research. ▷ Scientific writings (articles, blog posts, . . . ) ▷ Data. ▷ Software. ▷ Other ...

954KB Sizes 0 Downloads 241 Views

Recommend Documents

Misconception About GNU/Linux - GitHub
You don't have to be a Computer geek to Use GNU/Linux. ○. Anyone Can Use ... Stable Linux Distributions need no Maintenance at all. ○. Since root access ...

Tweets about 'scala', but not about 'scala' - GitHub
(Analytics, 2009) This phenomenon has been researched ... as well as both Token bigrams and Tag bi- grams are used as .... August-2009. pdf. Banko, M. and ...

About the GSO-module in fplll - GitHub
Jul 6, 2017 - The GSO-module. Possible improvements. Summary. Questions. Givens rotations. Givens rotations. A Givens rotation G = G(i,j,θ) has rows: Gk =.. ek if k = i,j cei − sej if k = i sei + cej if k = j where c2 + s2 = 1. Note that b ↦→

Updated_July_29_chapter 9 licenses and regulation.pdf ...
Updated_July_29_chapter 9 licenses and regulation.pdf. Updated_July_29_chapter 9 licenses and regulation.pdf. Open. Extract. Open with. Sign In. Main menu.

FIREWORKS MANUFACTURERS WITH VALID PS LICENSES AS ...
Page 1 of 7. PS QUALITY AND / OR SAFETY CERTIFICATION MARK LICENSES. As of 23 December 2015. Page 1 of 7. REGION COMPANY PLANT. ADDRESS. CONTACT. PERSON. CONTACT. NUMBER FAX NUMBER PRODUCT BRANDS TYPES LICENSE. NUMBER. DATE. ISSUED. 6. A.G.E. Pyrotec

XBRL- A Primer -
In China, effective April 30, 2009, all 864 companies listed on the Shanghai .... Insurance Regulatory & Development Authority (IRDA), to put in place a.

emotional sketch about past, present and future of ... - GitHub
I saw many coroutines during conference talks. Saturday, April 6, 13 ... hated most, ... almost every time I see a reduce() call with a non-trivial function argument, ...

Reference Sheet for CO141 Reasoning about Programs - GitHub
General Technique: For any P ⊆ Z and any m : Z: P (m) ∧ ∀k ≥ m. [P (k) → P (k + 1)] → ∀n ≥ m.P (n). 1.2 Strong Induction. P (0) ∧ ∀k : N. [∀j ∈ {0..k} .

A. Channel Setting - GitHub
B. User ID setting. D. Sleeping Time Setting. E. Mode Setting. Memory Mode. Normal Mode. 8. 9. CHSET. 6. Data Count. 60 Seconds. 5 Minutes. Data Delete.

Gabriel A. Devenyi - GitHub
Nov 14, 2016 - Responsible for the crafting of communications strategies, through website, social media email and traditional media and the development and ...

Annex A: Maps - GitHub
focused spatial data infrastructure for South Sudan. Overview ... independence analysis of the same resources, policies and features. ... Africover. LULC PDF.

exhibit a - GitHub
Aug 18, 2017 - evidenced by a June 28, 2017 “tweet” from the @Sci_Hub Twitter account stating: “American Chemical Society files suit against Sci-Hub .

A BigJob - GitHub
But, the width of DNA is about 2 nm so its volume is less than the nucleus. The trick it to wind ...... github.io/BigJob/sphinxdoc/install/redis.html. [4] SAGA-BigJob.

D A. R - GitHub
policy, and “big data” issues in the geosciences including the design and construction ... novel applications of machine learning and data science to the analysis .... Aerosol-Cloud-Climate Interactions. Seattle, WA. 2017. |. PDF. Rothenberg,D.

'Messenger Detect 5 licenses pack' by foryoursoft.com ...
No need to install any client software on the target computers, and work secretly ... including Reviews, Tech Industry, Security, Hardware, Apple, and Windows.

Renewing Licenses for the Nation's Nuclear Power Plants - APS Physics
In general, the technical tools needed to support long-term operation of nuclear plants .... Advanced Safety and Risk Analysis Tools .... of the empirical database.

Chapter 13 Licenses Permits and General Business Regulations.pdf ...
Chapter 13 Licenses Permits and General Business Regulations.pdf. Chapter 13 Licenses Permits and General Business Regulations.pdf. Open. Extract.

pdf-0969\baltimore-county-marriage-licenses-1777-1798-from ...
... more apps... Try one of the apps below to open or edit this item. pdf-0969\baltimore-county-marriage-licenses-1777-1798-from-family-line-publications.pdf.

Renewing Licenses for the Nation's Nuclear Power Plants - APS Physics
University of California, Berkeley ... Physical Society Panel on Public Affairs study on renewing licenses for operation of U.S. ..... River nuclear plant in Florida,.