LICENSE_CONDA 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Except where noted below, conda is released under the following terms:
  2. (c) 2012 Continuum Analytics, Inc. / http://continuum.io
  3. All Rights Reserved
  4. Redistribution and use in source and binary forms, with or without
  5. modification, are permitted provided that the following conditions are met:
  6. * Redistributions of source code must retain the above copyright
  7. notice, this list of conditions and the following disclaimer.
  8. * Redistributions in binary form must reproduce the above copyright
  9. notice, this list of conditions and the following disclaimer in the
  10. documentation and/or other materials provided with the distribution.
  11. * Neither the name of Continuum Analytics, Inc. nor the
  12. names of its contributors may be used to endorse or promote products
  13. derived from this software without specific prior written permission.
  14. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  15. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  16. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  17. DISCLAIMED. IN NO EVENT SHALL CONTINUUM ANALYTICS BE LIABLE FOR ANY
  18. DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  19. (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  20. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  21. ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  22. (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  23. SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  24. Exceptions
  25. ==========
  26. versioneer.py is Public Domain
  27. The ProgressBar package is released under the following terms:
  28. # progressbar - Text progress bar library for Python.
  29. # Copyright (c) 2005 Nilton Volpato
  30. #
  31. # This library is free software; you can redistribute it and/or
  32. # modify it under the terms of the GNU Lesser General Public
  33. # License as published by the Free Software Foundation; either
  34. # version 2.1 of the License, or (at your option) any later version.
  35. #
  36. # This library is distributed in the hope that it will be useful,
  37. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  38. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  39. # Lesser General Public License for more details.
  40. #
  41. # You should have received a copy of the GNU Lesser General Public
  42. # License along with this library; if not, write to the Free Software
  43. # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA