NOTICE 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. The UniMRCP Project (http://www.unimrcp.org)
  2. Copyright (C) 2008-2010 Arsen Chaloyan
  3. Licensed under the Apache License, Version 2.0 (the "License").
  4. This product includes a number of subcomponents with
  5. separate copyright notices and license terms.
  6. Notice for APR (Apache Portable Runtime) library
  7. ---------------------------------------------------
  8. This product includes software developed by
  9. The Apache Software Foundation (http://www.apache.org/).
  10. Portions of this software were developed at the National Center
  11. for Supercomputing Applications (NCSA) at the University of
  12. Illinois at Urbana-Champaign.
  13. This software contains code derived from the RSA Data Security
  14. Inc. MD5 Message-Digest Algorithm.
  15. ---------------------------------------------------
  16. Notice for Sofia-SIP library
  17. ---------------------------------------------------
  18. Copyright (C) 2005-2006 Nokia Corporation and others (see the
  19. in individual files for a detailed list of copyright holders).
  20. Contact: Pekka Pessi <Pekka.Pessi@nokia.com>
  21. This library is free software; you can redistribute it and/or
  22. modify it under the terms of the GNU Lesser General Public License
  23. as published by the Free Software Foundation; either version 2.1 of
  24. the License, or (at your option) any later version.
  25. ---------------------------------------------------
  26. Notice for G711 implementation
  27. ---------------------------------------------------
  28. g711.h/g711.c - A-law and u-law transcoding routines
  29. Written by Steve Underwood <steveu@coppice.org>
  30. Copyright (C) 2006 Steve Underwood
  31. Despite my general liking of the GPL, I place this code in the
  32. public domain for the benefit of all mankind - even the slimy
  33. ones who might try to proprietize my work and use it to my
  34. detriment.
  35. ---------------------------------------------------