From ef31774cd902a6f069b8f2b80b870167328f5acb Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sun, 17 Nov 2013 19:20:04 +0200 Subject: [PATCH] Moving files around Renamed READMEs to README.txt to be more friendly for Windows users. --- CHANGELOG => CHANGELOG.txt | 0 LICENSE => LICENSE.txt | 0 README => README.txt | 0 examples/network_server/{README => README.txt} | 0 examples/simple/{README => README.txt} | 0 examples/using_double_on_avr/{README => README.txt} | 0 examples/using_union_messages/{README => README.txt} | 0 {cmake => extra}/FindNanopb.cmake | 3 ++- {compat => extra}/pb_syshdr.h | 2 +- 9 files changed, 3 insertions(+), 2 deletions(-) rename CHANGELOG => CHANGELOG.txt (100%) rename LICENSE => LICENSE.txt (100%) rename README => README.txt (100%) rename examples/network_server/{README => README.txt} (100%) rename examples/simple/{README => README.txt} (100%) rename examples/using_double_on_avr/{README => README.txt} (100%) rename examples/using_union_messages/{README => README.txt} (100%) rename {cmake => extra}/FindNanopb.cmake (98%) rename {compat => extra}/pb_syshdr.h (97%) diff --git a/CHANGELOG b/CHANGELOG.txt similarity index 100% rename from CHANGELOG rename to CHANGELOG.txt diff --git a/LICENSE b/LICENSE.txt similarity index 100% rename from LICENSE rename to LICENSE.txt diff --git a/README b/README.txt similarity index 100% rename from README rename to README.txt diff --git a/examples/network_server/README b/examples/network_server/README.txt similarity index 100% rename from examples/network_server/README rename to examples/network_server/README.txt diff --git a/examples/simple/README b/examples/simple/README.txt similarity index 100% rename from examples/simple/README rename to examples/simple/README.txt diff --git a/examples/using_double_on_avr/README b/examples/using_double_on_avr/README.txt similarity index 100% rename from examples/using_double_on_avr/README rename to examples/using_double_on_avr/README.txt diff --git a/examples/using_union_messages/README b/examples/using_union_messages/README.txt similarity index 100% rename from examples/using_union_messages/README rename to examples/using_union_messages/README.txt diff --git a/cmake/FindNanopb.cmake b/extra/FindNanopb.cmake similarity index 98% rename from cmake/FindNanopb.cmake rename to extra/FindNanopb.cmake index ad96b5c3..c804e701 100644 --- a/cmake/FindNanopb.cmake +++ b/extra/FindNanopb.cmake @@ -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: # diff --git a/compat/pb_syshdr.h b/extra/pb_syshdr.h similarity index 97% rename from compat/pb_syshdr.h rename to extra/pb_syshdr.h index b69a1671..b9a97a4f 100644 --- a/compat/pb_syshdr.h +++ b/extra/pb_syshdr.h @@ -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 -- 2.16.6