summaryrefslogtreecommitdiffstats
path: root/src/utils/lib/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/lib/timer.c')
-rw-r--r--src/utils/lib/timer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/lib/timer.c b/src/utils/lib/timer.c
index c1ea54e..cfa18f6 100644
--- a/src/utils/lib/timer.c
+++ b/src/utils/lib/timer.c
@@ -1,4 +1,7 @@
/*
+ * No copyright is claimed. This code is in the public domain; do with
+ * it what you wish.
+ *
* Please, don't add this file to libcommon because timers requires
* -lrt on systems with old libc (and probably also -lpthread for static
* build).