[BACK]Return to license.html CVS log [TXT][DIR] Up to [local] / prex-old / doc / html / doc

Annotation of prex-old/doc/html/doc/license.html, Revision 1.1.1.1.2.1

1.1       nbrk        1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
                      2: <html>
                      3: <head>
                      4:   <title>Prex License</title>
                      5:   <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
                      6:   <meta name="keywords" content="Prex, embedded, real-time, operating system, RTOS, open source, free">
                      7:   <meta name="author" content="Kohsuke Ohtani">
                      8:   <link rel="stylesheet" type="text/css" href="../default.css" media="screen">
                      9:   <link rel="stylesheet" type="text/css" href="../print.css" media="print">
                     10: </head>
                     11: <body>
                     12: <div id="top">
                     13: </div>
                     14: <div id="middle">
                     15: 
                     16: <table id="content" cellpadding="0" cellspacing="0">
                     17:   <tbody>
                     18: 
                     19:     <tr>
                     20:       <td id="header" colspan="2" valign="top">
                     21:         <table width="100%" border="0" cellspacing="0" cellpadding="0">
                     22:         <tr>
                     23:           <td id="logo">
                     24:             <a href="http://prex.sourceforge.net/">
                     25:             <img alt="Prex logo" src="../img/logo.gif" border="0"
1.1.1.1.2.1! nbrk       26:             style="width: 250px; height: 54px;"></a>
1.1       nbrk       27:           </td>
                     28:           <td id="brief" align="right" valign="bottom">
                     29:             An Open Source, Royalty-free,<br>
                     30:            Real-time Operating System
                     31:           </td>
                     32:         </tr>
                     33:         </table>
                     34:       </td>
                     35:     </tr>
                     36: 
                     37:     <tr>
                     38:       <td id="directory" style="vertical-align: top;">
                     39:       <a href="http://prex.sourceforge.net/">Prex Home</a> >
                     40:       <a href="index.html">Document Index</a> >
                     41:       License
                     42:     </tr>
                     43:     <tr><td class="pad" colspan="2" style="vertical-align: top;"></td></tr>
                     44: 
                     45:     <tr>
1.1.1.1.2.1! nbrk       46:       <td id="doc" style="vertical-align: top;">
1.1       nbrk       47: 
                     48: 
                     49:       <h1>Prex License</h1>
                     50: Prex is provided under the following <b>BSD style license</b>.<br>
                     51: The license allows you to use the source code free of change
                     52: in your commercial products.<br>
                     53: <br>
                     54: 
1.1.1.1.2.1! nbrk       55: <pre class="raw">Copyright (c) 2005-2008, Kohsuke Ohtani
1.1       nbrk       56: All rights reserved.
                     57: 
                     58: Redistribution and use in source and binary forms, with or without
                     59: modification, are permitted provided that the following conditions
                     60: are met:
                     61: 1. Redistributions of source code must retain the above copyright
                     62:    notice, this list of conditions and the following disclaimer.
                     63: 2. Redistributions in binary form must reproduce the above copyright
                     64:    notice, this list of conditions and the following disclaimer in the
                     65:    documentation and/or other materials provided with the distribution.
                     66: 3. Neither the name of the author nor the names of any co-contibutors
                     67:    may be used to endorse or promote products derived from this software
                     68:    without specific prior written permission.
                     69: 
                     70: THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
                     71: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     72: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     73: ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
                     74: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     75: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     76: OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     77: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     78: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     79: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     80: SUCH DAMAGE.
                     81: </pre>
                     82: 
                     83: 
                     84:       </td>
                     85:     </tr>
                     86:     <tr>
                     87:       <td id="footer" colspan="2" style="vertical-align: top;">
                     88:         <a href="http://sourceforge.net">
                     89:         <img src="http://sourceforge.net/sflogo.php?group_id=132028&amp;type=1"
                     90:         alt="SourceForge.net Logo" border="0" height="31" width="88"></a><br>
1.1.1.1.2.1! nbrk       91:         Copyright&copy; 2005-2008 Kohsuke Ohtani
1.1       nbrk       92:       </td>
                     93:     </tr>
                     94: 
                     95:   </tbody>
                     96: </table>
                     97: 
                     98: </div>
                     99: <div id="bottom"></div>
                    100: 
                    101: </body>
                    102: </html>

CVSweb