summaryrefslogtreecommitdiffstats
path: root/src/core/asprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/asprintf.c')
-rw-r--r--src/core/asprintf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/asprintf.c b/src/core/asprintf.c
index 94d7e7c4..03cf45cf 100644
--- a/src/core/asprintf.c
+++ b/src/core/asprintf.c
@@ -4,6 +4,8 @@
#include <stdio.h>
#include <errno.h>
+FILE_LICENCE ( GPL2_OR_LATER );
+
/**
* Write a formatted string to newly allocated memory.
*