summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/nfacct-add.c1
-rw-r--r--examples/nfacct-del.c1
-rw-r--r--examples/nfacct-get.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/nfacct-add.c b/examples/nfacct-add.c
index 40e0e31..78ebcfd 100644
--- a/examples/nfacct-add.c
+++ b/examples/nfacct-add.c
@@ -1,3 +1,4 @@
+/* This example is in the public domain. */
#include <stdlib.h>
#include <time.h>
#include <string.h>
diff --git a/examples/nfacct-del.c b/examples/nfacct-del.c
index 7a1190c..3aef046 100644
--- a/examples/nfacct-del.c
+++ b/examples/nfacct-del.c
@@ -1,3 +1,4 @@
+/* This example is in the public domain. */
#include <stdlib.h>
#include <time.h>
#include <string.h>
diff --git a/examples/nfacct-get.c b/examples/nfacct-get.c
index fffa3ec..cc5c65d 100644
--- a/examples/nfacct-get.c
+++ b/examples/nfacct-get.c
@@ -1,3 +1,4 @@
+/* This example is in the public domain. */
#include <stdlib.h>
#include <string.h>
#include <time.h>