Moving files around
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 17 Nov 2013 17:20:04 +0000 (19:20 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Sun, 29 Dec 2013 18:26:57 +0000 (20:26 +0200)
Renamed READMEs to README.txt to be more friendly for Windows users.

CHANGELOG.txt [moved from CHANGELOG with 100% similarity]
LICENSE.txt [moved from LICENSE with 100% similarity]
README.txt [moved from README with 100% similarity]
examples/network_server/README.txt [moved from examples/network_server/README with 100% similarity]
examples/simple/README.txt [moved from examples/simple/README with 100% similarity]
examples/using_double_on_avr/README.txt [moved from examples/using_double_on_avr/README with 100% similarity]
examples/using_union_messages/README.txt [moved from examples/using_union_messages/README with 100% similarity]
extra/FindNanopb.cmake [moved from cmake/FindNanopb.cmake with 98% similarity]
extra/pb_syshdr.h [moved from compat/pb_syshdr.h with 97% similarity]

similarity index 100%
rename from CHANGELOG
rename to CHANGELOG.txt
similarity index 100%
rename from LICENSE
rename to LICENSE.txt
similarity index 100%
rename from README
rename to README.txt
similarity index 98%
rename from cmake/FindNanopb.cmake
rename to extra/FindNanopb.cmake
index ad96b5c..c804e70 100644 (file)
@@ -1,4 +1,5 @@
-# Locate and configure the nanopb library.
+# This is an example script for use with CMake projects for locating and configuring
+# the nanopb library.
 #
 # The following varialbes have to be set:
 #
similarity index 97%
rename from compat/pb_syshdr.h
rename to extra/pb_syshdr.h
index b69a167..b9a97a4 100644 (file)
@@ -1,7 +1,7 @@
 /* This is an example of a header file for platforms/compilers that do
  * not come with stdint.h/stddef.h/stdbool.h/string.h. To use it, define
  * PB_SYSTEM_HEADER as "pb_syshdr.h", including the quotes, and add the
- * compat folder to your include path.
+ * extra folder to your include path.
  *
  * It is very likely that you will need to customize this file to suit
  * your platform. For any compiler that supports C99, this file should