Differences between revisions 28 and 29
Revision 28 as of 2009-03-16 03:36:02
Size: 10918
Editor: anonymous
Comment: converted to 1.6 markup
Revision 29 as of 2009-04-12 23:10:30
Size: 11055
Editor: FranklinPiat
Comment: Homepage and personal data should be handled with care.
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * The wiki contains some homepages (with personal data). Those pages/data needs should be treated separately (not waiving any rights).

from

wiki specific constraints

License : Main alternatives

We want a license that permit to merge the wiki page in any Debian material (package, website, manual...). There are multiple alternative, but they can be sorted in three families

  1. Keep traditional copyright attribution to page contributors. (i.e apply one or more DFSG license, then list every contributors in the copyright section of the target document).
  2. Do copyright attribution to Debian Wiki. (i.e apply one or more DFSG license. Then, derived work should cite the URL of the original wiki). Creative common's #cc-by >= 3.0 is supposed to be particularly well suited for that.

    1. variant : add a statement that allow anybody to relicense the work under any DFSG compatible license, but (which make it practical to reuse content anywhere).
      BUT ?AndreasBarth pointed that The license "the author will pay anyone who uses the text 100 Euro upon request" seems DFSG-free.

  3. Public Domain like (i.e Allow anybody to reuse the work, without license incompatibility issue). Creative commons' #CC0 is supposed to be well suited for that. But it doesn't address the problem of imported documents.

License : Desired features

This table summarize the desired features for the new license.

License

#PD

#CC0

#BSD

#MIT

#GFDL

#Redistribution

(./)

(./)

(./)

(./)

(./)

#Allow_Modification

(./)

(./)

(./)

(./)

(./)

Derivative

(./)

(./)

(./)

(./)

(./)

commercial

(./)

(./)

(./)

(./)

(./)

Attribution

n.a

n.a

Y

:-)

:-(

#Share_Alike

n.a

n.a

(./)

(./)

(./)

Redistribution :

Allow to redistribute the content in various forms (raw, html, pdf, encrypted...) and on various media (packages, cd). This feature is Required.

Allow Modification :

Allow modification by others (add and remove). This feature is Required.

Allow derivative works :

Allow Debian derivative distribution to use the document. Allow to reuse content in package Documentation, etc. This feature is Required.

Allow commercial use :

Allow commercial Debian derivative to reuse the material. This feature is Required.

  • Debian has commercial derivatives. we want those distribution to be allowed to use our documentation.
  • Attribution / Give credits :

    Not required, and actually _not_ wanted.

  • Even thought we actually want to give credits / attribute a work to it's original author, I believe it isn't possible to guarantee that all work attribution will be preserved over time. Furthermore, the actual name of the author isn't always known). Finally the number of contributors for a given page can make it .

  • Share Alike :

    Preserve the license on copies. This feature is wanted.

  • However this doesn't apply except for PD where it doesn't apply.

  • Proposed licenses

    Here are some proposed licenses for the wiki.

    GFDL 1.2

    GFDL 1.2 License (Debian DFSG, Wikipedia)

    Attribution :
    The GFDL really focus on attribution, which is a feature we don't want that much.
  • http://wikitravel.org/en/Wikitravel_talk:Why_Wikitravel_isn%27t_GFDL

  • MIT

    MIT License (Debian DFSG, Wikipedia)

    Attribution enforced :

    Copyright (c) <year> <copyright holders> [..] The above copyright notice and this permission notice shall be included in all copies However it also says or substantial portions of the Software.

    BSD

    BSD License (FreeBSD copy, ?Debian DFSG, Wikipedia).

    Attribution enforced :

    Copyright (c) <YEAR>, <OWNER> ; All rights reserved. [..] Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

    Public Domain

    Public domain interpretation : Creative Commons, Wikipedia.

    Implicit public domain don't allow duplication :

    [..] The distribution of many types of Internet postings (particularly Usenet articles and messages sent to electronic mailing lists) inherently involves duplication. The act of posting such a work can therefore be taken to imply consent to a certain amount of copying, as dictated by the technical details of the manner of distribution. However, it does not imply total waiver of copyright.(wikipedia).

    Notes:

    CC0 Waiver

    Creative Common's CC0 Waiver (wiki; Press-release) is a protocol that enables people to either assert that a work has no legal restrictions attached to it or waive any rights associated with a work so it has no legal restrictions attached to it (quote ).

    Notes :

    GPL

    Home made "allow relicense" license

    Create a home made license which allows to reuse the contents in a another work without giving explicit credits to original authors, if it's under any DFSG compatible license.

    See also:

    Sample wiki licenses

    Implementation ideas