[BACK]Return to policy.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/policy.html, Revision 1.27

1.18      jufi        1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1.1       grr         2: <html>
                      3: <head>
                      4: <title>OpenBSD Copyright Policy</title>
                      5: <meta name="resource-type" content="document">
1.18      jufi        6: <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
1.1       grr         7: <meta name="description" content="the OpenBSD copyright policy page">
                      8: <meta name="keywords" content="openbsd,copyright">
                      9: <meta name="distribution" content="global">
1.26      lum        10: <meta name="copyright" content="This document copyright 1996-2012 by OpenBSD.">
1.1       grr        11: </head>
                     12:
1.18      jufi       13: <body bgcolor="#ffffff" text="#000000" link="#23238e">
1.1       grr        14:
1.17      jsyn       15: <a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>
1.12      deraadt    16: <p>
1.18      jufi       17: <h2><font color="#e00000">Copyright Policy</font></h2>
                     18: <hr>
1.12      deraadt    19:
1.18      jufi       20: <ul>
                     21: <li><h3><font color="#e00000">Goal</font></h3><p>
1.1       grr        22:
                     23: Copyright law is complex, OpenBSD policy is simple - OpenBSD strives to
1.11      millert    24: maintain the spirit of the original Berkeley Unix copyrights.
1.1       grr        25: <p>
1.12      deraadt    26:
1.3       grr        27: OpenBSD can exist as it does today because of the example set by the
                     28: Computer Systems Research Group at Berkeley and the battles which they
1.11      millert    29: and others fought to create a relatively un-encumbered Unix source
1.3       grr        30: distribution.
                     31: <p>
1.12      deraadt    32:
1.11      millert    33: The ability of a <strong>freely redistributable</strong> "Berkeley" Unix
1.3       grr        34: to move forward on a competitive basis with other operating systems depends
                     35: on the willingness of the various development groups to exchange code amongst
                     36: themselves and with other projects.
1.4       deraadt    37: Understanding the legal issues surrounding copyright is fundamental to
1.3       grr        38: the ability to exchange and re-distribute code, while honoring the spirit of
                     39: the copyright and concept of attribution is fundamental to promoting the
                     40: cooperation of the people involved.
                     41: <p>
1.12      deraadt    42:
1.18      jufi       43: <li><h3><font color="#e00000">The Berkeley Copyright</font></h3><p>
1.12      deraadt    44:
1.1       grr        45: The Berkeley copyright poses no restrictions on private or commercial
                     46: use of the software and imposes only simple and uniform requirements
                     47: for maintaining copyright notices in redistributed versions and
                     48: crediting the originator of the material <strong>only</strong> in
                     49: advertising.
                     50: <p>
1.13      deraadt    51: For instance:
                     52: <p>
                     53: <pre>
                     54:  * Copyright (c) 1982, 1986, 1990, 1991, 1993
                     55:  *     The Regents of the University of California.  All rights reserved.
                     56:  *
                     57:  * Redistribution and use in source and binary forms, with or without
                     58:  * modification, are permitted provided that the following conditions
                     59:  * are met:
                     60:  * 1. Redistributions of source code must retain the above copyright
                     61:  *    notice, this list of conditions and the following disclaimer.
                     62:  * 2. Redistributions in binary form must reproduce the above copyright
                     63:  *    notice, this list of conditions and the following disclaimer in the
                     64:  *    documentation and/or other materials provided with the distribution.
                     65:  * 3. All advertising materials mentioning features or use of this software
                     66:  *    must display the following acknowledgement:
                     67:  *     This product includes software developed by the University of
                     68:  *     California, Berkeley and its contributors.
                     69:  * 4. Neither the name of the University nor the names of its contributors
                     70:  *    may be used to endorse or promote products derived from this software
                     71:  *    without specific prior written permission.
                     72:  *
                     73:  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
                     74:  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     75:  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     76:  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
                     77:  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     78:  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     79:  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     80:  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     81:  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     82:  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     83:  * SUCH DAMAGE.
                     84:  *
                     85: </pre>
                     86: <p>
1.19      millert    87: Berkeley rescinded the 3rd term (the advertising term) on 22 July 1999.
                     88: Verbatim copies of the Berkeley license in the OpenBSD tree have that
                     89: term removed.  In addition, many 3rd-party BSD-style licenses consist
                     90: solely of the first two terms.
1.13      deraadt    91: <p>
1.3       grr        92: Because the OpenBSD copyright imposes no conditions beyond those
                     93: imposed by the Berkeley copyright, OpenBSD can hope to share the same
                     94: wide distribution and applicability as the Berkeley distributions.
1.19      millert    95: It follows however, that OpenBSD cannot include material which
1.3       grr        96: includes copyrights which are more restrictive than the Berkeley
                     97: copyright, or must relegate this material to a secondary status,
                     98: i.e. OpenBSD as a whole is freely redistributable, but some optional
                     99: components may not be.
                    100: <p>
1.12      deraadt   101:
1.18      jufi      102: <li><h3><font color="#e00000">Copyright Law</font></h3><p>
1.1       grr       103: While the overall subject of copyright law is far beyond the scope of
1.2       grr       104: this document, some basics are in order.  Under the current copyright law,
1.1       grr       105: copyrights are implicit in the creation of a new work and reside with
                    106: the creator, unless otherwise assigned.  In general the copyright applies
                    107: only to the new work, not the material the work was derived from, nor
                    108: those portions of the derivative material included in the new work.
                    109: <p>
1.12      deraadt   110:
1.1       grr       111: Copyright law admits to three general categories of works:
                    112: <dl>
1.14      jufi      113: <dt>Original Work
1.1       grr       114: <dd>A new work that is not derived from an existing work.
                    115: <dt>Derivative Work
                    116: <dd>Work that is derived from, includes or amends existing works.
                    117: <dt>Compilations
                    118: <dd>A work that is a compilation of existing new and derivative works.
                    119: </dl>
1.12      deraadt   120: <p>
                    121:
1.1       grr       122: The fundamental concept is that there is primacy of the copyright, that
1.10      espie     123: is a copyright of a derivative work does not affect the rights held by
1.1       grr       124: the owner of the copyright of the original work, rather only the part
                    125: added.  Likewise the copyright of a compilation does not affect the rights
                    126: of the owner of the included works, only the compilation as an entity.
                    127: <p>
1.12      deraadt   128:
1.1       grr       129: It is vitally important to understand that copyrights are broad protections
1.3       grr       130: as defined by national and international copyright law.  The "copyright
                    131: notices" usually included in source files are not copyrights, but rather
                    132: notices that a party asserts that they hold copyright to the material or
1.5       todd      133: to part of the material.  Typically these notices are associated with
1.3       grr       134: license terms which grant permissions subject to copyright law and with
                    135: disclaimers that state the position of the copyright holder/distributor
                    136: with respect to liability surrounding use of the material.
1.12      deraadt   137: <p>
                    138:
1.18      jufi      139: <li><h3><font color="#e00000">Permissions - the flip side</font></h3><p>
1.12      deraadt   140:
1.1       grr       141: Because copyrights arise from the creation of a work, rather than through
1.3       grr       142: a registration process, there needs to be a practical way to extend
1.16      jufi      143: permission to use a work beyond what might be allowed by "fair use"
1.1       grr       144: provisions of the copyright laws.
1.12      deraadt   145: <p>
                    146:
1.1       grr       147: This permission typically takes the form of a "release" or "license"
                    148: included in the work, which grants the additional uses beyond those
                    149: granted by copyright law, usually subject to a variety of conditions.
1.3       grr       150: At one extreme sits "public domain" where the originator asserts that
                    151: he imposes no restrictions on  use of the material, at the other
                    152: restrictive clauses that actually grant no additional rights or impose
                    153: restrictive, discriminatory or impractical conditions on use of the work.
1.1       grr       154: <p>
1.12      deraadt   155:
1.3       grr       156: Again, an important point to note is that the release and conditions can
1.1       grr       157: only apply to the portion of the work that was originated by the copyright
                    158: holder - the holder of a copyright on a derivative work can neither
1.3       grr       159: grant additional permissions for use of the original work, nor impose more
                    160: restrictive conditions for use of that work.
1.1       grr       161: <p>
1.12      deraadt   162:
1.3       grr       163: Because copyright arises from the creation of a work and not the text
                    164: or a registration process, removing or altering a copyright notice or
1.10      espie     165: associated release terms has no bearing on the existence of the copyright,
1.20      jmc       166: rather all that is accomplished is to cast doubt upon whatever rights the
                    167: person making the modifications had to use the material in the first place.
                    168: Likewise, adding terms and conditions in conflict with the original terms
                    169: and conditions does not supersede them, rather it casts doubts on the rights
                    170: of the person making the amendments to use the material and creates confusion
                    171: as to whether anyone can use the amended version or derivatives thereof.
1.1       grr       172: <p>
1.12      deraadt   173:
1.1       grr       174: Finally, releases are generally binding on the material that they
                    175: are distributed with.  This means that if the originator of a work distributes
                    176: that work with a release granting certain permissions, those permissions
                    177: apply as stated, without discrimination, to all persons legitimately
                    178: possessing a copy of the work.  That means that having granted a permission,
                    179: the copyright holder can not retroactively say that an individual or class
                    180: of individuals are no longer granted those permissions.  Likewise should
                    181: the copyright holder decide to "go commercial" he can not revoke permissions
                    182: already granted for the use of the work as distributed, though he may impose
                    183: more restrictive permissions in his future distributions of that work.
                    184: <p>
1.12      deraadt   185:
1.18      jufi      186: <li><h3><font color="#e00000">Specific Cases</font></h3><p>
1.12      deraadt   187:
1.1       grr       188: This section attempts to summarize the position of OpenBSD relative to
                    189: some commonly encountered copyrights.
1.12      deraadt   190: <p>
                    191:
1.1       grr       192: <dl>
                    193: <dt>Berkeley<dd><p>
                    194: The Berkeley copyright is the model for the OpenBSD copyright.  It retains
                    195: the rights of the copyright holder, while imposing minimal conditions on
                    196: the use of the copyrighted material.  Material with Berkeley copyrights,
1.3       grr       197: or copyrights closely adhering to the Berkeley model can generally be
                    198: included in OpenBSD.
1.12      deraadt   199: <p>
                    200:
1.1       grr       201: <dt>AT&amp;T<dd><p>
1.19      millert   202: As part of its settlement with AT&amp;T, Berkeley included an
                    203: AT&amp;T copyright notice on some of the files in 4.4BSD lite and lite2.
                    204: The terms of this license are identical to the standard Berkeley license.
                    205: <p>
                    206: Additionally, OpenBSD includes some other AT&amp;T code with non-restrictive
                    207: copyrights, such as the reference implementation of
                    208: <a href="http://cm.bell-labs.com/cm/cs/who/bwk/awk.tar.gz">awk</a>.
                    209: <p>
                    210:
                    211: <dt>Caldera<dd><p>
                    212: Caldera (now known as the SCO group) is the current owner of the Unix
                    213: code copyrights.  On 23 January 2002, the original Unix code (versions 1
                    214: through seven, including 32V) was freed by Caldera.  This code is now
                    215: available under a
                    216: <a href="http://www.tuhs.org/Archive/Caldera-license.pdf">4-term BSD-style license</a>.
                    217: As a result, it is now possible to incorporate real Unix code into OpenBSD
                    218: (though this code is quite old and generally requires significant changes
                    219: to bring it up to date).
1.12      deraadt   220: <p>
                    221:
1.1       grr       222: <dt>DEC, Sun, other manufacturers/software houses.<dd><p>
                    223: In general OpenBSD does not include material copyrighted by manufacturers
                    224: or software houses.  Material may be included where the copyright owner has
                    225: granted general permission for reuse without conditions, with terms similar
                    226: to the Berkeley copyright, or where the material is the product of an
1.8       d         227: employee and the employer's copyright notice effectively releases any
1.1       grr       228: rights they might have to the work.
1.12      deraadt   229: <p>
                    230:
1.1       grr       231: <dt>Carnegie-Mellon (CMU, Mach)<dd><p>
                    232: The Carnegie-Mellon copyright is similar to the Berkeley copyright, except
                    233: that it requests that derivative works be made available to Carnegie-Mellon.
                    234: Because this is only a request and not a condition, such material can still
                    235: be included in OpenBSD.  It should be noted that existing versions of Mach
                    236: are still subject to AT&amp;T copyrights, which prevents the general
                    237: distribution of Mach sources.
1.12      deraadt   238: <p>
                    239:
1.11      millert   240: <dt>Apache<dd><p>
1.22      otto      241: The original Apache copyright is similar to the Berkeley copyright, except
1.11      millert   242: that it stipulates that products derived from the code may not
                    243: have "Apache" in their name.  The purpose of this clause is to
                    244: avoid a situation in which another party releases a modified version
                    245: of the code named in such a way to make users think that it is the
                    246: "official" version.  This is not an issue with OpenBSD because
                    247: OpenBSD is a <strong>Compilation</strong>, and not a
1.22      otto      248: <strong>Derived Work</strong>.
                    249: Source code published under version 2 of the Apache license cannot
                    250: be included into OpenBSD. As a consequence, OpenBSD now maintains
1.23      tom       251: its own version of Apache based on version 1.3.29. The OpenBSD
1.22      otto      252: version includes many enhancements and bugfixes.
1.12      deraadt   253: <p>
                    254:
1.19      millert   255: <dt>ISC<dd><p>
                    256: The ISC copyright is functionally equivalent to a two-term BSD
                    257: copyright with language removed that is made unnecessary by the
                    258: Berne convention.  This is the preferred license for new code
                    259: incorporated into OpenBSD.  A sample license is included in
1.26      lum       260: the source tree as
                    261: <a href="http://www.openbsd.org/cgi-bin/cvsweb/~checkout~/src/share/misc/license.template?rev=HEAD">
                    262: <tt>/usr/src/share/misc/license.template</tt></a>.
1.19      millert   263: <p>
                    264:
1.3       grr       265: <dt>GNU General Public License, GPL, LGPL, copyleft, etc.<dd><p>
1.1       grr       266: The GNU Public License and licenses modeled on it impose the restriction
                    267: that source code must be distributed or made available for all works that
1.3       grr       268: are derivatives of the GNU copyrighted code.
                    269: <p>
1.12      deraadt   270:
1.3       grr       271: While this may be a noble strategy in terms of software sharing, it is a
                    272: condition that is typically unacceptable for commercial use of software.
                    273: As a consequence, software bound by the GPL terms can not be included in
1.7       deraadt   274: the kernel or "runtime" of OpenBSD, though software subject to GPL terms
1.8       d         275: may be included as development tools or as part of the system that are
1.3       grr       276: "optional" as long as such use does not result in OpenBSD as a whole
                    277: becoming subject to the GPL terms.
                    278: <p>
1.12      deraadt   279:
1.25      tedu      280: As an example, GCC and other GNU tools are included in the OpenBSD
                    281: tool chain.  However, it is quite possible to distribute a system for
                    282: many applications without a tool chain, or the distributor can choose
                    283: to include a tool chain as an optional bundle which conforms to the
                    284: GPL terms.
1.3       grr       285: <p>
1.12      deraadt   286:
1.1       grr       287: <dt>NetBSD<dd><p>
1.5       todd      288: Much of OpenBSD is originally based on and evolved from NetBSD, since some
1.3       grr       289: of the OpenBSD developers were involved in the NetBSD project.  The general
                    290: NetBSD license terms are compatible with the Berkeley license and permit
                    291: such use.  Material subject <strong>only</strong> to the general NetBSD
                    292: license can generally be included in OpenBSD.
                    293: <p>
1.12      deraadt   294:
1.11      millert   295: In the past, NetBSD has included material copyrighted by individuals
                    296: who have imposed license conditions beyond that of the general
                    297: NetBSD license, but granted the NetBSD Foundation license to
                    298: distribute the material.  Such material can not be included in
                    299: OpenBSD as long as the conditions imposed are at odds with the
                    300: OpenBSD license terms or releases from those terms are offered on
                    301: a discriminatory basis.
1.12      deraadt   302: <p>
                    303:
1.1       grr       304: <dt>FreeBSD<dd><p>
1.3       grr       305: Most of FreeBSD is also based on Berkeley licensed material or includes
1.2       grr       306: copyright notices based on the Berkeley model.  Such material can be
1.3       grr       307: included in OpenBSD, while those parts that are subject to GPL or
                    308: various individual copyright terms that are at odds with the OpenBSD license
                    309: can not be included in OpenBSD.
1.12      deraadt   310: <p>
                    311:
1.1       grr       312: <dt>Linux<dd><p>
                    313: Most of Linux is subject to GPL style licensing terms and therefore
1.2       grr       314: can not be included in OpenBSD.  Individual components may be eligible,
1.1       grr       315: subject to the terms of the originator's copyright notices.  Note that
1.8       d         316: Linux "distributions" may also be subject to additional copyright claims
1.1       grr       317: of the distributing organization, either as a compilation or on material
1.3       grr       318: included that is not part of the Linux core.
1.12      deraadt   319: <p>
                    320:
1.24      matthieu  321: <dt>X, XFree86, X.Org<dd><p>
                    322: X, X.Org or XFree86 are not parts of OpenBSD, rather X.Org and parts of
                    323: XFree86 3.3.6 are distributed
1.3       grr       324: with many OpenBSD ports as a convenience to the user, subject to applicable
                    325: license terms.
1.12      deraadt   326: <p>
                    327:
1.1       grr       328: <dt>Shareware, Charityware, Freeware, etc.<dd><p>
                    329: Most "shareware" copyright notices impose conditions for redistribution,
                    330: use or visibility that are at conflict with the OpenBSD project goals.
                    331: Review on a case-by-case basis is required as to whether the wording
1.2       grr       332: of the conditions is acceptable in terms of conditions being requested vs.
1.1       grr       333: demanded and whether the spirit of the conditions is compatible with
1.2       grr       334: goals of the OpenBSD project.
1.12      deraadt   335: <p>
                    336:
1.1       grr       337: <dt>Public Domain<dd><p>
                    338: While material that is truly entered into the "Public Domain" can be
                    339: included in OpenBSD, review is required on a case by case basis.
1.3       grr       340: Frequently the "public domain" assertion is made by someone who does
                    341: not really hold all rights under Copyright law to grant that status or
1.1       grr       342: there are a variety of conditions imposed on use.   For a work to be
1.3       grr       343: truly in the "Public Domain" all rights are abandoned and the material
                    344: is offered without restrictions.
1.12      deraadt   345: <p>
                    346:
                    347: </dl>
                    348:
1.18      jufi      349: </ul>
1.1       grr       350:
                    351: </body>
                    352: </html>