[BACK]Return to LICENCE CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/LICENCE between version 1.9.2.2 and 1.10

version 1.9.2.2, 2003/04/03 22:35:16 version 1.10, 2002/05/25 20:40:08
Line 76 
Line 76 
     POSSIBILITY OF SUCH DAMAGES.      POSSIBILITY OF SUCH DAMAGES.
   
 2)  2)
       The 32-bit CRC implementation in crc32.c is due to Gary S. Brown.
       Comments in the file indicate it may be used for any purpose without
       restrictions:
   
        * COPYRIGHT (C) 1986 Gary S. Brown.  You may use this program, or
        * code or tables extracted from it, as desired without restriction.
   
   3)
     The 32-bit CRC compensation attack detector in deattack.c was      The 32-bit CRC compensation attack detector in deattack.c was
     contributed by CORE SDI S.A. under a BSD-style license.      contributed by CORE SDI S.A. under a BSD-style license.
   
Line 96 
Line 104 
      * Ariel Futoransky <futo@core-sdi.com>       * Ariel Futoransky <futo@core-sdi.com>
      * <http://www.core-sdi.com>       * <http://www.core-sdi.com>
   
 3)  4)
     ssh-keygen was contributed by David Mazieres under a BSD-style      ssh-keygen was contributed by David Mazieres under a BSD-style
     license.      license.
   
Line 106 
Line 114 
      * permitted provided that due credit is given to the author and the       * permitted provided that due credit is given to the author and the
      * OpenBSD project by leaving this copyright notice intact.       * OpenBSD project by leaving this copyright notice intact.
   
 4)  5)
     The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers      The Rijndael implementation by Vincent Rijmen, Antoon Bosselaers
     and Paulo Barreto is in the public domain and distributed      and Paulo Barreto is in the public domain and distributed
     with the following license:      with the following license:
Line 133 
Line 141 
      * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,       * OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
      * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.       * EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   
 5)  6)
     One component of the ssh source code is under a 4-clause BSD license,      One component of the ssh source code is under a 4-clause BSD license,
     held by the University of California, since we pulled these parts from      held by the University of California, since we pulled these parts from
     original Berkeley code.  The Regents of the University of California      original Berkeley code.  The Regents of the University of California
Line 171 
Line 179 
      * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF       * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
      * SUCH DAMAGE.       * SUCH DAMAGE.
   
 6)  7)
     Remaining components of the software are provided under a standard      Remaining components of the software are provided under a standard
     2-term BSD licence with the following names as copyright holders:      2-term BSD licence with the following names as copyright holders:
   

Legend:
Removed from v.1.9.2.2  
changed lines
  Added in v.1.10