dep

Package manager for embedded C libraries
git clone git://git.finwo.net/app/dep
Log | Files | Refs | README | LICENSE

license.h (167B)


      1 #ifndef LICENSE_H
      2 #define LICENSE_H
      3 
      4 extern const unsigned char _binary_LICENSE_md_start[];
      5 extern const unsigned char _binary_LICENSE_md_end[];
      6 
      7 #endif  // LICENSE_H