summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/COPYING7
-rwxr-xr-xnuttx/tools/discover.py2
2 files changed, 7 insertions, 2 deletions
diff --git a/nuttx/COPYING b/nuttx/COPYING
index 82d3a8a58..863b81a2f 100644
--- a/nuttx/COPYING
+++ b/nuttx/COPYING
@@ -71,7 +71,12 @@ FAT Long File Names
FAT implementations that include support for long filenames, and that
removable solid state media and consumer devices only using short names
would be unaffected. ..."
-
+
+ This Wikipedia entry has been updated with recent legal decisions in favor
+ of Microsoft. Refer to:
+
+ http://en.wikipedia.org/wiki/File_Allocation_Table#Legal_issues
+
So you have been forewarned: Use the long filename at your own risk!
uIP
diff --git a/nuttx/tools/discover.py b/nuttx/tools/discover.py
index 3279fe871..cc82a0cad 100755
--- a/nuttx/tools/discover.py
+++ b/nuttx/tools/discover.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
############################################################################
-# tools/indent.sh
+# tools/discover.py
#
# Copyright (C) 2012 Max Holtzberg. All rights reserved.
# Author: Max Holtzberg <mh@uvc.de>