diff options
Diffstat (limited to 'lib/ccan/endian')
-rw-r--r-- | lib/ccan/endian/_info | 2 | ||||
-rw-r--r-- | lib/ccan/endian/endian.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/ccan/endian/_info b/lib/ccan/endian/_info index 5d4d65ff74..0c768d5815 100644 --- a/lib/ccan/endian/_info +++ b/lib/ccan/endian/_info @@ -37,7 +37,7 @@ * exit(0); * } * - * License: LGPL (2 or any later version) + * License: LGPL (v2.1 or any later version) * Author: Rusty Russell <rusty@rustcorp.com.au> */ int main(int argc, char *argv[]) diff --git a/lib/ccan/endian/endian.h b/lib/ccan/endian/endian.h index baee60be14..521911104a 100644 --- a/lib/ccan/endian/endian.h +++ b/lib/ccan/endian/endian.h @@ -1,3 +1,4 @@ +/* Licensed under LGPLv2.1+ - see LICENSE file for details */ #ifndef CCAN_ENDIAN_H #define CCAN_ENDIAN_H #include <stdint.h> |