Feel free to discuss this specification at the bottom of the page.

Summary

There is currently no licensing policy expressed on the Ubuntu team wiki and this has caused confusion about whether material can be copied into it and from it. This spec attempts to develop a licensing policy for the team wiki only, in a similar way to that which was adopted for the documentation wiki.

Rationale

The Ubuntu team wiki does not currently contain any express definition of licensing policy. This means that there is confusion about whether material can or cannot be copied (for example by other projects).

Licensing the material on the wiki under a free license will also mean that it will become possible to copy material from other free sources.

Further, there are reasons of principle to implement such a policy:

  1. Ubuntu is an operating system promoting free software.
  2. The very nature of a wiki is that it should be a collaborative effort which encourages the free use of information.

The current copyright notice states that the copyright belongs to Canonical. This seems likely to be legally inaccurate, because copyright belongs to the individuals who create the material, and can only be assigned to another legal person (such as Canonical) by a signature in writing of the copyright holder. We should also take the opportunity to seek to evaluate whether Canonical's purported copyright over wiki material can be put on a principled and lawful footing.

Design

Implementation

A page "License" will be created and populated with the new information. This page can essentially be copied from the help wiki, save that it should state that the license applies unless the particular wiki page states otherwise.

A footer will be added to the team wiki theme which states:

The material on this wiki is available under a free license, see License (link) for details

The wiki will be configured to display the license information on the page edit screen by adding the following lines to wikiconfig.py:

    page_license_enabled = 1
    page_license_page = u'License'

To be completed after outstanding issues are resolved.

Outstanding Issues

Relicensing

Discussion

One use case to consider is that of Canonical developed Training documentation. Currently we develop our materials separate from any community documentation efforts and all training materials are fully copyrighted by Canonical, Ltd. In the future we would like to examine joint efforts of developing documentation. Using a CC-BY-SA license would ensure that both sides could develop and reuse materials. Canonical could only use community developed materials if it is willing to re-release under the same license. (added by Belinda (Dinda) Lopez, 12 Jan 2010)

WikiLicensing/TeamWiki (last edited 2010-01-12 17:11:35 by c-98-195-219-156)