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 333 Views

Recommend Documents

No documents