Cisco Cisco MediaSense Release 9.1(1) Licensing Information

Page of 6316
             Open Source Used In Cisco MediaSense 11.5(1)                                                                                                                                    4332
[including the GNU Public License.]
 
The reason behind this being stated in this direct manner is past
experience in code simply being copied and the attribution removed
from it and then being distributed as part of other packages. This
implementation was a non-trivial and unpaid effort.
  easy_tls.c, easy_tls.h:
 
    Small generic SSL/TLS proxy library: With a few function calls,
    an application socket will be replaced by a pipe handled by a
    separate SSL/TLS proxy process.  This allows easily adding
    SSL/TLS support to many programs not originally designed for it.
 
    [Actually easy_tls.c is not a proper library: Customization
    requires defining preprocessor macros while compiling it.
    This is quite confusing, so I'll probably change it.]
 
    These files may be used under the OpenSSL license.
/* -*- Mode: C; c-file-style: "bsd" -*- */
/*
* easy-tls.c -- generic TLS proxy.
* $Id: easy-tls.c,v 1.4 2002/03/05 09:07:16 bodo Exp $
*/
/*
(c) Copyright 1999 Bodo Moeller.  All rights reserved.
 
This is free software; you can redistributed and/or modify it
unter the terms of either
  -  the GNU General Public License as published by the
     Free Software Foundation, version 1, or (at your option)
     any later version,
or
  -  the following license:
*/
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that each of the following
* conditions is met:
*
* 1. Redistributions qualify as "freeware" or "Open Source Software" under
*    one of the following terms:
*
*    (a) Redistributions are made at no charge beyond the reasonable cost of
*        materials and delivery.
*
*    (b) Redistributions are accompanied by a copy of the Source Code
*        or by an irrevocable offer to provide a copy of the Source Code
*        for up to three years at the cost of materials and delivery.