/arduino_libraries/libraries/U8g2/LICENSE

https://github.com/hradec/Marlin · License · 84 lines · 67 code · 17 blank · 0 comment · 0 complexity · b67cd31ef9641771cf4b11eb76cc4795 MD5 · raw file

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