home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Complet / FreeDOS / fdbootcd.iso / FREEDOS / DOCS / LICENSES / BSD.EN next >
Text File  |  2002-08-30  |  2KB  |  51 lines

  1. The BSD License
  2.   The following is a BSD license template. To generate your own license, 
  3.   change the values of OWNER, ORGANIZATION and YEAR from their 
  4.   original values as given here, and substitute your own.
  5.  
  6.   Note: The advertising clause in the license appearing on BSD Unix files was 
  7.   officially rescinded by the Director of the Office of Technology Licensing 
  8.   of the University of California on July 22 1999. He states that clause 3 is 
  9.   "hereby deleted in its entirety."
  10.  
  11.   Note the new BSD license is thus equivalent to the MIT License, except for 
  12.   the no-endorsement final clause.
  13.  
  14. <OWNER> = Regents of the University of California
  15. <ORGANIZATION> = University of California, Berkeley
  16. <YEAR> = 1998
  17.  
  18. In the original BSD license, both occurrences of the phrase "COPYRIGHT HOLDERS 
  19. AND CONTRIBUTORS" in the disclaimer read "REGENTS AND CONTRIBUTORS".
  20.  
  21. Here is the license template:
  22.  
  23. Copyright (c) <YEAR>, <OWNER>
  24. All rights reserved.
  25.  
  26. Redistribution and use in source and binary forms, with or without modification, are 
  27. permitted provided that the following conditions are met:
  28.  
  29. - Redistributions of source code must retain the above copyright notice, this list of 
  30. conditions and the following disclaimer. 
  31. - Redistributions in binary form must reproduce the above copyright notice, this list of 
  32. conditions and the following disclaimer in the documentation and/or other materials 
  33. provided with the distribution. 
  34. - Neither the name of the <ORGANIZATION> nor the names of its contributors 
  35. may be used to endorse or promote products derived from this software without 
  36. specific prior written permission. 
  37.  
  38.     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND 
  39.     CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 
  40.     INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
  41.     MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
  42.     DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
  43.     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
  44.     SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 
  45.     NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
  46.     LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
  47.     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
  48.     CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
  49.     OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
  50.     EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  51.