3rd Party Licenses.


MD5


/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.

License to copy and use this software is granted provided that it
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
Algorithm" in all material mentioning or referencing this software
or this function.

License is also granted to make and use derivative works provided
that such works are identified as "derived from the RSA Data
Security, Inc. MD5 Message-Digest Algorithm" in all material
mentioning or referencing the derived work.

RSA Data Security, Inc. makes no representations concerning either
the merchantability of this software or the suitability of this
software for any particular purpose. It is provided "as is"
without express or implied warranty of any kind.

These notices must be retained in any copies of any part of this
documentation and/or software.
 */

SHA1


   Copyright (C) The Internet Society (2001).  All Rights Reserved.

   This document and translations of it may be copied and furnished to
   others, and derivative works that comment on or otherwise explain it
   or assist in its implementation may be prepared, copied, published
   and distributed, in whole or in part, without restriction of any
   kind, provided that the above copyright notice and this paragraph are
   included on all such copies and derivative works.  However, this
   document itself may not be modified in any way, such as by removing
   the copyright notice or references to the Internet Society or other
   Internet organizations, except as needed for the purpose of
   developing Internet standards in which case the procedures for
   copyrights defined in the Internet Standards process must be
   followed, or as required to translate it into languages other than
   English.

   The limited permissions granted above are perpetual and will not be
   revoked by the Internet Society or its successors or assigns.

   This document and the information contained herein is provided on an
   "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
   TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
   BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
   HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
   MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.


Boost

This product includes Boost.

regex:
  Copyright (c) 1998-2002 
  Dr John Maddock
  Use, modification and distribution are subject to the 
  Boost Software License, Version 1.0. 

date_time:
  Copyright (c) 2002,2003 CrystalClear Software, Inc. 
  Use, modification and distribution is subject to the 
  Boost Software License, Version 1.0.
  
See 3rd_party_license/boost.txt for license details.

bitstring.h


/********************************************************************
 *
 * Copyright (c) 1989 The Regents of the University of California. 
 * All rights reserved. 
 * 
 * This code is derived from software contributed to Berkeley by 
 * Paul Vixie. 
 * 
 * Redistribution and use in source and binary forms are permitted 
 * provided that the above copyright notice and this paragraph are 
 * duplicated in all such forms and that any documentation, 
 * advertising materials, and other materials related to such 
 * distribution and use acknowledge that the software was developed 
 * by the University of California, Berkeley.  The name of the 
 * University may not be used to endorse or promote products derived 
 * from this software without specific prior written permission. 
 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 
 * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 
 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. 
 * 
 *      @(#)bitstring.h 5.2 (Berkeley) 4/4/90 
 *
 ********************************************************************/

Apache

This product includes Apache, freely available from http://www.apache.org/.
The Apache License, version 2.0, January 2004
Copyright (c) 1999-2005, The Apache Software Foundation

See 3rd_party_license/apache.txt for license details.

sha2.c


 /*
   -------------------------------------------------------------------------
   Copyright (c) 2001, Dr Brian Gladman , Worcester, UK.
   All rights reserved.
   
   TERMS

   Redistribution and use in source and binary forms, with or without 
   modification, are permitted subject to the following conditions:

   1. Redistributions of source code must retain the above copyright 
      notice, this list of conditions and the following disclaimer. 

   2. Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the 
      documentation and/or other materials provided with the distribution. 

   3. The copyright holder's name must not be used to endorse or promote 
      any products derived from this software without his specific prior 
      written permission. 

   This software is provided 'as is' with no express or implied warranties 
   of correctness or fitness for purpose.
   -------------------------------------------------------------------------
 */

YUI

This product includes YUI.
Copyright (c) 2012 Yahoo! Inc.

See 3rd_party_license/YUI.txt for license details.

libxml2

This product includes libxml2.
Copyright (C) 1998-2003 Daniel Veillard.  All Rights Reserved.
 
See 3rd_party_license/libxml2.txt for license details.

OpenSSL

This product includes software developed by the OpenSSL Project
for use in the OpenSSL Toolkit. (http://www.openssl.org/)
Copyright (c) 1998-2011 The OpenSSL Project.  All rights reserved.

See 3rd_party_license/openssl.txt for license details.

jQuery

This product includes jQuery.
jQuery JavaScript Library http://jquery.com/
Copyright 2011, John Resig

See 3rd_party_license/jquery.txt for license details.

Sizzle.js

This product includes Sizzle.js.
Sizzle.js http://sizzlejs.com/
Copyright 2011, The Dojo Foundation

See 3rd_party_license/sizzlejs.txt for license details.

jQuery UI

This product includes jQuery UI.
jQuery UI http://jqueryui.com/home
Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 

See 3rd_party_license/jquery-ui.txt for license details.

TinyMCE

This product includes TinyMCE.
TinyMCE http://www.tinymce.com/

See 3rd_party_license/tinymce.txt for license details.

picojson


/*
 * Copyright 2009-2010 Cybozu Labs, Inc.
 * Copyright 2011 Kazuho Oku
 * 
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions are met:
 * 
 * 1. Redistributions of source code must retain the above copyright notice,
 *    this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright notice,
 *    this list of conditions and the following disclaimer in the documentation
 *    and/or other materials provided with the distribution.
 * 
 * THIS SOFTWARE IS PROVIDED BY CYBOZU LABS, INC. ``AS IS'' AND ANY EXPRESS OR
 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
 * EVENT SHALL CYBOZU LABS, INC. OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 * 
 * The views and conclusions contained in the software and documentation are
 * those of the authors and should not be interpreted as representing official
 * policies, either expressed or implied, of Cybozu Labs, Inc.
 *
 */

International Components for Unicode

This product includes International Components for Unicode(ICU).
ICU http://site.icu-project.org/
Copyright (c) 1995-2012 International Business Machines Corporation and others

See 3rd_party_license/icu.txt for license details.