X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Fendian%2F_info;h=a71b9ae7222e5abf3c921784e093bac2b7cfdaf4;hb=8d14165ac039a97617f2b63ee70754b855776013;hp=a239d253a14a2d5c7d47ee2daa9523489def9dff;hpb=1fb8ec9025a6b87839d743263b8ae742c1ffd856;p=ccan diff --git a/ccan/endian/_info b/ccan/endian/_info index a239d253..a71b9ae7 100644 --- a/ccan/endian/_info +++ b/ccan/endian/_info @@ -15,6 +15,8 @@ * order (almost everyone else). * * This module provides conversion routines, inspired by the linux kernel. + * It also provides leint32_t, beint32_t etc typedefs, which are annotated for + * the sparse checker. * * Example: * #include @@ -37,7 +39,7 @@ * exit(0); * } * - * License: LGPL (2 or any later version) + * License: License: CC0 (Public domain) * Author: Rusty Russell */ int main(int argc, char *argv[])