license.txt 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. The U8glib code (http://code.google.com/p/u8glib/) is licensed under the terms of
  2. the new-bsd license (two-clause bsd license).
  3. See also: http://www.opensource.org/licenses/bsd-license.php
  4. The repository and optionally the releases contain icons, which are
  5. derived from the WPZOOM Developer Icon Set:
  6. http://www.wpzoom.com/wpzoom/new-freebie-wpzoom-developer-icon-set-154-free-icons/
  7. WPZOOM Developer Icon Set by WPZOOM is licensed under a Creative Commons
  8. Attribution-ShareAlike 3.0 Unported License.
  9. Fonts are licensed under different conditions.
  10. See http://code.google.com/p/u8glib/wiki/fontgroup for
  11. detailed information on the licensing conditions for each font.
  12. ============ X11 Fonts COUR, HELV, NCEN, TIM, SYMB ============
  13. For fonts derived from the following files, the license below applies.
  14. COURB08.BDF COURB10.BDF COURB12.BDF COURB14.BDF COURB18.BDF
  15. COURB24.BDF COURR08.BDF COURR10.BDF COURR12.BDF COURR14.BDF
  16. COURR18.BDF COURR24.BDF HELVB08.BDF HELVB10.BDF HELVB12.BDF HELVB14.BDF
  17. HELVB18.BDF HELVB24.BDF HELVR08.BDF HELVR10.BDF HELVR12.BDF HELVR14.BDF
  18. HELVR18.BDF HELVR24.BDF NCENB08.BDF NCENB10.BDF NCENB12.BDF
  19. NCENB14.BDF NCENB18.BDF NCENB24.BDF NCENR08.BDF NCENR10.BDF
  20. NCENR12.BDF NCENR14.BDF NCENR18.BDF NCENR24.BDF SYMB08.BDF SYMB10.BDF
  21. SYMB12.BDF SYMB14.BDF SYMB18.BDF SYMB24.BDF TIMB08.BDF TIMB10.BDF
  22. TIMB12.BDF TIMB14.BDF TIMB18.BDF TIMB24.BDF TIMR08.BDF TIMR10.BDF
  23. TIMR12.BDF TIMR14.BDF TIMR18.BDF TIMR24.BDF
  24. Copyright 1984-1989, 1994 Adobe Systems Incorporated.
  25. Copyright 1988, 1994 Digital Equipment Corporation.
  26. Adobe is a trademark of Adobe Systems Incorporated which may be
  27. registered in certain jurisdictions.
  28. Permission to use these trademarks is hereby granted only in
  29. association with the images described in this file.
  30. Permission to use, copy, modify, distribute and sell this software
  31. and its documentation for any purpose and without fee is hereby
  32. granted, provided that the above copyright notices appear in all
  33. copies and that both those copyright notices and this permission
  34. notice appear in supporting documentation, and that the names of
  35. Adobe Systems and Digital Equipment Corporation not be used in
  36. advertising or publicity pertaining to distribution of the software
  37. without specific, written prior permission. Adobe Systems and
  38. Digital Equipment Corporation make no representations about the
  39. suitability of this software for any purpose. It is provided "as
  40. is" without express or implied warranty.
  41. ============ BSD License for U8glib Code ============
  42. Universal 8bit Graphics Library (http://code.google.com/p/u8glib/)
  43. Copyright (c) 2011, olikraus@gmail.com
  44. All rights reserved.
  45. Redistribution and use in source and binary forms, with or without modification,
  46. are permitted provided that the following conditions are met:
  47. * Redistributions of source code must retain the above copyright notice, this list
  48. of conditions and the following disclaimer.
  49. * Redistributions in binary form must reproduce the above copyright notice, this
  50. list of conditions and the following disclaimer in the documentation and/or other
  51. materials provided with the distribution.
  52. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
  53. CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
  54. INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  55. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  56. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
  57. CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  58. SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  59. NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  60. LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  61. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
  62. STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  63. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  64. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.