home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 July / chipCD7_99.iso / offline / software / open_source / os / open_source.txt
Encoding:
Text File  |  1999-05-18  |  3.2 KB  |  80 lines

  1. The Open Source Definition
  2.  
  3.         (Version 1.0)
  4.  
  5. Open source doesn't just mean access to the source code. The distribution
  6. terms of an open-source program must comply with the following criteria:
  7.  
  8. 1. Free Redistribution
  9.  
  10. The license may not restrict any party from selling or giving away the
  11. software as a component of an aggregate software distribution containing
  12. programs from several different sources. The license may not require a
  13. royalty or other fee for such sale. (rationale)
  14.  
  15. 2. Source Code
  16.  
  17. The program must include source code, and must allow distribution in source
  18. code as well as compiled form. Where some form of a product is not
  19. distributed with source code, there must be a well-publicized means of
  20. downloading the source code, without charge, via the Internet. The source
  21. code must be the preferred form in which a programmer would modify the
  22. program. Deliberately obfuscated source code is not allowed. Intermediate
  23. forms such as the output of a preprocessor or translator are not allowed.
  24. (rationale)
  25.  
  26. 3. Derived Works
  27.  
  28. The license must allow modifications and derived works, and must allow them
  29. to be distributed under the same terms as the license of the original
  30. software. (rationale)
  31.  
  32. 4. Integrity of The Author's Source Code.
  33.  
  34. The license may restrict source-code from being distributed in modified form
  35. only if the license allows the distribution of "patch files" with the source
  36. code for the purpose of modifying the program at build time. The license
  37. must explicitly permit distribution of software built from modified source
  38. code. The license may require derived works to carry a different name or
  39. version number from the original software. (rationale)
  40.  
  41. 5. No Discrimination Against Persons or Groups.
  42.  
  43. The license must not discriminate against any person or group of persons.
  44. (rationale)
  45.  
  46. 6. No Discrimination Against Fields of Endeavor.
  47.  
  48. The license must not restrict anyone from making use of the program in a
  49. specific field of endeavor. For example, it may not restrict the program
  50. from being used in a business, or from being used for genetic research.
  51. (rationale)
  52.  
  53. 7. Distribution of License.
  54.  
  55. The rights attached to the program must apply to all to whom the program is
  56. redistributed without the need for execution of an additional license by
  57. those parties. (rationale)
  58.  
  59. 8. License Must Not Be Specific to a Product.
  60.  
  61. The rights attached to the program must not depend on the program's being
  62. part of a particular software distribution. If the program is extracted from
  63. that distribution and used or distributed within the terms of the program's
  64. license, all parties to whom the program is redistributed should have the
  65. same rights as those that are granted in conjunction with the original
  66. software distribution. (rationale)
  67.  
  68. 9. License Must Not Contaminate Other Software.
  69.  
  70. The license must not place restrictions on other software that is
  71. distributed along with the licensed software. For example, the license must
  72. not insist that all other programs distributed on the same medium must be
  73. open-source software. (rationale)
  74.  
  75. 10. Example Licenses.
  76.  
  77. The GNU GPL, BSD, X Consortium, and Artistic licenses are examples of
  78. licenses that we consider conformant to the Open Source Definition. So are
  79. the MPL and QPL.
  80.