summaryrefslogtreecommitdiff
path: root/lib/ccan/tally
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ccan/tally')
-rw-r--r--lib/ccan/tally/_info2
-rw-r--r--lib/ccan/tally/tally.c1
-rw-r--r--lib/ccan/tally/tally.h1
3 files changed, 3 insertions, 1 deletions
diff --git a/lib/ccan/tally/_info b/lib/ccan/tally/_info
index 1d67274f5c..6dab9b7dd6 100644
--- a/lib/ccan/tally/_info
+++ b/lib/ccan/tally/_info
@@ -40,7 +40,7 @@
* return 0;
* }
*
- * License: LGPL (3 or any later version)
+ * License: LGPL (v3 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
diff --git a/lib/ccan/tally/tally.c b/lib/ccan/tally/tally.c
index 396474b250..0d49319608 100644
--- a/lib/ccan/tally/tally.c
+++ b/lib/ccan/tally/tally.c
@@ -1,3 +1,4 @@
+/* Licensed under LGPLv3+ - see LICENSE file for details */
#include <ccan/tally/tally.h>
#include <ccan/build_assert/build_assert.h>
#include <ccan/likely/likely.h>
diff --git a/lib/ccan/tally/tally.h b/lib/ccan/tally/tally.h
index 650e2656cd..c9272f1000 100644
--- a/lib/ccan/tally/tally.h
+++ b/lib/ccan/tally/tally.h
@@ -1,3 +1,4 @@
+/* Licensed under LGPLv3+ - see LICENSE file for details */
#ifndef CCAN_TALLY_H
#define CCAN_TALLY_H
#include "config.h"