license.rst
changeset 1894 2e3bc2435d68
parent 751 a74523fe75e7
child 1905 fba288d59662
equal deleted inserted replaced
1893:da0024f4f068 1894:2e3bc2435d68
       
     1 .. -*- coding: utf-8; -*-
       
     2 .. include:: HEADER.rst
       
     3 
       
     4 ==================
       
     5  Software license
       
     6 ==================
       
     7 .. contents::
       
     8 
       
     9 Where find info on licence issue?
       
    10 =================================
       
    11 
       
    12 See:
       
    13 
       
    14  * http://www.opensource.org/licenses
       
    15  * http://en.wikipedia.org/wiki/List_of_software_licences
       
    16  * http://www.debian.org/legal/licenses/
       
    17  * http://en.wikipedia.org/wiki/List_of_FSF_approved_software_licences
       
    18  * http://en.wikipedia.org/wiki/Comparison_of_free_software_licences
       
    19  * http://en.wikipedia.org/wiki/Open_source_license
       
    20 
       
    21 List of FOSS licences
       
    22 =====================
       
    23 
       
    24 ** BSD.
       
    25 
       
    26 See
       
    27 
       
    28   http://www.opensource.org/licenses/bsd-license.php
       
    29   http://en.wikipedia.org/wiki/BSD_license
       
    30 
       
    31 ** MIT.
       
    32 
       
    33 ** GPL.
       
    34 
       
    35 GPL (GNU genneral public licence).
       
    36 
       
    37   http://www.gnu.org/licenses/gpl-faq.html#ReportingViolation
       
    38                 Reporting Violation
       
    39 
       
    40 ** LGPL.
       
    41 
       
    42 ** ZLIB.
       
    43 
       
    44 ** MPL.
       
    45 
       
    46 MPL (Mozilla public license)
       
    47 
       
    48 ** CPL.
       
    49 
       
    50 CPL (Common Public License)
       
    51 
       
    52 See
       
    53 
       
    54   http://en.wikipedia.org/wiki/Common_Public_License
       
    55 
       
    56 * Compration of FOSS licences.
       
    57 
       
    58 ** Need hold author signature.
       
    59 
       
    60 This meen that you can not remove notice by whos done original work.
       
    61 
       
    62 ** Need mark changes.
       
    63 
       
    64 This meen that you must say that part is original product that part is your
       
    65 changes.
       
    66 
       
    67 Typically this can be done by distributing original sources and patches for
       
    68 them or describe what source file you cange and how (for example this
       
    69 sometimes done in CHANGELOG files).
       
    70 
       
    71 In any way when precedent occur you must prove that part of work is your.
       
    72 
       
    73 ** Need rename derivative work.
       
    74 
       
    75 This meen that you derivative work must have another name that original.
       
    76 
       
    77 Usually author in such way hold their users from derivative foreign toys based
       
    78 on thier work.
       
    79 
       
    80 ** Copyleft.
       
    81 
       
    82 This meen that any derivative work must be covered by save licence as
       
    83 original.
       
    84 
       
    85 ** Licence can be changed.
       
    86 
       
    87 This meen is can text of original licence changed.
       
    88 
       
    89 How to apply license?
       
    90 =====================
       
    91 
       
    92 ** Creative commons license.
       
    93 
       
    94 Put in file::
       
    95 
       
    96   This publication is released under the Creative Commons Attribution 2.0
       
    97   license.
       
    98 
       
    99   For full details of the license, please refer to the following:
       
   100   Creative-commons.org/licenses/by/2.0/legalcode
       
   101 
       
   102 or like this::
       
   103 
       
   104   Copyright © 2005, 2006, 2007 Random Newbie, under a Creative Commons
       
   105   Attribution-ShareAlike (3.0) license.
       
   106 
       
   107 or like this::
       
   108 
       
   109   This book is licensed under the terms of Creative Commons
       
   110   Attribution-NonCommercial-NoDerivs 2.0 license available from
       
   111   http://www.creativecommons.org/. Accordingly, you are free to copy,
       
   112   distribute, display, and perform the work under the following conditions:
       
   113   (1) you must give the original author credit, (2) you may not use this work
       
   114   for commercial purposes, and (3) you may not alter, transform, or build upon
       
   115   this work.
       
   116 
       
   117 or like this::
       
   118 
       
   119   This work is licensed under the Creative Commons Attribution-NoDerivs
       
   120   License. A summary of the license is given below, followed by the full legal
       
   121   text.
       
   122 
       
   123   You are free:
       
   124    · to copy, distribute, display, and perform the work
       
   125    · to make commercial use of the work
       
   126   Under the following conditions:
       
   127   Attribution. You must give the original author credit.
       
   128   No Derivative Works. You may not alter, transform, or build upon this work.
       
   129    · For any reuse or distribution, you must make clear to others the license
       
   130    terms of this work.
       
   131    · Any of these conditions can be waived if you get permission from the
       
   132    copyright holder.
       
   133   Your fair use and other rights are in no way affected by the above.
       
   134 
       
   135   Creative Commons Legal Code
       
   136 
       
   137   Attribution No-Derivs 2.0
       
   138   ...
       
   139 
       
   140 Links to Creative Commons License:
       
   141 
       
   142 Attribution Non-commercial No Derivatives (by-nc-nd)
       
   143   http://creativecommons.org/licenses/by-nc-nd/3.0/legalcode
       
   144 Attribution Non-commercial Share Alike (by-nc-sa)
       
   145   http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode
       
   146 Attribution Non-commercial (by-nc)
       
   147   http://creativecommons.org/licenses/by-nc/3.0/legalcode
       
   148 Attribution No Derivatives (by-nd)
       
   149   http://creativecommons.org/licenses/by-nd/3.0/legalcode
       
   150 Attribution Share Alike (by-sa)
       
   151   http://creativecommons.org/licenses/by-sa/3.0/legalcode
       
   152 Attribution (by)
       
   153   http://creativecommons.org/licenses/by/3.0/legalcode
       
   154 
       
   155 What is FLOSS?
       
   156 ==============
       
   157 
       
   158 Free/Libre/Open Source Software. See
       
   159 
       
   160   http://en.wikipedia.org/wiki/Free_and_open_source_software
       
   161 
       
   162 * What licences are FLOSS compotable?
       
   163 
       
   164 License name                    Version(s)/Copyright Date
       
   165 Academic Free License           2.0
       
   166 Apache Software License         1.0/1.1/2.0
       
   167 Apple Public Source License     2.0
       
   168 Artistic license                From Perl 5.8.0
       
   169 BSD license                     "July 22 1999"
       
   170 Common Public License           1.0
       
   171 GNU Library or "Lesser" General Public License (LGPL)   2.0/2.1
       
   172 IBM Public License, Version     1.0
       
   173 Jabber Open Source License      1.0
       
   174 MIT License (As listed in file MIT-License.txt) -
       
   175 Mozilla Public License (MPL)    1.0/1.1
       
   176 Open Software License           2.0
       
   177 OpenSSL license (with original SSLeay license)  "2003" ("1998")
       
   178 PHP License                     3.0
       
   179 Python license (CNRI Python License)    -
       
   180 Python Software Foundation License      2.1.1
       
   181 Sleepycat License               "1999"
       
   182 W3C License                     "2001"
       
   183 X11 License                     "2001"
       
   184 Zlib/libpng License             -
       
   185 Zope Public License             2.0/2.1
       
   186 
       
   187 * Copyright low.
       
   188 
       
   189 See
       
   190 
       
   191   http://en.wikipedia.org/wiki/List_of_parties_to_international_copyright_treaties
       
   192                 List of parties to international copyright agreements.
       
   193 
       
   194 ** Berne Convention for the Protection of Literary and Artistic Works.
       
   195 
       
   196 Came into force 1887-12-05.
       
   197 
       
   198   http://www.wipo.int/treaties/en/ShowResults.jsp?lang=en&treaty_id=15
       
   199                 List of country where Berne convention in force.
       
   200 
       
   201 ** Universal Copyright Convention, Geneva Act (UCC Geneva).
       
   202 
       
   203 Came into force 1955-09-16.
       
   204 
       
   205 ** Universal Copyright Convention, Paris Act (UCC Paris).
       
   206 
       
   207 Came into force 1974-07-10.
       
   208 
       
   209 ** World Intellectual Property Organization Copyright Treaty.
       
   210 
       
   211   http://www.wipo.int/treaties/en/ip/wct/trtdocs_wo033.html
       
   212                 Text of convention.
       
   213   http://www.wipo.int/treaties/en/ShowResults.jsp?lang=en&treaty_id=16
       
   214                 List of country where WTC convention in force.
       
   215 
       
   216 ** Agreement on Trade-Related Aspects of Intellectual Property Rights (TRIPS)
       
   217 
       
   218 Membership in TRIPS coincides with membership in the World Trade Organization.
       
   219 
       
   220   http://www.wto.org/english/docs_e/legal_e/27-trips_01_e.htm
       
   221     Text of convention.
       
   222   http://en.wikipedia.org/wiki/Agreement_on_Trade-Related_Aspects_of_Intellectual_Property_Rights
       
   223     TRIPS