NOTICE 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. Apache NuttX
  2. Copyright 2020 The Apache Software Foundation
  3. This product includes software developed at
  4. The Apache Software Foundation (http://www.apache.org/).
  5. FAT Long File Names
  6. ===================
  7. NOTE: If CONFIG_FAT_LFN is defined in your NuttX configuration file, then
  8. there may be some legal, patent issues. The following was extracted from
  9. the entry "File Allocation Table from Wikipedia, the free encyclopedia:
  10. "On December 3, 2003 Microsoft announced it would be offering licenses
  11. for use of its FAT specification and 'associated intellectual property',
  12. at the cost of a US$0.25 royalty per unit sold, with a $250,000 maximum
  13. royalty per license agreement.
  14. o "U.S. Patent 5,745,902 (http://www.google.com/patents?vid=5745902) -
  15. Method and system for accessing a file using file names having
  16. different file name formats. ...
  17. o "U.S. Patent 5,579,517 (http://www.google.com/patents?vid=5579517) -
  18. Common name space for long and short filenames. ...
  19. o "U.S. Patent 5,758,352 (http://www.google.com/patents?vid=5758352) -
  20. Common name space for long and short filenames. ...
  21. o "U.S. Patent 6,286,013 (http://www.google.com/patents?vid=6286013) -
  22. Method and system for providing a common name space for long and
  23. short file names in an operating system. ...
  24. "Many technical commentators have concluded that these patents only cover
  25. FAT implementations that include support for long filenames, and that
  26. removable solid state media and consumer devices only using short names
  27. would be unaffected. ..."
  28. This Wikipedia entry has been updated with recent legal decisions in favor
  29. of Microsoft. Refer to:
  30. https://en.wikipedia.org/wiki/File_Allocation_Table#Patents
  31. So you have been forewarned: Use the long filename at your own risk!
  32. NXP Restriction for SPIFI code
  33. ==============================
  34. NOTE: Code supporting spifi for the LCP43xx has restricted usage by NXP
  35. FILES:
  36. arch/arm/src/lpc43xx/hardware/lpc43_spifi.h
  37. arch/arm/src/lpc43xx/spifi/inc/spifilib_api.h
  38. arch/arm/src/lpc43xx/spifi/inc/spifilib_dev.h
  39. arch/arm/src/lpc43xx/spifi/inc/private/spifilib_chiphw.h
  40. arch/arm/src/lpc43xx/spifi/src/spifilib_dev_common.c
  41. arch/arm/src/lpc43xx/spifi/src/spifilib_fam_standard_cmd.c
  42. Permission to use, copy, modify, and distribute this software and its
  43. documentation is hereby granted, under NXP Semiconductors' and its
  44. licensor's relevant copyrights in the software, without fee, provided that it
  45. is used in conjunction with NXP Semiconductors microcontrollers. This
  46. copyright, permission, and disclaimer notice must appear in all copies of
  47. this code.
  48. Documentation
  49. =============
  50. - nRF52832-MDK board pinout image is obtained from MakerDiary GitHub repository,
  51. under the terms of the MIT license, Copyright (c) 2019 makerdiary.com
  52. - Sparkfun nRF52832 breakout board image is licensed under CC-BY 2.0 terms
  53. - Espressif ESP32 DevKitC images are licensed under the terms of Apache 2.0,
  54. Copyright (C) 2015-2019 Espressif Systems